KDD Flashcards
1
Q
How to you calculate a Determinate of a nxn matrix ?
A
n11 * n22 - n12*n21
2
Q
How do you find the Inverse Matrix?
A
Row reduction
3
Q
Whats a Identity Matrix?
A
Diagonally values are all 1, rest is zero
4
Q
How do you calculate the eigenvalue of a matrix?
A
- Multiply Identity Matrix with lambda
- Subtract result from 1 from the original Matrix
- Calculate Determinate
- Zeorise Equation from 3 and solve it.