Sometimes it is useful to work directly with the request message that is sent to a web service. This message may be retrieved using the ToServiceRequest function. ...
Recall that connections to remote kernels, as opened by LaunchKernels, are represented as kernel objects. See the chapter Connection Methods for details. The commands in this ...
AppendColumns, AppendRows, and BlockMatrix are available using the Mathematica kernel functions Join and ArrayFlatten. TakeRows, TakeColumns, TakeMatrix, and SubMatrix are ...
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 ...
Regress and DesignedRegress are now available using the built-in function LinearModelFit. The function DesignMatrix has been added to the built-in Mathematica kernel. The ...
StepMonitor is an option for iterative numerical computation functions that gives an expression to evaluate whenever a step is taken by the numerical method used.
WignerSemicircleDistribution[r] represents a Wigner semicircle distribution with radius r centered at the origin.WignerSemicircleDistribution[a, r] represents a Wigner ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient-based methods use first ...
FindMaximum[f, x] searches for a local maximum in f, starting from an automatically selected point.FindMaximum[f, {x, x_0}] searches for a local maximum in f, starting from ...
RegionPlot3D[pred, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] makes a plot showing the three-dimensional region in which pred is True.