RosettaCodeData/Task/Identity-matrix/Maple/identity-matrix-1.maple

9 lines
360 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> LinearAlgebra:-IdentityMatrix( 4 );
[1 0 0 0]
[ ]
[0 1 0 0]
[ ]
[0 0 1 0]
[ ]
[0 0 0 1]