Class NumericalDifferentiation
java.lang.Object
velo.ladaalpha.fields.math.calculus.NumericalDifferentiation
The Class NumericalDifferentiation.
- Author:
 - velo
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic EquationDifferentiate.static doubledifferentiate(Equation f, double x) Differentiate.static doubledifferentiate(Equation f, double x, int order) Differentiate.static LinearFunctiontangentLine(Equation f, double x) Tangent line. 
- 
Constructor Details
- 
NumericalDifferentiation
public NumericalDifferentiation() 
 - 
 - 
Method Details
- 
differentiate
Differentiate.- Parameters:
 f- the fx- the x- Returns:
 - the double
 
 - 
differentiate
Differentiate.- Parameters:
 f- the f- Returns:
 - the equation
 
 - 
differentiate
Differentiate.- Parameters:
 f- the fx- the xorder- the order- Returns:
 - the double
 
 - 
tangentLine
Tangent line.- Parameters:
 f- the fx- the x- Returns:
 - the linear function
 
 
 -