MatrixForm[list] prints with the elements of list arranged in a regular array.
There are many variants of quasi-Newton methods. In all of them, the idea is to base the matrix B_k in the quadratic model on an approximation of the Hessian matrix built up ...
This section discusses commands that get information about database columns. If you find that the examples in this section do not work as shown, you may need to install or ...
ParametricPlot[{f_x, f_y}, {u, u_min, u_max}] generates a parametric plot of a curve with x and y coordinates f_x and f_y as a function of u. ParametricPlot[{{f_x, f_y}, ...
The arithmetic used by Mathematica is a mixture of variable-precision software arithmetic and whatever is provided by the manufacturer of the floating-point hardware (or the ...
PolyhedronData[poly, " property"] gives the value of the specified property for the polyhedron named poly.PolyhedronData[poly] gives an image of the polyhedron named ...
Plot3D
(Built-in Mathematica Symbol) Plot3D[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a three-dimensional plot of f as a function of x and y. Plot3D[{f_1, f_2, ...}, {x, x_min, x_max}, {y, y_min, ...
SurvivalDistribution[{e_1, e_2, ...}] represents a survival distribution with event times e_i.SurvivalDistribution[{w_1, w_2, ...} -> {e_1, e_2, ...}] represents a survival ...
This loads packages containing some test problems and utility functions. One of the first and simplest methods for solving initial value problems was proposed by Euler: ...
When numerically solving Hamiltonian dynamical systems it is advantageous if the numerical method yields a symplectic map. If the Hamiltonian can be written in separable ...