I implemented the algorithm for multivariate poly multn. But it is in flint2, which won't be suitable for inclusion in Sage for some months (probably the end of the year).
In the mean time, Sage uses Pari or Singular for multivariate poly multn, if I recall. There's not really anything you can do via flint, yet. But those options work in the mean time. Hooking Sage up to use my implementation, even if I pulled it out of flint2 temporarily, would still be quite some work. At the moment *all* that is implemented is multiplication. It could be done, but would require someone quite determined, expert and with quite some time on their hands. Bill. On 27 June, 00:08, Ryan Hinton <iob...@email.com> wrote: > There was a flurry of activity a while ago (http://groups.google.com/ > group/sage-devel/browse_thread/thread/ > f5b976c979a3b784/6ca3d61f4347daf4) regarding multivariate polynomial > multiplication. I am working on asymptotic expansions for a set of > generating functions, and this feature will really help me in > verifying my results. > > What is the current best solution using Sage? I am also interested in > nearly-ready alternatives. > > Thanks! > > - Ryan -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org