BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.
ContentSize is an option for Manipulate and other functions that specifies the size of the content area to use.
FromContinuedFraction[list] reconstructs a number from the list of its continued fraction terms.
FrontEndToken["cmd"] is an object which represents a front end command token, typically corresponding to a front end menu item, to be executed by FrontEndExecute. ...
PrintingPageRange is an option for notebooks that specifies the range of pages of a notebook to be printed.
StartupSound is a global option that specifies whether Mathematica plays a sound when it is launched.
StringSplit["string"] splits " string" into a list of substrings separated by whitespace. StringSplit["string", patt] splits into substrings separated by delimiters matching ...
UpValues[f] gives a list of transformation rules corresponding to all upvalues defined for the symbol f.
Select the next-higher subexpression by pressing Ctrl+.. Press Ctrl+. repeatedly. Get rid of the contents of an expression and destructure it by pressing Del (or Backspace).
You can tell a lot about what "type" of expression something is by looking at its head. Thus, for example, an integer has head Integer, while a list has head List. In a ...