MathLink provides a mechanism through which programs can interact with Mathematica. Some typical uses of MathLink. MathLink provides a general interface for external programs ...
SyntaxInformation[f] gives information used to generate syntax coloring and other advisories when f[...] is entered as input.
$NETExceptionHandler allows you to control how exceptions thrown in .NET are handled in Mathematica.
NotebookEvaluate[notebook] evaluates all the evaluatable cells in notebook.
Information[symbol] prints information about a symbol.
Traditional procedural programming languages typically require programmers to define an explicit "flow of control" at every stage in their programs. Mathematica provides ...
Language is a global option that specifies the language in which menus, dialog boxes, error messages, and help files are displayed.
Notebooks[] gives a list of notebooks currently open in the front end.
The functions FindMinimum, FindMaximum, and FindRoot have the HoldAll attribute and so have special semantics for evaluation of their arguments. First, the variables are ...
The aim of these tutorials is to provide a self-contained working guide for solving different types of problems with DSolve. The first step in using DSolve is to set up the ...