There are a number of important interactions in Mathematica between evaluation and pattern matching. The first observation is that pattern matching is usually done on ...
A differential system can sometimes be solved by analytic means. The function DSolve implements many of the known algorithmic techniques. However, differential systems that ...
$OutputSizeLimit specifies the maximum size in bytes of expressions that will automatically be output in their entirety in a Mathematica notebook.
"Basic Plotting" describes how to plot curves in Mathematica in which you give the y coordinate of each point as a function of the x coordinate. You can also use Mathematica ...
IntegerString[n] gives a string consisting of the decimal digits in the integer n. IntegerString[n, b] gives a string consisting of the base b digits in the integer n. ...
Forms of Input and Output How Input and Output Work The Representation of Textual Forms
Characters["string"] gives a list of the characters in a string.
CConstant[] is a symbolic representation of a constant.
CDereference[obj] is a symbolic representation of the dereferencing of a pointer.
CSizeOf[obj] is a symbolic representation of a sizeof expression.