Modeling and Simulation of Traffic on I-485 via Linear Systems and Iterative Methods
Dominic Kealoha, Fabiola Rojas, Xingjie Li

TL;DR
This paper explores iterative methods for solving large linear systems, compares their efficiencies, and applies the best method to model and analyze traffic flow on I-485, providing insights for infrastructure planning.
Contribution
The study compares Jacobi, Gauss-Seidel, and SOR methods, develops a Python tool for selecting the fastest converging method, and applies it to real-world traffic modeling on I-485.
Findings
Gauss-Seidel is generally more efficient than Jacobi.
SOR offers the fastest convergence speed.
The traffic model identifies congestion points for infrastructure planning.
Abstract
Iterative methods such as Jacobi, Gauss-Seidel, and Successive Over-Relaxation (SOR) are fundamental tools in solving large systems of linear equations across various scientific fields, particularly in the field of data science which has become increasingly relevant in the past decade. Iterative methods' use of matrix multiplication rather than matrix inverses makes them ideal for solving large systems quickly. Our research explores the factors of each method that define their respective strengths, limitations, and convergence behaviors to understand how these methods address drawbacks encountered when performing matrix operations by hand, as well as how they can be used in real world applications. After implementing each method by hand to understand how the algorithms work, we developed a Python program that assesses a user-given matrix based on each method's specific convergence…
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
TopicsNetwork Traffic and Congestion Control · Simulation Techniques and Applications
