suivant: Solve systems with fsolve
monter: Solve equations with fsolve
précédent: fsolve or nSolve with
Table des matières
Index
The Steffenson method is generically the fastest method.
It combines the Newton method with a "delta-two" Aitken acceleration :
with the Newton method, we obtain the sequence xi and the convergence
acceleration gives the Steffenson sequence
Ri =
xi -
Input :
fsolve(cos(x)=x,x,0,steffenson_solver)
Output :
0.739085133215
giac documentation written by Renée De Graeve and Bernard Parisse