Jacobi_Iterative_Me​thod()

Function to solve a system of linear equations using Jacobi's iterative method

You are now following this Submission

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://in.mathworks.com/matlabcentral/fileexchange/65822-jacobi_iterative_method), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Linear Algebra in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0