Overview of the SolveTools Package
Calling Sequence
Description
List of SolveTools Package Commands
List of SolveTools:-Inequality Subpackage Commands
SolveTools:-command(arguments)
command(arguments)
The SolveTools package is a collection of building blocks for solving systems of algebraic equations. The routines from this package are used at the heart of the Maple solve command. An expert user can take advantage of the SolveTools package in order to perform individual steps towards solving a system of algebraic equations, thus allowing more control over how a solution is found.
Each command in the SolveTools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The long form, SolveTools:-command, is always available. The short form can be used after loading the package.
The following is a list of available commands.
AbstractRootOfSolution
Basis
CancelInverses
Combine
Complexity
DisplaySolutions
Engine
GreaterComplexity
Identity
Inequality
Linear
Parametric
Polynomial
PolynomialSystem
RationalCoefficients
SemiAlgebraic
SortByComplexity
To display the help page for a particular SolveTools command, see Getting Help with a Command in a Package.
LinearMultivariateSystem
LinearUnivariate
LinearUnivariateSystem
See Also
help
module
solve
UsingPackages
with
Download Help Document