DeterminantCalculates the determinant of a square matrix. An optional tolerance can be given for numerical matrices.Syntaxdet(Matrix)det(Matrix, Tolerance)ExamplesMatrix operationsYou can input matrices using a template or from the keyboard in the form [1,2;3,4]. The transpose symbol T can be entered using @T.det, T