Non-linear equations system solver (Newton Raphson)

Solves a non-linear system with iterative Newton-Raphson. Very easy and powerfull!!

現在この提出コンテンツをフォロー中です。

This code solves a system of non-linear equations.
It is practical to use since there's no need to enter the derivation matrix (the code calculates itself).
Also, there's an indetermined number of variables (no restriction). You can put 1 million equations! :)
Inside the code there are instructions of how to use it, and also a folder with a simple exemple.
Hope it's going to be usefull for you! Comments and debugs are deeply enjoyed.

引用

Felipe Mendes (2026). Non-linear equations system solver (Newton Raphson) (https://jp.mathworks.com/matlabcentral/fileexchange/33332-non-linear-equations-system-solver-newton-raphson), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: sinan

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.7.0.0

Correction of small bug!

1.1.0.0

A better functional description.

1.0.0.0