| MATH
310 APPLIED LINEAR ALGEBRA |
Instructors | Syllabus | Glossary | Sample Exams | Applications | Web Resources
GLOSSARY OF LINEAR ALGEBRA TERMS
Thanks to Gene Herman for compiling this Glossary as part of his Math 215 Homepage at Grinnell University.
algebraic multiplicity
of an eigenvalue:
The algebraic multiplicity of an eigenvalue
c of a matrix A is the number of times the factor (t-c)
occurs in the
characteristic polynomial of
A.
basis for a subspace:
A basis for a subspace W is a set of
vectors {v1, ...,vk}
in W such that:
characteristic
polynomial of a matrix:
The characteristic polynomial of a n by n matrix
A is the polynomial in t given by the formula
det(A - tI).
column space of a matrix:
The column space of a matrix is the subspace
spanned by the columns of the matrix considered as a
set of vectors. See also: row space.
consistent linear system:
A system of linear equations is consistent if it has at least one
solution. See also: inconsistent.
defective matrix:
A matrix A is defective if A has an eigenvalue whose
geometric multiplicity is less than its
algebraic multiplicity.
diagonalizable matrix:
A matrix is diagonalizable if it is similar to a diagonal matrix.
dimension of a subspace:
The dimension of a subspace W is the
number of vectors in any basis of W.
(If W is the subspace {0}, we say that its dimension is 0.)
echelon form
of a matrix:
A matrix is in row echelon form if:
eigenspace of a matrix:
The eigenspace associated with the eigenvalue
c of a matrix A is the
null space of A - cI.
eigenvalue of a matrix:
An eigenvalue of a square matrix A is a scalar
c such that Ax = cx holds for some
nonzero vector x. See also:
eigenvector.
eigenvector of a matrix:
An eigenvector of a square matrix A is a nonzero
vector x such that Ax = cx holds
for some scalar c. See also: eigenvalue.
elementary matrix:
An elementary matrix is a matrix that is obtained by performing an elementary
row operation on an identity matrix.
equivalent linear systems:
Two systems of linear equations in n unknowns are equivalent if
they have the same set of solutions.
geometric multiplicity of an eigenvalue:
The geometric multiplicity of an eigenvalue
c of a matrix A is the dimension
of the eigenspace of c.
homogeneous linear system:
A system of linear equations Ax = b is homogeneous if b = 0.
inconsistent linear system:
A system of linear equations is inconsistent if it has no solutions.
See also: consistent.
inverse of a matrix:
The matrix B is an inverse for the matrix A if AB =
BA = I.
invertible matrix:
A matrix is invertible if it has an inverse.
least-squares
solution of a linear system:
A least-squares solution to a system of linear equations
Ax = b is a vector x that minimizes the
length of the vector Ax - b.
linear combination of vectors:
A vector v is a linear combination of the vectors v1, ..., vk if there
exist scalars a1, ..., ak such that v = a1v1 + ... + akvk.
linear dependence relation
for a set of vectors
linearly dependent
set of vectors: linearly
independent set of vectors: linear transformation
: nonsingular matrix:
null space of a matrix: null
space of a linear transformation:
nullity of a matrix:
nullity of a linear transformation: orthogonal
complement of a subspace: orthogonal
set of vectors: orthogonal matrix: orthogonal
linear transformation: orthonormal
set of vectors: range
of a linear transformation:
rank of a matrix: rank of
a linear transformation: reduced row echelon
form of a matrix: row equivalent
matrices: row operations: row space of a matrix: similar matrices: singular matrix: span of a set of vectors: subspace: symmetric matrix:
A linear dependence relation for the set of vectors
{v1, ..., vk} is an equation
of the form a1v1 + ... +
akvk = 0, where not all the
scalars a1, ..., ak are zero.
The set of vectors
{v1, ..., vk} is linearly
dependent if the equation
a1v1 + ... +
akvk = 0 has a solution where
not all the scalars a1, ..., ak are zero
(i.e., if {v1, ..., vk}
satisfies a linear dependence
relation).
The set of vectors {v1, ...,
vk} is linearly independent if the only solution
to the equation a1v1 + ... +
akvk = 0 is the
solution where all the scalars a1, ...,
ak are zero.
(i.e., if {v1, ..., vk}
does not satisfy any linear dependence
relation).
A linear transformation from V to W is a function
T from V to W such that:
A square matrix A is nonsingular if the only
solution to the equation Ax = 0
is x = 0. See also:
singular.
The null space of a m by n matrix A is the set of
all vectors x in Rn such that
Ax = 0.
The null space of a linear
transformation T is the set of vectors v in its
domain such that T(v) = 0.
The nullity of a matrix is the dimension of
its null space.
The nullity of a linear
transformation is the dimension of its
null space.
The orthogonal complement of a subspace S of Rn
is the set of all vectors v in Rn such that
v is orthogonal to every vector in S.
A set of vectors in Rn
is orthogonal if the dot product of any two
of them is 0.
A matrix A is orthogonal if A is invertible and its inverse equals its transpose; i.e.,
A-1 = AT.
A linear transformation T
from V to W is orthogonal if T(v)
has the same length as v for all vectors v in V.
A set of vectors in Rn is orthonormal if it is an
orthogonal set and each vector
has length 1.
The range of a linear
transformation T is the set of all vectors
T(v), where v is any vector in its domain.
The rank of a matrix A is the number of nonzero rows in the
reduced row echelon form of
A; i.e., the dimension of the
row space of A.
The rank of a linear transformation (and hence of any matrix regarded as a
linear transformation) is the
dimension of its range. Note: A theorem tells us that the two
definitions of rank of a matrix are equivalent.
A matrix is in reduced row echelon form if:
Two matrices are row equivalent if one can be obtained from the other by a
sequence of elementary row operations.
The elementary row operations performed on a matrix are:
The row space of a matrix is the subspace
spanned by the rows of the matrix considered as a set
of vectors.
See also: column space.
Matrices A and B are similar if there is a square
invertible matrix S such that
S-1AS = B.
A square matrix A is singular if the equation
Ax = 0 has a nonzero solution for x.
See also: nonsingular.
The span of the set of vectors {v1, ..., vk} is the
subspace V consisting of all linear combinations of v1,
..., vk. One also says that the subspace
V
is spanned by the set of vectors {v1, ...,
vk} and that this set of vectors spans V.
A subset
W of Rn is a subspace of Rn if:
A matrix A is symmetric if it equals its transpose; i.e.,
A = AT.
URL: http://www.math.uic.edu/math310/glossary.html -- Updated August 16, 2002 by S. Smith