Yet another solver that uses the backslash function to solve a set of non-linear equations
http://www.mathworks.com/matlabcentral/fileexchange/43097-newton-raphson-solver
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Mark Mikofski (2026). NewtonRaphson (https://github.com/mikofski/NewtonRaphson), GitHub. Retrieved .
General Information
- Version 2.0 (343 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 2.0 | Add BSD-3 license. |
||
| 1.6.0.1 | connect to github |
||
| 1.6.0.0 | * allow sparse matrices, replace cond() with condest()
|
||
| 1.5.0.0 | version 0.4 - exit if any dx is nan or inf, allow lsq curve-fit type problems. |
||
| 1.4.0.0 | (1) fix need dummy vars dx and convergence to display 0th iteration bug, and (2) if f isnan or isinf need to set lambda2 and f2 before continue bug (3) also reattach moody chart |
||
| 1.2.0.0 | v0.3: Display RCOND and lambda each step. Use ducktyping in funwrapper. Remove Ftyp and F scaling. Use backtracking line search. Output messages, exitflag and min relative step. |
||
| 1.1.0.0 | remove TypicalX and FinDiffRelStep, change feval to evalf & new example solves pipe flow problem using implicit Colebrook equation |
||
| 1.0.0.0 |
