Linear systems are applied in many applications such as calculating variables, rates , budgets, making a prediction and others. Generally, there are two techniques of solving system of linear equation including direct methods and iterativ emethods. Some basic solution methods known as direct methods are ineffective in solving man yequations in large systems duet os lower computation. Due to inability of direct methods, iterative methods are practical to be used in large systems of linear equations ast hey do not need much storage. In this project, three indirect methods are used to solve largesy stem ofline are quations.The methods are JacobiDavidson, Gauss‐Seideland SuccessiveOver‐Relaxation(SOR) which are well known in the field of numerical analysis.The comparativere sults analysis of the three methods is considered.These three methods are compared based on number of iterations, CPU time an error. The numerical results show that Gauss‐Seidel method and SOR met hod with ω=1.25 are more efficient than others. This research allows researcher to appreciatet he use of iterativete chniques for solving systems of linear equations that is widely used in idustrial applications.