InterviewSolution
Saved Bookmarks
| 1. |
Gauss Elimination method |
|
Answer» n elimination, also known as ROW reduction, is an algorithm in LINEAR algebra for SOLVING a SYSTEM of linear equations. It is usually understood as a sequence of operations PERFORMED on the corresponding matrix of coefficients. |
|