Exam 1 Flashcards

1
Q

Echelon Form

A

All zero rows are at the bottom,
The first non-zero entry of each row is to the right of any leading entries in the row above it,
All entries below a leading entry are zero.

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

RREF

A

Echelon form, plus all leading entries are one and leading entries are the only non-zero entry in their columns.

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

Pivot Position

A

A matrix position that corresponds to a leading 1 in the RREF of the matrix.

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

Pivot Column

A

A column in a matrix that contains a pivot position.

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

Basic Variables

A

Variables that correspond to a pivot.

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

Free Variables

A

Variables that do NOT correspond to a pivot.

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

If an augmented matrix of form A|b has a pivot in the last column,

A

It is not consistent.

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

If a linear system is consistent and has no free variables,

A

It has a unique solution.

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

If a linear system is consistent and has free variables,

A

It has infinite solutions.

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

Linear Combination

A

A vector resulting from adding multiples of a set of vectors.

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

y can be represented as a linear combination of v1 and v2 if

A

There exist c’s 1&2 s.t. c1v1+c2v2=y.

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

2 vectors in R2 span R2 if

A

They are not scalar multiples of each other.

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

Span Rn

A

Any vector in Rn can be represented as a linear combination of the set of vectors.

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

Span

A

The set of all linear combinations of a set of vectors with the same number of real entries.

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

If A is an mxn matrix, it has

A

m rows and n columns.

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

If Ax=b has a solution,

A

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
17
Q

Homogeneous systems

A

Systems of the form Ax=0 with the trivial solution.

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

Inhomogeneous systems

A

Systems of the form Ax=b where b doesn’t equal 0.

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

If a homogeneous system has a non-trivial solution,

A

There must be a free variable/A must have a column with no pivot.

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

The Trivial Solution

A

x=0

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

A set of vectors are linearly independent if

A

There is NO set of constants including non-zero constants that allow the set of vectors’ span to include the zero vector.

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

A set of vectors are linearly dependent if

A

There is a set of constants including non-zero constants that allow the set of vectors’ span to include the zero vector.

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

What solutions to c1v1+c2v2=0 make the set of vectors {v1,v2} linearly dependent?

A

c1 does not equal zero OR c2 does not equal zero OR neither c1 nor c2 equals zero.

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

2 vectors in Rn are linearly dependent when

A

