Week 10 Flashcards

(23 cards)

1
Q

Column Space?

A

-Linear span of columns of M , before RREF

subspace of R^m (where m is rows)

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

Row Space?

A

-Lin span of transpose rows of M before RREF

subspace of R^n (where n is columns)

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

Null Space?

A

the set of solutions of the system Mx=0

subspace of R^m (where m is rows)

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

What are the basis for CS and RS?

A

-CS = Pre RREF, whatever are the columns making up it
-RS =Post RREF

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

Basis for null space?

A

the same

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

How to show linear makeup from basis?

A

-RREF basis columns and column that is made up of one and the equation we get e.g. c1 -c2 +c3 = 0 , we can show it is

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

Rank Nullity?

A

dim(RS(M) + dim (CS(M) = dim (R^n) where n are columns

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

How to prove RS(A) and NS(A) are orthogonal complements?

A
  • rank nullity theorem
    -dot product of any vector of each = 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Null Space Cartesian Equation?

A

-use basis for RS(A) as orthogonal

and plug into eq

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

What is null space?

A

all x that solves Ax = 0

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

How to get cartesian description of null space?

A

-we use basis of row space transposed and multiply by vector (x1,x2,x3…) = 0

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

How to get cartesian description of Row Space?

A

-we use basis of null space transposed and multiply by vector (x1,x2,x3…) =0

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

How to get cartesian description of column space?

A

-Transpose matrix then RREF, then paramteric equation vectors multiplied by x = 0 then we get our cartesian equations

or if we have 2 vectors in basis, we just use the normal from that by cross product

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

How to get the cartesian equation of subspace that spans the set X

A

-same as cartesian description of column space

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

How to show a system is consisyent using column space?

A

Column space condition: b∈CS(A), meaning
b can be written as a linear combination of the columns of A.

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

condition for a set of vectors to provide a basis in a R^n?

17
Q

Coordinates (V)c with respect to basis c

A

you just use vectors of c and solve a(v1) + b(v2) = (v)

18
Q

How to show a set of functions is linearly independent?

A

c1f1(x) +c2f2(x) = z(x)

only if c1 and c2=0

19
Q

How to show a set spans a subspace for functions?

A

That the subspace can be written as combination of the functions

20
Q

bilinearity?

A

⟨u,βb+γc⟩=β⟨u,b⟩+γ⟨u,c⟩

use example and just plug in inner product <u,v> to get end

linearity on right is keep vector on left and vice versa for on right

21
Q

Symmetry?

A

<v,u> = <u,v>

22
Q

Positivity?

A

<u,u> ≥0 or if <u,u> = 0 only if u=0

23
Q

<n,n>?