Turning conditions into numbers. Boole[expr] is a basic function that turns True and False into 1 and 0. It is sometimes known as the characteristic function or indicator ...
Mathematica includes all the common special functions of mathematical physics found in standard handbooks. Each of the various classes of functions is discussed in turn. One ...
Mathematica contains hundreds of original algorithms for computing integer functions involving integers of any size.
With careful standardization of argument conventions, Mathematica provides full coverage of all standard types of elliptic functions, with arbitrary-precision numerical ...
Making lists from functions. This makes a list of 5 elements, each of the form p[i]. Here is another way to produce the same list.
When working in Mathematica , you will often find it useful to view groups of functions that relate to a specific subject area or set of tasks. The Documentation Center ...
"Defining Functions" discusses how you can define functions in Mathematica. In a typical case, you would type in f[x_]=x^2 to define a function f. (Actually, the definitions ...
Some common operations on special functions. Most special functions have simpler forms when given certain specific arguments. Mathematica will automatically simplify special ...
Pattern matching makes possible some of the most succinct and elegant programs in the Mathematica language—immediately compressing large numbers of conditional cases into ...