DigitBlock is an option for NumberForm and related functions that specifies the maximum length of blocks of digits between breaks.
EdgeLabelStyle is an option and property for Graph and related functions that specifies the style to use for edge labels.
StatusArea[expr, string] displays string in the status area of the current notebook when the mouse pointer is in the region where expr appears.
VertexLabelStyle is an option and property for Graph and related functions that specifies the style to use for vertex labels.
TetGenDelete[expr] removes an instance of a TetGen expression, freeing up memory.
PathGraph[{v_1, v_2, ...}] yields a path with vertices v_i and edges between v_i and v i +\[ThinSpace]1 .PathGraph[{e_1, e_2, ...}] yields a path with edges ...
ScrollingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies settings for scrolling.
Newton's method for nonlinear equations is based on a linear approximation so the Newton step is found simply by setting M_k(p)=0, Near a root of the equations, Newton's ...
DatabaseLink provides two styles of commands for working with data: one for those who are familiar with Mathematica and the other for those who are familiar with SQL. ...
Plot, ListPlot, and similar functions have new Filling and FillingStyle options.