NLimit
(Numerical Calculus Package Symbol) NLimit[expr, z -> z_0] numerically finds the limiting value of expr as z approaches z_0.
FindRoot[f, {x, x_0}] searches for a numerical root of f, starting from the point x = x_0.FindRoot[lhs == rhs, {x, x_0}] searches for a numerical solution to the equation lhs ...
PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
In some cases it is useful to split the differential system into subsystems and solve each subsystem using appropriate integration methods. Recombining the individual ...
This document describes how to compile and run MathLink programs written in the C language on computers running a Microsoft Windows operating system. ("MathLink and External ...
Legacy
(Parallel Package Tutorial) The parallel computing features of Mathematica entirely replace the Parallel Computing Toolkit that was available up to Mathematica Version 6. As stated in the Introduction, ...
A wide variety of plots and charts are used to gain an overview of data from a statistical perspective. Some summarize statistical computations on the data, while others ...
HTML
(Mathematica Import/Export Format) Registered MIME type: text/html HTML markup language and file format. Predominant language for the creation of web pages. HTML is an acronym derived from Hypertext Markup ...
BooleanCountingFunction[k_max, n] represents a Boolean function of n variables that gives True if at most k_max variables are True.BooleanCountingFunction[{k}, n] represents ...
ComponentMeasurements[m, " prop"] computes the values of property prop for each component of a label matrix m that consists of identical elements.ComponentMeasurements[image, ...