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:
= Copy to clipboard Copied!

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:

2000ba65cebee7ce70a4a0fa5a9f95f8945a55386f4a2c9eb485fff463a37694

Total downloads 10,021

For this version 3,498

License:

MIT

Required Ruby Version: >= 0

Links: