BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.
DateDifference[date_1, date_2] gives the number of days from date_1 to date_2.DateDifference[date_1, date_2, " unit"] gives the difference between date_1 and date_2 in the ...
ImageLines[image] finds line segments in image and returns the coordinates of their endpoints.ImageLines[image, t] uses the threshold t for selecting image ...
MatrixForm[list] prints with the elements of list arranged in a regular array.
MoebiusMu[n] gives the Möbius function \[Mu](n).
a ** b ** c is a general associative, but non-commutative, form of multiplication.
RegionBinarize[image, marker, d] gives a binary version of image that includes the foreground pixels of marker and also connected regions whose pixel values are within a ...
Total differentiation operations. When you find the derivative of some expression f with respect to x, you are effectively finding out how fast f changes as you vary x. Often ...
ToCombinatoricaGraph[g] return the Combinatorica representation of the graph g.ToCombinatoricaGraph[g, n] return the graph g, adding additional unconnected vertices, if ...
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.