SQLUpdate[conn, table, cols, data] updates data in a table in an SQL connection.
WidgetReference[id] looks up an existing widget instance using identifier id and return the underlying object.
ScalarTripleProduct[v_1, v_2, v_3] gives the scalar triple product of the three 3-vectors v_1, v_2 and v_3 in the default coordinate system. ScalarTripleProduct[v_1, v_2, ...
ArcTanh
(Built-in Mathematica Symbol) ArcTanh[z] gives the inverse hyperbolic tangent tanh -1 (z) of the complex number z.
JacobiSymbol[n, m] gives the Jacobi symbol (n/m).
PartitionsP[n] gives the number p (n) of unrestricted partitions of the integer n.
PartitionsQ[n] gives the number q (n) of partitions of the integer n into distinct parts.
RootOfUnityQ[a] yields True if a is a root of unity, and yields False otherwise.
SQLDropTable drops tables from a database. An alternative, using raw SQL, is demonstrated in "Dropping Tables with Raw SQL". If you find that the examples in this tutorial do ...
If you type in an expression like 0/0, Mathematica prints a message, and returns the result Indeterminate. An expression like 0/0 is an example of an indeterminate numerical ...