The following simple commands allow you to test the installation of Mathematica. Running these commands does not guarantee that the installation was successful, but a failed ...
Power series are represented in Mathematica as SeriesData objects. The power series is printed out as a sum of terms, ending with O[x] raised to a power. Internally, however, ...
SQLDropTable drops tables from a database. An alternative, using raw SQL, is demonstrated in "Dropping Tables with Raw SQL". If you find that the examples in this tutorial do ...
NETNewDelegate[type, func] creates a new instance of the specified .NET delegate type whose action is to call the named Mathematica function when triggered.
As discussed in "Exact and Approximate Results", Mathematica can handle approximate real numbers with any number of digits. In general, the precision of an approximate real ...
The Mathematica functions Reduce, Resolve, and FindInstance allow you to solve a wide variety of problems that can be expressed in terms of equations and inequalities. The ...
Syntax of notation declarations. Notation takes both an external representation and an internal representation as arguments. Mathematica translates any input matching the ...
LiftingFilterData[...] represents lifting-filter data used to compute forward and inverse lifting wavelet transforms.
JPEG
(Mathematica Import/Export Format) MIME type: image/jpeg JPEG raster image and compression format. Commonly used for photographic images by digital cameras and on the web. JPEG is an acronym for Joint ...
DifferenceRoot[lde] represents a function that solves the linear difference equation specified by lde[a, n].