- Echelon Forms
- Row Reduction
nonzero row & nonzero coulmn
Row Reduction에 대한 구체적인 알고리즘을 알아보자
시작하기에 앞서 nonzero row와 nonzero column을 알아야 한다.
어떤 Matrix에서 특정 Row 또는 Column을 뽑았을 때, Row나 Column에 내에 있는 scalar 中, 0이 아닌 값이 적어도 하나가 존재한다면 nonzero row 또는 nonzero column 이라고 한다.
A leading entry of row
the leftmost nonzero entry : 어떤 행에서 가장 왼쪽에 있는 nonzero entry
Echelon form (정의 및 예제)
- All nonzero rows are above any rows of all zeros.
- Each leading entry of a row is in a column to the right of the leading entry of the row above it
Echelon from을 따르는 Matrix는 다음과 같다.
Reduced Echelon form
- All nonzero rows are above any rows of all zeros.
- Each leading entry of a row is in a column to the right of the leading entry of the row above it
- The leading entry in each nonzero row is 1.
- Each leading 1 is the only nonzero entry in its column.
Reduced Echelon from을 따르는 Matrix는 다음과 같다. Echelon from 조건에 3번, 4번 조건이 추가된다.
pivot position : leading entry의 위치를 의미함
Theorem 1. Uniqueness of the Reduced Echelon Form
Each matrix is row equivalent to one and only one reduced echelon matrix.
어떤 Matrix에서 row reduction을 진행하여 reduced echelon form을 만들면 이외의 다른 form은 만들어 질 수 없다.
(증명은 추후 과정을 통해 가능)
다음은 Theorem 2. Existence and Uniqueness Theorem 이다.
'Linear Algebra (선형대수학) > Ch 1. 선형대수의 기초' 카테고리의 다른 글
1.3 Vector Equations (벡터 방정식) (0) | 2020.03.20 |
---|---|
1.1 Linear Equations in Linear Algebra (0) | 2019.11.12 |
댓글