AngouriMath
SolveNt(AngouriMath.Entity,AngouriMath.Entity.Variable,AngouriMath.MathS.Settings.NewtonSetting)
Method (no overloads)
Summary
Performs a grid search with each iteration done by NewtonIter
Parameter "expr"
The equation with one variable to be solved
Parameter "v"
The variable to solve over
Parameter "settings"
Some settings regarding how we should perform the Newton solver process
A complex number, thus, if stepCount.Im == 0, no operations will be performed at all. If you
need to iterate over real numbers only, set it to 1, i. e. new Number(your_number, 1)
How many approximations we need to do before we reach the most precise result.
A complex number, thus, if stepCount.Im == 0, no operations will be performed at all. If you
need to iterate over real numbers only, set it to 1, i. e. new Number(your_number, 1)
How many approximations we need to do before we reach the most precise result.
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online