Linear Algebra Flashcards

1
Q

Solution

A

A list of values (s_1, s_2,…,s_n) that satisfy every equation of a linear system

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

Consistent

A

The solution set is nonempty

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

Inconsistent

A

The solution set is empty

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

Two linear systems are equivalent if

A

they share the same solution set

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

What are the options for the number of solutions a system can have?

A

1) Exactly one
2) Infinitely many
3) None

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

What does no solution look like in R2?

A

Two parallel lines

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

Two matrices are row equivalent if

A

There’s a sequence of elementary row operations that transform one matrix into another

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

In reduced row echelon for how many matrices are row equivalent?

A

Exactly one matrix

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

What is the rank of a matrix?

A

The number of pivot columns

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

What is the nullity of a matrix?

A

The number of free variable columns

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

If there are more variables than equations we…

A

Add a free variable

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

If there is a free variable then there are _______ solutions.

A

Infinitely many

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

Vectors u, v are equivalent if

A

u_1=v_1,…,u_n=v_n

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

Spanning set

A

The set of all linear combinations of a certain vector

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

Homogenous

A

The solution to the matrix equation Ax=b where b=0

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

Trivial solution

A

In the matrix equation Ax=b when x=0

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

The system Ax=0 has a nontrivial solution if and only if

A

it has at least one free variable

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

Linear independence

A

Each vector adds another dimension to the span

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

Linear dependence

A

When at least two vectors have the same span

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

Zero Matrix

A

An mxn matrix with all zero entries

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

Square Matrix

A

An nxn matrix

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

Main Diagonal

A

In a square matrix, it’s the values a_11, a_22,…,a_nn

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

Diagonal Matrix

A

Only the entries of the main diagonal are nonzero

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

