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 ...
Mathematica allows you to perform many operations on power series. In all cases, Mathematica gives results only to as many terms as can be justified from the accuracy of your ...
The fundamental operation that Mathematica performs is evaluation. Whenever you enter an expression, Mathematica evaluates the expression, then returns the result. Evaluation ...
When you install a MathLink-compatible external program using Install, the program is set up to behave somewhat like a simplified Mathematica kernel. Every time you call a ...
Verbatim patterns. Here the x_ in the rule matches any expression. The Verbatim tells Mathematica that only the exact expression x_ should be matched.
TIFF
(Mathematica Import/Export Format) Registered MIME type: image/tiff TIFF raster image format. Commonly used in image manipulation applications, page layout applications, scanners and other imaging devices, and ...
Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.
Sort
(Built-in Mathematica Symbol) Sort[list] sorts the elements of list into canonical order. Sort[list, p] sorts using the ordering function p.
CAssign[lhs, rhs] is a symbolic representation of an assignment statement.
CExpression[arg] is a symbolic representation of code that will format using CForm[arg].