Explanation
Solve:
AX = B
Multiply both sides by A⁻¹:
X = A⁻¹B
This is efficient for large systems.
Quiz
-
What is the final formula?
-
Why multiply by A⁻¹?
-
Does A⁻¹ always exist?
-
Is this faster than substitution?
-
Is this used in real applications?
Answer Key
-
X = A⁻¹B
-
To isolate X
-
No
-
Yes
-
Yes