Solving Matrix Equations: x = Cx + d to x = [(I - C)^(-1)]d

  • Thread starter Thread starter Cinitiator
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Cinitiator
Messages
66
Reaction score
0

Homework Statement


How does one go from

x = Cx + d

to

x = [(I − C)^(-1)]d

in a matrix equation?


Homework Equations


x = Cx + d

x = [(I − C)^(-1)]d

The Attempt at a Solution


I tried to Google.
 
Physics news on Phys.org
Do you need to get there using a matrix equation or just know how to get there? I know how to get to that equation without matrices. I would not know how to get there with them though. Matrices were never my strong suit.

edit:
http://www.youtube.com/watch?v=tuepwWQ4_mM I think you might find this helpful.
 
Cinitiator said:

Homework Statement


How does one go from

x = Cx + d

to

x = [(I − C)^(-1)]d

in a matrix equation?


Homework Equations


x = Cx + d

x = [(I − C)^(-1)]d

The Attempt at a Solution


I tried to Google.

I is the identity matrix, yes? Ix=x. So write the equation as Ix=Cx+d. Can you take it from there?
 
Think about how you'd solve this with your usual numbers
x=ax+b
(1-a)x=b
x=(1-a)^-1 b
You followin'?
 
Shootertrex said:
Do you need to get there using a matrix equation or just know how to get there? I know how to get to that equation without matrices. I would not know how to get there with them though. Matrices were never my strong suit.
The equation uses matrices, so if you don't feel confident answering a question that involves matrices, you shouldn't respond.
Shootertrex said:
edit:
http://www.youtube.com/watch?v=tuepwWQ4_mM I think you might find this helpful.