Jacobi_Iterative_Method()
Version 1.0.0.0 (1.95 KB) by
Kevin Labbate
Function to solve a system of linear equations using Jacobi's iterative method
This function will take systems of equations of the matrix form Ax=b and calculate the variables x=(x_1,x_2,...,x_n) using Jacobi's iterative method. To ensure convergence, make the A-matrix diagonally dominant. The output is specialized for the A-matrix being a 3x3 but can easily be omitted or changed to suit your needs.
Cite As
Kevin Labbate (2026). Jacobi_Iterative_Method() (https://www.mathworks.com/matlabcentral/fileexchange/65822-jacobi_iterative_method), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2016b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Find more on Linear Algebra in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
