RosettaCodeData/Task/Determinant-and-permanent/Maple/determinant-and-permanent.maple

7 lines
83 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
M:=<<2|9|4>,<7|5|3>,<6|1|8>>:
with(LinearAlgebra):
Determinant(M);
Permanent(M);