ImageData[image] gives the array of pixel values in image.ImageData[image, " type"] gives the array of pixel values converted to the specified type.
Mathematica provides an extensive suite of built-in functionality to carry out analysis, design, and simulation of continuous- and discrete-time control systems using both ...
Overscript[x, y] is an object that formats as OverscriptBox[x, y].
There are many variants of quasi-Newton methods. In all of them, the idea is to base the matrix B_k in the quadratic model on an approximation of the Hessian matrix built up ...
InterpolatingFunction[domain, table] represents an approximate function whose values are found by interpolation.
MultipleListPlot is replaced by ListPlot and ListLinePlot, which now accept multiple sets of data. Dashing[{Dot,Dash,LongDash}] is replaced with ...
Mathematica symbols are the ultimate atoms of symbolic data. Every symbol has a unique name, exists in a certain Mathematica context or namespace, and can have a variety of ...
Fold
(Built-in Mathematica Symbol) Fold[f, x, list] gives the last element of FoldList[f, x, list].
BreadthFirstScan[g, s, {"event_1" -> f_1, "event_2" -> f_2, ...}] performs a breadth-first scan (bfs) of the graph g starting at the vertex s and evaluates f_i whenever ...
WorkingForm is an option of Notation, Symbolize and InfixNotation that defines in which form the notation will be defined.