The single function Manipulate gives immediate access to a huge range of powerful interactive capabilities. For any expression with symbolic parameters, Manipulate ...
Mathematica has flexible capabilities for per-machine or network license management.
Mathematica's unified symbolic architecture makes it straightforward to add toolbars with any possible appearance and action to any Mathematica notebook.
SQLColumn[...] represents a column in an SQL table.
ParentDirectory[] gives the parent of the current working directory. ParentDirectory["dir"] gives the parent of the directory dir.
$Input
(Built-in Mathematica Symbol) $Input is a global variable whose value is the name of the stream from which input to Mathematica is currently being sought.
EstimatedDistribution[data, dist] estimates the parametric distribution dist from data.EstimatedDistribution[data, dist, {{p, p_0}, {q, q_0}, ...}] estimates the parameters ...
SumConvergence[f, n] gives conditions for the sum \[Sum]_n^\[Infinity] f to be convergent.SumConvergence[f, {n_1, n_2, ...}] gives conditions for the multiple sum \[Sum]_n ...
"TemplateSelection" is a front end token that inserts a function template to the right of the insertion point.
An expression like x^2+2x-7==0 represents an equation in Mathematica. You will often need to solve equations like this, to find out for what values of x they are true. This ...