

InterviewSolution
Saved Bookmarks
1. |
Express the equations 2x-y + 6 =0 and 6x + y + 8 = 0, in the matrix equation form. |
Answer» Correct Answer - `[{:(2, -1),(6, 1):}][(x), (y)] = [(-6), (-8)]` | |