TopologicalSort[g] gives a list of vertices of g in topologically sorted order for a directed acyclic graph g.
All the functionality of NumericalMath`NIntegrateInterpolatingFunct`is now available in the newly created Function Approximations Package.
Latitude[pos] gives the latitude in degrees of a geographic position specified by pos.Latitude[pos, datum] gives the latitude referring to the specified geodetic datum.
Mathematica can run parallel kernels in a number of different ways; locally on the same machine or remote on other machines connected in a network. Furthermore, the network ...
CellHorizontalScrolling is an option for cells that specifies whether the contents of a cell can be scrolled from left to right using the horizontal scroll bar of the ...
Parallel computing in Mathematica is based on launching and controlling multiple Mathematica kernel (worker) processes from within a single master Mathematica, providing a ...
[AP91] Ascher, U. and L. Petzold. "Projected Implicit Runge–Kutta Methods for Differential Algebraic Equations." SIAM J. Numer. Anal. 28 (1991): 1097–1120. [AP98] Ascher, U. ...
Database connection pools are a common way to improve the performance of database operations. They can be useful because creating a new connection can easily take several ...
int MLPutInteger32 (MLINK link, int i) puts the 32-bit integer i to the MathLink connection specified by link.
FromElementCode[f, code] gives the field element of f associated with code, a non-negative integer less than the field size of f.