Iterative Methods for Systems' Solving - a C# approach
Claudiu Chirilov

TL;DR
This paper explores implementing classical iterative methods for solving systems of equations using C#, demonstrating how programming can support mathematical problem-solving.
Contribution
It introduces a C# approach to implement and analyze iterative methods like Gauss-Seidel, Cramer's, and Gauss-Jordan for solving linear systems.
Findings
Successful implementation of iterative methods in C#
Demonstrated effectiveness of programming in mathematical problem-solving
Provides a foundation for further computational approaches
Abstract
This work wishes to support various mathematical issues concerning the iterative methods with the help of new programming languages. We consider a way to show how problems in math have an answer by using different academic resources and different thoughts. Here we treat methods like Gauss-Seidel's, Cramer's and Gauss-Jordan's.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Iterative Methods for Nonlinear Equations · Matrix Theory and Algorithms
