Math, asked by kira79, 2 months ago

Using matrices, solve the following system of equations: 3x-y+z=5 , 2x-2y+3z=7 , x+y-z=-1​

Answers

Answered by amitnrw
4

Given :  3x-y+z=5 , 2x-2y+3z=7 , x+y-z=-1​

To Find :  Solve Using matrices,

Solution:

3x-y+z=5 ,

2x-2y+3z=7 ,

x+y-z=-1​

\left[\begin{array}{ccc}3&-1&1\\2&-2&3\\1&1&-1\end{array}\right] \left[\begin{array}{ccc}x\\y\\z\end{array}\right] = \left[\begin{array}{ccc}5\\7\\1\end{array}\right]

AX = B

A=\left[\begin{array}{ccc}3&-1&1\\2&-2&3\\1&1&-1\end{array}\right]

X=\left[\begin{array}{ccc}x\\y\\z\end{array}\right]

B= \left[\begin{array}{ccc}5\\7\\1\end{array}\right]

X  = A⁻¹B

| A |  = 3(2 - 3)  - (-1)(-2 - 3) + 1(2 - (-2))

= -3 - 5 + 4

= - 4

A⁻¹ =  Adj A / | A |

Adj A =\left[\begin{array}{ccc}-1&0&-1\\5&-4&-7\\4&-4&-4\end{array}\right]

X=\dfrac{-1}{4} \left[\begin{array}{ccc}-6\\-10\\-12\end{array}\right]

x = 3/2   , y =   5/2   , z = 3

Learn More:

Solve each of the following systems of equations by the method of ...

brainly.in/question/15918823

Find value of K such that system of equations are,(3k-8)x+3y+3z=0 ...

brainly.in/question/25303022

Similar questions