Exam 3 Flashcards
(39 cards)
Definition of Null Space
The null space of an m x n matrix A, written as Nul A. is the set of all solutions of the homogeneous equation Ax=0.
In set notation, Nul A = {x : x is in Rn and Ax = 0}
Theorem 2 (4.2)
The null space of an m x n matrix A is a subspace of Rn. Equivalently, the set of all solutions to a system Ax = 0 of m homogeneous linear equations in n unknowns is a subspace of Rn
Definition of a Column Space
The column of space an m x n matrix A, written as Col A, is the set of all linear combinations of the columns of A. If A = [a1…an ], then
Col A = Span {a1…an}
Theorem 3 (4.2)
The column space of an m x n matrix A is a subspace of Rm
A linear transformation T from a vector space V into a vector space W is a rule that
assigns to each vector x in V a unique vector T(x) in W, such that
- T (u+v) = T(u) + T(v)
for all u,v in V and - T(cu) = cT(u) for all u in V and all scalars c
Theorem 4 (4.3)
An indexed set {v1…vp} of two or more vectors. with v1 not equal to 0, is linearly dependent if and only if some vj (with j > 1) is a linear combination of the preceding vectors v1…vj-1
Definition of a Basis
Let H be a subspace of a vector space V. An indexed set of vectors B = {b1…bp} in V is a basis for H if:
- B is a linearly independent set and
- the subspace spanned by B coincides with H; that is, H = Span {b1…bp}
Theorem 5 (Spanning Set Theorem) 4.3
Let S = { v1…vp } be a set in V, and let H = Span {v1…vp}.
- If one of the vectors in S - say, vk - is a linear combination of the remaining vectors in S, then the set formed from S by removing vk still spans H.
- If H does not equal {0}, some subset of S is a basis for H.
Theorem 6 (4.3)
The pivot columns of a matrix A form a basis for Col A
Theorem 7 (Unique Representation Theorem) (4.4)
Let B = {b1..bn} be a basis for a vector space V. Then for each x in V, there exists a unique set of scalars c1…cn such that x = c1b1 +….+ cnbn
Definition for coordinate system
Suppose B = {b1…bn} is a basis for V and x is in V. The coordinates of x relative to the basis B (or the B-coordinates of x) are the weights c1..cn such that x = c1b1 +….+cnbn
Theorem 8 (4.4)
Let B = {b1..bn} be a basis for a vector space V. Then the coordinate mapping x-> [x]B is a one-to-one linear transformation from V onto Rn
Theorem 9 (4.5)
If a vector space V has a basis B = {b1…bn} then any set in V containing more than n vectors must be linearly dependent
Theorem 10 (4.5)
If a vector space V has a basis of n vectors, then every basis of V must consist of exactly n vectors
Definition of finite-dimensional/infinite-dimensional
V is spanned by a finite set, and the dimension of V written as dimV is the number of vectors in a basis for V. The dimension of he zero vector space {0} os defined to be zero. If V is not spanned by a finite set, then V is said to be infinite-dimensional.
Theorem 11 (4.5)
Let H be a subspace of a finite-dimensional vector space V. Any linearly independent set in H can be expanded to a basis for H. H is finite dimensional and dim H is less than or equal to dim V
Theorem 12 (The Basis Theorem) (4.5)
Let V be a p-dimensional vector space, p greater than or equal to 1. Any linearly independent set of exactly p elements in V is automatically a basis for V. Any set of exactly p elements that spans V is automatically a basis for V.
Dimension of Nul A and Col A
Dimension of Nul A is the # of free variables in the equation Ax = 0, and the dimension of Col A is the number of pivot columns in A
Theorem 13 (4.6)
If two matrices A and B are row equivalent, then their row spaces are the same. If B is in echelon form, the nonzero rows of B form a basis for the row space of A as well as for that of B.
Definition of Rank
The rank of A is the dimension of the column space of A
Theorem 14 (The Rank Theorem) (4.6)
The dimensions of the column space and the row space of an m x n matrix A are equal. This common dimension, the rank of A, also equals the number of pivot positions in A and satisfies the equation rank A + dim Nul A = n
IMT
Let A be a square n x n matrix. Then the following statements are equivalent. For A, these are all either true or false:
- A is an invertible matrix
- A is row equivalent to the nxn identity matrix
- A has n pivot positions
- The equation Ax=0 has only the trivial solution
- The columns of A form a linearly independent set
- The linear transformation x |-> Ax maps Rn onto Rn
- There is an n x n matrix C such that CA = I
- There is an n x n matrix D such that AD = I
- AT is an invertible matrix
new ones:
- The columns of A form a basis of Rn
- Col A = Rn
- dim Col A = n
- rank A = n
- Nul A = {0}
- dim Nul A = 0
Theorem 1 (3.1)
The determinant of an n x n matrix A can be computed b a cofactor expansion across any row or down any column. The expansion across the “i”th row using the cofactors in Cij = (-1)i+j det Aij is
det A = ai1Ci1 + … + ainCin
The cofactor expansion down the “j”th column is
det A = a1jC1j + …. + anjCnj
Theorem 2 (3.1)
If A is a triangular matrix, then det A is the product of the entries on the main diagonal of A