RosettaCodeData/Task/Matrix-exponentiation-operator/Maple/matrix-exponentiation-operator-2.maple
2014-04-02 16:56:35 +00:00

2 lines
32 B
Text

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