8 lines
360 B
Text
8 lines
360 B
Text
> LinearAlgebra:-IdentityMatrix( 4 );
|
|
[1 0 0 0]
|
|
[ ]
|
|
[0 1 0 0]
|
|
[ ]
|
|
[0 0 1 0]
|
|
[ ]
|
|
[0 0 0 1]
|