PropertyValue[{obj, item}, name] gives the property value associated with name for item in obj.
SkellamDistribution[\[Mu]_1, \[Mu]_2] represents a Skellam distribution with shape parameters \[Mu]_1 and \[Mu]_2.
WignerSemicircleDistribution[r] represents a Wigner semicircle distribution with radius r centered at the origin.WignerSemicircleDistribution[a, r] represents a Wigner ...
All textual and graphical forms in Mathematica are ultimately represented in terms of nested collections of boxes. Typically the elements of these boxes correspond to objects ...
In a typical Mathematica package, there are generally two kinds of new symbols that are introduced. The first kind are ones that you want to 'export' for use outside the ...
CityData["name", " property"] gives the value of the specified property for the city with the specified name.CityData["name"] gives a list of the full specifications of ...
MATHEMATICA HOW TO Tutorials » Image Processing Convolutions and Correlations See Also » ImageCrop ImageTake More About » Raster Image Formats Signal Processing "How to" ...
AlgebraicIntegerQ[a] yields True if a is an algebraic integer, and yields False otherwise.
CreatePalette[expr] creates a palette notebook containing expr, and opens it in the front end.CreatePalette[{expr_1, expr_2, ...}] creates and opens a palette notebook ...
Divide
(Built-in Mathematica Symbol) x/y or Divide[x, y] is equivalent to x y^-1.