Re: Normalization of rational functions
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <ZXjm7pAstxHpDp3u@seventeen> |
On Tue, Dec 12, 2023 at 02:54:29PM -0800, Ilya Zakharevich wrote: > On Tue, Dec 05, 2023 at 03:03:28PM +0100, Ruud H.G. van Tol wrote: > > > (19:36) gp > t; (-t0*t^2 + 2*t - t0)/(-t^2 - 1) > > > %1 = (-t0*t^2 + 2*t - t0)/(-t^2 - 1) > > > On my 2.15.4 gp-terminal: > > > > ? (-t0*t^2 + 2*t - t0)/(-t^2 - 1) > > %1 = t0 + 2*t/(-t^2 - 1) > > This is because you DID NOT CUT AND PASTE the command I gave! Just in > case, I repeat it without a prompt: > > t; (-t0*t^2 + 2*t - t0)/(-t^2 - 1) In any case, this is fixed in master since more than a year. Cheers, Bill