math 22

0.0(0)
Studied by 5 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/89

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:26 AM on 8/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

90 Terms

1
New cards

Theorum 1 (1.5) Ax = 0 has a non trivial solution if and only if…

the corresponding system has at least 1 free variable

2
New cards

Theorum 4 (1.5)

Let A be an m * n matrix.

The following statements are true

a. Ax = b has a solution for each b∈Rm

b. each b∈Rm is a linear combo of the columns

c. Span {cols of A} = Rm

d. A has a pivot in each row (justifies the rest of these)

3
New cards

homogenous system

the solution for each row is 0

<p>the solution for each row is 0</p>
4
New cards

A set S = {v1, v2 … vp} for p >= 2 is linearly dependent if and only if…

at least one of the vectors in S is a linear combination of the others

5
New cards

Theorem 7 (1.7): Any set {v1, v2 … vp} in Rn is linearly dependent if

p > n

there are more vectors than length of the vector

6
New cards

7
New cards

8
New cards

transpose of a matrix

taking the original matrix and flipping it across its main diagonal (the line running from the top-left to the bottom-right)

<p>taking the original matrix and <strong>flipping it across its main diagonal</strong> (the line running from the top-left to the bottom-right)</p>
9
New cards

2.2 th 4: how to find inverse of 2 × 2 matrix

knowt flashcard image
10
New cards

2.2 th. 5: If A is an invertible n x n matrix, then ______

for each b in Rn , the equation Ax = b has the unique solution x = A^-1 * b.

11
New cards

2.2 Th 6 a: If A is an invertible matrix, _____

A^-1 is invertible and (A^-1)^-1 = A

12
New cards

2.2 Th 6 b: If A is an invertible matrix, then ____

1) so is AB, and

2) the inverse of AB is the product of the inverses of A and B in the reverse order.

That is, (AB)^-1 = B^-1*A^-1

13
New cards

2.2 Th 6 c: If A is an invertible matrix, then so is A^T, and _____

the inverse of A ^T is the transpose of A ^-1 .

That is, (A^T)^-1 = (A^1)^ T

14
New cards

2.2 Th 7: An n x n matrix A is invertible if and only if ….

A is row equivalent to In, and in this case, any sequence of elementary row operations that reduces A to In also transforms In into A^-1 .

<p>A is row equivalent to In, and in this case, any sequence of elementary row operations that reduces A to In also transforms In into A^-1 .</p>
15
New cards

pivot in every row means…

onto/spans

at least one solution/output of system (no 0 0 … 0 | b)

16
New cards

pivot in every column means….

linearly independent (no free vars)

17
New cards

2.1 Th 1: obvious operations about matrices

knowt flashcard image
18
New cards

2.1 Th 2: Properties of matrix multiplication

knowt flashcard image
19
New cards

2.1 Th 3: properties of transposition

knowt flashcard image
20
New cards

how does transposition work?

r1 becomes c1, r2 becomes c2, r2 becomes c3 etc

<p>r1 becomes c1, r2 becomes c2, r2 becomes c3 etc</p>
21
New cards

4.1 Th 1: A span of any 2 vectors in Rn….

is a subspace of Rn

<p>is a subspace of Rn</p>
22
New cards

What are elementary row operations?

1. (Replacement) Replace one row by the sum of itself and a multiple of another row

2. (Interchange) Interchange two rows.

3. (Scaling) Multiply all entries in a row by a nonzero constant.

23
New cards

Checking for uniqueness

1. Is the system consistent; that is, does at least one solution exist?

2. If a solution exists, is it the only one; that is, is the solution unique?

24
New cards

Echelon Form Definition & REF

knowt flashcard image
25
New cards

Chapter 1.2, Theorem 1: Uniqueness of the Reduced Echelon Form

Each matrix is row equivalent to one and only one reduced echelon matrix.

26
New cards

Pivot Position Definition

A pivot position in a matrix A is a location in A that corresponds to a leading 1 in the reduced echelon form of A. A pivot column is a column of A that contains a pivot position.

