1 Chalkboard

Figure 1: Inverse Matrix

Figure 2: Inverse Matrix formula

Figure 3: Inverse Matrix Formula: Minors and cofactors

Figure 4: Inverse Matrix Formula: Transpose and Divide by
2 How can we solve a small squared linear system?
2.1 Front
How can we solve a small squared linear system?
- Low dimensional
- system, or system
2.2 Back
- Using inverse matrices
- \(A \vb{x} = \vb{b}\)
- matrix with coefficients
- \({\displaystyle \vb{x} = \begin{pmatrix} x_1 \ x_2 \x_3 \end{pmatrix}}\)
- \({\displaystyle \vb{b} = \begin{pmatrix} b_1 \ b_2 \ b_3 \end{pmatrix}}\)
Solving (multiplying by inverse matrix at the left)
\begin{align*} A \vb{x} &= \vb{b} \\\ M (A \vb{x}) &= M \vb{b}\\\ \vb{x} = M \vb{b} \end{align*}
3 When can we say that the inverse matrix of exits?
3.1 Front
When can we say that the inverse matrix of $A$ exits?
3.2 Back
- is the inverse matrix of
- That’s because of determinant law of matrix multiplication
4 Which step do we need to calculate a matrix inverse?
4.1 Front
Which step do we need to calculate a matrix inverse?
Set matrix, and as inverse matrix
4.2 Back
- is a matrix
- Unique solution
- , Identity matrix
- \(A \vb{x} = \vb{b}\)
- \(M(A \vb{x}) = M \vb{b}\)
- \(\vb{x} = M\vb{b}\)
- , is the adjoint or adjugate of
- \(A_{ij} = (-1)^{i+j} \abs{A_{ij}}\) is the ij-cofactors
- \(\abs{A_{ij}}\) is the ij-minor, the determinant after remove the row and column
Formula steps
- Calculate the matrix of minors
- Change the signs of the entries according to the checkerboard rule
- Transpose the resulting matrix, this gives
- Divide every entry by \(\abs{A}\)
5 What is the quick formula for inverse of matrix ?
5.1 Front
What is the quick formula for inverse of $2 \times 2$ matrix $A$?
5.2 Back
- Cofactors
- adj :
- inverse of : \({\displaystyle \frac{1}{\abs{A}} \begin{pmatrix}d & -b \ -c & a \end{pmatrix}}\)
Steps:
- Switch and
- Change the signs on and
- Divide by the determinant