-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Labels
Description
This is relevant e.g. for Newton iteration and divide-and-conquer for series solutions to some linear ODEs.
Here are some references:
- A. Bostan, G. Lecerf, E. Schost, Tellegen's Principle into Practice, ISSAC '03: Proceedings of the 2003 international symposium on Symbolic and algebraic computation, 37–44.
- G. Hanrot, M. Quercia, P. Zimmermann, The Middle Product Algorithm, I. Speeding up the division and square root of power series, Applicable Algebra in Engineering, Communication and Computing, 2004, 14 (6), 415–438.
- J. van der Hoeven, Newton’s method and FFT trading, Journal of Symbolic Computation, Volume 45, Issue 8, 2010, 857–878.
- D. Harvey, Faster algorithms for the square root and reciprocal of power series, Math. Comp. 80 (2011), 387–394.
I learned about some of these references from @mezzarobba.
Keywords for search: mulmid
, acb_poly_mulmid
, arb_poly_mulmid
.
albinahlback and vneiger