> Is the Laurent series actually needed? > I haven't read the paper but I looked at algorithm 11. Step 5 says > "compute the poles of a(x) and their orders". Is it not just asking > for the partial fraction expansion? I think Laurent Series is required in step 6 where we have to calculate the coefficient vectors for each singular point.
Naveen On Wednesday, March 24, 2021 at 9:47:42 PM UTC+5:30 Oscar wrote: > On Tue, 23 Mar 2021 at 12:45, Naveen Saisreenivas Thota > <[email protected]> wrote: > > > > I have some doubts regarding Algorithm 11. Please help me understand > them - > ... > > > > Lastly, finding the coefficient vectors requires Laurent Series > expansion. I'm not sure if the series module can achieve this. There seems > to be a function laurent_series, but I couldn't understand the > documentation. Perhaps Oscar could help us out here. > > Is the Laurent series actually needed? > > I haven't read the paper but I looked at algorithm 11. Step 5 says > "compute the poles of a(x) and their orders". Is it not just asking > for the partial fraction expansion? > > Oscar > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/f6677db2-1459-4ed0-9c5d-26a2b318523dn%40googlegroups.com.
