Section 5.8
The number \(1\) is the multiplicative identity since
For matrices we have the same identity.
\(I_{2}\) represents the \(2\times2\) identity matrix and is defined as $\( I_{2}=\left[\begin{matrix}1 & 0\\ 0 & 1 \end{matrix}\right] \)$
For example:
Let \(A=\left[\begin{matrix}-5 & 2\\ 3 & 4 \end{matrix}\right]\). Compute \(A\cdot I_{2}\) and \(I_{2}\cdot A\).
and
Definition 64 (\(n\times n\) Identity Matrix)
The \(n\times n\) identity matrix is \(I_{n}\) and is defined as
The element \(a_{ij}=1\) when \(i=j\) (the diagonal elements), and \(a_{ij}=0\) otherwise.
We say \(\frac{1}{a}\) is the multiplicative inverse of \(a\) provided \(a\ne0\). That is,
Definition 65 (Multiplicative Inverse of Matrices)
We say \(A^{-1}\) is the multiplicative inverse matrix of matrix \(A\) if and only if
Example 120
Find \(B^{-1}\) if
Solution:
First, we will construct the augmented matrix
then perform reduce row echelon form on this new matrix
Therefore, \(B^{-1}=\left[\begin{matrix}-\frac{3}{4} & -\frac{1}{2} & \frac{1}{4}\\ -\frac{1}{4} & -1 & \frac{1}{2}\\ \frac{1}{16} & \frac{1}{4} & \frac{1}{8} \end{matrix}\right]\).
Example 121
Find \(A^{-1}\), if possible, given that
Solution:
First, we construct the augmented matrix and the perform reduced row echelon form
Since \(a_{31}=a_{32}=a_{33}=0\) we will not be able to reach the desired transformation. Therefore, there does not exists an \(A^{-1}\).
Theorem 14 (Solving Matrix Equation)
Suppose \(A\) is an \(n\times n\) matrix with inverse \(A^{-1}\), \(X\) is an \(n\times1\) matrix of variables, and \(B\) is an \(n\times1\) matrix. The matrix equation
has the solution
Example 122
Solve the system
Solution:
First, we will write the system in matrix equation form
where \(A=\left[\begin{matrix}2 & -3\\ 1 & 5 \end{matrix}\right]\), \(X=\left[\begin{matrix}x\\ y \end{matrix}\right]\), and \(B=\left[\begin{matrix}4\\ 2 \end{matrix}\right]\).
Next, we want to find \(A^{-1}\)
Using the solution of the matrix equation theorem we have
which means the solution set of the system is \(\{(2,0)\}\).
Example 123
Solve the system
Solution:
First, we write the system in matrix equation form
where \(A=\left[\begin{matrix}-4 & 2 & 0\\ 1 & -1 & 2\\ 0 & 1 & 4 \end{matrix}\right]\), \(X=\left[\begin{matrix}x\\ y\\ z \end{matrix}\right]\), and \(B=\left[\begin{matrix}12\\ 7\\ 20 \end{matrix}\right]\).
Next, we will find \(A^{-1}\)
Using the solution of the matrix theorem we have
Therefore, the solution to the system is \(\{(-3,0,5)\}\).