InterviewSolution
Saved Bookmarks
| 1. |
The solution for the equations c1x + b1y + a1 = 0 and c2x + b2y + a2 = 0 is S1 : x = (b1a2–b2a1)(c1b2−c2b1) S2 : y = (c1a2–c2a1)(a1b2−a2b1) |
|
Answer» The solution for the equations c1x + b1y + a1 = 0 and c2x + b2y + a2 = 0 is S1 : x = (b1a2–b2a1)(c1b2−c2b1) S2 : y = (c1a2–c2a1)(a1b2−a2b1)
|
|