113 Questions
From Mathsoc wiki
This page gives some general guidelines that may be useful when attempting some Linear Algebra questions.
Contents |
Prerequisites
The following knowledge will be assumed. If any term is not familiar, please look here.
- Addition and Multiplication of matrices, including scalar multiplication.
- Row Echelon Form and Reduced Row Echelon Form.
- Gaussian and Gauss Jordan Elimination of a matrix.
- How to compute the transpose, trace and inverse of a matrix.
- How to compute the determinant of a matrix (by Cofactor Expansion or otherwise).
- A knowledge of the definition of vectors, simple vector arithmetic and
.
Vectors and Matrices
Linear Independence
- A set of vectors
is linearly independent if there does not exist constants
, that are not entirely equal to 0, such that
.
- If we are given a set of column vectors
, the simplest method of showing that the set is linearly independent is:
- Form a matrix in which the columns of the matrix are the column vectors of the set, i.e. the coefficient matrix of the system
.
- Bring this matrix to Reduced Row Echelon Form.
- If the system has non-trivial solutions, then the set of vectors is linearly dependent.
- If the system only has the trivial solution, then the set of vectors is linearly independent.
- Consider the set of vectors in
To test if these three vectors are linearly independent, we form the system:
|
|---|
|
|
|
|
This system has the solution
for any
, so the original set of vectors is linearly dependent, as there exist non-trivial solutions.
- Consider the set of vectors in
To test if these four vectors are linearly independent, we form the system:
|
|---|
|
|
|
|
This system only has the trivial solution, so the original set of vectors is linearly independent.
- In practice, it suffices to take the coefficient matrix and to show that the set reduces to the identity matrix under Gauss Jordan Elimination to show that the set of vectors is linearly independent.
- By theorem, a homogeneous system of linear equations that has more variables than equations has infinitely many solutions. Thus, given a set of
vectors in
, if
, then this set is linearly dependent.
Rank
- The rank of a set of vectors in
is defined as the maximal number of linearly independent subsets of the set of vectors.
- If we are given a set of column vectors
, the way to determine the rank is:
- Similar to the test for linear independence, form a matrix in which the columns of the matrix are the column vectors of the set.
- Bring this set to Reduced row Echelon Form by Gauss Jordan Elimination.
- The number of linearly independent vectors will be the number of leading 1's in the matrix, because if the vectors that correspond to the leading 1's were linearly dependent, then they would have been reduced to 0 during the elimination.
- Consider the above example in \mathbb{R}^3 :
These vectors form a matrix that reduces (as above) to:
Thus, the rank of the above set is 2.
- Consider the above example in
:
These vectors form a matrix that reduces (as above) to:
Thus, the rank of the above set of vectors is 4.
Linear and Bilinear Forms
Linear Forms
- If we have an operator
, where
and
are spaces of some kind (
, real vector spaces, complex vector spaces, the spaces of polynomials, etc), then we say that
is a linear operator if and only if:
-
for all
,
-
, for all
and
- We will work in Euclidean n-space, but this also applies to other vector spaces. Let
be a linear operator. We can use matrices in a given basis to represent
instead of possibly long calculations. Let
be the standard basis of
. Thus, the matrix of
is given by
, where
are column vectors. When written in the standard basis, this matrix is called the standard form of
, but any basis can be used.
- Consider the operator
given by
. It is easily checked that this operator is linear. We will write the matrix
relative to the bases
and
Thus, we get
,
and
. Thus, T in its standard form is given by
Now, we consider the basis f.
,
and
. Thus, T relative to the basis f is given by
- Sometimes, we are given the matrix of a linear operator relative to one basis, and are then asked to compute the matrix of the linear operator relative to another basis. Let
be a linear operator, and let
denote the matrix of
in the basis
. If we wish to represent
in the basis
, we consider the system of equations:
| = |
|
|---|---|---|
| = |
|
| ||
| = |
|
Thus, the matrix of
relative to the basis
is given by
- The matrix of a linear operator
is given (in the standard basis) by
. We'll compute it in the bases
and
. Firstly, we consider f : Af_1 = ***

