Delete All Output deletes all output cells in the current notebook.
DiscreteWaveletData[{wind_1 -> coef_1, ...}, wave, wtrans] yields a discrete wavelet data object with wavelet coefficients coef_i corresponding to wavelet index wind_i, ...
NProbability[pred, x \[Distributed] dist] gives the numerical probability for an event that satisfies the predicate pred under the assumption that x follows the probability ...
The functions defined in the NumericalCalculus` context provide support for finding numerical solutions to calculus-related problems. This loads the package: The built-in ...
LiftingWaveletTransform[data] gives the lifting wavelet transform (LWT) of an array of data.LiftingWaveletTransform[data, wave] gives the lifting wavelet transform using the ...
Transformation rules in Mathematica let you set local values for symbols, functions, and all other types of expressions. Using rules provides a powerful and extensible method ...
GroupStabilizerChain[group] returns a list of successive stabilizers in group of the points in a base of group.
Many large-scale applications of linear algebra involve matrices that have many elements, but comparatively few that are nonzero. You can represent such sparse matrices ...
Converting from strings or boxes to expressions. This takes a string and interprets it as an expression. Here is the box structure corresponding to the textual form of an ...
Programming OpenCL in Mathematica is simple since the user need not write C wrapper code—which can be quite verbose, difficult to understand, and hard to debug. Using ...