The numerical method of lines is a technique for solving partial differential equations by discretizing in all but one dimension, and then integrating the semi-discrete ...
JacobiCD[u, m] gives the Jacobi elliptic function cd(u | m).
JacobiCS[u, m] gives the Jacobi elliptic function cs(u | m).
JacobiDC[u, m] gives the Jacobi elliptic function dc(u | m).
JacobiNC[u, m] gives the Jacobi elliptic function nc(u | m).
JacobiSC[u, m] gives the Jacobi elliptic function sc(u | m).
The shooting method works by considering the boundary conditions as a multivariate function of initial conditions at some point, reducing the boundary value problem to ...
EulerEquations[f, u[x ], x] returns the Euler\[Dash]Lagrange differential equation obeyed by u[x] derived from the functional f, where f depends on the function u[x] and its ...
There are many situations where one wants to find a formula that best fits a given set of data. One way to do this in Mathematica is to use Fit. Basic linear fitting. Here is ...
NyquistPlot[g] gives the Nyquist plot of a rational function g in one complex variable.NyquistPlot[sys] gives the Nyquist plot of a TransferFunctionModel or StateSpaceModel ...