ImageTransformation[image, function] gives an image in which each pixel at position {x, y} corresponds to the position function[{x, y}] in image.ImageTransformation[image, ...
Here is a homogeneous equation in which the total degree of both the numerator and the denominator of the right-hand side is 2. The two parts of the solution list give ...
Exponential and related distributions occur in a variety of contexts, such as reliability and communication. As such, a large number of extensions and variations of ...
EdgeIndex[g, e] gives the integer index for the edge e in the graph g.
Connecting to a subsidiary program via MathLink. This starts a subsidiary Mathematica process on the computer system used here. Here is a packet representing the first input ...
All the functionality of NumericalMath`Approximations` is now available in the newly created Function Approximations Package.
Disk
(Built-in Mathematica Symbol) Disk[{x, y}, r] is a two-dimensional graphics primitive that represents a filled disk of radius r centered at the point x, y. Disk[{x, y}] gives a disk of radius 1. Disk[{x, ...
Functionality in this package has been added to the built-in Mathematica kernel. Mode is replaced by the kernel function Commonest.
Plotting an atmospheric property. This package provides support for plotting how U.S. Standard Atmosphere properties vary with altitude. This loads the package.
DiscreteUniformDistribution[{i_min, i_max}] represents a discrete uniform distribution over the integers from i_min to i_max.DiscreteUniformDistribution[{{i_min, i_max}, ...