RosettaCodeData/Task/Identity-matrix/Maxima/identity-matrix.maxima

6 lines
109 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
ident(4);
/* matrix([1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[0, 0, 0, 1]) */