Operations and Properties
Help Questions
Linear Algebra › Operations and Properties
Let be a five-by-five matrix.
Cofactor must be equal to:
The additive inverse of Minor
Minor
The additive inverse of the reciprocal of Minor
The reciprocal of Minor
None of the other choices gives a correct response.
Explanation
The minor of a matrix is the determinant of the matrix formed by striking out Row
and Column
. By definition, the corresponding cofactor
can be calculated from this minor using the formula
Set ; the formula becomes
.
Therefore, the cofactor must be equal to the opposite of the minor
.
Consider the matrix
Calculate the cofactor of this matrix.
Explanation
The cofactor of a matrix
, by definition, is equal to
,
where is the minor of the matrix - the determinant of the matrix formed when Row
and Column
of
are struck out. Therefore, we first find the minor
of the matrix
by striking out Row 2 and Column 1 of
, as shown in the diagram below:

The minor is therefore equal to
This is equal to the product of the upper-left and lower-right elements minus the product of the upper-right to lower-right elements, which is
Setting and
in the definition of the cofactor, the formula becomes
,
so
.
Let f be a mapping such that where
is the vector space of polynomials up to the
term. (ie polynomials of the form
)
Let f be defined such that
Is f a homomorphism?
Yes
No because vector addition is not preserved
No, because scalar multiplication is not preserved
No, because both scalar multiplication and vector addition is not preserved
Explanation
f is a homomorphism because it preserves both vector addition and scalar multiplication.
To show this we need to prove both statements
Proof f preserves vector addition
Let u and v be arbitrary vectors in with the form
and
Consider . Applying the definition of f we get
This is the same thing as
Hence, f preserves vector addition because
Proof f preserves scalar multiplication
Let u be an arbitrary vector in with the form
and let k be an arbitrary real constant.
Consider
This is the same thing we get if we consider
Hence f preserves scalar multiplication because for all vectors u and scalars k.
True or false: If is a linear mapping, and
is a vector space, then
is a subspace of
.
False
True
Explanation
For example, if is the space of all vectors in
of the form
, and
is the space of all vectors in
the form
, then
is a linear mapping, but
is not a subset of
, let alone a subspace of
.
A mapping is said to be onto (sometimes called surjective) if it's image is the entire codomain.
Is the linear map such that
onto?
Yes
No
Not enough information
Explanation
Yes, is onto because any vector in the codomain,
, is the image of a vector from the domain.
The rank and the nullity of a matrix with four rows and six columns are the same. What number do they share?
Explanation
The sum of the rank and the nullity of a matrix is equal to the number of columns in the matrix. Since the matrix in question has six columns, for the rank and the nullity to be equal, they must each be 3.
Consider the following set of vectors
Is the the set linearly independent?
Yes.
No.
Not enough information
Explanation
Yes, the set is linearly independent. There are multiple ways to see this
Way 1) Put the vectors into matrix form,
The matrix is already in reduced echelon form. Notice there are three rows that have a nonzero number in them and we started with 3 vectors. Thus the set is linearly independent.
Way 2) Consider the equation
If when we solve the equation, we get then it is linearly independent. Let's solve the equation and see what we get.
Distribute the scalar constants to get
Thus we get a system of 3 equations
Since the vectors are linearly independent.
True or False: If a matrix
has
linearly independent columns, then
.
True
False
Explanation
Since is a
matrix,
. Since
has three linearly independent columns, it must have a column space (and hence row space) of dimension
, causing
by the definition of rank. Hence
.
True or false: A matrix with five rows and four columns has as its inverse a matrix with four rows and five columns.
False
True
Explanation
Only a square matrix - a matrix with an equal number of rows and columns - has an inverse. Therefore, a matrix with five rows and four columns cannot even have an inverse.
By definition, a square matrix that is similar to a diagonal matrix is
diagonalizable
idempotent
symmetric
the identity matrix
None of the given answers
Explanation
Another way to state this definition is that a square matrix is said to diagonalizable if and only if there exists some invertible matrix
and diagonal matrix
such that
.