How do you calculate the determinant of a matrix?
What is a matrix when it has a determinant of 0 ?
Then the matrix is said to be “Singular”
What are the two important equation used in calculating the eigenvalues and eigenvectors?
If you want to find the value of “x”, but the matrix equation is:
Ax = b
How would you solve it?
x = A(^-1)b
As the A is BEFORE the x, when moving it over, it is also placed BEFORE the b
How would you multiply this matrix?