bisection_method: Bisection method

Description Usage Arguments Value Author(s)

Description

Solves equation f(x) = y numerically for x

Usage

1
bisection.method(y, f, limits, tol=10*.Machine$double.eps, ...)

Arguments

y

Value that f should attain (numeric scalar)

f

Function to be inverted (function; should be strictly monotonous)

limits

Search interval (vector of length 2; must contain solution!)

tol

Value

...

Argument to be passed to methods.

Value

x

Such that f(x) = y

Author(s)

Lisa Allmesberger Fabian Bergs Stefan Immler Michael Kässmann


sp2019-antibiotics/Team-Student documentation built on Nov. 5, 2019, 9:13 a.m.