One of the important features of Mathematica is that it can do symbolic, as well as numerical calculations. This means that it can handle algebraic formulas as well as ...
SQLDelete[conn, table] deletes the data in a table in an SQL connection.SQLDelete[conn, table, cond] deletes data that matches cond.
VertexColoring[g] uses Brelaz's heuristic to find a good, but not necessarily minimal, vertex coloring of graph g.
Power
(Built-in Mathematica Symbol) x^y gives x to the power y.
InverseEllipticNomeQ[q] gives the parameter m corresponding to the nome q in an elliptic function.
LogGamma[z] gives the logarithm of the gamma function log \[CapitalGamma](z).
WorkingPrecision is an option for various numerical operations that specifies how many digits of precision should be maintained in internal computations.
While differential equations have three basic types—ordinary (ODEs), partial (PDEs), or differential-algebraic (DAEs), they can be further described by attributes such as ...
The utility functions FindMinimumPlot and FindRootPlot show search data for FindMinimum and FindRoot for one- and two-dimensional functions. They work with essentially the ...
$InitialDirectory gives the initial directory when the current Mathematica session was started.