Re: Normalization of rational functions
Ilya Zakharevich <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
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