PHP MathPHP\NumericalAnalysis\RootFinding Namespace

Classes

Name Description
BisectionMethod Bisection's Method (also known as the Binary-search method)
BisectionMethodTest
FixedPointIteration Fixed Point Iteration
FixedPointIterationTest
NewtonsMethod Newton's Method (also known as the Newton–Raphson method)
NewtonsMethodTest
SecantMethod Secant Method (also known as the Newton–Raphson method)
SecantMethodTest

Traits

Name Description
Validation Common validation methods for root finding techniques