ControllabilityMatrix[ss] gives the controllability matrix of the StateSpaceModel object ss.
CopyToClipboard[expr] replaces the contents of the clipboard with expr.
DihedralGroup[n] represents the dihedral group of order 2 n.
Equivalent[e_1, e_2, ...] represents the logical equivalence e_1 \[DoubleLeftRightArrow] e_2 \[DoubleLeftRightArrow] ..., giving True when all of the e_i are the same.
FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.
ImageForestingComponents[image] finds a segmentation of image, returning an integer matrix in which positive integers label different ...
ImageKeypoints[image] finds key features in image and returns their coordinates.ImageKeypoints[image, prop] gives the specified property prop for each keypoint.
InterpretationBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for InterpretationBox constructs.
RightCosetRepresentative[group, g] returns the smallest element in the right coset of products of the elements of group by g.
Short
(Built-in Mathematica Symbol) Short[expr] prints as a short form of expr, less than about one line long. Short[expr, n] prints as a form of expr about n lines long.