Basis - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

SolveTools

  

Basis

  

compute the simplest common basis for a list of expressions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Basis(exprs, vars)

Parameters

exprs

-

list; expressions for which the basis is sought

vars

-

set; variables with respect to which the complexity of the basis is computed

Description

• 

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.

Examples

withSolveTools:

Basisx+y,xy,x,y

x,y

(1)

Basisx+y,xy,x

xy,2y

(2)

See Also

list

set

SolveTools

SolveTools[Complexity]

 


Download Help Document