Piecewise[{{val_1, cond_1}, {val_2, cond_2}, ...}] represents a piecewise function with values val_i in the regions defined by the conditions cond_i. Piecewise[{{val_1, ...
PrintingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option that specifies settings for printing.
Subresultants[poly_1, poly_2, var] generates a list of the principal subresultant coefficients of the polynomials poly_1 and poly_2 with respect to the variable var.
CUDAFinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.CUDAFinancialDerivative[instrument, params, ambientparams, ...
OpenCLFractalRender3D[width, height] renders a three-dimensional fractal with image size being the specified width and height.
There are a number of features of the GUIKit framework that aid deployment of user interface definitions with your own AddOns so that they can be easily executed when needed. ...
LineBreakChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a line break chart with prices p_i at date date_i.LineBreakChart[{" name", daterange}] makes a line break chart of ...
PointFigureChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a point and figure chart with prices p_i at date date_i.PointFigureChart[{" name", daterange}] makes a point and ...
NMinimize, NMaximize, Minimize, and Maximize employ global optimization algorithms, and are thus suitable when a global optimum is needed. Minimize and Maximize can find ...
This is a simple homogeneous DAE with constant coefficients. This finds the general solution. It has only one arbitrary constant because the second equation in the system ...