Partition[list, n] partitions list into non-overlapping sublists of length n. Partition[list, n, d] generates sublists with offset d. Partition[list, {n_1, n_2, ...}] ...
Consider the matrix differential equation where the initial value y_0 y(0)∈^m×p is given. Assume that y_0^Ty_0I, that the solution has the property of preserving ...
DiscretePlot3D[expr, {i, i_min, i_max}, {j, j_min, j_max}] generates a plot of the values of expr when i runs from i_min to i_max and j runs from j_min to ...
It is often useful to be able to detect and precisely locate a change in a differential system. For example, with the detection of a singularity or state change, the ...
GraphCoordinates3D[g, options] calculates a visually appealing 3D layout of the vertices of a graph g and returns the coordinates of the vertices.
GraphCoordinates[g, options] calculates a visually appealing 2D layout of the vertices of the graph g and returns the coordinates of the vertices.
HamiltonianCycles[g, n] gives a list of n Hamiltonian cycles.HamiltonianCycles[g] gives a list of one Hamiltonian cycle.
PseudoDiameter[g] give the pseudo-diameter of the undirected graph g, and the two vertices that achieve this diameter.
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 ...
DateListLogPlot[{{date_1, v_1}, {date_2, v_2}, ...}] makes a log plot with values v_i at a sequence of dates.DateListLogPlot[{v_1, v_2, ...}, datespec] makes a log plot with ...