28 Determinants
Determinants are a special characteristic of square (
) matrices. Every square matrix has one, and there are different ways to calculate it based on the size of the matrix and pattern of the elements within the matrix [16]. Sometimes, determinants tell us about the matrix itself, like if it is invertible or not [16]. Other times, they are used to solve systems of equations [16]. They have many applications to geometry, such as finding area, volume, and equations of lines and planes [16]. They are also useful in finding eigenvalues and eigenvectors which have many interesting real world applications themselves [16]. There is so much we could discuss related to this topic, but we will only be able to cover a few key ideas.
The determinant of a matrix
is denoted as
or det(
), and the determinant of a
matrix
![]()
is calculated as
[16]. However, as the matrix gets bigger, finding the determinant becomes more complicated. Consider the following definition and theorem from Larson and Falvo [16].
If
![]()
Theorem VI.3 (Expansion of Cofactors)
![Rendered by QuickLaTeX.com \[det(A)=|A|=\sum_{j=1}^n a_{ij}C_{ij}=a_{i1}C_{i1}+a_{i2}C_{i2}+...+a_{in}C_{in}\]](https://iu.pressbooks.pub/app/uploads/quicklatex/quicklatex.com-48043563429c8e807c315b5100082275_l3.png)
or
![Rendered by QuickLaTeX.com \[det(A)=|A|=\sum_{i=1}^n a_{ij}C_{ij}=a_{1j}C_{1j}+a_{2j}C_{2j}+...+a_{nj}C_{nj}.\]](https://iu.pressbooks.pub/app/uploads/quicklatex/quicklatex.com-3c6d9edf022e1385c5cf3f5de027d673_l3.png)
See example 63 in chapter 30 to see how this definition and theorem can be used to find the determinant of a square matrix.
While matrices are necessary for linear algebra, they are not all there is. They are actually just a subset of the much larger set of vectors.