Matrix multiplication: Difference between revisions

Content added Content deleted
(Added TI-83 BASIC example)
m (→‎{{header|BASIC}}: Added trans template)
Line 103: Line 103:
=={{header|BASIC}}==
=={{header|BASIC}}==
{{works with|QuickBasic|4.5}}
{{works with|QuickBasic|4.5}}
{{trans|Java}}

Assume the matrices to be multiplied are a and b
Assume the matrices to be multiplied are a and b
IF (LEN(a,2) = LEN(b)) 'if valid dims
IF (LEN(a,2) = LEN(b)) 'if valid dims