Reduce
(Built-in Mathematica Symbol) Reduce[expr, vars] reduces the statement expr by solving equations or inequalities for vars and eliminating quantifiers. Reduce[expr, vars, dom] does the reduction over the ...
CCompilers[ ] returns the list of C compilers supported for this version of Mathematica that can be found on your system.CCompilers[Full] returns the list of all C compilers ...
You can create and present slide shows directly from within Mathematica . Mathematica provides an integrated workflow from initial experimentation to final presentation. ...
Whether it is for importing, exporting, or other operations, Mathematica must know where to look for files on your computer before it can use them. There are a number of ...
FileNameSetter[name] represents a file name setter which displays as a Browse button and when clicked brings up a system file opening dialog, starting from the location ...
NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.
NumericFunction is an attribute that can be assigned to a symbol f to indicate that f[arg_1, arg_2, ...] should be considered a numeric quantity whenever all the arg_i are ...
A typical package written in Mathematica introduces several new symbols intended for use outside the package. These symbols may correspond for example to new functions or new ...
Mathematica allows you to export graphics and sounds in a wide variety of formats. If you use the notebook front end for Mathematica, then you can typically just copy and ...
$LibraryError returns the system-dependent error message from loading a library, or None if there was no error.