1.1Identify a Matrix Entry
For
what is $a_{23}$?
Solution
The entry $a_{23}$ means row $2$, column $3$.
From the matrix, that entry is
Pomodoro
Showing all 27 problems
Progress
0 of 27 completed
Difficulty
For
what is $a_{23}$?
Solution
The entry $a_{23}$ means row $2$, column $3$.
From the matrix, that entry is
What is the size of the matrix below?
Solution
The matrix has $2$ rows and $4$ columns, so its dimensions are
Name every matrix type from the note that applies to
Solution
This matrix is:
square
diagonal
scalar
identity
upper triangular
lower triangular
symmetric
orthogonal
nonsingular
Each off-diagonal entry is $0$, and each diagonal entry is $1$.
Compute the sum:
Solution
Add corresponding entries:
Compute $-3A$ for
Solution
Multiply every entry by $-3$:
Suppose $A$ is a $2 \times 3$ matrix and $B$ is a $3 \times 1$ matrix. Is $AB$ defined, and what size is the product?
Solution
Yes. The inner dimensions match because the number of columns of $A$ is $3$ and the number of rows of $B$ is $3$.
So $AB$ is defined, and its size is
Find the transpose of
Solution
Swap rows and columns:
Find the determinant of
Solution
For a $2 \times 2$ matrix,
So
Find the inverse of
Solution
First compute the determinant:
Since the determinant is nonzero, the inverse exists. Use the $2 \times 2$ inverse formula:
Find the trace of
Solution
The trace is the sum of the diagonal entries:
Difficulty
Compute
Solution
Multiply row by column:
Let
Compute $Ax$.
Solution
Multiply row by column:
You can also view this as a linear combination of the columns of $A$ weighted by the entries of $x$.
Solve the system:
Solution
Write the augmented matrix:
Eliminate the $2$ below the first pivot:
gives
So
Substitute into the first equation:
so
A $3 \times 4$ matrix row-reduces to
What are its rank and nullity?
Solution
There are $2$ pivot columns, so the rank is
The matrix has $4$ columns, so by rank-nullity:
Thus
so
Find the eigenvalues of
Solution
Use the characteristic equation:
Compute
Then
Set this equal to zero:
So the eigenvalues are
Suppose
Find $A^4$.
Solution
Use the diagonalization formula:
where
Raise each diagonal entry to the fourth power:
Therefore
Find the values of $a$ and $b$ that make the matrix symmetric:
Solution
For a symmetric matrix, entries across the main diagonal must match.
So the $(1,2)$ and $(2,1)$ entries must be equal:
Also the $(2,3)$ and $(3,2)$ entries must be equal:
So the matrix is symmetric when
Suppose
Find $\det(B^T A)$ and determine whether $B^T A$ is singular.
Solution
Use the determinant properties:
Also,
So
Because the determinant is nonzero, $B^T A$ is not singular.
Difficulty
A store sells notebooks and pens.
Two notebooks and three pens cost \$13. One notebook and one pen cost \$5.
What is the price of one notebook?
Solution
Let $n$ be the notebook price and $p$ be the pen price.
The system is
Subtract the second equation from the first after doubling it:
Then
Substitute into $n + p = 5$:
so
A system row-reduces to
How many solutions does the system have?
Solution
There are pivots in the first two variable columns, but the third variable column has no pivot, so one variable is free.
Because there is no inconsistent row and at least one free variable, the system has infinitely many solutions.
A $4 \times 6$ matrix has rank $4$.
How many free variables does the homogeneous system $Ax = 0$ have?
Solution
Use rank-nullity:
Since $\operatorname{rank}(A) = 4$,
So
That means there are $2$ free variables.
A nonzero vector $v$ satisfies
What does this tell you about $v$ and the scalar $-3$?
Solution
The equation has the form
So $v$ is an eigenvector of $A$, and the corresponding eigenvalue is
A matrix $A$ has the factorization $A = LU$, where
Without multiplying $L$ and $U$, find $\det(A)$ and say whether $A$ is invertible.
Solution
Use the product property:
Because $L$ is lower triangular with diagonal entries all $1$,
Because $U$ is upper triangular,
So
Since the determinant is nonzero, $A$ is invertible.
Difficulty
Suppose $A$ is a square matrix and
Find $\det(A^T A)$ and decide whether $A^T A$ is invertible.
Solution
Use the determinant rules:
Also,
Therefore
Because the determinant is nonzero, $A^T A$ is invertible.
If a matrix satisfies both
and
what must $A$ be?
Solution
Since both equalities hold, we have
Add $A$ to both sides:
Over the real numbers, this implies
So the matrix must be the zero matrix.
Suppose a matrix $P$ satisfies
and also has an inverse. What must $P$ be?
Solution
Because $P$ is invertible, multiply the equation $P^2 = P$ on the left by $P^{-1}$:
This simplifies to
So an invertible projection matrix must be the identity matrix.
A matrix $A$ is written as
where $Q$ is orthogonal and
Explain why $A$ is invertible.
Solution
An orthogonal matrix is invertible because
The matrix $R$ is upper triangular, so its determinant is the product of its diagonal entries:
Since $\det(R) \ne 0$, $R$ is invertible.
Because both $Q$ and $R$ are invertible, their product
is also invertible.