ProbabilityDistribution[pdf, {x, x_min, x_max}] represents the continuous distribution with PDF pdf in the variable x where the pdf is taken to be zero for x < x_min and x > ...
Resultant[poly_1, poly_2, var] computes the resultant of the polynomials poly_1 and poly_2 with respect to the variable var. Resultant[poly_1, poly_2, var, Modulus -> p] ...
The Mathematica function Integrate[f,x] gives you the indefinite integral ∫f dx. You can think of the operation of indefinite integration as being an inverse of ...
Most mathematical functions in Mathematica are set up to apply themselves separately to each element in a list. This is true in particular of all functions that carry the ...
VertexCount[g] gives a count of the number of vertices in the graph g.VertexCount[g, patt] gives a count of the number of vertices that match the pattern patt.
FindLinearRecurrence[list] finds if possible the minimal linear recurrence that generates list.FindLinearRecurrence[list, d] finds if possible the linear recurrence of ...
.NET/Link provides Mathematica users with the ability to interact with arbitrary .NET types directly from Mathematica. You can create objects and call methods and properties ...
BarChart[{y_1, y_2, ...}] makes a bar chart with bar lengths y_1, y_2, ....BarChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a bar chart with bar features defined ...
Thumbnail[image] gives a thumbnail version of an image.Thumbnail[image, size] gives a thumbnail with the specified maximum pixel size.
LineBreakWithin is an option for selections that specifies whether line breaks occur automatically when the end of a line is reached.