LWO
(Mathematica Import/Export Format) MIME type: image/x-lwo LightWave 3D object file format. Native format of the LightWave 3D rendering and animation software. LWO is an acronym for LightWave Object. Developed ...
ND
(Numerical Calculus Package Symbol) ND[expr, x, x_0] gives a numerical approximation to the derivative of expr with respect to x at the point x_0.ND[expr, {x, n}, x_0] gives a numerical approximation to the ...
PDF
(Mathematica Import/Export Format) MIME type: application/pdf Adobe Acrobat format. Standard format for exchanging and archiving multi-page documents. PDF is an acronym for Portable Document Format. Binary ...
TSV
(Mathematica Import/Export Format) MIME type: text/tab-separated-values TSV tabular data format. Stores records of numerical and textual information as lines, using tab characters to separate fields. TSV is an ...
By default, any interface definition executes within a single thread, and since currently GUIKit` definitions execute at runtime as Java components, this means that execution ...
All the functionality in Miscellaneous`Calendar` is now available through the newly created Calendar Package.
All of the functionality in Utilities`Benchmark` is now available through the newly created Benchmarking Package.
AutoloadPath is a global option that specifies from which directories packages are automatically loaded when Mathematica is started.
This tutorial introduces some basic algorithms for computing with finite permutation groups, other than those introduced in "Permutation Groups". A subgroup H of a group G ...
SQLCreateTable creates a new table in a database. An alternative, using raw SQL, is described in "Creating Tables with Raw SQL". If you find that the examples in this ...