NMaxValue[f, x] gives the maximum value of f with respect to x.NMaxValue[f, {x, y, ...}] gives the maximum value of f with respect to x, y, .... NMaxValue[{f, cons}, {x, y, ...
NotebookLocate["tag"] locates all cells with the specified tag in your current input notebook, selecting the cells and scrolling to the position of the first one. ...
NotebookWrite[notebook, data] writes data into a notebook at the current selection, setting the current selection to be just after the data written. NotebookWrite[notebook, ...
NumberFieldDiscriminant[a] gives the discriminant of the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
Placed
(Built-in Mathematica Symbol) Placed[expr, pos] represents an expression expr placed at relative position pos in a chart or other display. Placed[{e_1, e_2, ...}, pos] places each of the e_i at a relative ...
PreserveImageOptions is an option to graphics and related functions that specifies whether image size and certain other options should be preserved from the previous version ...
PrincipalComponents[matrix] transforms elements of matrix into unscaled principal components.
PropertyList[{obj, item}] lists the properties available for item in obj.
SendMail[rules] sends an email message built up from the elements specified in rules.
ShortestPathFunction[type, data] represents a function that gives the shortest path from a source vertex s to target vertex t in a graph.