FLV
(Mathematica Import/Export Format) Registered MIME type: video/x-flv Adobe/Macromedia Flash video file. Used for compositing Flash animations with Flash authoring software, or for playback through a ...
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.
The general principle that Mathematica follows in evaluating expressions is to go on applying transformation rules until the expressions no longer change. This means, for ...
You can define wavelets to plug into the wavelet analysis framework by using the correct template. A wavelet wave is of the form wfam[args], where wfam is the symbol that ...
The control mechanisms set up for NDSolve enable you to define your own numerical integration algorithms and use them as specifications for the Method option of NDSolve. ...
To run Mathematica from within an external program requires making use of many general features of MathLink. The first issue is how to establish a MathLink connection to ...
JDBCDrivers[] returns a list of information about JDBC drivers available through DatabaseResourcesPath.JDBCDrivers[name] returns a list of information about the JDBC driver ...
DefineDLLFunction["func", " dll", rtype, atypes] returns a Mathematica function that calls the specified function func with argument types atypes and return type rtype in the ...
TetGen is created by Hang Si, Research Group: Numerical Mathematics and Scientific Computing, Weierstrass Institute for Applied Analysis and Stochastics (WIAS), Berlin. More ...
In addition to importing ZIP files stored on your machine, Mathematica can also import ZIP files directly from a URL. In most cases, processing data in ZIP files is ...