Inverse Functions and Inverse Matrices

Invertible functions

  • Identity Function - Let be a set the identity function with domain and codomain , notated , is the function satisfying, for all

    • Identity function is the function that nodes nothing to tis input
  • A function is invertible if it can be undone. (If there exists an inverse function that when composed with the original function produces the identity function and vice versa)

  • Inverse function - Let be a function, is invertible if there exist a function so and . In this case, call an inverse of and write

  • Every invertible function is both one-to-one and onto and every one-to-one and onto functions is invertible

    • One-to-one - Let be a fiction, say is one-to-one (or injective) if distinct inputs to produces distinct outputs.. That is implies
    • Onto - Let be a function. We say is onto (or surjective) if every point in the codomain of gets mapped to. That is .

Invertibility and Linear Transformations

  • Is invertible if and only if and

  • Is invertible if and only if and

  • Is invertible if and only if and

    Let be projection onto the x-axis and let be rotation counter-clockwise by . Classifty each of and as invertible or not

    Notice that , therefore is not one-to-one and so it is not invertible

    Let be rotation clockwise by . And will undo each other. Thus:

    Therefore, is an inverse of and so is invertible

  • Let be an invertible linear transformation, then is also a linear transformation.

Investability and Matrices

  • Identity matrix - an identity matrix is a square matrix with ones on the diagonal and zeros everywhere else. Then identity matrix is denoted or just when its size is implied
  • Matrix inverse - the inverse of a matrix is a matrix such that and . In this case, is called the inverse of and is notated
  • An matrix is invertible if and only if and
  • An matrix is invertible if and only if
  • An matrix is invertible if and only if
Determine whether the matrices and are inverse of each other
AB = \begin{bmatrix}2 & 5 \\ -3 & -7\end{bmatrix} \begin{bmatrix}-7 & -5 \\ 3 & 2\end{bmatrix} = 
\begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix} = I \\
BA = \begin{bmatrix}-7 & -5 \\ 3 & 2\end{bmatrix} \begin{bmatrix}2 & 5 \\ -3 & -7\end{bmatrix} = 
\begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix} = I
Therefore, $A, B$ are inverses of each other

Matrix Algebra

  • Suppose is invertible, then

    Thus, if having a inverse of a matrix handy, can use it to solve system of equations.

    Use th efact that to solve the system

    The system can be rewritten as

    \begin{bmatrix}2 & 5 \ -3 & -7\end{bmatrix} \begin{bmatrix}x \ y\end{bmatrix} = \begin{bmatrix}2 \ 1\end{bmatrix}

    Multiplying both sides by $\begin{bmatrix}2 & 5 \\ -3 & -7 \end{bmatrix}^{-1}$ gives

    \begin{bmatrix}x \ y\end{bmatrix} = \begin{bmatrix}2 & 5 \ -3 & -7 \end{bmatrix}^{-1} \begin{bmatrix}2 \ 1\end{bmatrix} = \begin{bmatrix}-7 & -5 \ 3 & 2\end{bmatrix}\begin{bmatrix}2 \ 1\end{bmatrix} = \begin{bmatrix}-19 \ 8\end{bmatrix}

    Therefore $x = -19$ and $y=8$
  • Finding a matrix inverse (write example here)

Elementary Matrices

  • Elementary matrix - is an identity matrix with a single elementary row operation applies
  • Elementary row operations are
    • Multiply a row by a non-zero constant
    • Add a multiple of one row to another
    • Swap two rows
  • A matrix is invertible if and only if there are elementary matrices so that
    • Let , then , then is the inverse of
  • If is a square matrix and for some matrices , then
    • Write example of using this method to find inverse of a matrix

Decomposition int elementary matrices

  • A matrix is invertible if and only if it can be written as the product of elementary matrices