This constructs the sum ∑_(i=1)^7 (x^i)/(i) . You can leave out the lower limit if it is equal to 1. This makes i increase in steps of 2, so that only odd-numbered values are ...
CompilationTarget is an option for Compile that specifies the target runtime for the compiled function.
DistributeDefinitions[s_1, s_2, ...] distributes all definitions for the symbols s_i to all parallel kernels.DistributeDefinitions["context"] distributes definitions for all ...
TraditionalForm[expr] prints as an approximation to the traditional mathematical notation for expr.
LibraryLoad[lib] loads the dynamic library lib into the Mathematica runtime.
ZTransform[expr, n, z] gives the Z transform of expr. ZTransform[expr, {n_1, n_2, ...}, {z_1, z_2, ...}] gives the multidimensional Z transform of expr.
Just as the equation x^2+3x==2 asserts that x^2+3x is equal to 2, so also the inequality x^2+3x>2 asserts that x^2+3x is greater than 2. In Mathematica, Reduce works not only ...
NHoldFirst is an attribute which specifies that the first argument to a function should not be affected by N.
Mathematica supports several levels of interfacing to C and C++ programs. You can create "installable" C programs where C functions are directly connected to Mathematica ...
Mathematica has many powerful features, to handle a wide range of statistical needs. Some of the most elementary are outlined below.