A determinant of a square matrix is a value calculated from the elements of the matrix.[3] A determinant is defined only for a square matrix. The determinant of matrix A is denoted |A| or det(A).
A determinant is calculated by multiplying the diagonals of the matrix, then adding or subtracting the products of the diagonals. For the 2x2 matrix
multiply the diagonal from the upper left to lower right first (b11 · b22). Then multiply the diagonal from the upper right to the lower left (b12 · b21). Subtract the second product from the first (b11 · b22 - b12 · b21). This is the determinant of the matrix.
Figure 1 shows how to find the determinant of a 3x3 matrix.. The first diagonals go from top left to bottom right. The numbers multiplied are a11 · a22 · a33, then a12·a23·a31, then a13·a21·a32. The product of these diagonals are added together.
The diagonals from upper right to bottom left are calculated. The numbers multiplied are a13·a22·a31, then a12·a21·a33, then a11·a23·a32. These products are subtracted from the previous sum.
The function for the determinant of a 3x3 matrix is
|A| = a11·a22·a33 +
a12·a23·a31 +
a13·a21·a32 -
a13·a22·a31 -
a12·a21·a33 -
a11·a23·a32.
Figure 1: The determinant of a 3x3 matrix Example 2
References
More Information
Cite this article as:
McAdams, David E. Determinant of a Matrix. 4/20/2019. All Math Words Encyclopedia. Life is a Story Problem LLC. https://www.allmathwords.org/en/d/determinant.html.
Image Credits
Revision History
4/20/2019: Updated equations and expressions to the new format (McAdams, David E.)
12/21/2018: Reviewed and corrected IPA pronunication. (McAdams, David E.)
7/4/2018: Removed broken links, updated license, implemented new markup, implemented new Geogebra protocol. (McAdams, David E.)
1/23/2010: Added "References". (McAdams, David E.)
1/9/2009: Added Laplace Expansion to 'More Information'. (McAdams, David E.)
12/27/2008: Changed '3xe matrix' to '3x3 matrix'. (McAdams, David E.)
12/3/2008: Initial version. (McAdams, David E.)
# | A | B | C | D |
E | F | G | H | I |
J | K | L | M | N |
O | P | Q | R | S |
T | U | V | W | X |
Y | Z |
All Math Words Encyclopedia is a service of
Life is a Story Problem LLC.
Copyright © 2018 Life is a Story Problem LLC. All rights reserved.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License