SDF
(Mathematica Import/Export Format) MIME type: chemical/x-mdl-sdf MDL molecule model files. Used in cheminformatics applications and on the web for storing and exchanging 3D molecule models. Plain text tabular ...
Legended[expr, lbl] indicates that a legend entry for expr should be created, with label lbl.
LocatorAutoCreate is an option for LocatorPane, Manipulate, and related functions that specifies whether new locators should be created when clicking away from existing ...
PrivateEvaluationOptions -> {opt_1 -> val_1, opt_2 -> val_2} is an option for selections that specifies settings for evaluation-related suboptions.
RandomChoice[{e_1, e_2, ...}] gives a pseudorandom choice of one of the e_i. RandomChoice[list, n] gives a list of n pseudorandom choices. RandomChoice[list, {n_1, n_2, ...}] ...
SingularValuePlot[m] gives the singular value plot of a matrix m of rational functions in one complex variable.SingularValuePlot[sys] gives the singular value plot of a ...
StreamStyle is an option to StreamPlot, StreamDensityPlot, and related functions that determines the style to use for drawing streamlines.
TableAlignments is an option for TableForm and MatrixForm which specifies how entries in each dimension should be aligned.
Here is one way to get multiple minima: call NMinimize multiple times with different random seeds, which will cause different optimization paths to be taken. This defines a ...
Expressions corresponding to cells. Here is a notebook containing a text cell and a Mathematica input cell. Here are the expressions corresponding to these cells.