Re: What’s the equivalen t of Mathematica’s Solve[] Function in Pari/Gp ?
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.user |
|---|---|
| Message-ID | <Z4O-AtTDfrpJst4F@seventeen> |
On Sun, Jan 12, 2025 at 12:53:29PM +0100, Laël Cellier wrote: > So, looks pari/gp isn’t as powerfull as Mathematica and even less than Casio > for symbolic solving… > How can I get Pari/gp to automatically rewrite something like : > ((25)^2 + x RSA260)/(y) == c PARI/GP is not a symbolic tool, it does not rewrite symbolic expressions. Cheers, Bill.