RosettaCodeData/Task/Matrix-arithmetic/Maple/matrix-arithmetic.maple

7 lines
83 B
Text
Raw Permalink Normal View History

2014-04-02 16:56:35 +00:00
M:=<<2|9|4>,<7|5|3>,<6|1|8>>:
with(LinearAlgebra):
Determinant(M);
Permanent(M);