inverse of a matrix
we call B the inverse of A theinverse of a
example
is B the inverse of A? take the cross product
if A × B = I, then B × A = I
Why do we care about inverses?
Solve
Multiply both sides by
THIS IS EFFECTIVELY WHAT WE DO IN BASIC ALGEBRA. IF WE HAVE we can multiply each side by or the “inverse” of 2 like yielding .
IF has an inverse than we can use this trick. if the matrix A isn’t square it doesn’t have an inverse. It has to be a square to have an inverse, or to be “invertable”
Not all square matrices are invertable. Only matrices where the [determinant] isn’t zero
if the matrix is invertible it only has one solution
to GET the inverse of a matrix we divide the [adjugate] by the [determinant] Hers how to find the formula for the https://en.wikipedia.org/wiki/Adjugate_matrix
MY PROFESSOR is teaching it a different way. Set up matrix [A | In] 3 1 | 1 0 2 1 | 0 1 Goal 1 0 | # # 0 1 | # #
if A is 2x2, just flip along the diagonal and change the signs on the other one, then divide by 1 over the determinant

OH thats the adjugate this is just for a 2x2 for a more generalized formula it sucks and i hate it
Things that are equivalent. A is invertible has one solution for any in order to get ONE solution the PIVOTS must be EQUAL amount of ROWS
if
- is t one to one? (yes i mean theres one solution so if its invertible its one t o one)
- is t onto? (yeah, cos it has a pivot on every row)
Is one to one or onto?
standard_matrix(T) ->
its invertible so its onto and one to one
is spanned by n linearly independent vectors
A is invertable and then its columns span
1/30/25