Exam 3 Flashcards

1
Q

Definition of Null Space

A

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}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Theorem 2 (4.2)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Definition of a Column Space

A

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}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Theorem 3 (4.2)

A

The column space of an m x n matrix A is a subspace of Rm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A linear transformation T from a vector space V into a vector space W is a rule that

A

assigns to each vector x in V a unique vector T(x) in W, such that

  1. T (u+v) = T(u) + T(v)
    for all u,v in V and
  2. T(cu) = cT(u) for all u in V and all scalars c
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Theorem 4 (4.3)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Definition of a Basis

A

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:

  1. B is a linearly independent set and
  2. the subspace spanned by B coincides with H; that is, H = Span {b1…bp}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Theorem 5 (Spanning Set Theorem) 4.3

A

Let S = { v1…vp } be a set in V, and let H = Span {v1…vp}.

  1. 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.
  2. If H does not equal {0}, some subset of S is a basis for H.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Theorem 6 (4.3)

A

The pivot columns of a matrix A form a basis for Col A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Theorem 7 (Unique Representation Theorem) (4.4)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Definition for coordinate system

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Theorem 8 (4.4)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Theorem 9 (4.5)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Theorem 10 (4.5)

A

If a vector space V has a basis of n vectors, then every basis of V must consist of exactly n vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Definition of finite-dimensional/infinite-dimensional

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Theorem 11 (4.5)

A

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

17
Q

Theorem 12 (The Basis Theorem) (4.5)

A

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.

18
Q

Dimension of Nul A and Col A

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

19
Q

Theorem 13 (4.6)

A

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.

20
Q

Definition of Rank

A

The rank of A is the dimension of the column space of A

21
Q

Theorem 14 (The Rank Theorem) (4.6)

A

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

22
Q

IMT

A

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
23
Q

Theorem 1 (3.1)

A

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

24
Q

Theorem 2 (3.1)

A

If A is a triangular matrix, then det A is the product of the entries on the main diagonal of A

25
Q

Theorem 3 (3.2)

A

Row Operations

Let A be a square matrix:

  1. if a multiple of one row of A is added to another tow to produce a matrix B, then det B = det A
  2. if two rows of A are interchanged to produce B, then det B = - det A
  3. if one row of A is multiplied by k to produce B, then det B = k * det A
26
Q

Theorem 4 (3.2)

A

A square matrix A is invertible if and only if det A does not equal 0

27
Q

Theorem 5 (3.2)

A

If A is a n x n matrix, then det AT = det A

28
Q

Theorem 6 (Multiplicative Property)

A

If A and B are n x n matrices, then
det AB = (det A)(det B)

29
Q

Definition of Eigenvector

A

An eigenvector of an n x n matrix A is a nonzero vector x such that Ax=λx for some scalar λ. A scalar λ is called an eigenvalue of A if there is a nontrivial solution x of Ax = λx; such an x is called an eigenvector corresponding to λ.

30
Q

Theorem 1 (5.1)

A

The eigenvalues of a triangular matrix are the entries on its main diagonal

31
Q

Theorem 2 (5.1)

A

If v1…vr are eigenvectors that correspond to distinct eigenvalues λ1…λr of an n x n matrix A, then the set {v1…vr} is linearly independent

32
Q

IMT (continued 5.2)

A

Let A be an n x n matrix. Then A is invertible if and only if

  • the number 0 is not an eigenvalue of A
  • the determinant of A is not zero
33
Q

Theorem 3 (5.2)

A

Let A and B n x n matrices

  1. A is invertible if and only if det A does not equal 0
  2. det A B = (det A)(det B)
  3. det AT = det A
  4. If A is triangular, then det A is the product of the entries on the main diagonal of A
  5. A row replacement operation on A does not change the determinant. A row interchange changes the sign of the determinant. A row scaling also scales the determinant by the same scalar factor
34
Q

Definition of Characteristic Equation

A

A scalar λ is an eigenvalue of an n x n matrix A if and only if λ satisfies the
characteristic equation det(A-λI)=0

35
Q

Theorem 4 (5.2)

A

If n x n matrices A and B are similar, then they have the same characteristic polynomial and hence the same eigenvalues (with the same multiplicities)

36
Q

Definition of Similarity

A

Matrices are not similar even though they have the same eigenvalues. Similarity is not the same as row equivalence. Row operations on a matrix usually changes its eigenvalues

37
Q

Theorem 5 (5.3) The Diagonalization Theorem

A

An n x n matrix A is diagonalizable if and only ifA has n linearly independent eigenvectors.

In fact, A = PDP-1, with D a diagonal matrix, if and only if the columns of P are n linearly independent eigenvectors of A. In this case, the diagonal entries of D are eigenvalues of A that correspond, respectively, to the eigenvectors in P.

38
Q

Theorem 6 (5.3)

A

An n x n matrix with n distinct eigenvalues is diagonalizable

39
Q

Theorem 7 (5.3)

A

Let A be an n x n matrix whose distinct eigenvalues are λ1…λp

  1. For 1 less than/equal to k less than/equal to p, the dimension of the eigenspace for λk is less than or equal to the multiplicity of the eigenvalue λk
  2. The matrix A is diagonalizable if and only if the sum of the dimensions of the eigenspaces equals n, and this happens if and only if (i) the characteristic polynomial factors completely into linear factors and (ii) the dimension of the eigenspace for each λk equals the multiplicity of λk
  3. If A is diagonalizable and Bk is a basis for the eigenspace corresponding to λk for each k, then the total collection of vectors in the sets B1…Bp forms an eigenvector basis for Rn