sage: Kx.<x,y>=QQ[]
sage: l=[x,x^2]
sage: ge=Sequence(l).algebraic_dependence().gens();ge
[-T1 + T0^2]

sage: Kx.<x>=QQ[]
sage: l=[x,x^2]
sage: ge=Sequence(l).algebraic_dependence().gens();ge
AttributeError: 'Sequence_generic' object has no attribute

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAGUWgD_arOpB9J2r_-JUc45%2BQ8sg524xYt_%3DDqDzvXL4BG6YyQ%40mail.gmail.com.

Reply via email to