What is it?

Apart from general mathematical operations, there are elementary operations used in Linear Algebra that are specific for working with Matrices.

They can be classified as elementary row operations for operations done on each row, or elementary column operations for operations done on each column.


Interchange of rows and columns

Any two columns (or rows) of a matrix can be exchanged. If the and rows of a matrix are exchanged, it’s denoted as . For the columns, the notation is .


Multiplication by a non-zero number

Any row (or column) can be added with another row (or column), if multiplied by a non-zero number. Adding the row with the row, with the latter being multiplied by a non-zero number , could be denoted as . For columns the notation is .

It also can be applied to multiplication of a row, without the sum of another. While still needs to be a non-zero number, the notation is for rows and for columns.