How to get the largest positive root of a polynomial
Subject: How to get the largest positive root of a polynomial
From: Stavros Macrakis
Date: Fri, 18 Nov 2005 21:22:47 -0500
Try sort(map(rhs,...)) or apply('max,map(rhs,...))
If you only want real roots, use realroots.
Does that solve your problem?
If not how can I sort the list to get the largest positive root?
>