JACOBI METHOD

版本 2.0.0 (1.9 KB) 作者: Meysam Mahooti
The Jacobi method is a method of solving a matrix equation on a matrix that has no zeros along its main diagonal.
2.2K 次下载
更新时间 2022/10/17

查看许可证

In numerical linear algebra, the Jacobi method is an iterative algorithm for determining the solutions of a strictly diagonally dominant system of linear equations. Each diagonal element is solved for, and an approximate value is plugged in. The process is then iterated until it converges. This algorithm is a stripped-down version of the Jacobi transformation method of matrix diagonalization. The method is named after Carl Gustav Jacob Jacobi.
Reference:
Applied Numerical Methods Using MATLAB®
Author(s): Won Young Yang, Wenwu Cao, Tae‐Sang Chung, John Morris
First published:14 January 2005
Print ISBN:9780471698333 |Online ISBN:9780471705192 |DOI:10.1002/0471705195
Copyright © 2005 John Wiley & Sons, Inc.

引用格式

Meysam Mahooti (2025). JACOBI METHOD (https://www.mathworks.com/matlabcentral/fileexchange/73480-jacobi-method), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2021b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息
标签 添加标签
fky

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

JACOBI METHOD

版本 已发布 发行说明
2.0.0

test.m was modified.

1.2.1

Summary is updated.

1.2.0

Modified to work for asymmetric matrices

1.1.0

Reference is added.

1.0.0