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

Online Help

All Products    Maple    MapleSim


Overview of the RationalNormalForms Package

 

Calling Sequence

Description

List of RationalNormalForms Package Commands

Examples

References

Calling Sequence

RationalNormalForms:-command(arguments)

command(arguments)

Description

• 

The RationalNormalForms package is used to solve the following problems:

1. 

Construct the polynomial normal form of a rational function.

2. 

Construct the rational canonical forms of a rational function.

3. 

Construct a minimal representation of a hypergeometric term.

• 

Each command in the RationalNormalForms 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, RationalNormalForms:-command, is always available. The short form can be used after loading the package.

List of RationalNormalForms Package Commands

  

The following is a list of available commands.

AreSimilar

IsHypergeometricTerm

MinimalRepresentation

PolynomialNormalForm

RationalCanonicalForm

 

 

 

  

To display the help page for a particular RationalNormalForms command, see Getting Help with a Command in a Package.

Examples

withRationalNormalForms:

Fn213n+1!n+3!2n+7!

Fn213n+1!n+3!2n+7!

(1)

IsHypergeometricTermF,n,certificate

true

(2)

certificate

33n+23n+4nn+222n+9n+42n1

(3)

z,r,s,u,vRationalCanonicalForm1certificate,n

z,r,s,u,v274,n+23n+43,n+92n+4,n1,n+3n+2

(4)

MinimalRepresentation1F,n,k

274nn1k=2n1k+23k+43k+92k+4721710n+3n+2

(5)

References

  

Abramov, S., and Petkovsek, M. "Canonical Representations of Hypergeometric Terms." FPSAC. 2000.

See Also

help

LREtools

module

UsingPackages

with