mkulesh / microMathematics

microMathematics Plus - Extended visual calculator
GNU General Public License v3.0
561 stars 68 forks source link

Add "solve" function to find a root of an one-dimensional equation #130

Closed mkulesh closed 1 year ago

mkulesh commented 1 year ago

Add "solve" function that implements Ridders Method (Numerical Recipes, 9.2 Secant Method, False Position Method, and Ridders’ Method).

mkulesh commented 1 year ago

In the toolbar, there is a new button "solve": Screenshot_20221209_214621 Added a new example "solve.mmt" and a new automated test "ts_solve.mmt" in the resources of uMath+.

mkulesh commented 1 year ago

Released in version 2.23.1