9 lines
380 B
Text
9 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]
|