Tagged: matrix

Compute and Simplify the Matrix Expression Including Transpose and Inverse Matrices

Problem 297

Let $A, B, C$ be the following $3\times 3$ matrices.
\[A=\begin{bmatrix}
1 & 2 & 3 \\
4 &5 &6 \\
7 & 8 & 9
\end{bmatrix}, B=\begin{bmatrix}
1 & 0 & 1 \\
0 &3 &0 \\
1 & 0 & 5
\end{bmatrix}, C=\begin{bmatrix}
-1 & 0\ & 1 \\
0 &5 &6 \\
3 & 0 & 1
\end{bmatrix}.\] Then compute and simplify the following expression.
\[(A^{\trans}-B)^{\trans}+C(B^{-1}C)^{-1}.\]

(The Ohio State University, Linear Algebra Midterm Exam Problem)
 
Read solution

LoadingAdd to solve later

Quiz 4: Inverse Matrix/ Nonsingular Matrix Satisfying a Relation

Problem 289

(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
\[B=\begin{bmatrix}
4 & 1\\
2& 6
\end{bmatrix}.\] Verify that the matrix $A$ you obtained is actually a nonsingular matrix.

(The Ohio State University, Linear Algebra Midterm Exam Problem)
 
Read solution

LoadingAdd to solve later

Basis For Subspace Consisting of Matrices Commute With a Given Diagonal Matrix

Problem 287

Let $V$ be the vector space of all $3\times 3$ real matrices.
Let $A$ be the matrix given below and we define
\[W=\{M\in V \mid AM=MA\}.\] That is, $W$ consists of matrices that commute with $A$.
Then $W$ is a subspace of $V$.

Determine which matrices are in the subspace $W$ and find the dimension of $W$.

(a) \[A=\begin{bmatrix}
a & 0 & 0 \\
0 &b &0 \\
0 & 0 & c
\end{bmatrix},\] where $a, b, c$ are distinct real numbers.

(b) \[A=\begin{bmatrix}
a & 0 & 0 \\
0 &a &0 \\
0 & 0 & b
\end{bmatrix},\] where $a, b$ are distinct real numbers.

 
Read solution

LoadingAdd to solve later

Linearly Independent vectors $\mathbf{v}_1, \mathbf{v}_2$ and Linearly Independent Vectors $A\mathbf{v}_1, A\mathbf{v}_2$ for a Nonsingular Matrix

Problem 284

Let $\mathbf{v}_1$ and $\mathbf{v}_2$ be $2$-dimensional vectors and let $A$ be a $2\times 2$ matrix.

(a) Show that if $\mathbf{v}_1, \mathbf{v}_2$ are linearly dependent vectors, then the vectors $A\mathbf{v}_1, A\mathbf{v}_2$ are also linearly dependent.

(b) If $\mathbf{v}_1, \mathbf{v}_2$ are linearly independent vectors, can we conclude that the vectors $A\mathbf{v}_1, A\mathbf{v}_2$ are also linearly independent?

(c) If $\mathbf{v}_1, \mathbf{v}_2$ are linearly independent vectors and $A$ is nonsingular, then show that the vectors $A\mathbf{v}_1, A\mathbf{v}_2$ are also linearly independent.

 
Read solution

LoadingAdd to solve later

The Center of the Heisenberg Group Over a Field $F$ is Isomorphic to the Additive Group $F$

Problem 283

Let $F$ be a field and let
\[H(F)=\left\{\, \begin{bmatrix}
1 & a & b \\
0 &1 &c \\
0 & 0 & 1
\end{bmatrix} \quad \middle| \quad \text{ for any} a,b,c\in F\, \right\}\] be the Heisenberg group over $F$.
(The group operation of the Heisenberg group is matrix multiplication.)

Determine which matrices lie in the center of $H(F)$ and prove that the center $Z\big(H(F)\big)$ is isomorphic to the additive group $F$.

 
Read solution

LoadingAdd to solve later

Find a Nonsingular Matrix Satisfying Some Relation

Problem 280

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 & -2
\end{bmatrix}\]

(b) \[B=\begin{bmatrix}
-1 & 1 & -1 \\
0 &-1 &0 \\
2 & 1 & -4
\end{bmatrix}.\]

 
Read solution

LoadingAdd to solve later

Linear Transformation, Basis For the Range, Rank, and Nullity, Not Injective

Problem 276

