RosettaCodeData/Task/Matrix-multiplication/00DESCRIPTION

6 lines
186 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;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>