Chapter 4. Determinants
4.1 Introduction
Four main uses of determinants:
- Invertibility test
의 determinant가 zero이면 는 singular하다. 이면 이 존재한다. ( 가 invertible)
- A의 determinant는 n-dimensional space 안 box의 volumne과 같다.
- e.g.,
의 little cube 를 cylindrical coordinate로 바꿀 때, - Volume element는
가 된다. 는 Jacobian determinant로 stretching factor 역할을 한다.
- e.g.,
- determinant
(product of the pivots)- Elimination의 순서와 상관 없이 pivot의 곱의 절댓값은 일정하다.
- Sign 변화는 row exchange 과정에서 생긴다.
- Determinant로
에서 의 각 element의 영향( )을 측정할 수 있다. : Cramer's rule
4.2 Properties of the Determinant
Determinant는 가장 간단한 세 개의 특성으로 정의될 수 있다.
- 예시는 2 by 2 matrix case
- Identity matrix의 determinant는 1이다.
- 두 개의 row를 서로 바꾸면 determinant의 sign이 바뀐다.
- Determinant는 첫 번째 row에 linearly depend하다.
- 모든 row의 연산이 아니라 첫 번째 행의 연산에만 해당된다는 것에 주의해야한다.
위의 세 basic rulerty로 부터 additional한 property를 도출해낼 수 있다.
의 row중 두 개가 같으면 이다. (by rule 2)
- 같은 두 개의 row를 바꾼 matrix를
이라고 했을 때, - Prop. 2에 의해서
, 이므로
- 하나의 row에서 다른 row의 multiple을 빼더라도 determinant는 변하지 않는다. (by rule 3)
- determinant는 row operation에도 변하지 않는다.
에 rows of zero가 있으면 이다.
가 triangular matrix이면 는 diagonal entries 의 곱이다.
- proof : 모든 diagonal entry가 0이 아니면 Gaussian elimination을 이용해 모든 off-diagonal element를 제거할 수 있다. 이 때 rule 5에 의해 determinant는 변하지 않는다.
(by rule 3)
가 singular*이면 이다. 가 *non-singular(invertible) 이면 이다.
가 singular이면 elimination 결과 에 zero row가 생긴다.
- For particular case
- 증명은
를 정의한 뒤 결과가 와 같음을 밝히면 된다. 자세한 내용은 서적 참고
- Factorization을 하면
이다. 양 변의 determinant를 구하면 rule9에 의해 다음과 같다 를 transposing하여 determinant를 구하면 의 determinant는 모두 1이고, 이다. 의 경우 이므로 로 와 는 1이나 -1로 같다.- 결과적으로
이다.
'공부를 합니다 > 수학 (mathematics)' 카테고리의 다른 글
선형대수(HYU)_17 판별식의 응용 (0) | 2020.08.15 |
---|---|
선형대수(HYU)_16 판별식의 공식 (0) | 2020.07.12 |
선형대수(HYU)_13-14 QR 분할과 함수공간 (0) | 2020.06.06 |
선형대수(HYU)_11-12 벡터투영과 최소제곱법 (0) | 2020.05.15 |
선형대수(HYU)_10 벡터의 직교성과 직선투영 (0) | 2020.05.02 |