Determinant and permanent: Difference between revisions

Content added Content deleted
(→‎{{header|Go}}: added GLSL)
Line 1,183: Line 1,183:


=={{header|Julia}}==
=={{header|Julia}}==
<lang Julia> using LinearAlgebra</lang>
The determinant of a matrix <code>A</code> can be computed by the built-in function
The determinant of a matrix <code>A</code> can be computed by the built-in function
<lang julia>det(A)</lang>
<lang julia>det(A)</lang>