Jacobi method

An iterative or indirect numerical method in evaluating the roots of a given system of linear equations

您现在正在关注此提交

It is a numerical method that employs an iterative approach. It is somehow analogous to that of the Gauss-Seidel method. It asks the user the coefficient and the RHD (Right-hand side) values matrix. It also lets the user choose which termination criterion to have, whether a %relative error or number of iterations. It checks if the system is diagonally dominant; if not, it would re-arrange the equations in the most diagonally dominant form possible, ensuring convergence. If the given system cannot be totally diagonally dominant, it alerts the user.

引用格式

Robby Ching (2026). Jacobi method (https://ww2.mathworks.cn/matlabcentral/fileexchange/77515-jacobi-method), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: Numerical Methods

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.1

changed some overview details

1.0.0