Lineal Algebra: Inverse Matrix of Symmetric Matrix

Click For Summary
SUMMARY

The discussion focuses on calculating the inverse of symmetric matrices using algebraic manipulation. Participants address two problems involving determinant calculations and adjoint matrices. For Problem 1, the determinant is simplified to (a-b)²(a+2b), while for Problem 2, the determinant is expressed as abc - ab² - a²c + a²b. The inverse matrix is derived using the formula A-1 = adj(A)/Det(A), with emphasis on factoring the determinant for simplification.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically symmetric matrices
  • Familiarity with determinant calculations and properties
  • Knowledge of adjoint matrices and their role in finding inverses
  • Ability to perform algebraic manipulations and factorizations
NEXT STEPS
  • Learn advanced properties of symmetric matrices for efficient inverse calculations
  • Study the method of calculating determinants for 3x3 matrices
  • Explore the use of eigenvalues in matrix inversion
  • Practice algebraic manipulation techniques for simplifying expressions
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators seeking to enhance their understanding of matrix operations and properties.

degs2k4
Messages
72
Reaction score
0

Homework Statement



Hello,

I need some help in the fist parts of two lineal algebra problems, specially with algebraic manipulation. I guess that if I rewrite the determinant nicely some terms get canceled and I can write the inverse nicely, but don't know how to do it...

Problem 1:

21k0cux.png


Problem 2:

nvz5v8.png


The Attempt at a Solution



Problem 1:

(1) Det(A) = a(a^2-b^2) -b(ba-b^2) + b(b^2-ab) = b(b-a)(2b-\frac{a^2}{b})

(2) A^-1 = \frac {adj(A)}{Det(A)}

Adj(A) = \left[ \begin{matrix} a^2-b^2 & b(b-a) & b(b-a) \\ b(b-a) & a^2-b^2 & b(b-a) \\ b(b-a) & b(b-a) & a^2-b^2 \end{matrix} \right]

A^-1 = ?
(I can write the terms outside the diagonal nicely because some parts get cancelled, but not the diagonal itself...)

Problem 2:

(1)

Sum of eigenvalues:
Trace(A) = a + b + c

Product of eigenvalues:
Det(A) = a(bc -b^2) -a(ac-ab) + 0 = abc - ab^2 - a^2c + a^2b

(2) A^-1 = \frac {adj(A)}{Det(A)}

Adj(A) = \left[ \begin{matrix} b(c-b) & a(b-c) & 0 \\ a(b-c) & a(c-a) & a(a-b) \\ 0 & a(a-b) & a(b-a) \end{matrix} \right]

A^-1 = ?Thanks in advance...
 
Physics news on Phys.org
degs2k4 said:
Problem 1:

(1) Det(A) = a(a^2-b^2) -b(ba-b^2) + b(b^2-ab) = b(b-a)(2b-\frac{a^2}{b})
You made an algebra error when you simplified and factored. You should get (a-b)2(a+2b).
(2) A^-1 = \frac {adj(A)}{Det(A)}

Adj(A) = \left[ \begin{matrix} a^2-b^2 & b(b-a) & b(b-a) \\ b(b-a) & a^2-b^2 & b(b-a) \\ b(b-a) & b(b-a) & a^2-b^2 \end{matrix} \right]

A^-1 = ?
(I can write the terms outside the diagonal nicely because some parts get cancelled, but not the diagonal itself...)
That's correct. The diagonal elements already look pretty nice to me.
 
degs2k4 said:
Problem 2:

(1)

Sum of eigenvalues:
Trace(A) = a + b + c

Product of eigenvalues:
Det(A) = a(bc -b^2) -a(ac-ab) + 0 = abc - ab^2 - a^2c + a^2b

(2) A^-1 = \frac {adj(A)}{Det(A)}

Adj(A) = \left[ \begin{matrix} b(c-b) & a(b-c) & 0 \\ a(b-c) & a(c-a) & a(a-b) \\ 0 & a(a-b) & a(b-a) \end{matrix} \right]

A^-1 = ?

Thanks in advance...
This is all correct. You can factor det(A) and get some cancellation when you calculate A-1. You can always check your answer by multiplying A by the inverse you calculate and verify you get the identity matrix.
 
vela said:
You made an algebra error when you simplified and factored. You should get (a-b)2(a+2b).

Thanks. However, my main problem is how to get the inverse, because I want to get some parts canceled but don't know how to do it...

vela said:
That's correct. The diagonal elements already look pretty nice to me.

My main problem is on getting the inverse matrix, not the adjoin matrix ...
 
vela said:
This is all correct. You can factor det(A) and get some cancellation when you calculate A-1. You can always check your answer by multiplying A by the inverse you calculate and verify you get the identity matrix.

I am sorry it may sound very basic but... how could I factor that ? I have been trying but reach nowhere...
 
degs2k4 said:
Thanks. However, my main problem is how to get the inverse, because I want to get some parts canceled but don't know how to do it...



My main problem is on getting the inverse matrix, not the adjoin matrix ...
I'm not sure where you're getting stuck. You noted that the inverse is just the adjoint matrix divided by the determinant. You have both. Just do the division.
 
degs2k4 said:
I am sorry it may sound very basic but... how could I factor that ? I have been trying but reach nowhere...
abc-ab^2-a^2c+a^2b = a(bc-b^2-ac+ab) = a[b(c-b)-a(c-b)] = a(c-b)(b-a)
 
vela said:
You made an algebra error when you simplified and factored. You should get (a-b)2(a+2b).

Thanks! By the way, which method did you follow to reach that factorization?

vela said:
abc-ab^2-a^2c+a^2b = a(bc-b^2-ac+ab) = a[b(c-b)-a(c-b)] = a(c-b)(b-a)

Thanks!

I used the factored determinants you showed to me to calculate the inverse matrix, but the calculations don't get as simplified as I thought at first. Are there any other properties of symmetric matrices that can be used for calculating the inverse faster ?

Thanks for your help...
 

Similar threads

Replies
2
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
9
Views
2K