Describing an Inverse Matrix
- The inverse of a matrix is a matrix that results in the identity matrix when multiplied by
- Mathematically, the inverse matrix is the matrix that satisfies the following equation:
- In other words, an inverse matrix can be thought of the matrix that plays the transformation matrix in reverse
- An inverse matrix is a transformation matrix in itself
Example of an Inverse Matrix
- Let's say our transformation matrix represents a clockwise rotation of a vector space:
- Then, our inverse matrix would look like the following:
- Therefore, represents a counterclockwise rotation of a vector space
Another Example of an Inverse Matrix
- Let's say our transformation matrix represents a rightward shear of a vector space:
- Then, our inverse matrix would look like the following:
- Therefore, represents a leftward shear of a vector space
System of Linear Equations
- A system of linear equations is a collection of one or more linear equations involving the same set of variables
- In linear algebra, we are typically representing a system of linear equations as a linear transformation
-
We can use this system of linear equations for two purposes:
-
Solving for our vector b from the original vector space
- We typically want to solve for if we want to see what some vector from a transformed vector space looks like in our original vector space
-
To do this, we need the following:
- Vector from the transformed space
- Transformation matrix so that we can map vectors from the transformed vector space back to our original vector space
- Once we have these variables, we can solve for b by just plugging in our and into the formula (i.e. multiplying and together)
-
Solving for our initial vector x
- We typically want to solve for if we want to see what some vector from our original vector space looks like in a transformed vector space
-
To do this, we need the following:
- Vector from our original vector space
- The inverse of the transformation matrix so that we can map vectors from our original vector space to the transformed vector space
- Once we have these variables, the equation becomes by multiplying each side by
- Then, we can solve for by just plugging in our and into the formula (i.e. multiplying and together)
-
Solving for the Inverse Matrix
- Suppose we define a square matrix as the following:
- The inverse of a square matrix can be defined as the following:
- There won't be an inverse of a matrix if the determinant of that matrix is 0
References
Previous
Next