<p>A pivot position in a matrix A is a location in A that corresponds to a leading 1 in the reduced echelon form of A. A pivot column is a column of A that contains a pivot position.</p>
27
New cards

Chapter 1.2, Theorem 2: Existence and Uniqueness Theorem

<p></p>
28
New cards

Parallelogram Rule for Addition

<p></p>
29
New cards

Algebraic Properties of Rn (of real numbers)

knowt flashcard image
30
New cards

Definition of a Linear Combination

the span of V is all of the vectors that can be made out of linear combinations from a matrix

<p>the span of V is all of the vectors that can be made out of linear combinations from a matrix</p>
31
New cards

The matrix equation: product of A and x

knowt flashcard image
32
New cards

Chapter 1.3 Theorem 3: how to represent system different ways

knowt flashcard image
33
New cards

Existence of Solutions as Derived from definition of Ax

aka: matrix is consistent, aka row reducting leads to no 0 0 0 | b row

<p>aka: matrix is consistent, aka row reducting leads to no 0 0 0 | b row</p>
34
New cards

Chapter 1.4 Theorem 4: m x n matrix statements (what if there’s a pivot in every row)

pivot in every row also implies being onto

<p>pivot in every row also implies being onto</p>
35
New cards

Chapter 1.4 Theorem 5: Properties of the Matrix–Vector Product Ax

Distributive and associative properties

<p>Distributive and associative properties</p>
36
New cards

Chapter 1.5 Theorem 6: Ax = 0 translated

if Ax = b has a solution, then it’s translated from Ax = 0

<p>if Ax = b has a solution, then it’s translated from Ax = 0</p>
37
New cards

Definition of Linear Dependence/Independence

columns of a matrix A are independent if the equation Ax = 0 has ONLY the trivial solution (aka x = (x1 ×2 … xn), the xs are all 0, the scalars are all 0)

<p>columns of a matrix A are independent if the equation Ax = 0 has ONLY the trivial solution (aka x = (x1 ×2 … xn), the xs are all 0, the scalars are all 0)</p>
38
New cards

Chapter 1.7 Theorem 7: Characterization of Linearly Dependent Sets

set of vectors is linearly dependent if a vector in the set is a linear combo of the other ones

<p>set of vectors is linearly dependent if a vector in the set is a linear combo of the other ones</p>
39
New cards

Chapter 1.7 Theorem 8: Characterization of Linearly Dependent Sets p. 2

more wide than tall = dependent

<p>more wide than tall = dependent</p>
40
New cards

Chapter 1.7 Theorem 9: Characterization of Linearly Dependent Sets p. 3

also is a linear combo of others (scaled by 0)

<p>also is a linear combo of others (scaled by 0)</p>
41
New cards

Definition of Linear Transformation

T(0) = 0

and

T(cu = dv) = cT(u) = cT(v)

<p>T(0) = 0</p><p>and </p><p>T(cu = dv) = cT(u) = cT(v)</p>
42
New cards

Chapter 1.9 Theorem 10: standard matrix for the linear transformation T

to find the matrix for ANY linear transformation, just see what it does to those two building blocks (represented as I), and stack the results as columns

<p>to find the matrix for ANY linear transformation, just see what it does to those two building blocks (represented as I), and stack the results as columns</p>
43
New cards

Definition of onto

means that it is consistent AND each row has a pivot

<p>means that it is consistent AND each row has a pivot</p>
44
New cards

Chapter 1.9 Theorem 11: one-to-one

T(0) = 0 ; independent

T(u - v) = T(u) - T(v) = b - b = 0

this is impossible as they must map onto different outputs

<p>T(0) = 0 ; independent</p><p>T(u - v) = T(u) - T(v) = b - b = 0</p><p>this is impossible as they must map onto different outputs</p>
45
New cards

Chapter 1.9 Theorem 12: one-to-one and span

a. Ax = b must be consistent

b. columns are linearly independent

<p>a. Ax = b must be consistent</p><p>b. columns are linearly independent</p>
46
New cards

Definition of matrix multiplication

this is split into columns; basically, multiply the rows of matrix 1 by columns of matrix 2 (corresponding)

<p>this is split into columns; basically, multiply the rows of matrix 1 by columns of matrix 2 (corresponding)</p>
47
New cards

Warnings of matrix multiplication

note: 2 is true if A is invertible

<p>note: 2 is true if A is invertible</p>
48
New cards

Definition of a vector space

knowt flashcard image
49
New cards

Definition of a subspace

knowt flashcard image
50
New cards

Proof of being a subspace

knowt flashcard image
51
New cards

Null Space Definition

knowt flashcard image
52
New cards

4.2 Theorem 2: null space

knowt flashcard image
53
New cards

Column Space definition

knowt flashcard image
54
New cards

4.2 Theorem 3:

knowt flashcard image
55
New cards

Definition of linear transformation

associative and scalar properties

<p>associative and scalar properties</p>
56
New cards

2.3 Th 8: Invertible Matrix Theorem

knowt flashcard image
57
New cards

2.3 Th 9: Invertible functions

knowt flashcard image
58
New cards

2.9: Basis Definition

knowt flashcard image
59
New cards

Dimension of a Subspace

to find dimension of Nul A, simply identify and count the number of free variables in Ax = 0.

<p>to find dimension of Nul A, simply identify and count the number of free variables in Ax = 0.</p>
60
New cards

2.9: Rank definition

number of pivot columns

<p>number of pivot columns</p>
61
New cards

2.9 Th 14: Rank Theorem

If a matrix A has n columns, then rank A + dim Nul A = n

<p>If a matrix A has n columns, then rank A + dim Nul A = n</p>
62
New cards

2.9 Th 15: The Basis Theorem

knowt flashcard image
63
New cards

2.9 Invertible Matrix Theorem Continutes

knowt flashcard image
64
New cards

rank A

= number of pivot columns (this IS dim Col A)

65
New cards

dim Nul A

= number of free columns = (total columns) − (pivot columns)

66
New cards

4.3 Theorem 4: dependence of indexed set

knowt flashcard image
67
New cards

4.3: definition of requirements of a basis

knowt flashcard image
68
New cards

4.3 Theorem 5: Spanning Set Theorem

knowt flashcard image
69
New cards

4.3 Theorem 6

The pivot columns of a matrix A form a basis for Col A.

70
New cards

4.3 Theorem 7: The Unique Representation Theorem

knowt flashcard image
71
New cards

4.4 Definition

knowt flashcard image
72
New cards

4.4 Theorem 8: coordinate mapping

knowt flashcard image
73
New cards

4.7 Theorem 13

knowt flashcard image
74
New cards

Rank definition

The rank of A is the dimension of the column space of A.

75
New cards

4.6 Theorem 14: The Rank Theorem

knowt flashcard image
76
New cards

4.7 Theorem 15

knowt flashcard image
77
New cards

3.1 Definition of determinant

knowt flashcard image
78
New cards

3.1 Theorem 1: how to find n determinant

knowt flashcard image
79
New cards

3.2 Theorem 3: Row Operations and determinants

knowt flashcard image
80
New cards

3.2 Theorem 4

knowt flashcard image
81
New cards

3.2 Theorem 5

knowt flashcard image
82
New cards

3.2 Theorem 6

knowt flashcard image
83
New cards

5.1 - Definition of Eigenvector and eigenvalue

knowt flashcard image
84
New cards

5.1 theorem 1

The eigenvalues of a triangular matrix are the entries on its main diagonal.

85
New cards

5.2 Theorem 2

knowt flashcard image
86
New cards

5.2 Theorem 3: Properties of determinants

knowt flashcard image
87
New cards

5.2 theorem 2 (?): The Invertible Matrix Theorem (cont)

knowt flashcard image
88
New cards
89
New cards
90
New cards