Gaussian Jordan Elimination Method (가우스 조단 소거법)
Linear Algebra
2022. 9. 2. 12:04
System of linear equations (연립방정식)의 solution를 구하는 가장 표준적인 방법. Gauss Elimination을 좀더 보강한 방법 (← 손으로 계산할 경우, 가장 일반적인 방법) System의 Augmented Matrix에 Elementary Row Operations을 적용하여 Row Reduction(=행소거, 또는 Elimination으로 볼 수 있음)을 수행. Row reduction에 의해 Augmented Matrix는 Row Echelon Form (REF)이 됨. (← forward phase종료) 이 REF를 backward phase를 수행하여 Reduced Row Echelon Form(RREF)으로 변경하여 solution을 구함. Row Echel..