Identity[expr] gives expr (the identity operation).
Overlaps is an option to StringCases, StringCount, and StringPosition that specifies how to treat overlapping substrings.
ShowStringCharacters is an option for Cell that specifies whether to display " when a string is entered.
A linear second-order ordinary differential equation is said to be exact if An exact linear second-order ODE is solved by reduction to a linear first-order ODE.
An Euler equation has the general form Euler equations can be solved by transforming them to equations with constant coefficients. This is an example of an Euler equation.
Mathematica includes many powerful operations for working with lists. It is often desirable to map a function onto each individual element in a list. While listable functions ...
Alignment is an option which specifies how the contents of a displayed object should be aligned within the available area in the object.
The Mathematica function Integrate[f,x] gives you the indefinite integral ∫f dx. You can think of the operation of indefinite integration as being an inverse of ...
FullForm[expr] prints as the full form of expr, with no special syntax.
Listable is an attribute that can be assigned to a symbol f to indicate that the function f should automatically be threaded over lists that appear as its arguments.