Symbolic Math Class
Contains methods that perform operations on mathematical functions.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static class SymbolicMath
- Inheritance
- Object → SymbolicMath
Methods
Combine | Constructs a delegate that represents a multivariate function returning a matrix in its second argument from an array of multivariate functions returning a vector. |
Combine | Constructs a multivariate function returning a vector from an array of lambda expressions. |
Define | Adds an expression for the symbolic derivative of a method. |
Find | Computes a maximum of the specified function. |
Find | Computes a maximum of the specified function. |
Find | Computes a maximum of the specified function. |
Find | Computes a maximum of the specified function. |
Find | Computes a maximum of the specified function. |
Find | Computes a maximum of the specified function. |
Find | Computes a maximum of the specified function. |
Find | Computes a maximum of the specified function. |
Find | Computes a maximum of the specified function. |
Find | Computes a maximum of the specified function. |
Find | Computes a minimum of the specified function. |
Find | Computes a minimum of the specified function. |
Find | Computes a minimum of the specified function. |
Find | Computes a minimum of the specified function. |
Find | Computes a minimum of the specified function. |
Find | Computes a minimum of the specified function. |
Find | Computes a minimum of the specified function. |
Find | Computes a minimum of the specified function. |
Find | Computes a minimum of the specified function. |
Find | Solves a system of nonlinear equations starting from an initial guess. |
Find | Finds a zero of a function starting from an initial guess. |
Find | Finds a zero of a function when the solution is known to lie within a specified interval. |
Get | Creates a function of one variable that represents the derivative of the specified function of one variable. |
Get | Finds a zero of a function starting from an initial guess. |
Get | Returns an EquationSolver suitable for solving an equation using the specified information. |
Get | Finds a zero of a function when the solution is known to lie within a specified interval. |
Get | Returns a delegate that symbolically evaluates the gradient and returns the value of a multivariate function. |
Get | Returns a delegate that symbolically evaluates the gradient of a multivariate function. |
Get | Returns a delegate that evaluates the Jacobian of a multivariate vector function. |
Get | Returns a delegate that symbolically evaluates the Jacobian of a collection of multivariate function. |
Get | Returns an MultidimensionalOptimizer suitable for finding a maximum using the specified information. |
Get | Returns an OneDimensionalOptimizer suitable for solving an equation using the specified information. |
Get | Returns an MultidimensionalOptimizer suitable for finding a minimum using the specified information. |
Get | Returns an OneDimensionalOptimizer suitable for solving an equation using the specified information. |
Get | Gets an expression for the symbolic derivative of a method. |
Get | Gets an expression for the symbolic derivative of a method, or the numerical derivative if no symbolic derivative was defined. |
Get | Creates a function of one variable that represents the derivative of the specified function of one variable. |
Simplify<T> | Attempts to simplify an expression and returns the result. |
Try | Attempts to get an expression for the symbolic derivative of a method. |
Try | Attempts to get an expression for the symbolic derivative of a method, or the numerical derivative if no symbolic derivative was defined. |