Bill Allombert on Sun, 12 Jan 2025 14:05:10 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: What’s the equivalent of Mathematica’s Solve[] Function in Pari/Gp ? |
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.