FindHamiltonianCycle[g] finds a Hamiltonian cycle in the graph g if one exists.
FromDMS
(Built-in Mathematica Symbol) FromDMS[{d, m, s}] converts from degrees, minutes, and seconds to decimal degrees. FromDMS["dms"] converts from a DMS string to decimal degrees.FromDMS["latlong"] converts ...
ImportString["data", " format"] imports data in the specified format from a string. ImportString["data", elements] imports the specified elements.ImportString["data"] ...
InputAssumptions is an option for WolframAlpha that specifies assumptions for current query input.
MenuStyle is an option for menu-generating constructs that specifies the style to use in displaying menu items.
PrintAction is an option for notebooks that specifies the action taken when a Print[] command is evaluated by the kernel.
Tr
(Built-in Mathematica Symbol) Tr[list] finds the trace of the matrix or tensor list. Tr[list, f] finds a generalized trace, combining terms with f instead of Plus. Tr[list, f, n] goes down to level n in ...
$MessagePrePrint is a global variable whose value, if set, is applied to expressions before they are included in the text of messages.
Here is an expression in full form. TreeForm prints out expressions to show their "tree" structure. You can think of any Mathematica expression as a tree. In the expression ...
DatabaseLink provides a number of functions for connection to an SQL database. It also supports a resource mechanism that allows the details of how the connection is set up ...