Version 8.0 introduces new features to load functions from shared libraries, giving a new way to incorporate external code into Mathematica. It also adds support for GPU ...
Unicode: F76D. Alias: Esc @ Esc. Structural element with built-in meaning. \[InvisibleApplication] is by default not visible on display, but is interpreted as function ...
The Developer Utilities Package includes functions that directly access specific internal algorithms and capabilities of Mathematica that are normally used only as part of ...
BitAnd
(Built-in Mathematica Symbol) BitAnd[n_1, n_2, ...] gives the bitwise AND of the integers n_i.
PowerMod[a, b, m] gives a^b mod m. PowerMod[a, -1, m] finds the modular inverse of a modulo m.PowerMod[a, 1/r, m] finds a modular r\[Null]^th root of a.
DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}] plots a density histogram of the values {x_i, y_i}.DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}, bspec] plots a density ...
MaxMemoryUsed[] gives the maximum number of bytes used to store all data for the current Mathematica session.
A Clairaut equation is a first-order equation of the form A remarkable feature of this nonlinear equation is that its general solution has a very simple form. This is an ...
These "How tos" give step-by-step instructions for common tasks related to calculus in Mathematica .
MatchQ
(Built-in Mathematica Symbol) MatchQ[expr, form] returns True if the pattern form matches expr, and returns False otherwise.