Matrix Demo
Enter two matrices with compatible dimensions. Then invoke an operation.
m1:matrix([1, 2], [3, 4]); m2:matrix([a, b], [c, d]); m1 + m2; m1 - m2; m1 . m2;
By copy-paste, enter the code in the above box to
Maxima Online
to see the live demo.
|
Back to Demos
|