Is Python Fast or Slow?

In this project we calculated the dot product of two matrices sing an iterative approach and using the Numpy library. The matrices sizes varied, from very small ones (4x4) to larger ones (196x196) and measured the runtime for both methods. In the end, we obtained that for small matrices, an iterative method is faster, but for large matrices the Numpy library is much faster.

Below is the report we prepared and the video of five minutes summarizing our work.