asked 645 views
1 vote
Which matrix equation represents the system of equations?

{-x+ 2y = 0
y= -2

Which matrix equation represents the system of equations? {-x+ 2y = 0 y= -2-example-1
asked
User Techuila
by
8.4k points

1 Answer

2 votes

We are given a system of equations,


\begin{cases}-x+2y=0\\y=-2\\ \end{cases}

This will translate into a 2x2 matrix of coefficients (because 2 equations and 2 unknowns),


\begin{bmatrix}-1&2\\0&1\\ \end{bmatrix}

The matrix will then be applied to the vector (lower dimensions on top),


\begin{bmatrix}x\\y\\ \end{bmatrix}

And the result vector will be whats on the other side of equals sign,


\begin{bmatrix}0\\-2\\ \end{bmatrix}

So to put everything together,


\begin{bmatrix}-1&2\\0&1\\ \end{bmatrix}\begin{bmatrix}x\\y\\ \end{bmatrix}=\begin{bmatrix}0\\-2\\ \end{bmatrix}

Hope this helps :)

answered
User JALLRED
by
8.3k 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.