Transpose of Matrices

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Transpose of Matrices

DEFINITION: The transpose of a matrix is found by exchanging rows for columns i.e. Matrix A = (aij) and the transpose of A is: AT = (aji) where j is the column number and i is the row number of matrix A. For example, the transpose of a matrix would be:

In the case of a square matrix (m = n), the transpose can be used to check if a matrix is symmetric. For a symmetric matrix A = AT.

Transpose The transpose, A , of a matrix A is the matrix obtained from A by writing its rows as columns. If A is an mn matrix and B = A , then B is the nm matrix with bij = aji. Transpose 0 1 2
T

0 1/3 = 1 -1 2 10

1/3 -1 10

Subtraction

If A and B are matrices of the same type then the subtraction is found by subtracting the corresponding elements aij bij. Here is an example of subtracting matrices.

Now, try adding and subtracting your own matrices.

You might also like