SolveTools
Basis
compute the simplest common basis for a list of expressions
Calling Sequence
Parameters
Description
Examples
Basis(exprs, vars)
exprs
-
list; expressions for which the basis is sought
vars
set; variables with respect to which the complexity of the basis is computed
The Basis command computes the simplest common basis for the list of expressions exprs defined by the complexity with respect to the given variables vars.
A list of new expressions is returned such that every element of exprs can be written as a linear combination of these returned expressions with integer coefficients.
with⁡SolveTools:
Basis⁡x+y,x−y,x,y
x,y
Basis⁡x+y,x−y,x
x−y,2⁢y
See Also
list
set
SolveTools[Complexity]
Download Help Document