Finding the transpose of a matrix and then finding its determinant

 
 
 
 
 

Defining the transpose of a matrix

In this lesson, we want to start talking about matrix transposes.

The transpose of a matrix is simply the matrix you get when you swap all the rows and columns. In other words, the first row becomes the first column, the second row becomes the second column, and the nnth row becomes the nnth column.

Hi! I'm krista.

I create online courses to help you rock your math class. Read more.

 

You can find the transpose of any matrix with any dimensions, and we indicate the transpose of an m×nm\times n matrix AA as an n×mn\times m matrix ATA^T, and we call it “A transpose.”

 
 

How to find the transpose of a matrix, and then find the determinant of that transpose


 
 

Take the course

Want to learn more about Linear Algebra? I have a step-by-step course for that. :)

 
 

 
 

Example of finding the transpose matrix

Example

Find the transpose of AA.


The first row of AA is [2  4  0]\begin{bmatrix}-2\ \ 4\ \ 0\end{bmatrix}, so this sequence of entries needs to become the first column of ATA^T.

The second row of AA is [1  1  4]\begin{bmatrix}1\ \ -1\ \ 4\end{bmatrix}, so this sequence of entries needs to become the second column of ATA^T.

The third row of AA is [0  6  4]\begin{bmatrix}0\ \ 6\ \ -4\end{bmatrix}, so this sequence of entries needs to become the third column of ATA^T.


This works for non-square matrices, too. So the transpose of a matrix

is

It’s also important to realize that the transpose of a transpose gets you back to the original matrix. So given matrix AA and the transpose of matrix ATA^T, then (AT)T=A(A^T)^T=A.

Determinant of the transpose

The determinant of a transpose of a square matrix will always be equal to the determinant of the original matrix. In other words, given an n×nn\times n matrix AA, the determinant of AA and the determinant of ATA^T are equivalent.

The determinant of a transpose of a square matrix will always be equal to the determinant of the original matrix.

Example

Show that the determinants of AA and ATA^T are equivalent.

The determinant of AA is

The last term gets zeroed out.

A=2((1)(4)(4)(6))4((1)(4)(4)(0))+0((1)(6)(1)(0))|A|=-2((-1)(-4)-(4)(6))-4((1)(-4)-(4)(0))+0((1)(6)-(-1)(0))

A=2(424)4(40)+0(60)|A|=-2(4-24)-4(-4-0)+0(6-0)

A=2(20)4(4)+0(6)|A|=-2(-20)-4(-4)+0(6)

A=40+16+0|A|=40+16+0

A=56|A|=56

The matrix ATA^T is

The determinant of ATA^T is

The last term gets zeroed out.

AT=2((1)(4)(6)(4))1((4)(4)(6)(0))+0((4)(4)(1)(0))|A^T|=-2((-1)(-4)-(6)(4))-1((4)(-4)-(6)(0))+0((4)(4)-(-1)(0))

AT=2(424)1(160)+0(160)|A^T|=-2(4-24)-1(-16-0)+0(16-0)

AT=2(20)1(16)+0(16)|A^T|=-2(-20)-1(-16)+0(16)

AT=40+16+0|A^T|=40+16+0

AT=56|A^T|=56

So we’ve shown that the determinants of AA and ATA^T are equivalent. 

A=AT=56|A|=|A^T|=56


 
 

Get access to the complete Linear Algebra course