Proving Linear Algebra Concepts: A=A^-1, A^T=A^-1

Click For Summary
SUMMARY

This discussion focuses on proving key linear algebra concepts regarding determinants of matrices. It establishes that if a matrix A equals its inverse (A = A^-1), then the determinant of A (det A) must equal either +1 or -1. Similarly, if the transpose of A equals its inverse (A^T = A^-1), the same conclusion about the determinant holds true. The proofs utilize properties of determinants, including det(AB) = det(A)det(B) and det(A^T) = det(A), to derive these results definitively.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically matrix inverses and transposes.
  • Familiarity with properties of determinants, including det(AB) = det(A)det(B).
  • Knowledge of the concept of identity matrices and their determinants.
  • Ability to manipulate algebraic expressions involving square roots and equations.
NEXT STEPS
  • Study the properties of determinants in more depth, focusing on proofs involving matrix operations.
  • Explore the implications of determinants in linear transformations and their geometric interpretations.
  • Learn about eigenvalues and eigenvectors, and how they relate to matrix determinants.
  • Investigate the applications of matrix inverses in solving linear systems and their computational methods.
USEFUL FOR

Students of linear algebra, mathematicians, and educators looking to deepen their understanding of matrix properties and determinants.

franz32
Messages
133
Reaction score
0
Hello , it's me again.

It's about proving linear aalgebra concepts.

1. Show that if A = A^-1, then det (A) = 1 or -1.

2. Show that if A^T = A^-1, then det (A) = 1 or -1.
 
Physics news on Phys.org
\begin{align}<br /> \det(AB)&amp;=\det(A)\det(B) \\<br /> \det(A^t)&amp;=\det(A)<br /> \end{align}

These are all you need.
 
Hmmmmm

Hello again,

So the two are enough to prove the two theorems.

But, I got only +1, how about -1?
 
How did you do it?
 
Here's mine

For "If A = A^-1, then det A = +1 or -1."

1. det A = det (A^-1) \\ determinating both sides
2. det A = 1 / (det A) \\ proeprty: det (A^-1) = 1 / (det A)
3. (det A)(det A) = 1 \\ Multiplying det A both sides
4. (det A^2) = 1 \\ simplifying
5. det A = + or 1 (square root of 1 ) \\ extracting sq.root
6. Thus, det A = +1 or -1.

For "If A^t = A^-1, then det A = 1 or -1."

1. (A^T) A = (A^-1) A \\ If the inverse of A is said to be existing, then A itself must exist and the product of the two must be an identity matrix. I multiplied A both sides of equation.

2. (A^T) A = I \\ Identity matrix.
3. det [ (A^T) A ] = det I \\ determinating both sides.
4. det(A^T) det A = det I \\ Prop: det AB = det A det B
5. det A det A = det I \\ Prop: det (A^T) = det A.
6. det A^2 = 1 \\ determinant of identity matrix is 1.
\\ simplifying
7. det A = + or - square root of 1 \\ extracting a square root.
8. Thus det A = 1 or -1.
 
The first proof can be done using only property (1) that master_coda mentioned.

1 = det(I) = det(A * A^-1) = det(A)det(A^-1) = det(A)det(A) = det(A)^2

det(A)^2 = 1
det(A) = +/- 1
 
Thanks!

Hi!

Hmmm, that's correct. =) Thank you. =)

Well, was my proving to both of the two in the previous "replies" correct? (I want to know if I am doing fine in my proving).
 
Hey Muzza...

Hello Muzza,

I have read your answer. It seems correct but I doubt on one point.

The det A^-1 is equal to [1 / (det A)], how come it turns out to be det A?
 
Your proofs seem correct to me.

det(A) = 1/det(A) does hold, for det(A) = 1, or det(A) = -1 (1 = 1/1 and -1 = 1/(-1) are both true statements), which is well... what you showed that the possible values for det(A) could be :P
 

Similar threads

  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K