Unicode: 2286. Alias: Esc sub= Esc. Infix set relation operator. x ⊆ y is by default interpreted as SubsetEqual[x,y].
Unicode: 2287. Alias: Esc sup= Esc. Infix set relation operator. x ⊇ y is by default interpreted as SupersetEqual[x,y].
BSplineBasis[d, x] gives the zeroth uniform B-spline basis function of degree d at x.BSplineBasis[d, n, x] gives the n\[Null]^th uniform B-spline basis function of degree ...
ImageCorrespondingPoints[image_1, image_2] finds a set of matching interest points in image_1 and image_2 and returns their pixel coordinates.
Fundamental to Mathematica's dynamic interactivity capabilities is a new form of symbolic dynamic language. With a very small number of highly powerful primitives that mix ...
LogGammaDistribution[\[Alpha], \[Beta], \[Mu]] represents a log-gamma distribution with shape parameters \[Alpha] and \[Beta] and location parameter \[Mu].
LandauDistribution[\[Mu], \[Sigma]] represents a Landau distribution with location parameter \[Mu] and scale parameter \[Sigma].
A Clairaut equation is a first-order equation of the form A remarkable feature of this nonlinear equation is that its general solution has a very simple form. This is an ...
FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.
In doing calculations, you will often need to use previous results that you have got. In Mathematica, % always stands for your last result. Ways to refer to your previous ...