Transposing the matrix values

In a square matrix, you can exchange rows for columns and vice versa. This is called transposing. This way, you may, for example, generate a matrix for the out-going demand from a matrix describing the in-coming demand (Fundamentals: Transpose, reflect upper or lower triangle, apply mean value).

There are two ways of transposing matrix values: