ToRadicals[expr] attempts to express all Root objects in expr in terms of radicals.
Special forms for some common symbols. This is equivalent to Sin[60Degree]. Here is the long form of the input.
This package contains functions for computing confidence intervals from data and p-values and confidence intervals for distributions related to the normal distribution. Given ...
MusicScale[{i_1, i_2, ...}, freq, dur] creates a Sound object that is a sequence of pitches corresponding to numbers i_1, i_2, ..., a list of intervals measured in cents, ...
For most differential equations, the results given by NDSolve are quite accurate. However, because its results are based on numerical sampling and error estimates, there can ...
AccuracyGoal is an option for various numerical operations which specifies how many effective digits of accuracy should be sought in the final result.
Catch
(Built-in Mathematica Symbol) Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. Catch[expr, form] returns value from the first Throw[value, tag] for which form ...
Correlation[v_1, v_2] gives the correlation between the vectors v_1 and v_2.Correlation[m] gives the correlation matrix for the matrix m.Correlation[m_1, m_2] gives the ...
ExtentSize is an option to DiscretePlot and DiscretePlot3D that specifies how far to extend out from each plot point.
ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.