more linalg stuff

Cramming time!!!

change of basis matrix

imagine the vector vv existing independently from any coordinate system. the notation [v]B[v]_B refers to “the vector vv written in BB’s coordinate system”. it’s plonking down graph paper over the space and seeing where vv lands.

a matrix PP is a change-of-basis from BB to CC if [v]C=P[v]B[v]_C = P[v]_B. this equation means: take vv, write it in BB’s coordinate system, then multiply those coordinates by PP, and you end up with the coordinates of the vector if you wrote it in CC’s coordinate system.

how to find PP? they give the equation Pi=[ui]CP_i = [u_i]_C, where u1,u2,u3u_1, u_2, u_3 refer to the basis vectors of BB. it means that the iith column of PP is the iith basis vector of B, written in the coordinates of C. In other words, the change of basis from BB to CC - take each column of BB, write it with C’s coordinates, and write it as a column of PP

this leads to another, smaller problem: how to take the vector uiu_i and write it with CC’s coordinates? this is just a matrix-vector product equation ^^

Cx=uix=[ui]CCx = u_i \qquad\rightarrow\qquad x = [u_i]_C

rotations

rotation matrices (cos sin sin cos or whatever)

uhh

complex value time oasjdiasdjajskdlasdkjasd

if λ is an eigenvalue of a matrix A, then λ conj is an eigenvalue of A conj

similarity

PP and QQ are similar if Q=S1PSQ = S^{-1}PS for some matrix SS. in other words, PP is similar to QQ if PP and QQ represent the same space under different coordinate bases.

similarity is an equivalence relation: reflexive, symmetric, transitive.

if PP is similar to QQ then PP and QQ have the same set of eigenvalues with the same algebraic multiplicity. the converse is not true.