Question
Solve the equation.
5 1 -4
2 -3 -5 X= 5
7 2 -6 2
5
The numbers are supposed to be matrices.
I'm not sure how I would solve the problem
5 1 -4
2 -3 -5 X= 5
7 2 -6 2
5
The numbers are supposed to be matrices.
I'm not sure how I would solve the problem
Answers
You have AX=B with all matrices.
X = A<sup>-1</sup>B
So, if you know how to find inverses, you're home free.
wolframalpha.com can do inverses, or solve matrix equations. Notationally, your matrices would be
{{5,1,-4},{2,-3,-5},{7,2,-6}}
{{x},{y},{z}}
{{5},{2},{5}}
at wolfram alpha, you can enter
inverse {{5,1,-4},{2,-3,-5},{7,2,-6}}
to see the solution to your problem, just enter
solve {{5,1,-4},{2,-3,-5},{7,2,-6}} *{{x},{y},{z}}= {{5},{2},{5}}
X = A<sup>-1</sup>B
So, if you know how to find inverses, you're home free.
wolframalpha.com can do inverses, or solve matrix equations. Notationally, your matrices would be
{{5,1,-4},{2,-3,-5},{7,2,-6}}
{{x},{y},{z}}
{{5},{2},{5}}
at wolfram alpha, you can enter
inverse {{5,1,-4},{2,-3,-5},{7,2,-6}}
to see the solution to your problem, just enter
solve {{5,1,-4},{2,-3,-5},{7,2,-6}} *{{x},{y},{z}}= {{5},{2},{5}}
Related Questions
What is the first step in solving the linear system
{2x − 3y = 11
{−x + 5y = −9
by the substitut...
What is the first step in solving the linear system
{2x−3y=11
{−x+5y=−9
by the substitution met...
Solving Multi-Step Equation Quiz
1.Solve the Equation x5=−2
A. -35
B. -10
C.3
2. Solve the eq...
You need to solve this equation for x: ax-7=26
Which equation would be best first step you could ma...