1.7k views
3 votes
30 Points!!

Juan solves the system of equations by forming a matrix equation.

−4x+y=9
3x+2y=7

He multiplies the left side of the coefficient matrix by the inverse matrix.

How does he proceed to the solution?

2 Answers

3 votes

Answer:

I used the above answer and got it wrong. Hope this helps! (Sorry it looks a little weird... just look at whta is in the boxes)

Explanation:

30 Points!! Juan solves the system of equations by forming a matrix equation. −4x-example-1
30 Points!! Juan solves the system of equations by forming a matrix equation. −4x-example-2
User Delremm
by
5.4k points
7 votes

Answer:

multiply the left side of the constant vector by the inverse matrix

Explanation:

The matrix equation ...

AX = B

is solved by left-multiplying by the inverse of A:

A⁻¹AX = A⁻¹B

IX = A⁻¹B . . . . . the result of multiplying A⁻¹A is the identity matrix

X = A⁻¹B . . . . . B needs to be multiplied by the inverse matrix


\left[\begin{array}{c}x&y\end{array}\right] = \left[\begin{array}{cc}-4&1\\3&2\end{array}\right]^(-1)\left[\begin{array}{c}9&7\end{array}\right]=(1)/(11)\left[\begin{array}{cc}-2&1\\3&4\end{array}\right]\left[\begin{array}{c}9&7\end{array}\right]=\left[\begin{array}{c}-1&5\end{array}\right]

User Jannis M
by
6.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.