Let $V$ be the vector space of all $2\times 2$ real matrices and let $P_3$ be the vector space of all polynomials of degree $3$ or less with real coefficients.
Let $T: P_3 \to V$ be the linear transformation defined by
\[T(a_0+a_1x+a_2x^2+a_3x^3)=\begin{bmatrix}
a_0+a_2 & -a_0+a_3\\
a_1-a_2 & -a_1-a_3
\end{bmatrix}\] for any polynomial $a_0+a_1x+a_2x^2+a_3 \in P_3$.
Find a basis for the range of $T$, $\calR(T)$, and determine the rank of $T$, $\rk(T)$, and the nullity of $T$, $\nullity(T)$.
Also, prove that $T$ is not injective.

 
Read solution

LoadingAdd to solve later

The Inverse Matrix of an Upper Triangular Matrix with Variables

Problem 275

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 the inverse matrix $A^{-1}$.

 
Read solution

LoadingAdd to solve later

Prove a Given Subset is a Subspace and Find a Basis and Dimension

Problem 270

Let
\[A=\begin{bmatrix}
4 & 1\\
3& 2
\end{bmatrix}\] and consider the following subset $V$ of the 2-dimensional vector space $\R^2$.
\[V=\{\mathbf{x}\in \R^2 \mid A\mathbf{x}=5\mathbf{x}\}.\]

(a) Prove that the subset $V$ is a subspace of $\R^2$.

(b) Find a basis for $V$ and determine the dimension of $V$.

 
Read solution

LoadingAdd to solve later

Invertible Matrix Satisfying a Quadratic Polynomial

Problem 266

Let $A$ be an $n \times n$ matrix satisfying
\[A^2+c_1A+c_0I=O,\] where $c_0, c_1$ are scalars, $I$ is the $n\times n$ identity matrix, and $O$ is the $n\times n$ zero matrix.

Prove that if $c_0\neq 0$, then the matrix $A$ is invertible (nonsingular).
How about the converse? Namely, is it true that if $c_0=0$, then the matrix $A$ is not invertible?

 
Read solution

LoadingAdd to solve later

Idempotent Matrices. 2007 University of Tokyo Entrance Exam Problem

Problem 265

For a real number $a$, consider $2\times 2$ matrices $A, P, Q$ satisfying the following five conditions.

  1. $A=aP+(a+1)Q$
  2. $P^2=P$
  3. $Q^2=Q$
  4. $PQ=O$
  5. $QP=O$,

where $O$ is the $2\times 2$ zero matrix.
Then do the following problems.


(a) Prove that $(P+Q)A=A$.


(b) Suppose $a$ is a positive real number and let
\[ A=\begin{bmatrix}
a & 0\\
1& a+1
\end{bmatrix}.\] Then find all matrices $P, Q$ satisfying conditions (1)-(5).


(c) Let $n$ be an integer greater than $1$. For any integer $k$, $2\leq k \leq n$, we define the matrix
\[A_k=\begin{bmatrix}
k & 0\\
1& k+1
\end{bmatrix}.\] Then calculate and simplify the matrix product
\[A_nA_{n-1}A_{n-2}\cdots A_2.\]

(Tokyo University Entrance Exam 2007)
 
Read solution

LoadingAdd to solve later

Row Equivalent Matrix, Bases for the Null Space, Range, and Row Space of a Matrix

Problem 260

Let \[A=\begin{bmatrix}
1 & 1 & 2 \\
2 &2 &4 \\
2 & 3 & 5
\end{bmatrix}.\]

(a) Find a matrix $B$ in reduced row echelon form such that $B$ is row equivalent to the matrix $A$.

(b) Find a basis for the null space of $A$.

(c) Find a basis for the range of $A$ that consists of columns of $A$. For each columns, $A_j$ of $A$ that does not appear in the basis, express $A_j$ as a linear combination of the basis vectors.

(d) Exhibit a basis for the row space of $A$.

 
Read solution

LoadingAdd to solve later

Determine a Matrix From Its Eigenvalue

Problem 259

Let
\[A=\begin{bmatrix}
a & -1\\
1& 4
\end{bmatrix}\] be a $2\times 2$ matrix, where $a$ is some real number.
Suppose that the matrix $A$ has an eigenvalue $3$.

(a) Determine the value of $a$.

(b) Does the matrix $A$ have eigenvalues other than $3$?

 
Read solution

LoadingAdd to solve later

Find a Matrix so that a Given Subset is the Null Space of the Matrix, hence it’s a Subspace

Problem 252

Let $W$ be the subset of $\R^3$ defined by
\[W=\left \{ \mathbf{x}=\begin{bmatrix}
x_1 \\
x_2 \\
x_3
\end{bmatrix}\in \R^3 \quad \middle| \quad 5x_1-2x_2+x_3=0 \right \}.\] Exhibit a $1\times 3$ matrix $A$ such that $W=\calN(A)$, the null space of $A$.
Conclude that the subset $W$ is a subspace of $\R^3$.

 
Read solution

LoadingAdd to solve later