Wk 2: The Vector Space Flashcards

1
Q

Linear combination of vectors

A

α1v1 + α2v2 + … + αnvn

α1,…,αn are coefficients of the linear combination

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

Trivial linear combination

A

Coefficients are all zero

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

Span of v1, …, vn

A

Set of all linear combinations of vectors v1, …, vn.

Written Span {v1, …, vn}

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

How many vectors in Span {}

A

One: the zero vector

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

Generating set

A

Let

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

Linear combination of linear combinations of vectors

A

Can be converted to a linear combination of new vectors

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

Standard generators for ℝn

A

e1, e2, …, en = [1,0,…,0], [0,1,0,…,0], …, [0,…,0,1]

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

Span of a nonzero vector over ℝ

A

Span {v} = {αv : α ∈ ℝ}

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

Is the span of k vectors always k-dimensional

A

No.

eg. Span{[0,0]} is 0-dimensional

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

Specification of a plane

A

{(x, y, z) : ax + by + cz = 0} OR

{[x, y, z] : [a, b, c] · [x, y, z] = 0}

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

Two ways to represent a geometric object containing the origin:

A
  • Span of some vectors
  • Solution of some system of linear equations with zero right-hand sides
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Vector space

A

Any subset

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

Subspace

A

If

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

Every subspace of ℝD can be written as:

A

Span {v1, . . . , vn} OR

{x : a1 · x = 0, …, am · x = 0}

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

Convex combination

A

A linear combination in which all coefficients are nonnegative and sum to 1

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

Convex hull

A

of a single vector: a point

of two vectors: a line segment

of three vectors: a triangle

17
Q

How to represent a vector space that does not contain the origin

A

Translate a vector space

18
Q

Affine space

A

If c is a vector and

19
Q

Affine combination

A

a linear combination α1u1 + α2u2 + … + αnun where α1 + α2 + … + αn = 1

20
Q

Affine hull

A

the set of all affine combinations of a set of vectors

Affine hull of u1, u2, . . . , un = u1 + Span {u2 - u1, …, un - u1}

21
Q

Thm. Solution set of a linear system

A

The solution set of a linear system is either empty or an affine space

22
Q

Homogeneous linear equation

A

A linear equation with a zero right-hand side

αx = 0

23
Q

Homogeneous linear system

A

a system of homogeneous linear equations

24
Q

Lemma. Finding a second solution to a linear system

A

Let u1 be a solution to a linear system. Then, for any other vector u2, u2 is also a solution if and only if
u2
-u<strong>1</strong> is a solution to the corresponding homogeneous linear system

25
Q

checksum function

A

maps long files to short sequences - used to check for file corruption