RosettaCodeData/Task/Matrix-exponentiation-operator/Maple/matrix-exponentiation-operator-1.maple
2023-07-01 13:44:08 -04:00

2 lines
31 B
Text

> M := <<1,2>|<3,4>>;
> M ^ 2;