Eigenvalues[m] gives a list of the eigenvalues of the square matrix m. Eigenvalues[{m, a}] gives the generalized eigenvalues of m with respect to a. Eigenvalues[m, k] gives ...
There are a number of important interactions in Mathematica between evaluation and pattern matching. The first observation is that pattern matching is usually done on ...
ParametricPlot3D[{f_x, f_y, f_z}, {u, u_min, u_max}] produces a three-dimensional space curve parametrized by a variable u which runs from u_min to u_max. ...
StudentTDistribution[\[Nu]] represents a Student t distribution with \[Nu] degrees of freedom.StudentTDistribution[\[Mu], \[Sigma], \[Nu]] represents a Student t distribution ...
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica
OrderDistribution[{dist, n}, k] represents the k\[Null]^th-order statistics distribution for n observations from the distribution dist.OrderDistribution[{dist, n}, {k_1, k_2, ...
UniformDistribution[{min, max}] represents a continuous uniform statistical distribution giving values between min and max. UniformDistribution[] represents a uniform ...
The numerical method of lines is a technique for solving partial differential equations by discretizing in all but one dimension, and then integrating the semi-discrete ...
OutputResponse[sys, u, t] gives the output response of a TransferFunctionModel or StateSpaceModel object sys to the input u as a function of time t.OutputResponse[sys, u, {t, ...
RayleighDistribution[\[Sigma]] represents the Rayleigh distribution with scale parameter \[Sigma].