Find Values of $a$ so that the Matrix is Nonsingular

Linear algebra problems and solutions

Problem 126

Let $A$ be the following $3 \times 3$ matrix.
\[A=\begin{bmatrix}
1 & 1 & -1 \\
0 &1 &2 \\
1 & 1 & a
\end{bmatrix}.\] Determine the values of $a$ so that the matrix $A$ is nonsingular.

 
LoadingAdd to solve later

Sponsored Links


Solution.

We use the fact that a matrix is nonsingular if and only if it is row equivalent to the identity matrix.

We apply the elementary row operations as follows.
\begin{align*}
A \xrightarrow{R_3-R_1} \begin{bmatrix}
1 & 1 & -1 \\
0 &1 &2 \\
0 & 0 & a+1
\end{bmatrix} \xrightarrow{R_1-R_2}
\begin{bmatrix}
1 & 0 & -3 \\
0 &1 &2 \\
0 & 0 & a+1
\end{bmatrix}.
\end{align*}

If $a+1=0$, then the last matrix is in reduced row echelon form.
Thus $A$ is not row equivalent to the identity matrix.

On the other hand, if $a+1 \neq 0$, then we can continue the reduction as follows.
\begin{align*}
\begin{bmatrix}
1 & 0 & -3 \\
0 &1 &2 \\
0 & 0 & a+1
\end{bmatrix}
\xrightarrow{\frac{1}{a+1} R_3}
\begin{bmatrix}
1 & 0 & -3 \\
0 &1 &2 \\
0 & 0 & 1
\end{bmatrix}
\xrightarrow[R_2-2R_3]{R_1+3R_3}
\begin{bmatrix}
1 & 0 & 0 \\
0 &1 &0 \\
0 & 0 & 1
\end{bmatrix}.
\end{align*}
Therefore $A$ is row equivalent to the identity matrix.

We conclude that the matrix $A$ is nonsingular for any values of $a$ except for $a=-1$.

Comment.

If you know how to compute the determinant of a $3 \times 3$ matrix, then you may also solve this using the fact that a matrix is nonsingular if and only if the determinant of it is nonzero.


LoadingAdd to solve later

Sponsored Links

More from my site

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
Linear algebra problems and solutions
Non-Example of a Subspace in 3-dimensional Vector Space $\R^3$

Let $S$ be the following subset of the 3-dimensional vector space $\R^3$. \[S=\left\{ \mathbf{x}\in \R^3 \quad \middle| \quad \mathbf{x}=\begin{bmatrix} x_1...

Close