Because GPUs are SIMD machines, to exploit CUDA's potential you must pose the problem in an SIMD manner. Computation that can be partitioned in such a way that each thread ...
HornerForm[poly] puts the polynomial poly in Horner form.HornerForm[poly, vars] puts poly in Horner form with respect to the variable or variable list ...
BernoulliB[n] gives the Bernoulli number B_n. BernoulliB[n, x] gives the Bernoulli polynomial B_n (x).
GTOPO30
(Mathematica Import/Export Format) GTOPO30 global topographic data. United States Geological Survey (USGS) standard. Distribution format for a global digital elevation model (DEM) with 30-arc-second grid ...
In calculus even more than other areas, Mathematica packs centuries of mathematical development into a small number of exceptionally powerful functions. Continually enhanced ...
Built into Mathematica is the world's largest collection of both numerical and symbolic equation solving capabilities—with many original algorithms, all automatically ...
You can tell a lot about what "type" of expression something is by looking at its head. Thus, for example, an integer has head Integer, while a list has head List. In a ...
BitLength[n] gives the number of binary bits necessary to represent the integer n.
CarmichaelLambda[n] gives the Carmichael function \[Lambda](n), defined as the smallest integer m such that k^m \[Congruent] 1 mod n for all k relatively prime to n.
DivisorSigma[k, n] gives the divisor function \[Sigma]_k (n).