Computer Science, asked by zaheerath, 9 months ago

8. Which of the following method is employed
for solving the system of linear equations?
a) Runge Kutta
b) Newton Raphson
c) Gauss Seidal
d) Simpson's Rule
View Answer​

Answers

Answered by ROCKYsince2005
1

Answer:

Runge Kutta method is used to solve differential equations. Newton-Raphson method is used to find the root of a polynomial.

Answered by brokendreams
0

(c) Gauss Seidal method is employed for solving the system of linear equations.

Definition of Gauss Seidal method;

Gauss Seidal method- is used for linear equations. Linear equations is the two variables that represents the straight line when plotted on a graph.

Features of Gauss Seidal method;

  • Gauss Seidal converge the symmetric positive definite  or the dependent of matrix A.
  • The linear equations are solved through the unknown variables.
  • The method is used in digital computing in computers. It is very simple and understandable for finding linear equations.
  • The solution obtained and convergence is much faster.

Therefore, Guass Seidal method is used for finding the solution of linear equations to plot on the graphs.

Similar questions