#5165: make padded_list use prec by default
---------------------------+------------------------------------------------
Reporter: AlexGhitza | Owner: AlexGhitza
Type: enhancement | Status: new
Priority: trivial | Milestone: sage-3.4.1
Component: modular forms | Keywords:
---------------------------+------------------------------------------------
Consider this situation:
{{{
sage: f = ModularForms(28,2).q_expansion_basis()[-1]
sage: f
q^7 + O(q^20)
}}}
At this point, I would like to be able to do f.padded_list() and have this
take f.prec() as default parameter. It's not a big deal, but it would be
more convenient than having to type f.padded_list(f.prec()). There might
be other situations (power series in general, for instance?) where this
change could also be made.
I'll have a patch up for this soon.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5165>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---