Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient-based methods use first ...
The complete collection of Greek letters in Mathematica. You can use Greek letters as the names of symbols. The only Greek letter with a built-in meaning in StandardForm is ...
MonitorLM gives information on the total number of licenses available and checked out, the fully qualified domain name and username of those who have them checked out, and so ...
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 ...
The control mechanisms set up for NDSolve enable you to define your own numerical integration algorithms and use them as specifications for the Method option of NDSolve. ...
[AP91] Ascher, U. and L. Petzold. "Projected Implicit Runge–Kutta Methods for Differential Algebraic Equations." SIAM J. Numer. Anal. 28 (1991): 1097–1120. [AP98] Ascher, U. ...
Characters that are not letters, letter-like forms, or structural elements are treated by Mathematica as operators. Mathematica has built-in rules for interpreting all ...
Mathematica has a collection of commands that do unconstrained optimization (FindMinimum and FindMaximum) and solve nonlinear equations (FindRoot) and nonlinear fitting ...
The function FindRoot has a Jacobian option; the functions FindMinimum, FindMaximum, and FindFit have a Gradient option; and the "Newton" method has a method option Hessian. ...
All the test problems presented in [MGH81] have been coded into Mathematica in the Optimization`UnconstrainedProblems` package. A data structure is used so that the problems ...