Det
(Built-in Mathematica Symbol) Det[m] gives the determinant of the square matrix m.
StyleDefinitions is an option for notebooks that gives definitions for the styles that can be used in a notebook.
FindFit
(Built-in Mathematica Symbol) FindFit[data, expr, pars, vars] finds numerical values of the parameters pars that make expr give a best fit to data as a function of vars. The data can have the form {{x_1, ...
NonlinearModelFit[{y_1, y_2, ...}, form, {\[Beta]_1, ...}, x] constructs a nonlinear model with structure form that fits the y_i for successive x values 1, 2, ... using the ...
Epilog
(Built-in Mathematica Symbol) Epilog is an option for graphics functions that gives a list of graphics primitives to be rendered after the main part of the graphics is rendered.
GrayLevel[level] is a graphics directive that specifies the gray-level intensity with which objects that follow should be displayed. GrayLevel[g, a] specifies opacity a.
PrependTo[s, elem] prepends elem to the value of s, and resets s to the result.
Remove
(Built-in Mathematica Symbol) Remove[symbol_1, ...] removes symbols completely, so that their names are no longer recognized by Mathematica. Remove["form_1", "form_2", ...] removes all symbols whose names ...
Important points to remember in Mathematica. If you have used other computer systems before, you will probably notice some similarities and some differences. Often you will ...
As discussed in "The Structure of Graphics and Sound", Mathematica includes a full graphics programming language. In this language, you can set up many different kinds of ...