| 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)]
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.