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

9 lines
360 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> LinearAlgebra:-IdentityMatrix( 4 );
[1 0 0 0]
[ ]
[0 1 0 0]
[ ]
[0 0 1 0]
[ ]
[0 0 0 1]