Non-linear equations system solver (Newton Raphson)

버전 1.7.0.0 (47 KB) 작성자: Felipe Mendes
Solves a non-linear system with iterative Newton-Raphson. Very easy and powerfull!!
다운로드 수: 8.2K
업데이트 날짜: 2012/10/9

라이선스 보기

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 (2024). Non-linear equations system solver (Newton Raphson) (https://www.mathworks.com/matlabcentral/fileexchange/33332-non-linear-equations-system-solver-newton-raphson), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

줌: sinan

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.7.0.0

Correction of small bug!

1.1.0.0

A better functional description.

1.0.0.0