7 lines
188 B
Text
7 lines
188 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>
|
||
|
|
|