Matrix multiplication: Difference between revisions

m
→‎{{header|BASIC}}: Added trans template
(Added TI-83 BASIC example)
m (→‎{{header|BASIC}}: Added trans template)
Line 103:
=={{header|BASIC}}==
{{works with|QuickBasic|4.5}}
{{trans|Java}}
 
Assume the matrices to be multiplied are a and b
IF (LEN(a,2) = LEN(b)) 'if valid dims
Anonymous user