| Bill Allombert on Wed, 13 Dec 2023 00:07:31 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Normalization of rational functions |
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