Is the identity matrix a diagonal matrix?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Does AB=BA for any A,B
No
26
What sizes of two matrices must match for a product to be possible?
The column of the 1st matrix and the row of the 2nd matrix must match
27
What is the transpose of A?
A nxm(flipped) matrix where the 1st column=1st row and so on
28
Symmetric
A is an nxn matrix and A=A^T
29
Hermitian
A is an nxn matrix and A=A^*=A^(-T)
30
Quadratic form
A is a symmetric matrix and Q is a function defined by Q(x)=x^TAx
31
Positive definite
x^tA, x>0 for nonzero x's
32
Positive semidefinite
x^tAx, x>=0 for nonzero x's
33
Negative definite
x^tAx, x<0 for nonzero x's
34
Negative semidefinite
x^tAx, x<=0 for nonzero x's
35
Indefinite
x^tAx, x>0 for all x
36
Nilpotent
k is a positive integer and A is an nxn matrix such that A^k=0(zero matrix)
37
Idempotent
An nxn matrix A where A^2=A
38
Skew-symmetric
An nxn matrix A such that A^T=-A
39
Trace of A/Tr(A)
The sum of the main diagonals of A
40
A is invertible if
there exists an nxn matrix A^(-1) such that AA^(-1)=A^(-1)A=I_n
41
If A is an nxn matrix then
its inverse is unique
42
A is orthogonal
A is an invertible nxn matrix and A^T=A^(-1) and therefore AA^T=A^TA=I_n
43
Elementary matrix
A square matrix obtained by forming ONE elementary row operation on I_n
44
If A is invertible then Ax=b must have how many solution(s)?
One(unique)
45
Determinant of a 2x2 matrix A
a_11*a_22-a_12*a_21
46
Submatrix of an nxn matrix A
Matrix obtained by removing the ith row and jth column
47
(i,j)-cofactor of A
C_(ij)=(-1)^(i+j)det(A_(ij))
48
How to find the determinant of matrices?
For 2x2 matrices, use the product of the first diagonal minus the product of the second diagonal. For larger square matrices, use the cofactor expansion across any row or column
49
An nxn matrix A is invertible if and only if
det(A)!=0
50
Cramer's Rule
A is an invertible nxn matrix and b is a real number. Then there is a unique solution x in Ax=b given as x_i=(det(A_i(b)))/(det(A))
51
Vector space
If ten axioms are true
52
Vectors
Elements of a vector space
53
Zero vector space
The set V that only contains 0
54
Subspaces
Vector spaces that are formed from subsets of other vector spaces (A vector space V is a subset H of V)
55
Properties of a subspace:
The zero vector is in H, it's closed under addition (for u,v in H, we have (u+v) in H), and closed under scalar multiplication (for u in H we have cu in H)
56
Zero subspace
The set H consisting of only the zero vector in V, H={0}
57
H is a spanning set for V
Let v1,...,vk be in a vector space V, then H=span{v1,...,vk} is a subspace of V
58
Null space of a mxn matrix A
Set of all solutions to the homogenous vector equation Ax=0: Nul(A)={x in Rn:Ax=0} Set of all vectors x in Rn mapped to 0 in Rm by a linear transformation
59
Column space of an mxn matrix A
The set of all linear combinations of the columns of A. Col(A)=span{a1,...,an} where A=[a1 ... an]
60
The column space of an mxn matrix A is a subspace of
Rm (rows)
61
The null space of an mxn matrix A is a subspace of
Rn (columns)
62
Linear transformation T:V -> W where V,W are vector spaces and
each x in V maps to a unique vector T(x) in W such that 1) T(x+v) = T(u) + T(v) for all u,v in V 2) T(cu) = cT(u) for all u in V
63
Kernel (null space) of T
Let T:V->W be a linear transformation The set of u in V such that T(u)=0 where 0 in W: Ker(T)={u in V: T(u) = 0}
64
Range of T
Let T:V->W be a linear transformation The set of all b in W such that T(u)=b where u in V: Rng(T={b in W:T(u)=b, u in V})
65
Let S={v1,...,vk} be a set of vectors in a vector space V. S={v1,...,vk} is a linearly independent set if
c1v1+...+ckvk=0 holds only when c1=...=ck=0
66
Let S={v1,...,vk} be a set of vectors in a vector space V. S={v1,...,vk} is a linearly dependent set if
c1v1+...+ckvk=0 holds for nonzero constants
67
Let H be a subspace of a vector space V. An indexed set of vectors B={b1,...,bk} in V is a basis for H is
1) B is a linearly independent set 2) H=span{b1,...,bk} (B spans H)
68
A basis for the Col(A) is formed from
the pivot columns of A
69
Let B={b1,...,bn} be a basis for a vector space V and let x in V. The the B-coordinates of x are the constants c1,...,cn such that
x=c1b1+...+cnbn
70
Let B={b1,...,bn} be a basis for a vector space V and let x in V. Assume c1,...,cn are the B-coordinates of x. Then the B-coordinate vector of x is
[x]_B =[c1 c2 . . . cn]
71
Let B={b1,...,bn} be a basis and [x]_B be the B-coordinate vector of x. For x=P_B[x]_B, the change of coordinates matrix from B to the standard basis in Rn is
P_B=[b1 .... bn]
72
A vector space V is isomorphic to another vector space W if and only if
every vector space calculation in V can be accurately reproduced in W and vv
73
Let B be a basis for a vector space V. The set {u1,...,un} in V is linearly independent if and only if
the set{[u1]_B,...,[un]_B}] is linearly independent in Rn
74
Suppose B={b1,...,bn} is a basis for a vector space V. Then any set S in V with more than n vectors must be
linearly dependent
75
If a vector space V has a basis with n vectors, then every other basis for V must have
n vectors
76
Dimension of a vector space V
the number of vectors in the basis for V
77
V is spanned by a finite set
V is finite-dimensional
78
V is spanned by an infinite set
V is infinite-dimensional
79
The dimension of the zero vector space is
0
80
Let H be a subspace of a finite dimensional vector space V. Then
any linearly independent set in H can be expanded if necessary to a basis for H
81
Let A be an mxn matrix. The row space of A is
the set of all linear combinations of the rows of A. A=[r1 . . rn] the Row(A)=span{r1,...,rn}
82
If A and B are row equivalent, then
Row(A)=Row(B)
83
If B is the row echelon form of A, then
the nonzero rows of B form a basis for Row(A) and Row(B)
84
Let A be an mxn matrix. Then
dimCol(A)=dimRow(A)
85
dimCol(A)=
=number of pivots of A
86
dimRow(B)=
=number of nonzero rows of B
87
dimNul(A)=
=number of free variable columns of A
88
Let A be an mxn matrix. The rank of A is
the dimension of the column space of A: Rank(A)=dimCol(A)=dimRow(A)
89
Let A be an mxn matrix. The nullity of A is
the dimension of the null space of A: Nullity(A)=dimNul(A)
90
Let A be an mxn matrix, then Rank(A)=
=Rank(A^T)
91
Rank-Nullity Theorem
Let A be an mxn matrix, then Rank(A)+Nullity(A)=n
92
If W is a subspace of Rn, then the orthogonal complement of W is
the set of all vectors in Rn that are orthogonal to every vector in W. Wperp={v in Rn: v*w=0 for all w in W}
93
Let W be a subspace of Rn, then
1) Wperp is a subspace of Rn 2) The only vector in common to W and Wperp is 0 3) The orthogonal complement of Wperp is W
94
Let T:V->W be a linear transformation. The rank of T is
the dimension of the range of T: Rank(T)=dimRng(T)
95
Let T:V->W be a linear transformation. The nullity of T is
the dimension of the kernel of T: Nullity(T)=dimKer(T)
96
Rank-Nullity Theorem for Linear Transformations
Let T:V->W be a linear transformation. Then Rank(T)+Nullity(T)=dimV
97
A linear transformation T:V->W is one-to-one if
T maps distinct vectors in V to distinct vectors in W
98
If Rng(T)=W, then T is called
onto
99
A linear transformation T:V->W is one-to-one if and only if
Ker(T)={0}
100
Let dimV=dimW=n. Then alinear transformation T:V->W is one-to-one if and only if
it is onto
101