728x90
반응형
제 15강. 행렬의 판별식
square matrix
- Some important properties of determinant
1. exist when
역행렬 식에 판별식의 역수가 곱해지기 때문,
2. equals the volume of a box in space¶
Ex) Jacobian
3. + or - Product of the Pivots
4. Cramer's rule for
Ex)
위의 식을 행렬로 바꾸면
위와 같이 표현할 수 있다.
를 구할 때, 좌측 열을 모두 3을 바꿔준다.
y도 같은 방법으로 구한다.
이번엔 우측 열을 모두 3으로 바꿔준다.
Properties Of Determinant
determinant by matrix
Basic Properties
1.
2. The determinant changes sign(부호) when two rows are exchanged
3. The determinant depends linearly on the first row
4. If the rows are equal, then
5. Subtracting a multiple of one row from another row leaves the same determinant
맨 오른쪽 식의 판별식은 사라지게 된다
6. If has a row of zeros, then
7. If is triangular, Product of diagnoal entries
8. If is singular, non-invertible / is non-singular ( invertible )
9.
(1)
(2) row exchange of
10.
728x90
반응형