multiply_matricesΒΆ
multiply_matrices
Multiply a series of matrices from left to right
| param *argv: | series of numpy arrays |
|---|---|
| returns: | product of all the given matrices |
| rtype: | sol(numpy array) |
Examples
solution = multiply_matrices(A, B, C)
multiply_matrices
Multiply a series of matrices from left to right
| param *argv: | series of numpy arrays |
|---|---|
| returns: | product of all the given matrices |
| rtype: | sol(numpy array) |
Examples
solution = multiply_matrices(A, B, C)