Zeilentausch
Zeilentausch, in English often called row interchange or row swap, is an elementary row operation in linear algebra that interchanges two rows of a matrix. Formally, for an m-by-n matrix A and distinct row indices i and j, the result A' is identical to A except that row i of A' equals row j of A and row j of A' equals row i of A.
In matrix notation, there exists an elementary matrix Eij obtained from the identity matrix by swapping its
Zeilentausch is a standard tool in Gaussian elimination and other row-reduction procedures. It is used to move
Example: Consider A = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]. Swapping rows 1 and 3
See also: elementary row operations; Gaussian elimination; determinant properties. Zeilentausch is one of three fundamental elementary