A linear ordinary differential equation of order n is said to be exact if The condition of exactness can be used to reduce the problem to that of solving an equation of order ...
ToBoxes
(Built-in Mathematica Symbol) ToBoxes[expr] generates boxes corresponding to the printed form of expr in StandardForm. ToBoxes[expr, form] gives the boxes corresponding to output in the specified form.
Some common operations on special functions. Most special functions have simpler forms when given certain specific arguments. Mathematica will automatically simplify special ...
The general symbolic string patterns in Mathematica allow you to perform powerful string manipulation efficiently. What follows discusses the details of string patterns, ...
Center
(Built-in Mathematica Symbol) Center is a symbol that represents the center for purposes of alignment and positioning.
DMSList
(Built-in Mathematica Symbol) DMSList[\[Theta]] converts an angle \[Theta] given in decimal degrees to a DMS list {degree, minute, second}.DMSList["dms"] converts a DMS string to a DMS list {degree, ...
InputAliases is an option for cells and notebooks which specifies additional Esc\[ThinSpace]name\[ThinSpace]Esc aliases to be allowed on input.
Join
(Built-in Mathematica Symbol) Join[list_1, list_2, ...] concatenates lists or other expressions that share the same head.Join[list_1, list_2, ..., n] joins the objects at level n in each of the list_i.
Khinchin is Khinchin's constant, with numerical value \[TildeEqual] 2.68545.
ParallelCombine[f, h[e_1, e_2, ...], comb] evaluates f[h[e_1, e_2, ...]] in parallel by distributing parts of the computation to all parallel kernels and combining the ...