DEtools
MultiplicativeDecomposition
construct two multiplicative decompositions of a hyperexponential function
Calling Sequence
Parameters
Description
Examples
References
MultiplicativeDecomposition[1](H, x)
MultiplicativeDecomposition[2](H, x)
H
-
hyperexponential function of x
x
variable
Let H be a hyperexponential function of x over a field K of characteristic 0. The MultiplicativeDecomposition[i](H,x) calling sequence constructs the ith multiplicative decomposition for H, i=1,2.
If the MultiplicativeDecomposition command is called without an index, the first multiplicative decomposition is constructed.
A multiplicative decomposition of H is a pair of rational functions F,V such that H⁡x=V⁡x⁢ⅇ∫F⁡xⅆx. Let R be the rational certificate of H, i.e., R=ⅆⅆxH⁡xH⁡x. Let F,V be a differential rational normal form of R. Then F,V is a multiplicative decomposition of H. Hence, each differential rational normal form F,V of the certificate R of H is also a multiplicative decomposition of H.
The construction of MultiplicativeDecomposition[i](H,x) is based on RationalCanonicalFormi⁡ⅆHⅆxH,x, for i=1,2.
The output is of the form V⁡x⁢ⅇ∫F⁡xⅆx where V and F are rational function of x over K.
with⁡DEtools:
R≔4x−2+4x+1−3x+12−9x−12−9⁢x2+12x3+4⁢x−2+1x3+4⁢x−22
H≔exp⁡Int⁡R,x
H≔ⅇ∫4x−2+4x+1−3x+12−9x−12−9⁢x2+12x3+4⁢x−2+1x3+4⁢x−22ⅆx
MultiplicativeDecomposition1⁡H,x
x+14⁢x−24⁢ⅇ∫−12⁢x8−12⁢x7−108⁢x6−48⁢x5−239⁢x4+48⁢x3−50⁢x2+144⁢x−47x+12⁢x−12⁢x3+4⁢x−22ⅆxx3+4⁢x−23
MultiplicativeDecomposition2⁡H,x
x−24⁢ⅇ∫−5⁢x9−16⁢x8−14⁢x7−134⁢x6+39⁢x5−331⁢x4+96⁢x3+32⁢x2+16⁢x−7x+12⁢x−12⁢x3+4⁢x−22ⅆx
Geddes, Keith; Le, Ha; and Li, Ziming. "Differential rational canonical forms and a reduction algorithm for hyperexponential functions." Proceedings of ISSAC 2004. ACM Press, (2004): 183-190.
See Also
DEtools[AreSimilar]
DEtools[RationalCanonicalForm]
DEtools[ReduceHyperexp]
SumTools[Hypergeometric][MultiplicativeDecomposition]
Download Help Document