InterviewSolution
Saved Bookmarks
| 1. |
Write an algorithm for gauss seidel method when consider all types of buses |
|
Answer» Explanation: Gauss Seidel MethodGauss-Seidel Method is used to SOLVE the linear system EQUATIONS. This method is named after the German SCIENTIST Carl Friedrich Gauss and Philipp Ludwig Siedel. It is a method of iteration for SOLVING n linear equation with the unknown variables. This method is very simple and USES in digital computers for computing. |
|