Let's analyze the given statement step-by-step.
We are given:
- A is an n×n matrix.
- S is an invertible n×n matrix.
- x is a solution to the system (S−1AS)x=b.
We need to determine if Sx is a solution to the system Ay=Sb.
- Start with the given equation:
(S−1AS)x=b
- Multiply both sides by S to eliminate S−1:
S(S−1AS)x=Sb
Simplifying the left side:
(SS−1)ASx=ASx
Since SS−1=I (the identity matrix), we have:
ASx=Sb
- Now, let y=Sx. Substitute y into the equation:
Ay=Sb
Thus, y=Sx satisfies the equation Ay=Sb. Therefore, the statement is true.