SubscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for SubscriptBox objects.
SubsuperscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for SubsuperscriptBox objects.
SuperscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for SuperscriptBox objects.
SystemHelpPath is a global option that specifies which directories are searched for the help notebooks used within the help system.
ImageValue[image, {x, y}] gives the pixel value of image at position {x, y}.ImageValue[image, {x, y}, " type"] gives the pixel value converted to the specified type.
The Mathematica front end provides an Insert > Table/Matrix submenu for creating and editing arrays with any specified number of rows and columns. Once you have such an ...
One of the most common uses of MathLink is to allow you to call functions in an external program from within Mathematica. Once the external program has been set up, all you ...
InsertIntoTableau[e, t] inserts integer e into Young tableau t using the bumping algorithm. InsertIntoTableau[e, t, All] inserts e into Young tableau t and returns the new ...
FromPackedArray[expr] unpacks expr so that its internal representation is not a packed array.
ImpliesQ[expr_1, expr_2] tests whether the expression expr_1 implies expr_2.