A real polynomial system is an expression constructed with polynomial equations and inequalities combined using logical connectives and quantifiers and
Power
(Built-in Mathematica Symbol) x^y gives x to the power y.
A Diophantine polynomial system is an expression constructed with polynomial equations and inequalities combined using logical connectives and quantifiers where the variables ...
GUIObject[root, args] represents a live interface instance with root widget root, wrapping the active widgets and environment.
InitializeXMLParser[root, " file"] creates an XMLParser object that has a list of entities corresponding to the contents of " file" and can be used on XML documents that have ...
Most of the documentation provided for Mathematica is concerned with explaining what Mathematica does, not how it does it. But the purpose of this is to say at least a little ...
Exp
(Built-in Mathematica Symbol) Exp[z] gives the exponential of z.
InterpolateRoot[lhs == rhs, {x, x_0, x_1}] searches for a numerical solution to the equation lhs == rhs using x_0 and x_1 as the first two values of x.
AppendColumns, AppendRows, and BlockMatrix are available using the Mathematica kernel functions Join and ArrayFlatten. TakeRows, TakeColumns, TakeMatrix, and SubMatrix are ...
CreateWindow[] creates an empty window in the front end.CreateWindow[nb] creates a window displaying the notebook expression nb, and opens it in the front ...