Elementary row operation
An elementary row operation is any one of three operations which may be performed on a system of linear equations without changing the solution: linalg
- Swapping of rows (changing the order of equations):
π 1 β π 2 - Scalar multiplication of rows:
π 1 β 2 π 1 - Addition of rows:
π 1 β 3 π 1 + 2 π 2
These operations are used by both GauΓian elimination, and the more advanced GauΓ-Jordan elimination.
In the sense that these operations may be performed on a system without altering it, a homogenous system may therefore be seen as an example of a vector space, with the addition of equations and their multiplication by a scalar as its two operations.
Effects on determinant
Each elementary row operation affects the Matrix determinant in predictable ways.
- Swapping of rows (
) givesπ 1 β π 2
- Scalar multiplication (
) givesπ 1 β πΌ π 1
- Addition of rows (
) givesπ 1 β πΌ π 1 + π½ π 2
This is useful, since a upper-triangle matrix (i.e. Row echelon form) has a determinant equal to the product of the main diagonal. Hence GauΓian elimination provides a useful method for finding the Matrix determinant. These properties can be derived by considering the Exterior algebra.