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

Online Help

All Products    Maple    MapleSim


RationalNormalForms

  

AreSimilar

  

test if two hypergeometric terms are similar

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

AreSimilar(S, T, n)

Parameters

S

-

hypergeometric term in n

T

-

hypergeometric term in n

n

-

variable

Description

• 

The AreSimilar(S,T,n) function returns true if  and  are similar. Otherwise, false is returned.

  

Two hypergeometric terms  and  are similar if their ratio is a rational function of n.

• 

This function is part of the RationalNormalForms package, and so it can be used in the form AreSimilar(..) only after executing the command with(RationalNormalForms). However, it can always be accessed through the long form of the command by using RationalNormalForms[AreSimilar](..).

Examples

(1)

(2)

(3)

(4)

(5)

(6)

See Also

RationalNormalForms[IsHypergeometricTerm]

 


Download Help Document