On Monday, April 28, 2014 9:14:17 AM UTC-7, Volker Braun wrote:
>
> Showing a deprecation warning for valid input isn't ideal ;-)
>
> How about we deprecate all list/tuple input and force the user to use 
> G.linear_combination_of_smith_form_gens / G.linear_combination_of_gens.
>

list input is actually an inverse to list output:

sage: G=AdditiveAbelianGroup([2,3])
sage: list(G.0)
[3]
sage: list(G.1)
[2]
sage: g.lift()
(1, 0)
sage: G.0.lift()
(1, 0)
sage: G.1.lift()
(0, 1)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to