Posts by Lucas • 9 points
1 post
-
0
votes1
answer5357
viewsQ: Multiplication of matrices in Python
Hello, I’m making a python algorithm that makes the product between two matrices, but I’m having trouble displaying the resulting matrix matriz = [] linha = [] linha2= [] matriz_result = [] result =…