LinearProgramming[c, m, b] finds a vector x that minimizes the quantity c.x subject to the constraints m.x >= b and x >= 0. LinearProgramming[c, m, {{b_1, s_1}, {b_2, s_2}, ...
A plot of the solution given by DSolve can give useful information about the nature of the solution, for instance, whether it is oscillatory in nature. It can also serve as a ...
Path
(Combinatorica Package Symbol) Path[n] constructs a tree consisting only of a path on n vertices.
Star
(Combinatorica Package Symbol) Star[n] constructs a star on n vertices, which is a tree with one vertex of degree n - 1.
PolyhedronData[poly, " property"] gives the value of the specified property for the polyhedron named poly.PolyhedronData[poly] gives an image of the polyhedron named ...
Style
(Built-in Mathematica Symbol) Style[expr, options] displays with expr formatted using the specified option settings. Style[expr, " style"] uses the option settings for the specified style in the current ...
DiscretePlot[expr, {n, n_max}] generates a plot of the values of expr when n runs from 1 to n_max.DiscretePlot[expr, {n, n_min, n_max}] generates a plot of the values of expr ...
VectorPoints is an option to VectorPlot, ListVectorPlot, and related functions that determines how many field vectors to draw.