The Gauss-Seidel Method Example | Step-by-Step (2024) | Iterative Method of Numerical Methods

Опубликовано: 06 Февраль 2026
на канале: EE-Vibes (Electrical Engineering Lessons)
240
4

Iterative Method Gauss-Seidel in Numerical Analysis: step-by-step explanation
This is an iterative method used for solving the system of linear equations. We set all the variables in the expression of x1 equal to zero as initial guess. Then while determining the value of next variable x2, we use the updated value of x1 (determined in first iteration) while rest of the variables are put equal to zero. In this way we keep iterating and determine the percentage relative error until the desired value of error is obtained.
#gaussseidel #numericalanalysis
#numericalmethods #mathsfofengineers
#solutionoflinearsystems
#exampleofgaussseidel