8 lines
85 B
Text
8 lines
85 B
Text
|
|
a: matrix([2, 9, 4], [7, 5, 3], [6, 1, 8])$
|
||
|
|
|
||
|
|
determinant(a);
|
||
|
|
-360
|
||
|
|
|
||
|
|
permanent(a);
|
||
|
|
900
|