Main Menu

TESTING OF ITERATIVE METHODS FOR SOLVING SYSTEMS OF LINEAR EQUATIONS

paper-details
 
Author Name: Mustafa Nizamul Aziz
Research Area: Computer Science
Volume: 08
Issue: 01
Page No: 83–89
Emailed: 0
Total Downloads: 618
Country: Bangladesh
PDF View: Details



Direct methods find the exact solution while solving systems of linear equations. But it requires a fixed number of iterations and subjects to round-off errors. Large linear systems require iterative methods for the solution. In this paper, the author did testing for two different iterative methods, Method of Perpendicular, and Normal to the Planes Method, for solving systems of linear equations using a structured programming language, C, and included the results in terms of iteration. Normal to the planes method shows better performance than the method of Perpendicular in terms of iteration. The methods are based on geometric intuition. They are not subject to any constraint.