Bill Allombert on Mon, 20 Jan 2003 16:21:18 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Polynomial complex roots |
On Mon, Jan 20, 2003 at 03:11:51PM -0000, Jon Perry wrote: > Is there an inbuilt, or library, function in Pari/GP to find the real and > complex roots of a polynomial, e.g. 1 + x + x^3? Of course! It is polroots() in GP and roots() in PARI. Cheers, Bill