RosettaCodeData/Task/Identity-matrix/Maple/identity-matrix-3.maple
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

8 lines
380 B
Text

> Matrix( 4, shape = identity, datatype = integer[ 2 ] );
[1 0 0 0]
[ ]
[0 1 0 0]
[ ]
[0 0 1 0]
[ ]
[0 0 0 1]