Log
(Built-in Mathematica Symbol) Log[z] gives the natural logarithm of z (logarithm to base e). Log[b, z] gives the logarithm to base b.
NDSolve is broken up into several basic steps. For advanced usage, it can sometimes be advantageous to access components to carry out each of these steps separately. NDSolve ...
The arithmetic used by Mathematica is a mixture of variable-precision software arithmetic and whatever is provided by the manufacturer of the floating-point hardware (or the ...
CharacteristicFunction[dist, t] gives the characteristic function for the symbolic distribution dist as a function of the variable t.CharacteristicFunction[dist, {t_1, t_2, ...
FactorialMoment[list, r] gives the r\[Null]^th moment of the elements in the list.FactorialMoment[dist, r] gives the r\[Null]^th moment of the symbolic distribution ...
x >= y or x >= y yields True if x is determined to be greater than or equal to y. x_1 >= x_2 >= x_3 yields True if the x_i form a non-increasing sequence.
Greater
(Built-in Mathematica Symbol) x > y yields True if x is determined to be greater than y. x_1 > x_2 > x_3 yields True if the x_i form a strictly decreasing sequence.
x <= y or x <= y yields True if x is determined to be less than or equal to y. x_1 <= x_2 <= x_3 yields True if the x TraditionalForm\`i form a nondecreasing sequence.
Less
(Built-in Mathematica Symbol) x < y yields True if x is determined to be less than y. x_1 < x_2 < x_3 yields True if the x_i form a strictly increasing sequence.
MatrixPower[m, n] gives the n\[Null]\[Null]^th matrix power of the matrix m. MatrixPower[m, n, v] gives the n\[Null]^th matrix power of the matrix m applied to the vector v.