How to get the largest positive root of a polynomial



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?
>