Switch
(Built-in Mathematica Symbol) Switch[expr, form_1, value_1, form_2, value_2, ...] evaluates expr, then compares it with each of the form_i in turn, evaluating and returning the value_i corresponding to ...
ToRadicals[expr] attempts to express all Root objects in expr in terms of radicals.
TrackedSymbols is an option to Refresh, Manipulate, and related functions that specifies which symbols should trigger updates when their values are changed.
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
Uninstall[link] terminates an external program started by Install, and removes Mathematica definitions set up by it.
If you make a definition such as f[x_]:=value, Mathematica will use the value you give for any f function it encounters. In some cases, however, you may want to define a ...
The general solution to this equation is found by separation of variables. Even when variables can be separated, the final solution might be accompanied by a warning message ...
Mathematica provides important functionality through accessing the internet. Most Mathematica functions that provide computable data operate by loading data over the ...
Mathematical constants. Euler's constant EulerGamma is given by the limit γUnderscriptBox[lim, RowBox[{m, , ∞}], LimitsPositioning -> True](UnderoverscriptBox[∑, RowBox[{k, ...
MathLink allows you to call an external program from within Mathematica even when that program is running on a remote computer. Typically, you need to start the program ...