행렬의 판별식
Determinants
- Definition
- for n x m square matrix det(A)
- Some important properties of det(A)
- $A^{-1}$ exists iff det(A) $\neq$ 0
역행렬은 determinant A가 0이 아닐 때 존재한다.
- det(A) equals volume of a box in $R^n$
det(A)는 그 공간의 부피를 뜻한다. 예를 들면,
- det A = $\pm$ (product of pivots)
- Cramer’s Rule
간단히 말해, $A_i$의 column vector를 b로 대체할 수 있다는 뜻이다.
3 Basic Properties
- det I = 1
- det A change the sign when two rows are interchanged (홀수번 : 반대, 짝수번 : 그대로)
- det A depands linearly on the first row
- If two rows are equal, row exchange of the same two rows
즉, determinant 값은 같아야하고 부호는 반대가되야 하므로 det = 0.
- Row operations do not change the determinant. In G.E, subtracting a multiple of one row from another row
- If A has a zero-rows, det A = 0
- If A is triangular, det A is product of diagonal entries
- Singular $\rightarrow$ det A = 0 $\rightarrow$ $A^{-1}$(x)
Non-singular $\rightarrow$ det A $\neq$ 0 $\rightarrow$ $A^{-1}$(o)
-
-
det $A^T$ = det A