RosettaCodeData/Task/Matrix-arithmetic/Julia/matrix-arithmetic-3.julia

4 lines
69 B
Text
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
julia> A = [2 9 4; 7 5 3; 6 1 8]
julia> det(A), perm(A)
(-360.0,900)