Added new guessing functionality
authorAntonio Jimenez Pastor <antonio@ebook.dk-compmath.jku.at>
Wed, 5 Dec 2018 15:02:13 +0000 (16:02 +0100)
committerAntonio Jimenez Pastor <antonio@ebook.dk-compmath.jku.at>
Wed, 5 Dec 2018 15:02:13 +0000 (16:02 +0100)
commit290aac57b83c8cb6ad3c8de6d3036e3f63cd926b
tree9a40813681c4acb983bdb2fbd6c75215e63bc771
parentad769ea26112fa83409466f1b76d8314f712812a
Added new guessing functionality

Added three new methods to toDiffAlgebraic.py
- A method that, if y(x) = exp(int(u(x))), computes the differential polynomials
U_n(u) such that y^(n)(x) = y(x)U_n(u). (Exponential_polynomials)
- A method that, given an homogeneous differentially algebraic equation suppose
that the solution is of the form y(x) = exp(int(u(x))) and computes a
differentially algebraic equation for u(x) which will have less order than y(x).
(simplify_homogeneous)
- A method that, given an homogeneous differentially algebraic equation use the
method simplify_homogeneous and in case that a linear equation is achieved, then
a Dn-finite function is returned as an iteration of exponential functions
(guess_homogeenous_DNfinite).
ajpastor/dd_functions/toDiffAlgebraic.py
releases/diff_defined_functions__0.6.zip
releases/old/diff_defined_functions__0.6__18.12.05_16:01:57.zip [new file with mode: 0644]
releases/old/diff_defined_functions__0.6__18.12.05_16:02:13.zip [new file with mode: 0644]