This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.CalculusDifferentialCalculus
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
This class provides you with tools for calculations of rates of changes.
Inheritance Hierarchy
Mathos.CalculusDifferentialCalculus
Namespace: Mathos.Calculus
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
Methods
Name | Description | |
---|---|---|
![]() ![]() | FirstDerivative(FuncDecimal, Decimal, Int32, Decimal) |
Calculates the first derivative given a multivariable function and a specific set of variables (input parameters).
|
![]() ![]() | FirstDerivative(FuncDouble, Double, Double, Double) |
Calculates the first derivative given a function and an x coordinate
|
![]() ![]() | SecondDerivative(FuncDecimal, Decimal, Decimal) |
Calculates the second derivative given a function and an x coordinate
|
![]() ![]() | SecondDerivative(FuncDecimal, Decimal, Int32, Decimal) |
Calculates the second derivative given a multivariable function and a specific set of variables (input parameters).
|
See Also