New functions RegionPlot and RegionPlot3D have been added to the built-in Mathematica kernel. RegionPlot includes the functionality of InequalityPlot. RegionPlot3D includes ...
GaussianQuadratureError[n, f, a, b] gives the leading term in the error of the elementary n-point Gaussian quadrature formula for the function f on an interval from a to ...
In calculus, infinite sums and products can pose a challenge to manipulate by hand. Mathematica can evaluate a huge number of different types of sums and products with ease.
Lists are very important structures in Mathematica. Lists allow you treat any kind of collection of objects as a single entity. Sometimes you need to pick out or extract ...
mathlink.h MathLink header file.
math
(Mathematica System Program) math options starts the Mathematica kernel in Unix and Linux.
CreateWindow[] creates an empty window in the front end.CreateWindow[nb] creates a window displaying the notebook expression nb, and opens it in the front ...
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
Not
(Built-in Mathematica Symbol) ! expr is the logical NOT function. It gives False if expr is True, and True if it is False.
ParallelNeeds["context"] evaluates Needs["context"] on all available parallel kernels.