Applying Transformation Rules Manipulating Sets of Transformation Rules Making Definitions
This section is designed to discuss how to make compiled functions run efficiently. It will cover features that make them run faster, as well as problems that can make them ...
TransformedDistribution[expr, x \[Distributed] dist] represents the transformed distribution of expr where the random variable x follows the distribution ...
The Mathematica functions Reduce, Resolve, and FindInstance allow you to solve a wide variety of problems that can be expressed in terms of equations and inequalities. The ...
RuntimeOptions is an option for Compile that specifies runtime settings for the compiled function it creates.
Version 6.0 added a collection of carefully optimized functions to Mathematica's powerful arsenal of numerical handling capabilities.
You can give Solve a list of simultaneous equations to solve. Solve can find explicit solutions for a large class of simultaneous polynomial equations. Here is a simple ...
Mathematica can represent bit vectors of arbitrary length as integers, and uses highly optimized algorithms—including several original to Wolfram Research—to perform bitwise ...
Mathematica can handle numbers of essentially unlimited length, in any base, using state-of-the-art platform-optimized algorithms, including several developed at Wolfram ...
NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.