Skip to content

Transposing matrices

Transposing a matrix just means we make the rows into columns and the columns into rows. Or, in other words, we somewhat flip the matrix across its diagonal.

For example, if we have the matrix:

The transpose of , which we write as , is:

That’s because the first row, , becomes the first column, and the second row, , becomes the second column.

  • The first row is , which becomes the first column, so the matrix will look like this so far:
  • The second row is , which becomes the second column, so we can fill in the second column:
  • The third row is , which becomes the third column, so we can also fill in the third column:
  • Answer:
  • The first row is , which becomes the first column, so the matrix will look like this so far:
  • The second row is , which becomes the second column, so we can fill in the second column:
  • Answer:
  • The first row is , which becomes the first column, so the matrix will look like this so far:
  • The second row is , which becomes the second column, so we can fill in the second column:
  • Answer:
  • The first row is , which becomes the first column, so the matrix will look like this so far:
  • The second row is , which becomes the second column, so we can fill in the second column:
  • The third row is , which becomes the third column, so we can fill in the third column:
  • Answer: