Solving 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 […]
Find 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 […]
10 True or False Problems about Basic Matrix Operations
Test your understanding of basic properties of matrix operations.
There are 10 True or False Quiz Problems.
These 10 problems are very common and essential.
So make sure to understand these and don't lose a point if any of these is your exam problems.
(These are actual exam […]
Given All Eigenvalues and Eigenspaces, Compute a Matrix Product
Let $C$ be a $4 \times 4$ matrix with all eigenvalues $\lambda=2, -1$ and eigensapces
\[E_2=\Span\left \{\quad \begin{bmatrix}
1 \\
1 \\
1 \\
1
\end{bmatrix} \quad\right \} \text{ and } E_{-1}=\Span\left \{ \quad\begin{bmatrix}
1 \\
2 \\
1 \\
1
[…]
Express 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
[…]
Possibilities For the Number of Solutions for a Linear System
Determine whether the following systems of equations (or matrix equations) described below has no solution, one unique solution or infinitely many solutions and justify your answer.
(a) \[\left\{
\begin{array}{c}
ax+by=c \\
dx+ey=f,
\end{array}
\right.
\]
where $a,b,c, d$ […]