Prove $\mathbf{x}^{\trans}A\mathbf{x} \geq 0$ and determine those $\mathbf{x}$ such that $\mathbf{x}^{\trans}A\mathbf{x}=0$

Problem 559

For each of the following matrix $A$, prove that $\mathbf{x}^{\trans}A\mathbf{x} \geq 0$ for all vectors $\mathbf{x}$ in $\R^2$. Also, determine those vectors $\mathbf{x}\in \R^2$ such that $\mathbf{x}^{\trans}A\mathbf{x}=0$.

(a) $A=\begin{bmatrix}
4 & 2\\
2& 1
\end{bmatrix}$.

 
(b) $A=\begin{bmatrix}
2 & 1\\
1& 3
\end{bmatrix}$.

 
Read solution

LoadingAdd to solve later

Construction of a Symmetric Matrix whose Inverse Matrix is Itself

Problem 556

Let $\mathbf{v}$ be a nonzero vector in $\R^n$.
Then the dot product $\mathbf{v}\cdot \mathbf{v}=\mathbf{v}^{\trans}\mathbf{v}\neq 0$.
Set $a:=\frac{2}{\mathbf{v}^{\trans}\mathbf{v}}$ and define the $n\times n$ matrix $A$ by
\[A=I-a\mathbf{v}\mathbf{v}^{\trans},\] where $I$ is the $n\times n$ identity matrix.

Prove that $A$ is a symmetric matrix and $AA=I$.
Conclude that the inverse matrix is $A^{-1}=A$.

 
Read solution

LoadingAdd to solve later

The Range and Null Space of the Zero Transformation of Vector Spaces

Problem 555

Let $U$ and $V$ be vector spaces over a scalar field $\F$.
Define the map $T:U\to V$ by $T(\mathbf{u})=\mathbf{0}_V$ for each vector $\mathbf{u}\in U$.

(a) Prove that $T:U\to V$ is a linear transformation.
(Hence, $T$ is called the zero transformation.)

(b) Determine the null space $\calN(T)$ and the range $\calR(T)$ of $T$.

 
Read solution

LoadingAdd to solve later

Find the Inverse Linear Transformation if the Linear Transformation is an Isomorphism

Problem 553

Let $T:\R^3 \to \R^3$ be the linear transformation defined by the formula
\[T\left(\, \begin{bmatrix}
x_1 \\
x_2 \\
x_3
\end{bmatrix} \,\right)=\begin{bmatrix}
x_1+3x_2-2x_3 \\
2x_1+3x_2 \\
x_2-x_3
\end{bmatrix}.\]

Determine whether $T$ is an isomorphism and if so find the formula for the inverse linear transformation $T^{-1}$.

 
Read solution

LoadingAdd to solve later

Find the Inverse Matrices if Matrices are Invertible by Elementary Row Operations

Problem 552

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 \\
0 & 1 & -1
\end{bmatrix}$
 
(b) $A=\begin{bmatrix}
1 & 0 & 2 \\
-1 &-3 &2 \\
3 & 6 & -2
\end{bmatrix}$.

 
Read solution

LoadingAdd to solve later

Rotation Matrix in the Plane and its Eigenvalues and Eigenvectors

Problem 550

Consider the $2\times 2$ matrix
\[A=\begin{bmatrix}
\cos \theta & -\sin \theta\\
\sin \theta& \cos \theta \end{bmatrix},\] where $\theta$ is a real number $0\leq \theta < 2\pi$.

 

(a) Find the characteristic polynomial of the matrix $A$.

(b) Find the eigenvalues of the matrix $A$.

(c) Determine the eigenvectors corresponding to each of the eigenvalues of $A$.

Read solution

LoadingAdd to solve later

A One Side Inverse Matrix is the Inverse Matrix: If $AB=I$, then $BA=I$

Problem 548

An $n\times n$ matrix $A$ is said to be invertible if there exists an $n\times n$ matrix $B$ such that

  1. $AB=I$, and
  2. $BA=I$,

where $I$ is the $n\times n$ identity matrix.

If such a matrix $B$ exists, then it is known to be unique and called the inverse matrix of $A$, denoted by $A^{-1}$.


In this problem, we prove that if $B$ satisfies the first condition, then it automatically satisfies the second condition.
So if we know $AB=I$, then we can conclude that $B=A^{-1}$.


Let $A$ and $B$ be $n\times n$ matrices.
Suppose that we have $AB=I$, where $I$ is the $n \times n$ identity matrix.

Prove that $BA=I$, and hence $A^{-1}=B$.

 
Read solution

LoadingAdd to solve later

Find Inverse Matrices Using Adjoint Matrices

Problem 546

Let $A$ be an $n\times n$ matrix.

The $(i, j)$ cofactor $C_{ij}$ of $A$ is defined to be
\[C_{ij}=(-1)^{ij}\det(M_{ij}),\] where $M_{ij}$ is the $(i,j)$ minor matrix obtained from $A$ removing the $i$-th row and $j$-th column.

Then consider the $n\times n$ matrix $C=(C_{ij})$, and define the $n\times n$ matrix $\Adj(A)=C^{\trans}$.
The matrix $\Adj(A)$ is called the adjoint matrix of $A$.

When $A$ is invertible, then its inverse can be obtained by the formula

\[A^{-1}=\frac{1}{\det(A)}\Adj(A).\]

For each of the following matrices, determine whether it is invertible, and if so, then find the invertible matrix using the above formula.

(a) $A=\begin{bmatrix}
1 & 5 & 2 \\
0 &-1 &2 \\
0 & 0 & 1
\end{bmatrix}$.

 
(b) $B=\begin{bmatrix}
1 & 0 & 2 \\
0 &1 &4 \\
3 & 0 & 1
\end{bmatrix}$.

 
Read solution

LoadingAdd to solve later