I agree with this suggestion. Whenever I am looking for the coefficients of 
a polynomial, I also use the option "sparse=False" as this gives me 
indirect information about the degree of each associated monomial. In fact, 
I remember being a bit confused when I first used this method.

Best,

David A.

Le mercredi 19 octobre 2022 à 12:34:59 UTC-4, john.c...@gmail.com a écrit :

> Does anyone ever use pol.coefficients() and not
> pol.coefficients(sparse=False)? I mean, why is the default option
> sparse=True? There must be very few occasions for the default,and I
> get tired of typing sparse=False.... I do know that pol.list() is the
> same as pol.coefficients(sparse=False).
>
> I would be happy to propose changing the default, with an appropriate
> depreciation warning for the usual period.
>
> John
>

-- 
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/aafed6b4-fd16-4aa1-a7df-a63526470eeen%40googlegroups.com.

Reply via email to