How to solve for eigenvalues?
Solve the equation: det(M - λI) = 0.
How to solve for eigenvectors?
Find eigenvalues first, then solve (M - λI)v = 0 by substituting for each eigenvalue λ. V is a random vector xyz
What are the equations of a plane?
General form: Ax + By + Cz + D = 0, where A, B, C are coefficients and D is a constant. Parametric r = a + d1+ d2. vector dot product form too n.(r-a)=0
sim eqns plane meaning of consistents vs inconsistent
Consistent: there is at least one solution to all 3.
Inconsistent, there is no solution
what conidition must suffice for there to be a unique solution for planes
detA not equal 0
condition for inconsistent
singular coefficient matrix detA=0
formula for diagonalised matrices and explaination of variables
M=UDU^-1
M^n=UD^nU^-1
D-Diagnoalised matrix of eigen values
U eigen vector columns, must be in same order as corresponding eigenvalues in D
How to find inverse of 2x2?
1/DetA multiplied by: swap leading diagonal, negative 1 the other diagonal