| Ilya Zakharevich on Tue, 12 Dec 2023 23:54:34 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Normalization of rational functions |
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)
Hope this helps,
Ilya