6 lines
98 B
Text
6 lines
98 B
Text
|
|
# Built-in
|
||
|
|
IdentityMat(3);
|
||
|
|
|
||
|
|
# One can also specify the base ring
|
||
|
|
IdentityMat(3, Integers mod 10);
|