matrix midterm 2

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

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:46 AM on 4/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

In terms of composition what does S followed by V mean?

V · S

  • cause it means apply transformation to s then apply to v so

s(x) → V(s(x)) which is V dot S

2
New cards

in terms of composition what does S following V mean?

S · V

  • cause it means apply transformation to v then apply to s so

v(x) → S(v(x)) which is S dot V

3
New cards

what are varibles?

number of coloumns

4
New cards

List of allowed elementary row operations

  • swap rows

  • multiply row by a constant

  • Ri → Ri + cRj

not allowed

  • Ri → cRi + Rj

5
New cards

Column of zeros + free varibles( key reminder)

  • column of zeros does not mean the variable = 0

  • Just means that the varible never appears in eqs, so nothing restricts it

  • In the solution vector, this free variable shows up only in its own position, and all other entries are 0.

  • here if x1 is free varible s, only x1=S

<ul><li><p>column of zeros does not mean the variable = 0</p></li><li><p>Just means that the varible never appears in eqs, so nothing restricts it</p></li><li><p>In the solution vector, this free variable shows up <strong>only in its own position</strong>, and all other entries are 0.</p></li><li><p>here if x1 is free varible s, only x1=S<br></p></li></ul><p></p><p></p>
6
New cards

what does it mean if u have more rows than columns

  • more equations than unknowns

  • The maximum rank of the matrix is the smaller dimension, so rank has to be less than or equal to number of col

  • matrix still can potentially be IND

7
New cards

what to do with zero row?

  • most of time ignore

  • adds no new info - doesnt count toward rank

8
New cards

homogeneous system def

system of linear eqs where right hand side is all zeros:

Ax=o
(row reduce with answer side all 0)

  • 2 possible solutions

  1. only trivial solution ( all variables, x1,x2,x3 =0- it’s IND)

  2. INF many solutions, if theres free variables

9
New cards

matrix algreba action words!!

Find the span

describe all combinations

Find a basis

remove dependent vectors

Find dimension

count independent vectors

Solve Ax=b

row reduce

Find the null space

solve Ax=0

Find a homogeneous system for a span

convert span → equations

10
New cards

rotation matrix

knowt flashcard image
11
New cards

stretching standard matrix

stretches are in 1 direction

<p>stretches are in 1 direction </p>
12
New cards

contractions and dilation standard matrix

transforms vectors in all directions by same factor

<p>transforms vectors in all directions by same factor </p>
13
New cards

horizontal shear standard matrix

force applied to rectangle causing it to deform into parallelogram

<p>force applied to rectangle causing it to deform into parallelogram </p>
14
New cards

vertical shear standard matrix

force applied to rectangle causing it to deform into parallelogram

<p>force applied to rectangle causing it to deform into parallelogram</p>
15
New cards

reflection standard matrix

knowt flashcard image
16
New cards

general reflection equation

if p does not lie in the plane, f(p)= a vector that corresponds to opp side of the plane

f(p) and p are connect by a line that is perp to the plane of reflection , they are equal distance from plane

if you are not given point p, just use standard basis vectors to find standard reflection matrix!!

about the eq: subtracting p from the projection on n once removes it, subtracting it again flips it to opp side i think?

<p>if p does not lie in the plane, f(p)= a vector that corresponds to opp side of the plane</p><p>f(p) and p are connect by a line that is perp to the plane of reflection , they are equal distance from plane</p><p>if you are not given point p, just use standard basis vectors to find standard reflection matrix!!</p><p>about the eq: subtracting p from the projection on n once removes it, subtracting it again flips it to opp side i think?</p>
17
New cards

Range(L)

Range is every transformation of L onto every possible x.

  • all outputs that survive linear mapping, L,

18
New cards

Nullspace(L)

Nullspace of linear mapping , L, are all vectors who get transformed into zero vector by L

  • another word for Null space is kernal

  • often described by set of parameters

19
New cards

4 fundamental spaces + descriptions

Col space: Range of linear mapping

Null space: all vectors that get crushed to 0 thru linear mapping

Row space: All non zero rows of reduced matrix?

Left null space: Null (A^T) , all vectors that get crushed to 0 thru col space transposed

20
New cards

Dimension count formula ( general)

Dim of span(# of pivots) + num of IND eqs(free cols) = R^n ( pls rearrange as needed!)

21
New cards

3 inverse properties

(sA)-1 = 1/s A-1

(AB)-1 = B-1 A-1

(AT)-1 = (A-1)T

22
New cards

determinant of 2×2 matrix

knowt flashcard image
23
New cards

determinant of 3×3 matrix

Sign pattern follows:

+-+

-+-

+-+….

<p>Sign pattern follows:</p><p>+-+</p><p>-+-</p><p>+-+….</p>
24
New cards

determinant of larger matrices

  • row reduce to upper triangle ( along diagonal ofc)

row reducing operation rules:

  • if u swap 2 rows, determinant changes sign

  • if u multiple row by k, determinant gets multiplied by k

  • if u add multiple of one row to another, nothing changes

once row reduced to upper triangle

  • multiply the diagonal

25
New cards

Big theorem ( partly)

If A is invertible the det(A) ≠0

26
New cards

main property of determinants

det(AB)=det(A)det(B)

27
New cards

what does more cols than rows mean?

  • usually has INF solutions ( if consistent)

  • cannot be lin IND

  • null space is non trivial ( there are free cols!)

28
New cards

matrix multiplication transposed rules

(AB)T = BT AT order specific ofc!

<p>(AB)<sup>T</sup> = B<sup>T</sup> A<sup>T </sup> order specific ofc! </p>
29
New cards

what defines if a mapping is linear?

if it is closed under linear combination!

  • preserves addition

  • preserves scalar multiplication

30
New cards

finding row space

Row reduce matrix

take non zero rows of resulting matrix

these rows form basis of row space

repersent as cols

31
New cards

rank nullity theorem

Rank(A) + dim(Null(A)) = number of coloumns ( not dim of A)

32
New cards

Converting to coordinate notes

  • easier to convert smth non standard into the standard basis ( rather than vice versa)

  • Nonstandard basis can be exspressed simply by coefficants = standard basis

  • create matrix

  • then use matrix to convert other coordinates ( most of time need to find inverse matrix converting from standard to non standard)

ORR
- find the coefficiants that equal the coordinate were solving for in terms of the basis we’re converting udner

33
New cards

det rules

  • det(A) = det(AT)

  • for A to be invertible det(A)=/=0

  • if any rows or cols are all 0, det(A)=0

  • det(kA) = kⁿdet(A) where n is the size of the matrix

  • If A is triangular (upper or lower) → det = product of diagonal entries

  • If A is invertible → det(A⁻¹) = 1/det(A)

  • determinate of identity matrix is always 1

34
New cards

determinate row/cols signs pattern

odd rows/cols = +-+-
even rows/cols = -+-+

35
New cards

inverse of gen matrix

knowt flashcard image
36
New cards

5.4 ( det + area of parrelolgram)

det(A) is how a parallelogram scales in area
- if matrix is not invertible, area goes to 0 ( like det)

37
New cards

R3 rotation matrix around x axis ( similar to around z axis)

knowt flashcard image
38
New cards

R3 rotation matrix around y axis

sin flipped

39
New cards

R3 rotation matrix around z axis

standard one

<p>standard one </p>
40
New cards

how to rotate aroun multiple axis

multiplying rotation matrices together - order matters ( its a composition of funtions) so think of it like rotate around X axis followed by Z axis which means [Z][X]

41
New cards

det inverse rule

If A is invertible… det(A-1) = 1/det(A)