Close
Close window
Basis - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

SolveTools

Basis

compute the simplest common basis for a list of expressions

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)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /