PHP MathPHP\NumericalAnalysis\RootFinding 네임스페이스

클래스들

이름 설명
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

이름 설명
Validation Common validation methods for root finding techniques