This package implements primality proving. If ProvablePrimeQ[n] returns True, then the number n can be mathematically proven to be prime. In addition, PrimeQCertificate[n] ...
BSplineCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a non-uniform rational B-spline curve with control points pt_i.
BesselSimplify[expr] transforms Bessel functions in expr, trying to either decrease the number of Bessel functions, or convert Bessel functions into more elementary functions.
With its convenient symbolic representation of algebraic numbers, Mathematica's state-of-the-art algebraic number theory capabilities provide a concrete implementation of one ...
Mathematica's symbolic representation of both graphics and controls makes it particularly easy to create click-interactive panels in which the user clicks or drags elements ...
Mathematica has a highly flexible system for handling dates and times in almost any format, automatically converting between formats, and when necessary parsing strings ...
Mathematica 8 introduces interactive content delivered by Wolfram|Alpha directly into your documents. Additionally, Mathematica 8 extends the existing set of interface ...
ChineseRemainder[{r_1, r_2, ...}, {m_1, m_2, ...}] gives the smallest non-negative x that satisfies all the integer congruences x mod m_i = r_i mod m_i.
ExpandAll[expr] expands out all products and integer powers in any part of expr. ExpandAll[expr, patt] avoids expanding parts of expr that do not contain terms matching the ...