Solving the Formula Without Matrix Inverses: A,B,C & b

  • Thread starter Thread starter Euphz
  • Start date Start date
  • Tags Tags
    Formula Matrix
Click For Summary
SUMMARY

The discussion focuses on solving the equation x = B-1(2A + I)(C-1 + A)b without computing any matrix inverses. Participants explore the transformation of the equation, specifically attempting to manipulate the terms to isolate C-1 effectively. The key insight involves rewriting the equation as Bx = (2A + I)C-1(I + CA)b, which allows for further simplification without direct inversion. The conversation highlights the importance of understanding matrix operations and manipulation techniques in linear algebra.

PREREQUISITES
  • Understanding of matrix operations, including multiplication and addition.
  • Familiarity with nonsingular matrices and their properties.
  • Knowledge of linear algebra concepts, particularly matrix inverses and transformations.
  • Experience with vector-matrix multiplication and its implications.
NEXT STEPS
  • Study techniques for matrix factorization to avoid direct inverses.
  • Learn about the properties of nonsingular matrices and their applications.
  • Explore advanced linear algebra topics, such as the Cayley-Hamilton theorem.
  • Investigate computational methods for solving linear systems without matrix inversion, such as LU decomposition.
USEFUL FOR

Mathematicians, students of linear algebra, and professionals in fields requiring matrix computations will benefit from this discussion, particularly those looking to enhance their skills in solving equations involving matrices without direct inverses.

Euphz
Messages
1
Reaction score
0
If A,B and C are nxn matrice, with B and C nonsingular, and b is an n-vector, how would you implement the formula



x = B-1(2A+I)(C-1+A)b, without computing any matrix inverse?



I made it Bx=(2A+1)C-1(I+CA)b, but don't know how to pull out the C-1 from the middle in order to take the equation without matrices inverse,sigh.. but I don't know if I approached it right because I don't even get the question.

Please help me!
Thank you very much :frown:
 
Last edited by a moderator:
Physics news on Phys.org


The furthest I could come was by working out the parentheses:

CBx = (2CAC-1+2CA2+I+A)b

I hope someone else can get some answer...
 


Euphz said:
If A,B and C are nxn matrice, with B and C nonsingular, and b is an n-vector, how would you implement the formula



x = B-1(2A+I)(C-1+A)b, without computing any matrix inverse?



I made it Bx=(2A+1)C-1(I+CA)b, but don't know how to pull out the C-1 from the middle in order to take the equation without matrices inverse,sigh.. but I don't know if I approached it right because I don't even get the question.

Please help me!
Thank you very much :frown:
What do you mean "implement the formula"? Is the goal to evaluate the right hand side of the original equation to get x?
 

Similar threads

Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
9
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K