SimpleNonlinearSolve.jl icon indicating copy to clipboard operation
SimpleNonlinearSolve.jl copied to clipboard

implement the 12 modifications to regula falsi methods by Gardino

Open longemen3000 opened this issue 5 years ago • 0 comments

https://www.semanticscholar.org/paper/A-family-of-regula-falsi-root-finding-methods-Galdino/aa7a91e09f82684f200390eb1684a1ffccc0c4f2

the api could be implemented by calling Falsi(n::Int) and defining Falsi() = Falsi(default_n)

longemen3000 avatar Oct 18 '20 22:10 longemen3000