Hi,

The patch attached fixes the derivative
of the Bessel K function.


-- Raoul
Index: src/algebra/combfunc.spad.pamphlet
===================================================================
--- src/algebra/combfunc.spad.pamphlet	(revision 3085)
+++ src/algebra/combfunc.spad.pamphlet	(working copy)
@@ -768,7 +768,7 @@
         ahalf * (besselI (n-1,x) + besselI (n+1,x))
     iBesselKGrad(l: List F): F ==
         n := first l; x := second l
-        ahalf * (besselK (n-1,x) + besselK (n+1,x))
+        ahalf * (-besselK (n-1,x) - besselK (n+1,x))
     ipolygammaGrad(l: List F): F ==
         n := first l; x := second l
         polygamma(n+1, x)

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to