Hi,

So, I was going through the entire Formal Series Implementation, and 
thought that maybe we can implement some special functions for the Formal 
Power Series, such as Fibonacci, Bessel variants, etc.
The core structure will be the same -

1 . solve_DE() - to solve the differential equation. ( Like for Fibonacci, 
we can use the Fibonacci derivative rule, etc)
2. hyper_RE() - to convert a DE into an RE
3. _compute_fps() - to compute the formal power series for the particular 
special function.

And I was also pondering over the need for an unified Series kind of thing, 
which will include all series expansions, kind of a class wrapper.
How are these as ideas? And can anyone please throw more light on them, or 
provide some references, so that I can acquire various references?

Thank You,'
Arighna

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/7adbe776-282d-47c0-aa13-87218525f685%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to