Describing Determinants
- The determinant of a linear transformation is a scaling factor by which a linear transformation changes any area
- Said another way, the determinant is a measure of how much a space is stretched or squished together, relative to the area made up by our standard basis vectors in our original coordinate system
- This implies that the determinant only changes when the area changes in size after a transformation
- In 2D spaces, the determinant represents the scaling factor by which a linear transformation changes any area
- In 3D (or greater) spaces, the determinant represents the scaling factor by which a linear transformation changes any volume
Defining Determinants
- Let's say we have a matrix and matrix defined as the following:
- The determinant of our matrix is defined as the following:
- Roughly speaking, and represent how much the basis vectors are stretched
- Roughly speaking, and represent how much the area (made up by the stretched basis vectors) is stretched in the diagonal direction
- The determinant of a matrix is defined as the following:
- We can follow this pattern for matrices larger than 3 dimensional matrices
- However, we typically have software readily available for us to compute these determinants, so we don't have to calculate determinants by hand
Rules of Determinants
- If an area is squeezed to a lower dimension after a transformation (i.e. linear dependence), then the determinant of the linear transformation is 0
- If an area is flipped over after a transformation, then the determinant of the linear transformation is negative
- In other words, the determinant's value represents the magnitude by which areas have been scaled
- And, the determinant's sign represents the orientation (or direction) by which areas have been scaled
Example of a Determinant
- Let's say we have a 2D coordinate system, where the identity matrix is defined as the following:
- Also, let's say we have a transformation matrix defined as the following:
- The area represented by the standard basis vectors in the original vector space equals 1
- The area represented by the standard basis vectors in the transformed vector space equals 6
- Since the area started out as 1 and ended up as 6, then we can say the linear transformation has scaled its area by a factor of 6
Another Example of a Determinant
- Let's say our transformation matrix is the following:
- The area represented by the standard basis vectors in the original vector space equals 1
- The area represented by the standard basis vectors in the transformed vector space equals 1
- Since the area started out as 1 and ended up as 1, then we can say the linear transformation hasn't scaled up or down
- This is because the size of the unit square hasn't changed, but only been rotated
References
Previous
Next