CompiledFunction[args...] represents compiled code for evaluating a compiled function.
DirectedEdge[u, v] or u \[DirectedEdge] v represents a directed edge from u to v.
UndirectedEdge[u, v] or u \[UndirectedEdge] v represents an undirected edge of a graph with vertices u and v.
PaddedForm[expr, n] prints with all numbers in expr padded to leave room for a total of n digits. PaddedForm[expr, {n, f}] prints with approximate real numbers having exactly ...
Constants is an option for Dt which gives a list of objects to be taken as constants.
DependentVariables is an option which specifies the list of all objects that should be considered as dependent variables in equations that have been supplied.
Mathematica provides convenient functions and algorithms for manipulating colors in images, with full generality for arbitrary numbers of color channels.
Compiled is an option for various numerical and plotting functions which specifies whether the expressions they work with should automatically be compiled.
MathLink allows you to run external programs under whatever debugger is provided in your software environment. MathLink-compatible programs are typically set up to take ...
You can import spreadsheets created in a variety of formats to take advantage of Mathematica 's rich data manipulation and visualization capabilities.