Glossary

for Linear Algebra


1-to-1
A linear transformation, T, is 1-to-1 if each vector in the range of T has at most a single preimage. Thus, for any vector w, the equation T(x) = w can be solved by at most a single value of x.
The linear transformation T is 1-to-1 if and only if the null space of its corresponding matrix has only the zero vector in its null space. Equivalently, a linear transformation is 1-to-1 if and only if its corresponding matrix has no non-pivot columns. •
Basis
A basis of a vector space is an ordered set of vectors which is linearly independent and spans the vector space.
Note that every basis of a vector space has the same number of vectors, which is called the dimension of the vector space.
Examples:
Codomain
The codomain of a linear transformation is the vector space which contains the vectors resulting from the transformation's action. Thus, if T(v) = w, then v is a vector in the domain and w is a vector in the range, which in turn is contained in the codomain.
Examples:
Column Space
The column space of a matrix is the subspace of the codomain which is spanned by the columns of the matrix.
The dimension of the column space is called the rank of the matrix, and is equal to the dimension of the column space.
Synonyms: If a linear transformation T is represented by a matrix A, then the range of T is equal to the column space of A.
Consistent
A system of linear equations is consistent if it has a solution.
Note that a homogeneous system Ax=0 will always be consistent as it always has the solution x=0 (the trivial solution).
Dimension
The dimension of a vector space is the number of vectors in any basis of the space.
Examples:
Domain
The domain of a linear transformation is the vector space on which the transformation acts. Thus, if T(v) = w, then v is a vector in the domain and w is a vector in the range, which in turn is contained in the codomain.
Examples:
Echelon Form

Synonyms:
Related:
Field
A field is an algebraic structure with addition, "+", and multiplication, "·", (and subtraction and division) with certain rules. A vector space is defined with scalars chosen from a particular field. The rules which define a field F are: For all a, b and c∈F
  1. a+b ∈ F (Closure of Addition)
  2. a+b = b+a (Commutativity of Addition)
  3. a+(b+c) = (a+b)+c (Associativity of Addition)
  4. There is some 0∈F such that 0+a=a (Additive Identity)
  5. For any a∈F there is some b∈F such that a+b=0 (Additive Inverse) [We call this element -a]
  6. a·b ∈ F (Closure of Multiplication)
  7. a·b = b·a (Commutativity of Multiplication)
  8. a·(b·c) = (a·bc (Associativity of Multiplication)
  9. For any non-zero a∈F there is some b∈F such that a·b = 1 (Multiplicative Inverse) [We call this element a-1]
  10. a·(b+c) = a·b + a·c and (a+bc = a·c + b·c (Distributive Laws)
Examples:
Gauss Reduction

Synonyms: Gauss Reduction is also known as row reduction or just reduction.
Related:
Homogeneous
A homogeneous system of linear equations is a system of linear equations without constant terms. A homogeneous matrix vector equation has form Ax=0.
Note that a homogeneous linear system is always consistent, as it always has the solution x=0 (the trivial solution).
Image
The image of a vector, v under a given linear transformation, T, is the result of applying the linear transformation to the vector, T(v). The set of the images of all vectors in the domain is called the range of T, which in turn is contained in the codomain.
Examples:
Linear Combination

Synonyms:
Related:
Linearly Dependent

Synonyms:
Related:
Linearly Independent

Synonyms:
Related:
Nullity
The nullity of a matrix A is the dimension of the null space or kernel. More generally, this applies to linear maps as well as matrices.
The rank-nullity theorem is that the sum of the rank and the nullity of a matrix is equal to the number of columns in the matrix (the dimension of the codomain of the matrix.)
Examples:
Null Space
The null space of a matrix A is the set of solutions to the homogeneous equation Ax=0.
The zero vector is always in the null space and the null space is a subspace of the domain space.
More generally, the null space of any linear map T is the space of all inputs x such that T(x)=0. The dimension of the null space is sometimes called the nullity of the matrix or linear map.
Examples: Synonyms: kernel
onto
A linear transformation, T, is onto if its range is all of its codomain, not merely a subspace. Thus, for any vector w, the equation T(x) = w has at least one solution x (is consistent).
The linear transformation T is 1-to-1 if and only if the null space of its corresponding matrix has only the zero vector in its null space. Equivalently, a linear transformation is 1-to-1 if and only if its corresponding matrix has no non-pivot columns.
Pivot
Pivot has two meanings:
  1. A pivot of a matrix which has been reduced to echelon form is the leading non-zero element in each row. (We also refer to the pivots of a matrix which has not been reduced, referring implicitly to its echelon form.)
  2. When performing Gaussian Reduction on a matrix, reducing it to echelon form or reduced echelon form, the act of pivoting is to perform a row swap (partial pivoting) or both a row and a column swap (total pivoting), in order to bring as large an element as possible into the pivot position. This can reduce accumulated error when performing numerical operations on large matrices.

Synonyms:
Related:
Range
The range of a linear transformation, T, is the set of all possible values of T(v). Thus, if T(v) = w, then v is a vector in the domain and w is its image in the range, which in turn is a subspace of the codomain.
Examples: Synonyms: If a linear transformation T is represented by a matrix A, then the range of T is equal to the column space of A.
Rank
The rank of a matrix is the dimension of the row space, which is equal to the dimension of the column space. The rank of a linear transformation is the dimension of the range.
The rank of a matrix is the number of pivots in that matrix.
The rank-nullity theorem is that the sum of the rank and the nullity of a matrix is equal to the number of columns in the matrix (the dimension of the codomain of the matrix.)
Synonyms:
Related:
Reduced Echelon Form

Synonyms:
Related:
Row Space
The row space of a matrix is the subspace of the domain which is spanned by the rows of the matrix.
The dimension of the row space is called the rank of the matrix, and is equal to the dimension of the column space.
Synonyms:
Scalar
A scalar is an element of the field of scalars for a vector space. The specification of a vector space includes specifying a field of scalars. The rules of scalar multiplication for that vector space apply to scalars from that field.
Examples: Synonyms:
Related:
Span

Synonyms:
Related:
Subspace

Synonyms:
Related:
Trivial Solution

Synonyms:
Related:
Vector Space
A vector space is a set, V, together with a choice of a field of scalars, F, and operations of addition of vectors and multiplication by a scalar such that for any vectors u, v and w ∈ V and scalars s and t ∈ F the following properties hold:
  1. v+w = w+v (Commutativity of Addition)
  2. u+(v+w) = (u+v)+w (Associativity of Addition)
  3. There is a vector 0∈V such that v + 0 = v for all v∈V (Additive Identity)
  4. For any vector v∈V there is some vector w∈V such that v+w=0 (Additive Inverse) [We call this element -v]
  5. (s·t)v = s(tv) (Associativity of Scalar Multiplication)
  6. For 1∈F (the multiplicative identity of F) we have 1v = v (Multiplicative Identity)
  7. s(v+w) = sv+sw and (s+t)v = sv+tv (Distributive Laws)
Examples: Synonyms:
Related:

Robert Campbell, campbell@math.umbc.edu
October 17, 2004