Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Determinant

From Simple English Wikipedia, the free encyclopedia

Thedeterminant of asquare matrix is ascalar (a number) that indicates how thatmatrix behaves. It can be calculated from the numbers in the matrix.

The determinant of the matrixA{\displaystyle A} is written asdet(A){\displaystyle \det(A)} or|A|{\displaystyle |A|} in a formula.[1][2] Sometimes, instead ofdet([abcd]){\displaystyle \det \left({\begin{bmatrix}a&b\\c&d\end{bmatrix}}\right)} and|[abcd]|{\displaystyle \left|{\begin{bmatrix}a&b\\c&d\end{bmatrix}}\right|}, one simply writesdet[abcd]{\displaystyle \det {\begin{bmatrix}a&b\\c&d\end{bmatrix}}} and|abcd|{\displaystyle \left|{\begin{matrix}a&b\\c&d\end{matrix}}\right|}.

Interpretation

[change |change source]

There are a few ways to understand what the determinant says about a matrix.

Geometric interpretation

[change |change source]
For a2×2{\displaystyle 2\times 2} matrix[acbd]{\displaystyle {\begin{bmatrix}a&c\\b&d\end{bmatrix}}}, the determinant is the area of a parallellogram. (The area is equal toadbc{\displaystyle ad-bc}.)

Ann×n{\displaystyle n\times n} matrix can be seen as describing alinear map inn{\displaystyle n} dimensions. In which case, the determinant indicates thefactor by which this matrixscales (grows or shrinks) a region ofn{\displaystyle n}-dimensional space.

For example, a2×2{\displaystyle 2\times 2} matrixA{\displaystyle A}, seen as a linear map, will turn a square in 2-dimensional space into aparallelogram. That parallellogram's area will bedet(A){\displaystyle \det(A)} times as big as the square's area.

In the same way, a3×3{\displaystyle 3\times 3} matrixB{\displaystyle B}, seen as a linear map, will turn acube in 3-dimensional space into aparallelepiped. That parallelepiped's volume will bedet(B){\displaystyle \det(B)} times as big as the cube's volume.

The determinant can be negative or zero. A linear map can stretch and scale a volume, but it can also reflect it over anaxis. Whenever this happens, thesign of the determinant changes from positive to negative, or from negative to positive. A negative determinant means that the volume was mirrored over anodd number of axes.

"System of equations" interpretation

[change |change source]

One can think of a matrix as describing asystem of linear equations. That system has a unique non-trivial solutionexactly when the determinant is not 0[2] (non-trivial meaning that the solution is not just all zeros).

If the determinant is zero, then there is either no unique non-trivial solution, or there areinfinitely many.

Singular matrices

[change |change source]

A matrix has aninverse matrix exactly when the determinant is not 0. For this reason, a matrix with a non-zero determinant is calledinvertible. If the determinant is 0, then the matrix is callednon-invertible orsingular.[2]

Geometrically, one can think of a singular matrix as "flattening" the parallelepiped into a parallelogram, or a parallelogram into a line. Then the volume or area is 0, which means that there is no linear map that will bring the old shape back.

Calculating a determinant

[change |change source]

There are a few ways to calculate a determinant.

Formulas for small matrices

[change |change source]
The3×3{\displaystyle 3\times 3} determinant formula is a sum of products. Those products go along diagonals that "wrap around" to the top of the matrix. This trick is called the Rule of Sarrus.
det[a]=a,det[abcd]=adbc.{\displaystyle \det {\begin{bmatrix}a\end{bmatrix}}=a,\qquad \det {\begin{bmatrix}a&b\\c&d\end{bmatrix}}=ad-bc.}
det[abcdefghi]=aei+dhc+gbfgecahfdbi{\displaystyle {\det {\begin{bmatrix}a&b&c\\d&e&f\\g&h&i\end{bmatrix}}={\color {blue}{aei}+{dhc}+{gbf}}{\color {OrangeRed}{}-{gec}-{ahf}-{dbi}}}}
One can use theRule of Sarrus (see image) to remember this formula.

Cofactor expansion

[change |change source]

For larger matrices, the determinant is harder to calculate. One way to do it is calledcofactor expansion.

Suppose that we have ann×n{\displaystyle n\times n} matrixA{\displaystyle A}. First, we choose any row or column of the matrix. For each numberaij{\displaystyle a_{ij}} in that row or column, we calculate something called itscofactorCij{\displaystyle C_{ij}}. Thendet(A)=aijCij{\displaystyle \det(A)=\sum a_{ij}C_{ij}}.[2]

To compute such a cofactorCij{\displaystyle C_{ij}}, we erase rowi{\displaystyle i} and columnj{\displaystyle j} from the matrixA{\displaystyle A}. This gives us a smaller(n1)×(n1){\displaystyle (n-1)\times (n-1)} matrix. We call itM{\displaystyle M}. The cofactorCij{\displaystyle C_{ij}} then equals(1)i+jdet(M){\displaystyle (-1)^{i+j}\det(M)}.

Here is an example of a cofactor expansion of the left column of a3×3{\displaystyle 3\times 3} matrix:

det[132211034]=1C11+2C21+0C31=(1(1)1+1det[1134])+(2(1)2+1det[3234])+(0(1)3+1det[3211])=(111)+(2(1)6)+0=11.{\displaystyle {\begin{aligned}\det {\begin{bmatrix}{\color {red}1}&3&2\\{\color {red}2}&1&1\\{\color {red}0}&3&4\end{bmatrix}}&={\color {red}1}\cdot C_{11}+{\color {red}2}\cdot C_{21}+{\color {red}0}\cdot C_{31}\\&=\left({\color {red}1}\cdot (-1)^{1+1}\det {\begin{bmatrix}1&1\\3&4\end{bmatrix}}\right)+\left({\color {red}2}\cdot (-1)^{2+1}\det {\begin{bmatrix}3&2\\3&4\end{bmatrix}}\right)+\left({\color {red}0}\cdot (-1)^{3+1}\det {\begin{bmatrix}3&2\\1&1\end{bmatrix}}\right)\\&=({\color {red}1}\cdot 1\cdot 1)+({\color {red}2}\cdot (-1)\cdot 6)+{\color {red}0}\\&=-11.\end{aligned}}}

As illustrated above, one can simplify the computation of determinant by choosing a row or column that has many zeros; ifaij{\displaystyle a_{ij}} is 0, then one can skip calculatingCij{\displaystyle C_{ij}} altogether.

Related pages

[change |change source]

References

[change |change source]
  1. "Comprehensive List of Algebra Symbols".Math Vault. 2020-03-25. Retrieved2020-09-09.
  2. 2.02.12.22.32.4Weisstein, Eric W."Determinant".mathworld.wolfram.com. Retrieved2020-09-09.
  3. "Determinant of a Matrix".www.mathsisfun.com. Retrieved2020-09-09.
Authority control: NationalEdit this at Wikidata
Retrieved from "https://simple.wikipedia.org/w/index.php?title=Determinant&oldid=9581121"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp