138k views
1 vote
What is the matrix for y+x=4 and 2x-3y=3

User Brad Turek
by
8.4k points

1 Answer

5 votes
Given equations:

x+y = 4;
2x-3y = 3;

Matrix form would be:


\left[\begin{array}{cc}1&1\\2&-3\end{array}\right] \left[\begin{array}{c}x\\y\end{array}\right] = \left[\begin{array}{c}4\\3\end{array}\right]

-i
User Markdwhite
by
8.3k points