1 Pages (4 items)
Basic single variable Secant (Newton-Raphson) Solver that just works - Messages
#1 Posted: 11/23/2016 4:08:55 PM
I figured I am not the only one who can benefit from a simple numeric solver that "just works".
It will likely become obsolete once Davide updates the Nonlinear Solvers plugin.
Enjoy.
SolveNewtonRaphson.sm (12 KiB) downloaded 74 time(s).

It will likely become obsolete once Davide updates the Nonlinear Solvers plugin.
Enjoy.
SolveNewtonRaphson.sm (12 KiB) downloaded 74 time(s).
#2 Posted: 11/24/2016 1:39:11 AM
Interesting, but good thing Smath 5346 does it as well
w/o all that complexity. Shouldn't it be constructed
around "While" loop ? Remember that any invented iterative
solver for Smath can't exceed better accuracy than around
12 decimals because of the granularty of Smath.
The native Smath 'solve' has a universal structure wrt:
1. is implicit
2. the bracketing [x1,x2]
3. very easy to handle.
Jean

w/o all that complexity. Shouldn't it be constructed
around "While" loop ? Remember that any invented iterative
solver for Smath can't exceed better accuracy than around
12 decimals because of the granularty of Smath.
The native Smath 'solve' has a universal structure wrt:
1. is implicit
2. the bracketing [x1,x2]
3. very easy to handle.
Jean
#3 Posted: 11/24/2016 11:22:17 AM
#4 Posted: 11/24/2016 1:19:46 PM
If only either of the two could handle the units I would not need to go through all the trouble. They do not, hence I had to get inventive.
1 Pages (4 items)
-
New Posts
-
No New Posts