/ Home / math / Linear_Algebra / 04._Matrix_Properties /
04. Matrix PropertiesDeterminantA determinant is a scalar number associated to a square matrix. The determinant is the scale factor of the transformation A. 1x1The matrix: ... has the determinant: 2x2The matrix: ... has the determinant: 3x3Use the Rule of Sarrus to find the determinant. MoreDevelop the determinant by finding all the permutations. The rule of Sarrus doesn't work for matrices bigger than 3x3. Simple casesIf the matrix is a triangular matrix, the determinant is just the product of the diagonal entries. If the rank of the matrix is less than the number of columns, the determinant equals 0. determinant=+1|-1: unimodular. determinant=0: singular matrix, not invertible. InvariantsAlgebra with determinantsDefinitenessQuadratic formA quadratic form (for a body of real numbers) is: A matrix A is positiv definite iff A matrix A is negativ definite iff HauptminorenA matrix A is positiv definite iff all Hauptminors of A are >0. A matrix A is negativ definite iff all Hauptminors of -A are >0. A Hauptminor of A is the determinant of a matrix which has only the first n⨯n cells of the original matrix A. EigenvaluesAn eigenvalue of A is the solution of the following equation for λ: A matrix A is positiv definite iff all eigenvalues are > 0. A matrix A is negativ definite iff all eigenvalues are < 0. A matrix A is indefinite iff there exist eigenvalues which are < 0 and eigenvalues which are > 0. HauptachsentransformationSee Hauptachsentransformation. NormThe norm of the matrix A is defined as: That is, it is the maximum scale factor of the matrix A. The following inequality holds: Author: Danny (remove the ".nospam" to send) Last modification on: Sat, 04 May 2024 . |