RootIntervals[{poly_1, poly_2, ...}] gives a list of isolating intervals for the real roots of any of the poly_i, together with a list of which polynomials actually have each ...
Speak
(Built-in Mathematica Symbol) Speak[expr] speaks a spoken representation of the expression expr.
Texture
(Built-in Mathematica Symbol) Texture[obj] is a graphics directive that specifies that obj should be used as a texture on faces of polygons and other filled graphics objects.
The solution given by DSolve can be verified using various methods. The easiest method involves substituting the solution back into the equation. If the result is True, the ...
Web Services Link is a Mathematica add-on application. Before any functions from the package can be used, it must be loaded as follows. InstallService will install the web ...
There are two ways to use the functions in this package to place a legend in a graphic: the first can only be used as an option to the built-in functions Plot, ListPlot and ...
You can import XML data into Mathematica using the standard Import function, which has the following syntax. Importing files. The first argument specifies the file to be ...
IsotopeData[{Z, A}, " property"] gives the value of the specified property for the isotope with atomic number Z and mass number A.IsotopeData["name", " property"] gives the ...
KalmanEstimator[ss, {w, v}] constructs the Kalman estimator for the StateSpaceModel object ss with process and measurement noise covariance matrices w and v. ...
LiftingFilterData[...] represents lifting-filter data used to compute forward and inverse lifting wavelet transforms.