Ever since Version 3 of Mathematica, there has been rich support for arbitrary mathematical typesetting and layout. Underlying all that power was a so-called box language, ...
If you use a text-based interface to Mathematica, then the input you give must consist only of characters that you can type directly on your computer keyboard. But if you use ...
KernelMixtureDistribution[{x_1, x_2, ...}] represents a kernel mixture distribution based on the data values x_i.KernelMixtureDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...
LatitudeLongitude[pos] gives a list of the latitude and longitude in degrees of a geographic position specified by pos.LatitudeLongitude[pos, datum] gives the latitude and ...
SQLConnectionInformation[conn] returns a list of information about the SQL connection.
Widgets created within a user interface definition can be named and registered in an object registry for easy lookup reference by script code and other widgets. Complete ...
Expectation[expr, x \[Distributed] dist] gives the expectation of expr under the assumption that x follows the probability distribution dist. Expectation[expr, x ...
Mathematica can export tables of numerical and textual data to all common database file formats. It can also import from database formats to give Mathematica arrays and ...
Sec
(Built-in Mathematica Symbol) Sec[z] gives the secant of z.
RSolve
(Built-in Mathematica Symbol) RSolve[eqn, a[n], n] solves a recurrence equation for a[n]. RSolve[{eqn_1, eqn_2, ...}, {a_1[n], a_2[n], ...}, n] solves a system of recurrence equations. RSolve[eqn, a[n_1, ...