SolveAlways[eqns, vars] gives the values of parameters that make the equations eqns valid for all values of the variables vars.
BooleanMinimize[expr] finds a minimal-length disjunctive normal form representation of expr.BooleanMinimize[expr, form] finds a minimal-length representation for expr in the ...
JordanDecomposition[m] yields the Jordan decomposition of a square matrix m. The result is a list {s, j} where s is a similarity matrix and j is the Jordan canonical form of ...
Files and pipes are both examples of general Mathematica objects known as streams. A stream in Mathematica is a source of input or output. There are many operations that you ...
RemoteKernelServices[] returns a list of services provided by the Lightweight Grid.
The functionality of Calculus`DSolveIntegrals` is now available in the built-in Mathematica kernel function DSolve.
CoordinatesFromCartesian[pt] gives the coordinates in the default coordinate system of the point pt given in Cartesian coordinates. CoordinatesFromCartesian[pt, coordsys] ...
CoordinatesToCartesian[pt] gives the Cartesian coordinates of the point pt given in the default coordinate system. CoordinatesToCartesian[pt, coordsys] gives the Cartesian ...
CoordinateSystem gives the name of the default coordinate system.