#3354: Bug in power series sqrt
------------------------------+---------------------------------------------
 Reporter:  robertwb          |        Owner:  somebody  
     Type:  defect            |       Status:  new       
 Priority:  major             |    Milestone:  sage-3.2.1
Component:  basic arithmetic  |   Resolution:            
 Keywords:                    |  
------------------------------+---------------------------------------------
Comment (by jason):

 Related:

 {{{
 [00:12] <jason--> sage: t = QQ[['t']].0
 [00:12] <jason--> sage: 1/(1-t)
 [00:12] <jason--> 1 + t + t^2 + t^3 + t^4 + t^5 + t^6 + t^7 + t^8 + t^9 +
 t^10 + t^11 + t^12 + t^13 + t^14 + t^15 + t^16 + t^17 + t^18 + t^19 +
 O(t^20)
 [00:12] <jason--> but log(1+t) doesn't work, for example
 [00:12] <jason--> should it?
 [00:12] <craigcitro> in principle, yes. :)
 [00:13] <craigcitro> see if (1+t) has a log method ...
 [00:13] <jason--> and sin(t), cos(t), etc.
 [00:13] <jason--> so maybe a fallback method that calls for a taylor
 series?
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3354#comment:1>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to