SolveAlways[eqns, vars] gives the values of parameters that make the equations eqns valid for all values of the variables vars.
BitAnd
(Built-in Mathematica Symbol) BitAnd[n_1, n_2, ...] gives the bitwise AND of the integers n_i.
InexactNumberQ[expr] returns True if expr is an inexact real or complex number, and returns False otherwise.
Numerical sums and products. This gives a numerical approximation to ∑_(i=1)^∞((1)/(i^3+i!)). There is no exact result for this sum, so Mathematica leaves it in a symbolic ...
In using Mathematica, you sometimes need to repeat an operation many times. There are many ways to do this. Often the most natural is in fact to set up a structure such as a ...
Unicode: 0399. Aliases: Esc I Esc, Esc Iota Esc. Greek letter. Not the same as English I.
Coth
(Built-in Mathematica Symbol) Coth[z] gives the hyperbolic cotangent of z.
InverseJacobiND[v, m] gives the inverse Jacobi elliptic function nd -1 (v \[VerticalSeparator] m).
LogLogPlot[f, {x, x_min, x_max}] generates a log-log plot of f as function of x from x_min to x_max. LogLogPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates log-log plots of ...
BitXor
(Built-in Mathematica Symbol) BitXor[n_1, n_2, ...] gives the bitwise XOR of the integers n_i.