0

How could I use enumerate to multiply two matrices together in Python?

I know how to do it with numpy and by using range and len, but I really want to use enumerate.

szantamano
  • 45
  • 3
  • It might help if you show first how you do it with numpy, and a few things you tried and did not work. – gae123 Nov 17 '18 at 20:31
  • Which? https://stackoverflow.com/questions/21562986/numpy-matrix-vector-multiplication – iGian Nov 17 '18 at 20:35

0 Answers0