Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

i have endly found, i write it here in case it intersts someone :

for critique in Cr:
    show("tttt",critique, H(critique))
    #xxx=critique.variables()
    xxxx=x(critique).variables()
#    xxxx=critique.right()
    show("~~~~",xxxx,len(xxxx))
    x_et_y_reels=(x(critique).imag()==0 and y(critique).imag()==0)
    x_et_y_avec_parametre=(len(x(critique).variables())>0 or len(y(critique).variables())>0)
    if(x_et_y_reels or x_et_y_avec_parametre): 
        liste.append(["(","x","=",x(critique),";","y","=",y(critique),")",H(critique)]