RosettaCodeData/Task/Matrix-exponentiation-operator/Maple/matrix-exponentiation-operator-2.maple

3 lines
32 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> M := <<1,2>|<3,4>>;
> M ^~ 2;