Matrix multiplication: Difference between revisions

Content added Content deleted
(added ocaml)
m (Moved to Matrix cat)
Line 1: Line 1:
{{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.
{{task|Matrices}}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.


=={{header|Ada}}==
=={{header|Ada}}==