5 lines
186 B
Text
5 lines
186 B
Text
;Task:
|
|
Multiply two matrices together.
|
|
|
|
They can be of any dimensions, so long as the number of columns of the first matrix is equal to the number of rows of the second matrix.
|
|
<br><br>
|