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

Online Help

All Products    Maple    MapleSim


DifferentialAlgebra[Tools]

  

RankElement

  

returns the element of minimal (or maximal) rank in a list

 

Calling Sequence

Parameters

Options

Description

Examples

Calling Sequence

RankElement(minmax, L, R, pos, opts)

Parameters

minmax

-

the keyword min or max

L

-

a non-empty list or a set of differential polynomials

R

-

a differential polynomial ring or ideal

pos(optional)

-

a name

opts(optional)

-

a sequence of options

Options

• 

The opts arguments may contain one or more of the options below.

• 

notation = jet, tjet, diff or Diff. Specifies the notation used for the result of the function call. If not specified, the notation of L is used.

• 

memout = nonnegative. Specifies a memory limit, in MB, for the computation. Default is zero(no memory out).

Description

• 

The function call RankElement(<min, max>, L, R, pos) returns the element of minimal or maximal rank  occurring in the list L. Ranks are compared with respect to the ranking of R, or its embedding polynomial ring, if R is an ideal. If pos is present, it is assigned the index of the element in L.

• 

This command is part of the DifferentialAlgebra:-Tools package. It can be called using the form MinRankElement(...) after executing the command with(DifferentialAlgebra:-Tools). It can also be directly called using the form DifferentialAlgebra[MinRankElement](...).

Examples

withDifferentialAlgebra&colon;withTools&colon;

RDifferentialRingderivations=x&comma;y&comma;blocks=v&comma;u&comma;p&comma;parameters=p

Rdifferential_ring

(1)

Lux24u&comma;ux,yvyu+p&comma;vx,xux&colon;

RankElementmin&comma;L&comma;R&comma;pos

ux24u

(2)

Lpos

ux24u

(3)

RankElementmax&comma;L&comma;R&comma;pos

vx,xux

(4)

Lpos

vx,xux

(5)

The following command returns the lowest dependent variable of R,

RankElementmin&comma;Getderivatives&comma;R&comma;R

p

(6)

The following command returns the highest dependent variable of R,

RankElementmax&comma;Getderivatives&comma;R&comma;R

vx&comma;y

(7)

See Also

DifferentialAlgebra

LeadingRank

SortByRank