MATH 152 midterm2 things

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Algebra

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Rotation matrix

cos -sin

sin cos

2
New cards

Projection Formula

(xv)/(mag(V)²) * v

3
New cards

Projection Matrix

project each basis (column of identity matrix) separately)

V1² V1V2
V1V2 V2²

all divided by mag(V)²

4
New cards

Reflection Matrix

Projection Matrix plus…

-1 0

0 -1

them multiplied by 2

= 2[projMatrix] - x

5
New cards

Probabilities and Random walks

[Transition][Variables]

[Coefficients][Variables] of equations

6
New cards

(A+B)^T

A^T + B^T

7
New cards

(AB)^T or (AB)^-1

B^-1 * A^-1 or T

reverse the order

8
New cards

Determinant of a Diagonal Matrix

product of the diagonal

9
New cards

det(A^T)

det(A)

10
New cards

det(A^-1)

1/det(A)

11
New cards

det(AB)

det(A)det(B)

12
New cards

Det: Swap two rows

-1

13
New cards

Multiply row by scalar

*S

14
New cards

Add row to another

No Effect on Determinant

15
New cards

Opposite diagonal swaps: / → \

floor(n/2) swaps needed

16
New cards

A is INVERTIBLE when

det(A) ≠ 0

RREF(A) = Identity