Solve equation numerical
wolf1988
is there a in built function in Igor to solve an equation numerical?
Something like:
Variable d = solve(x, 0=x-exp(x))
and then d is the numer, which solves the equation.
Couldnt find anything...
Thank you for you help!
W.
November 14, 2014 at 08:44 am - Permalink
DisplayHelpTopic "Finding Function Roots"
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
November 14, 2014 at 11:43 am - Permalink
http://www.igorexchange.com/node/552
The contributed code snippets contain no detailed help functions, but many applied math texts discuss Muller's method.
November 15, 2014 at 07:41 am - Permalink