[LA] Row Operations and Row Equivalent
·
.../Linear Algebra
linear algebra에서는 "row operations"와 유사하게 "column operation"도 존재. 이 두 유형의 operations은 matrix를 다룰 때 중요한 tool로, matrix의 성질을 조사하거나 특정한 형태(Echelon form등)로 변환하는 데 사용. Elementary Row Operations (행 연산) row operations은 matrix의 row에 적용되는 operations로, 다음 세 가지 기본 유형이 있습니다: 행 교환 (Row Swapping or Interchanging): 두 행의 위치를 서로 교환합니다. 행 스칼라 곱 (Row Scaling): 한 행의 모든 원소를 비제로 스칼라 값으로 곱합니다. 행 덧셈 (Row Addition or Repl..