Jacobi_Iterative_Me​thod()

Function to solve a system of linear equations using Jacobi's iterative method
369 Downloads
Updated 24 Jan 2018

View License

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 Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers
Version Published Release Notes
1.0.0.0