Multiplying Matrix
Three different approach to matrices multiplication: brute force, divide et conquer, and Strassen algorithm.
Hi Friends,
Welcome to the 60th issue of the Polymathic Engineer newsletter.
This week, we will talk about an uncommon topic that is extremely important in computer science: matrix multiplication.
Even if matrices were originally a way to describe systems of linear equations, they became common in many other fields. For example, they are often used to repr…