Math::ConvergenceMethods

Raku convergence methods to solve lineal and non lineal equations

Math-ConvergenceMethods

Methods

  1. Bisection +info

  2. Regula falsi +info

  3. Secant +info

  4. Newton-Rahpson +info

  5. Fixed-point iteration +info. This method returns the fixed point if it's found in the interval, not the zero of the function.

  6. Steffensen +info

Stop conditions

This modules uses three different stopping conditions.

  1. Difference between two successive approximations

  2. Relative difference between two successive approximations

  3. Residue

LICENSE

(c) 2019 Antonio Gámiz, 2022 JJ Merelo .

This has been releases under the GPL-3.0 license.

Math::ConvergenceMethods v0.6.0

Raku convergence methods to solve lineal and non lineal equations

Authors

  • Antonio Gamiz Delgado
  • JJ Merelo

License

GPL-3.0-only

Dependencies

Test Dependencies

Provides

  • Math::ConvergenceMethods
  • Math::StoppingConditions

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.