Linear algebra, determinants, and transposes

Click For Summary
SUMMARY

The discussion centers on proving the mathematical identity that the determinant of a transpose matrix equals the determinant of the original matrix, expressed as det(A^t) = det(A). Participants reference the definition of a determinant, specifically for nxn matrices, which involves calculating the sum of products of diagonals and antidiagonals. The conversation highlights the importance of understanding the properties of determinants, including their multiplicative nature and the interchangeability of rows and columns when computing determinants.

PREREQUISITES
  • Understanding of matrix theory and linear algebra concepts
  • Familiarity with the definition of determinants for nxn matrices
  • Knowledge of properties of determinants, including multiplicativity
  • Experience with matrix transposition and its effects on determinants
NEXT STEPS
  • Study the proof of the property det(A^t) = det(A) using specific examples of 2x2 and 3x3 matrices
  • Explore the concept of determinant multiplicativity in more depth
  • Learn about the cofactor expansion method for calculating determinants
  • Investigate the implications of determinants in linear transformations and their geometric interpretations
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators seeking to clarify the properties of determinants and matrix operations.

hgj
Messages
15
Reaction score
0
Okay, I need to prove that det(A^t) = det(A). I can see that it's true because I know columns and rows are interchangable (meaning you can use columns or rows when taking determinants), but I don't know how to prove this fact. Any help would be very appreciated.
 
Physics news on Phys.org
hgj said:
Okay, I need to prove that det(A^t) = det(A). I can see that it's true because I know columns and rows are interchangable (meaning you can use columns or rows when taking determinants), but I don't know how to prove this fact. Any help would be very appreciated.
Well, a determinant of a matrix is the sum of the products of its diagonals minus the products of its antidiagonals. How do these products change under a transpose?
 
\det{A}=\sum_{i=1}^{m}\left(-1\right)^{i+j}a_{ij}\det{A_{ij}}

Do you see what happens when you try to prove det(AT)=det(A) for 2x2 or 3x3 matrices? Use the definition.

Edit: To the above poster: Doesn't that definition only work for 3x3 matrices?
 
Last edited:
JoAuSc: that's only for 3x3 matrices.

apmcavoy: I don't believe that formula helps, at least not in a straightforward manner.

hgj: what are you using as the definition of a determinant? And have you yet proven that the determinant is multiplicative?
 
If A is an nxn matrix, then
detA = a11det(A11) - a21*det(A21) + ... + (-1)^(n+1)*an1*det(An1)
(sorry, I don't know how to make things subscripts on this, so the 11, 21,...,n1 are supposed to be subscripts)

That's the definition we're using for a determinant.
 
hgj said:
If A is an nxn matrix, then
detA = a11det(A11) - a21*det(A21) + ... + (-1)^(n+1)*an1*det(An1)
(sorry, I don't know how to make things subscripts on this, so the 11, 21,...,n1 are supposed to be subscripts)

That's the definition we're using for a determinant.

Ok, that's the same thing I posted above. I suppose you could write it out like you did for both A and AT, and then rearrange and show they are equal.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
811
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
9K