f' represents the derivative of a function f of one argument. Derivative[n_1, n_2, ...][f] is the general form, representing a function obtained from f by differentiating n_1 ...
Erfc
(Built-in Mathematica Symbol) Erfc[z] gives the complementary error function erfc(z).
MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer m such that k^m \[Congruent] 1 mod n. MultiplicativeOrder[k, n, {r_1, ...
LogGamma[z] gives the logarithm of the gamma function log \[CapitalGamma](z).
HypergeometricPFQ[{a_1, ..., a_p}, {b_1, ..., b_q}, z] is the generalized hypergeometric function \[Null]_p F_q (a; b; z).
lhs := rhs assigns rhs to be the delayed value of lhs. rhs is maintained in an unevaluated form. When lhs appears, it is replaced by rhs, evaluated afresh each time.
Mathematica's strengths in algebraic computation and graphics as well as numerics combine to bring unprecedented flexibility and power to geometric computation. Making ...
Mathematica 's rich syntax uses different kinds of brackets and braces; familiarity with these aspects lets you read and program efficiently in Mathematica .
Weights
(Built-in Mathematica Symbol) Weights is an option for various fitting and other functions which specifies weights to associate with data elements.
Ceiling
(Built-in Mathematica Symbol) Ceiling[x] gives the smallest integer greater than or equal to x. Ceiling[x, a] gives the smallest multiple of a greater than or equal to x.