RubyGems Navigation menu

rical 1.2.1

Computes approximation within a given error_limit to the values of a root of an arbitrary function f(x) or to the value of inverse function g(y) = x. Uses Newton-Raphson or Secant methods. Requires one (Newton-Raphson) or two (Secant) estimates of the target value. Raises NoConvergenceError when it does not converge within the set error_limit, on set number of iterations.

Gemfile:
=

install:
=

Versions:

  1. 1.2.1 January 19, 2015 (8.5 KB)
  2. 1.2.0 January 15, 2015 (8.5 KB)
  3. 1.1.0 January 14, 2015 (8.5 KB)
  4. 1.0.0 January 14, 2015 (8 KB)

Development Dependencies (3):

bundler ~> 1.7
rake ~> 10.0
rspec >= 0

Owners:

Authors:

  • Luis Bacelar

SHA 256 checksum:

=

Total downloads 10,987

For this version 3,851

Version Released:

License:

MIT

Required Ruby Version: >= 0

Links: