Funz / algorithm-Brent

Brent (1D root finding) algorithm for Funz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.github/workflows/ant.yml

Funz algorithm: Brent

  • Brent method for 1D root finding
  • author: Miguel Munoz Zuniga
  • ref: https://en.wikipedia.org/wiki/Brent%27s_method
  • tags: Inversion
  • options: ytarget='0.0';ytol='3.e-8';xtol='1.e-8';max_iterations='100'
  • input: x=list(min=0,max=1) # 1 dimensional real interval
  • output: y=0.01 # 1 dimensional real

Analytics

About

Brent (1D root finding) algorithm for Funz


Languages

Language:R 100.0%