Lecture Chapter 1 Flashcards

1
Q

What is a solution set?

A

The set of all possible solutions of a linear system

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

What are equivalent systems?

A

They have the same solution set

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

What are the possibilities of solutions of a system

A

either 1, zero or infinitely many solutions

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

What does consistent mean? inconsistent?

A

consistent : one or infinitely many solutions

inconsistent : no solution

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

How many rows and columns has a mxn matrix?

A

m rows, n columns

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

three characteristics of echelon form

A
  • all nonzero rows are above any rows of all zeros
  • each leading entry is on the right of the one above
  • all entries below a leading entry are zeros
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

three characteristics of reduced echelon form

A
  • echelon form conditions
  • the leading entry in each nonzero row is 1
  • each leading 1 is the only nonzero in its column
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a pivot position

A

leading 1 in the reduced echelon form

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

What are row equivalent matrices

A

if row operations can transform one into the other

the two systems are equivalent (same solution set)

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

Can a matrix be row equivalent to multiple reduced echelon matrices

A

no, only one

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

what characterizes a consistent linear system

A

no [0 0 0 … 0 / b] in the echelon form of the augmented matrix

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

What is a linear combination

A

vector y = c1v1 + c2v2 + … + cpvp

linear combination of v1,v2,…,vp with weights c1,c2,…,cp

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

How do you find the solution of a vector equation x1a1 + x2a2 + … + xnan = b

A

the equation has the same solution set as the linear system with augmented matrix [a1 a2 … an / b]

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

What is Span {v1 v2 … vp} ?

A

The subset of Rn spanned by v1, v2, … , vp

The set of all linear combinations of v1, v2, … , vp (collection of vectors)

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

What is Ax

A

Linear combination of the columns of A using the corresponding entries in x as weights

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

How do you find the solution of Ax=b?

A

same solution set as
x1a1 + x2a2 + … + xnan = b
[a1 a2 … an b]

17
Q

What statements are equivalent to ‘for each b in Rm, Ax=b has a solution’

A
  • each b in Rm is a linear combination of the columns of A
  • the columns of A span Rm
  • A has a pivot position in every row
18
Q
A(u+v) = Au + Av       
A(cu) = c(Au)
19
Q

What is a homogeneous linear system?

20
Q

Two properties of Ax=0 (homogeneous linear system)

A
  • always has at least one solution : trivial solution : zero vector 0
  • if Ax=0 has a nontrivial solution = equation has at least one free variable
21
Q

parametric vector equation of a line through the origin

22
Q

parametric vector equation of a plane through the origin

A

x = su + tv

23
Q

parametric vector equation of a line not through the origin

A

x = su + p

24
Q

parametric vector equation of a plane not through the origin

A

x = su + tv + p

25
When is a set of vectors linearly independent?
When the vector equation x1v1 + x2v2 + ... + xnvn = 0 | has only the trivial solution
26
When is a set of vectors linearly dependent? What is the linear dependence relation?
When there exists weights not all zero such that c1v1 + c2v2 + ... + cpvp = 0 (linear dependence relation)
27
When are the columns of A linearly independent?
If Ax=0 has only the trivial solution
28
What can you say about a set containing one vector linearly dependent?
It's the zero vector
29
What can you say about a set containing two vectors linearly dependent?
The vectors are a multiple of one another
30
What can you say about a set containing two or more vectors linearly dependent?
At least one is a linear combination of the others
31
What can you say about a set containing more vectors than there are entries in each vector
The set is linearly dependent
32
What can you say about a set containing the zero vector
The set is linearly dependent
33
What can you say about a transformation T from Rn to Rm
- assigns to each x in Rn a T(x) in Rm - Rn domain - Rm codomain - T(x) in Rm is the image of x in Rn - The set of all images is the range of T
34
What is T(x)=Ax
matrix transformation
35
Three properties to show a transformation T is linear
- T(u+v) = Tu + Tv - T(cu) = cT(u) - T(0) = 0
36
What is an identity matrix
1 in the main diagonal, zeros elsewhere
37
When is T : Rn-->Rm onto Rm?
if each b in Rm is the image of at least one x in Rn
38
When is T : Rn-->Rm one-to-one?
if each b in Rm is the image of at most one x in Rn - -> T(x)=0 only has the trivial solution - -> the columns of A are linearly independent
39
When does T maps Rn onto Rm?
When the columns of A span Rm