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
That’s because the first row,
Example transpositions
Section titled “Example transpositions”Find the transpose of
Section titled “Find the transpose of ”- 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:
Find the transpose of
Section titled “Find the transpose of ”- 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:
Find the transpose of
Section titled “Find the transpose of ”- 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:
Find the transpose of
Section titled “Find the transpose of ”- 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: