Chapter 1 Flashcards

1
Q

Def: R^n

A

R^n = {[x1, x2, …, xn] | x1, x2, …, xn ER}
“n-dimensional Euclidean space”
Elements of Rn called “vectors”

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

Def: vector addition

A

Let x, y ER^n

x + y = [x1+y1, …, xn+yn] if x=[x1, …, xn] and y=[y1, …, yn]

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

Def: vector scalar multiplication

A

Let x ER^n, cER

cx=[cx1, …, cxn] if x=[x1, …, xn]

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

Def: linear combination

A

c1v1 + c2v2 + … + ckvk
c1, …, ck ER
v1, …, vL vectors in R^n

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

Def: Span

A

Let B = {v1, v2, …, vk} ER^n
Span(B) = {c1v1 + … + ckvk | c1, …, ck ER}

Set Span(B) is SPANNED by B
B is a SPANNING SET for Span(B)

Span is all linear combinations

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

Theorem 1.2.1 (first theorem)

A

Let v1, …, vk ER^n
Some vector vi, 1= i = k can be written as a linear combination of v1, …, vi-1, vi+1, …, vk iff
Span{v1, …, vk} = span{v1, .., vi-1, vi+1, …, vk}

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

10 vector axioms

A
  1. x+y ER^n
  2. (x+y)+w = x+(y+w) (associative)
  3. x+y=y+x (commutative)
  4. 0ER^n such that x+0=x for all xER^n
  5. x+(-x) = 0
  6. cxER^n
  7. c(dx) = (cd)x
  8. (c+d)x = cx + dx
  9. c(x+y) = cx + cy
  10. 1x = x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Def: linearly dependent/independent

A

c1v1 + … + ckvk = 0
Linearly dependent: c1, …, ck == 0
Linearly independent: c1, …, ck = 0
Also called the TRIVIAL solution

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

Def: k-plane or k-flat

A
Let V = R^n, B = {v1, ..., vk} CR^n
If B is linearly independent, and bER^n, 
P=b+Span(B)
So P={b+c1v1+...+ckvk | c1, ..., ck ER}
Called a k-dimensional plane of R^n
Aka k-plane or k-flat

k=2: plane in R^n
k=n-1: hyperplane in R^n

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

Theorem 1.2.2 (consequence of first theorem)

A

A set of vectors {v1, …, vk} in R^n is linearly dependent iff viESpan{v1, …, vi-1, vi+1, …, vk} for some i, 1

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

Theorem 1.2.3

A

If a set contains the zero vector, it is linearly dependent

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

Def: basis

A

B is a basis for V iff

1) Span(B) = V
2) B is linearly independent

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

Def: elementary basis vectors

A

{e1, …, en}
e1 = (1,0,….0)
en = (0,…,1)

They’re called the “standard basis”

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

Theorem 1.2.4

A

If B is a basis for V, every vector xEV can be uniquely expressed as a linear combination of the vectors in B

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

Def: line in R^n

A

L = {cv + b ER^n | cER} is a line through b in direction of v

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

Def: sub space of R^n

A

Suppose a subset ScV satisfies all 10 axioms of vector space using the same 2 operations inherited from V
Then we say that the vector space S is a subspace of V

17
Q

Theorem 1.3.1 (subspace test)

A

Let S be a nonempty subset of V

If S is closed under addition and scalar multiplication, then S is a subspace

18
Q

Theorem 1.3.2

A
Let B = {v1, ..., vk} CV
Then Span(B) is a subspace of V
Reverse is also true
19
Q

Subspace - trivial case

A

R^2 is a subspace of R^2

20
Q

Def: vector space

A

A vector space (over R) is a set V together with two binary operators: “addition” and “scalar multiplication”
Satisfies 10 axioms

21
Q

Def: dot/inner product

A

x•y = x1y1 + … + xnyn
OR
x•y = ||x||•||y||•cosθ

22
Q

Theorem 1.4.2 (properties of dot product)

A

1) x•y >_0, x•x=0 iff x=0
2) x•y = y•x
3) x•(sy+tz) = s(x•y) + t(x•z)

23
Q

Def: length/norm

A

||x||

24
Q

Theorem 1.4.3 (properties of length)

A

1) ||x|| >_0, ||x|| = 0 iff x=0
2) ||cx|| = |c|•||x||
3) |x•y|

25
Q

Def: orthogonal

A

If dot product = 0

26
Q

Def: unit vector

A

Length = 1

27
Q

Def: orthonormal

A

If B is orthogonal and normal

28
Q

Def: normal

A

B is normal (unit-length) if ||vi|| = 1 for every i=1,…,k

29
Q

Def: cross product

A

R^3

vxw = (v2w3-v3w2, v3w1-v1w3, v1w2-v2w1)

30
Q

Theorem 1.4.5 (properties of cross product)

A

1) wxv = -vxw
2) vxv = 0
3) vx(w+x) = vxw + vxx
4) vx(cw) = (cv) x w = c(vxw)
5) if n=vxw, then n is orthogonal to the subspace Span{v,w} (ie if yESpan{v,w} then n•y=(vxw)•y=0)
6) vxw=0 iff {v,w} is linearly dependent
7) ||vxw|| = ||v||•||w||•sinθ (0

31
Q

Theorem 1.4.6 (scalar equation)

A

Let P = b+Span{v,w} be a 2D plane in R^3
Let n = vxw
P = {xER^3 | n•x = n•b} = (x-b)•n = 0

32
Q

Def: normal vector and scalar equation

A

n1x1 + … + n3x3 = b1n1 + … + b3n3

n = (n1, …, n3) is the normal vector
And that equation is the scalar equation

33
Q

Def: projection

A

u onto v

projv(u) = u•v/||v||^2 (v)

34
Q

Def: perpendicular of a projection

A

Perpendicular of x onto v

Perpv(x) = x-projv(x)

35
Q

Def: projection into a plane

A

x onto P

projP(x) = x-perpn(x)

36
Q

Def: perpendicular of a projection onto a plane

A

x onto P

perpP(x) = projn(x)

37
Q

Def: determinant

A

Given square matrix [ a b / c d ] E M2x2(R), it’s determinant is det[ab/cd] = ad-bc

38
Q

Properties of length continued

A

3) triangle inequality

4) |x•y| LESS THAN MAGNITUDE X TIMES MAGNITUDE Y I STG