asked 89.2k views
0 votes
What is the solution to the matrix equation [2 1 1 0]x=5/10

What is the solution to the matrix equation [2 1 1 0]x=5/10-example-1
asked
User Ravdeep
by
7.9k points

1 Answer

4 votes

[2 1 | 1 0 ] • x = [5 | 10]

We multiply by the inverse of

[2 1 | 1 0 ]

det( [2 1 | 1 0] ) = -1

=> [2 1 | 1 0 ]^(-1) = (-1)•[0 -1 | -1 2 ] =

= [0 1 | 1 -2]

=> [2 1 | 1 0 ] • x = [5 | 10]

=> x = [2 1 | 1 0 ]^(-1) • [5 | 10]

=> x = [0 1 | 1 -2] • [5 | 10]

=> x = [0+10 | 5-20]

=> x = [10 | -15]

answered
User WieeRd
by
7.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.