Jump to content

Matrix multiplication: Difference between revisions

Added TI-83 BASIC example
(Added TI-83 BASIC example)
Line 375:
FROM a AS lhs, b AS rhs
WHERE lhs.x = 0 AND rhs.y = 0;
=={{header|TI-83 BASIC}}==
Store your matrices in <tt>[A]</tt> and <tt>[B]</tt>.
Disp [A]*[B]
An error will show if the matrices have invalid dimensions for multiplication.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.