Determine Whether the Following Matrix Invertible. If So Find Its Inverse Matrix.

Ohio State University exam problems and solutions in mathematics

Problem 76

Let A be the matrix
\[\begin{bmatrix}
1 & -1 & 0 \\
0 &1 &-1 \\
0 & 0 & 1
\end{bmatrix}.\] Is the matrix $A$ invertible? If not, then explain why it isn’t invertible. If so, then find the inverse.

(The Ohio State University Linear Algebra Exam)

 
LoadingAdd to solve later

Sponsored Links


Hint.

Consider the augmented matrix $[A|I]$, where $I$ is the $3 \times 3$ identity matrix.

Solution.

Consider the augmented matrix $[A|I]$ with the $3\times 3$ identity matrix $I$.
Reduce $[A|I]$ using elementary row operations as follows.
\begin{align*}
[A|I]&=\left[\begin{array}{rrr|rrr}
1 & -1 & 0 & 1 &0 & 0 \\
0 & 1 & -1 & 0 & 1 & 0 \\
0 & 0 & 1 & 0 & 0 & 1 \\
\end{array} \right] \\
&\xrightarrow{R_2+R_3}
\left[\begin{array}{rrr|rrr}
1 & -1 & 0 & 1 &0 & 0 \\
0 & 1 & 0 & 0 & 1 & 1 \\
0 & 0 & 1 & 0 & 0 & 1 \\
\end{array} \right] \\
&\xrightarrow{R_1+R_2}
\left[\begin{array}{rrr|rrr}
1 & 0 & 0 & 1 &1 & 1 \\
0 & 1 & 0 & 0 & 1 & 1 \\
0 & 0 & 1 & 0 & 0 & 1 \\
\end{array} \right].
\end{align*}

This is in reduced row echelon form and the left $3 \times 3$ part is the identity matrix. Hence $A$ is invertible and the inverse matrix is
\[A^{-1}=\begin{bmatrix}
1 & 1 & 1 \\
0 &1 &1 \\
0 & 0 & 1
\end{bmatrix}.\]


LoadingAdd to solve later

Sponsored Links

More from my site

  • Find the Inverse Matrix of a $3\times 3$ Matrix if ExistsFind the Inverse Matrix of a $3\times 3$ Matrix if Exists Find the inverse matrix of \[A=\begin{bmatrix} 1 & 1 & 2 \\ 0 &0 &1 \\ 1 & 0 & 1 \end{bmatrix}\] if it exists. If you think there is no inverse matrix of $A$, then give a reason. (The Ohio State University, Linear Algebra Midterm Exam […]
  • Quiz 4: Inverse Matrix/ Nonsingular Matrix Satisfying a RelationQuiz 4: Inverse Matrix/ Nonsingular Matrix Satisfying a Relation (a) Find the inverse matrix of \[A=\begin{bmatrix} 1 & 0 & 1 \\ 1 &0 &0 \\ 2 & 1 & 1 \end{bmatrix}\] if it exists. If you think there is no inverse matrix of $A$, then give a reason. (b) Find a nonsingular $2\times 2$ matrix $A$ such that \[A^3=A^2B-3A^2,\] where […]
  • Solving a System of Linear Equations By Using an Inverse MatrixSolving a System of Linear Equations By Using an Inverse Matrix Consider the system of linear equations \begin{align*} x_1&= 2, \\ -2x_1 + x_2 &= 3, \\ 5x_1-4x_2 +x_3 &= 2 \end{align*} (a) Find the coefficient matrix and its inverse matrix. (b) Using the inverse matrix, solve the system of linear equations. (The Ohio […]
  • The Inverse Matrix of an Upper Triangular Matrix with VariablesThe Inverse Matrix of an Upper Triangular Matrix with Variables Let $A$ be the following $3\times 3$ upper triangular matrix. \[A=\begin{bmatrix} 1 & x & y \\ 0 &1 &z \\ 0 & 0 & 1 \end{bmatrix},\] where $x, y, z$ are some real numbers. Determine whether the matrix $A$ is invertible or not. If it is invertible, then find […]
  • Find the Inverse Matrices if Matrices are Invertible by Elementary Row OperationsFind the Inverse Matrices if Matrices are Invertible by Elementary Row Operations For each of the following $3\times 3$ matrices $A$, determine whether $A$ is invertible and find the inverse $A^{-1}$ if exists by computing the augmented matrix $[A|I]$, where $I$ is the $3\times 3$ identity matrix. (a) $A=\begin{bmatrix} 1 & 3 & -2 \\ 2 &3 &0 \\ […]
  • Express a Vector as a Linear Combination of Other VectorsExpress a Vector as a Linear Combination of Other Vectors Express the vector $\mathbf{b}=\begin{bmatrix} 2 \\ 13 \\ 6 \end{bmatrix}$ as a linear combination of the vectors \[\mathbf{v}_1=\begin{bmatrix} 1 \\ 5 \\ -1 \end{bmatrix}, \mathbf{v}_2= \begin{bmatrix} 1 \\ 2 \\ 1 […]
  • Find a Nonsingular Matrix Satisfying Some RelationFind a Nonsingular Matrix Satisfying Some Relation Determine whether there exists a nonsingular matrix $A$ if \[A^2=AB+2A,\] where $B$ is the following matrix. If such a nonsingular matrix $A$ exists, find the inverse matrix $A^{-1}$. (a) \[B=\begin{bmatrix} -1 & 1 & -1 \\ 0 &-1 &0 \\ 1 & 2 & […]
  • Find Values of $h$ so that the Given Vectors are Linearly IndependentFind Values of $h$ so that the Given Vectors are Linearly Independent Find the value(s) of $h$ for which the following set of vectors \[\left \{ \mathbf{v}_1=\begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}, \mathbf{v}_2=\begin{bmatrix} h \\ 1 \\ -h \end{bmatrix}, \mathbf{v}_3=\begin{bmatrix} 1 \\ 2h \\ 3h+1 […]

You may also like...

Please Login to Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Ohio State University exam problems and solutions in mathematics
A Linear Transformation from Vector Space over Rational Numbers to itself

Let $\Q$ denote the set of rational numbers (i.e., fractions of integers). Let $V$ denote the set of the form...

Close