VertexDegree[g] gives the list of vertex degrees for all vertices in the graph g.VertexDegree[g, v] gives the vertex degree for the vertex v.
NDSolve returns solutions as InterpolatingFunction objects. Most of the time, simply using these as functions does what is needed, but occasionally it is useful to access the ...
Constructing matrices with special shapes. This creates a matrix of 0s containing a radius 4 diamond of 1s. The result is a 9×9 matrix. The size of the matrix can be ...
DiscreteUniformDistribution[{i_min, i_max}] represents a discrete uniform distribution over the integers from i_min to i_max.DiscreteUniformDistribution[{{i_min, i_max}, ...
LQRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with state and control weighting ...
MultinormalDistribution[\[Mu], \[CapitalSigma]] represents a multivariate normal (Gaussian) distribution with mean vector \[Mu] and covariance matrix \[CapitalSigma].
PERTDistribution[{min, max}, c] represents a PERT distribution with range min to max and maximum at c.PERTDistribution[{min, max}, c, \[Lambda]] represents a modified PERT ...
Many differential equations exhibit some form of stiffness, which restricts the step size and hence effectiveness of explicit solution methods. A number of implicit methods ...
In addition to importing ZIP files stored on your machine, Mathematica can also import ZIP files directly from a URL. In most cases, processing data in ZIP files is ...
Cashflow[{c_0, c_1, ..., c_n}] represents a series of cash flows occurring at unit time intervals.Cashflow[{c_0, c_1, ..., c_n}, q] represents cash flows occurring at time ...