Matrix multiplication: Difference between revisions

m
→‎{{header|MATLAB}} / {{header|Octave}}: There is a proper Octave entry below
m (→‎{{header|Liberty BASIC}}: Formatted output)
m (→‎{{header|MATLAB}} / {{header|Octave}}: There is a proper Octave entry below)
Line 2,582:
<lang mathematica>{{16065, 12585, 15355}, {12891, 9075, 10572}, {13914, 10862, 13203}}</lang>
 
=={{header|MATLAB}} / {{header|Octave }}==
Matlab contains two methods of multiplying matrices: by using the "mtimes(matrix,matrix)" function, or the "*" operator.