Week 1 Flashcards

1
Q

What is the linear combination of vectors?

A

A vector v is a linear combination of vectors v1,…,vk iff there are scalars c1,c2,…,ck such that
v=c1v1+c2v2+…+ckvk

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

What is a linear equation?

A

A linear equation in the n variables x1,x2,…,xn is an equation that can be written in the form
a1x1+a2x2+…+anxn=b

A solution of this linear equation is a vector [s1,s2,…,sn] so that
a1s1+a2s2+…+ansn=b

A system of linear equations is a finite set of linear equations and a solution to a system of linear equations is a vector that is simultaneously a solution to all equations in the system.

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

What is row echelon form?

A

A matrix is in row echelon form iff

1) any all zero rows are at the bottom
2) in each non zero row, the first non zero entry (the leading entry) is to the left of any leading entries below it

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

What is reduced echelon form?

A

A matrix is in reduced row echelon form iff

1) it is in row echelon form
2) the leading entry in each non zero row is 1
3) each column containing a leading 1 has zeros everywhere else

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

What is a homogeneous system of linear equations?

A

A system of linear equations is homogeneous iff the constant term in each equation is zero

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

What is theorem 2.4?

A

A system of linear equations with augmented matrix [A\b] is consistent iff b is a linear combination of the columns of A.

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

What is linear independence?

A

A set {v1,v2,…,vk} of vectors in Rn is linearly independent iff the only solution to the equation
c1v1+c2v2+…+ckvk=0
Is c1=c2=…=ck=0. A set of vectors is linearly dependent if it is not linearly independent.

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

What is theorem 2.5?

A

Vectors v1,v2,…,vk in Rn are linearly dependent iff at least one of them can be expressed as a linear combination of the others.

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

What is lemma (linear dependence)?

A

Two vectors v1 & v2 are linearly dependent iff they are scalar multiples of each other.

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

What is theorem 2.6?

A

Let v1,…,van be (column) vectors in Rn & let
A=[v1,v2,…,vm]
Be the nxm matrix with columns v1,…,vm. Then v1,…,vk are linearly dependent iff the homogenous linear system with augmented matrix [A\0] has a non trivial solution.

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

What is theorem 2.8?

A

If m>n then any set of m vectors in Rn is linearly dependent.

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