This is a usual discrepancy between the univariate and multi-variable
case: the backends are different, and probably the functionality
is not implemented in the univariate backend (Flint?).
I gather it can be implemented using a resultant computation.

Dima


On Tue, Oct 1, 2024 at 9:30 AM Georgi Guninski <ggunin...@gmail.com> wrote:
>
> 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.

-- 
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/CAAWYfq328GdWkPvGtXrqAeyLZodDAq9GDVOdKmecy9x2vRFhfA%40mail.gmail.com.

Reply via email to