One or both of the vectors are the zero vector OR One vector is a multiple of the other OR both.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
If every column in a matrix of the form A=(v1 v2 ... vk) is not pivotal,
The set of vectors (v1 v2 ... vk) is linearly dependent.
26
In the function defined T:Rn->Rm, T(x)=Ax, what is the domain of T?
Rn
27
In the function defined T:Rn->Rm, T(x)=Ax, what is the codomain of T?
Rm
28
In the function defined T:Rn->Rm, T(x)=Ax, what is the image of x under T?
The vector T(x).
29
In the function defined T:Rn->Rm, T(x)=Ax, what is the range of T?
The set of all possible vectors T(x).
30
In the function defined T:Rn->Rm, T(x)=Ax, how do you find the range of T?
Find the span of the columns of A.
31
A transformation of the form T:Rn->Rm is linear if
T(u+v)=T(u)+T(v) for all u's and v's in Rn, and T(cv)=cT(v) for all v's in Rn and all c's in R.
32
In a linear transformation, does T(c1v1+c2v2)=c1T(v1)+c2T(v2)?
Yes, but only in a LINEAR transformation.
33
Standard Vectors
The vectors e1, ... en where e1=a vector with all zeroes except the first entry, which is one, and en= a vector with all zeroes except the nth entry, which is one.
34
In the transformation T(x)=Ax, if A is a matrix of the form A=(T(e1) T(e2) T(e3)), A is
The standard matrix for the transformation T.
35
Standard 2x2 matrix for the transformation that rotates vectors counter clockwise by theta?
top left: cos(theta) top right -sin(theta) bottom left: sin(theta) bottom right cos(theta)
36
Standard 2x2 matrix for the transformation that reflects vectors through the x1 axis?
top left:1 top right: 0 bottom left: 0 bottom right:-1
37
Standard 2x2 matrix for the transformation that reflects vectors through the x2 axis?
top left:-1 top right: 0 bottom left: 0 bottom right:1
38
Standard 2x2 matrix for the transformation that reflects vectors through the line x1=x2?
top left: 0 top right: 1 bottom left:1 bottom right: 0
39
Standard 2x2 matrix for the transformation that reflects vectors through the line x1=-x2?
top left: 0 top right:-1 bottom left:-1 bottom right: 0
40
Standard 2x2 matrix for the transformation that performs a horizontal contraction/expansion?
top left: k top right: 0 bottom left: 0 bottom right:1
41
Standard 2x2 matrix for the transformation that performs a vertical contraction/expansion?
top left:1 top right: 0 bottom left: 0 bottom right: k
42
Standard 2x2 matrix for the transformation that performs a projection onto the x1 axis?
top left:1 top right: 0 bottom left: 0 bottom right: 0
43
Standard 2x2 matrix for the transformation that performs a projection onto the x2 axis?
top left: 0 top right: 0 bottom left: 0 bottom right: 1
44
If a linear transformation is onto,
For any b in Rm, Ax=b has a solution, and A has a pivot in every row.
45
If a linear transformation is one-to-one,
Ax=0 has only one solution: x=0, and every column of A is pivotal.
46
For a linear transformation of form T:Rn->Rm with standard matrix A, list the equivalent statements to "T is onto"
A has columns that span Rm and every row of A is pivotal.
47
For a linear transformation of form T:Rn->Rm with standard matrix A, list the equivalent statements to "T is one-to-one"
The only solution to T(x)=0 is trivial, A has linearly independent columns, and each column of A is pivotal.
48
(A^T)^T=
A
49
(A+B)^T=
A^T+B^T
50
(rA)^T=
r*A^T
51
(AB)^T=
B^TA^T
52
How do you find A^-1 if A is an nxn matrix?
Row reduce (A|In) to RREF, if it then has the form (In|B), A is invertible and B=A^-1, otherwise, A is singular.
53
Singular
NOT Invertible
54
(AB)^-1=
B^-1A^-1
55
(A^T)^-1=
(A^-1)^T
56
If A is an nxn matrix, list the statements equivalent to "A is invertible"
A is row equivalent to In, A has n pivotal columns, Ax=0 has only the trivial solution, The columns of A are linearly independent, The equation Ax=b has a solution for all b's in Rn, The columns of A span Rn, A has a left and a right inverse, A^T is invertible, The columns of A are a basis for Rn, ColA=Rn, RankA=dim(ColA)=n, and NullA=0.
57
What is the product of the matrix multiplication (A B)(X) _________________________________________________________(Y)
AX+BY
58
A=LU if
A is an mxn matrix that can be reduced to RREF without row exchanges.
59
In the form A=LU, where A is an mxn matrix, L and U are,
L is a lower triangular mxm matrix with ones on the diagonal, U is an echelon form of A.
60
How do you use LU to solve Ax=b?
Construct the LU decomposition of A, set Ux=y, solve for y in Ly=b, then solve for x in Ux=y.
61
How do you find L in an LU facotrization?
Find U, multiply the number of each row added to each row by -1, then place the result in the position of L corresponding to x,y, where x is the row that was added and y is the row that was added to.
62
What is the formula for the Leontif Input-Output model?
(I-C)x=d, where x gives the quantities that meet total demand, C gives internal demands, and d gives external demands.
63
How can a translation of the form (x,y)->(x+h,y+k) be represented using homogenous coordinates?
A matrix like I3, but replace the top right with h and the middle right with k. Continue similarly for more dimensions.
64
A subset of Rn is
a collection of vectors in Rn.
65
A subset H of Rn is a subspace if
For any c in R and for u and v in H cu is in H and u+v is in H.
66
If A is an mxn matrix of the form (a1 a2 ... an), what is the column space of A?
The subspace of Rm spanned by a1...an.
67
If A is an mxn matrix of the form (a1 a2 ... an), what is the null space of A?
The subspace of Rn spanned by the set of vectors x that solve Ax=0.
68
What is the basis for a subspace H?
A set of linearly independent vectors in H that span H.
69
If B=b1, b2, ... bn is a basis for subspace H, and x is a vector in H, the coordinates of x relative B are,
The weights of the vectors in B s.t. x=c1b1+c2b2+...+cnbn. Also written [x]subB
70
dim H/the dimension of H
The number of vectors in a basis of the subspace H.
71
dim(NullA)=
The number of free variables in A.
72
dim(colA)=
The number of pivot columns in A.
73
RankA=
dim(colA).
74
RankA+Dim(NullA)=
The number of columns in A.