Lecture Chapter 4 Flashcards

1
Q

What is a vector space?

A

nonempty set of vectors such that
u+v is in V
cu is in V

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

What is a subspace of a vector space?

A

subset H of V with 3 properties

  • zero vector is in H
  • H is closed under vector addition : u+v is in H
  • H is closed under multiplication by scalars : cu is in H
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

If v1,v2,…vp are in a vector space V, what about Span {v1,v2,…,vp}?

A

Span{v1,v2,…,vp} is a subspace of V

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

What is a null space?

A

Nul A : set of all solutions of homogeneous equation Ax=0

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

A mxn
Nul A : subspace of Rn
Col A : subspace of Rm

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

What is a column space?

A

Col A : set of all linear combinations of the columns of A

Col A = Span {a1, a2, … , an}

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

Is Col A all Rm?

A

only if Ax=b has a solution for every b in Rm

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

What is a linear transformation T from a vector space V into a vector space W

A

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

  • T(u+v) = T(u) + T(v)
  • T(cu) = cT(u)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the kernel of a linear transformation?

A

the set of all u in V such that T(u)=0

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

What is the range of a linear transformation?

A

the set of all vectors in W (T(x)) for some x in V

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

When is an indexed set {v1, v2, … , vp} with v1/=0 linearly dependent?

A

if some vj is a linear combination of the preceding vectors v1, v2,…, vj-1

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

H subspace of vector space V

When is B = {b1, b2,…,bp} a basis for H?

A

B is a linearly independent set

the subspace spanned by B coincides with H : H=Span{b1,b2,…,bp}

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

What is the spanning set theorem?

A

S={v1,v2,…,vp} a set in V , H=Span{v1,v2,…,vp}

  • if one of the vectors in S is a linear combination of the remaining ones, the set formed by S - this vector still spans H
  • if H /= {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
14
Q

B a basis for V and x in V

What are the B-coordinates of x?

A

x = c1b1 + c2b2 + … + cnbn

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

What is the coordinate vector of x relative to B

A

[x]B=(c1,c2,…,cn)

mapping x–>[x]B is the coordinate mapping

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

What is the unique representation theorem

A

there exists a unique set of scalars such that x=c1b1 + c2b2 + … + cnbn

17
Q

What is the change of coordinates matrix from basis B to standard basis in Rn?

A

PB = [b1 b2 … bn]
x=PB[x]B
PB^-1 x = [x]B

18
Q

What is a characteristic of the coordinate mapping x–>[x]B

A

it is a one to one linear transformation from V onto Rn

19
Q

What is isomorphism

A

one-to-one linear transformation from a vector space onto another

20
Q

Properties about isomorphism

A
  • a vector space V with basis B, containing n vectors is isomorphic to Rn
  • Pn and Rn+1 are isomorphic
  • n : dimension of vector space V
21
Q

Vector space V, basis B {b1, b2, … , bn}

What if a set in V contains more than n vectors

A

the set is linearly dependent

22
Q

What if a vector space V has a basis of n vectors?

A

then every basis of V must have n vectors

23
Q

What about a vector space V spanned by a finite set?

A

V is finite-dimensional

dim V is the number of vectors in a basis for V

24
Q

What is the dimension of the zero vector space {0}?

A

zero

25
Q

V finite dimensional
H subspace of V
What can you say?

A

any linearly independent set in H can be expanded to a basis for H
H is finite-dimensional
dim H <= dim V

26
Q

What is the basis theorem?

A

V : p-dimensional, p>=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 = basis for V
27
Q

How can you find dim Nul A?

A

number of free variables in Ax=0

28
Q

How can you find dim Col A?

A

number of pivot columns in A

29
Q

What is the row space of A?

A

Row A : set of all linear combinations of row vectors
subspace of Rn
Row A = Col A^T

30
Q

If A and B are row equivalent, what can you say about their row space?

A

they have the same row space

-B in echelon form : nonzero rows of B form a basis for row space of A and B

31
Q

What is the rank of A?

A

dimension of the column space of A

32
Q

What is the rank theorem?

A

dim Col A = dim Row A
rank A = number of pivot positions in A
rank A + dim Nul A = n

33
Q

Invertible Matrix Theorem continued

A
  • columns of A form a basis for Rn
  • Col A = Rn
  • dim Col A = n
  • rank A = n
  • Nul A = {0}
  • dim Nul A = 0