ZeroTest is an option to various linear algebra functions that gives a function to use in testing whether symbolic expressions should be treated as zero.
Many real-world applications require the solution of IVPs and BVPs for nonlinear ODEs. For example, consider the logistic equation, which occurs in population dynamics. This ...
DGaussianWavelet[] represents a derivative of Gaussian wavelet of derivative order 2.DGaussianWavelet[n] represents a derivative of Gaussian wavelet of derivative order n.
ImageApply[f, image] applies the function f to the list of channel values for each pixel in image.
MexicanHatWavelet[] represents the Mexican hat wavelet of width 1.MexicanHatWavelet[\[Sigma]] represents the Mexican hat wavelet of width \[Sigma].
GeneratedParameters is an option that specifies how parameters generated to represent the results of various symbolic operations should be named.
PlotStyle is an option for plotting and related functions that specifies styles in which objects are to be drawn.
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 ...
Mathematica provides important functionality through accessing the internet. Most Mathematica functions that provide computable data operate by loading data over the ...
LogLinearPlot[f, {x, x_min, x_max}] generates a log-linear plot of f as a function of x from x_min to x_max. LogLinearPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates ...