Math_Numerical_RootFinding
[ class tree: Math_Numerical_RootFinding ] [ index: Math_Numerical_RootFinding ] [ all elements ]

File: newton_raphson2.php

Source Location: /Math_Numerical_RootFinding-1.1.0a2/docs/examples/newton_raphson2.php

Classes:

Page Details:

Newton-Raphson 2 method usage example.

Includes:

require_once('Math/Numerical/RootFinding.php') [line 17]
Math_Numerical_RootFinding class.

d1x [line 39]

float d1x( float $x)

f'(x) callback function.


Parameters

float   $x   Variable value.
[ Top ]



d2x [line 51]

float d2x( float $x)

f''(x) callback function.


Parameters

float   $x   Variable value.
[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:40:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.