RosettaCodeData/Task/Matrix-arithmetic/Julia/matrix-arithmetic-3.julia
2014-01-17 05:34:36 +00:00

3 lines
69 B
Text

julia> A = [2 9 4; 7 5 3; 6 1 8]
julia> det(A), perm(A)
(-360.0,900)