7 lines
69 B
Text
7 lines
69 B
Text
|
|
M := <<2,3>|<3,4>|<5,6>>;
|
||
|
|
|
||
|
|
M^%T;
|
||
|
|
|
||
|
|
with(LinearAlgebra):
|
||
|
|
Transpose(M);
|