Question: Converting a parametric plot in to an array, list or vector to plot

Hello, I have this question:

I have to plot the roots of a polynomial of the 6th degree, a*t6 + b*t5 + c*t4 + d*t3 + e*t2 + f*t = 0, where

a,b,c,d,e,f = g(sigma), then I use implicitplot function to plot t as function of sigma, I want to generate an array, vector or list of pairs as (sigma,t).

Thanks,

Benjamin.

Please Wait...