#4230: implement arbitrary precision Bessel Y function
-------------------------+--------------------------------------------------
 Reporter:  AlexGhitza   |       Owner:  burcin  
     Type:  enhancement  |      Status:  new     
 Priority:  minor        |   Milestone:  sage-3.2
Component:  calculus     |    Keywords:          
-------------------------+--------------------------------------------------
 At the moment, Sage uses Maxima to compute the Bessel Y function.  This is
 slow and works only with the default 53 bits of precision.  It would be
 fairly easy to implement this:

  * for integer values of the order nu, use the mpfr yn function
  * for non-integer values of nu, use the formula $Y_nu(z) =
 (J_nu(z)*cos(nu*pi) - J_{-nu}(z))/sin(nu*pi)$, where J is the Bessel J
 function.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4230>
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