I believe they were implemented, since they are in the documentation
at the URL you
gave under "Methods implemented:" but doesn't seem to be there now. Anyway,
you can try this:

sage: maxima.eval("elliptic_kc (0.5)")
'1.854074677301372'
or
sage: RR(maxima.eval("elliptic_kc (0.5)"))
1.85407467730137


On Tue, Apr 22, 2008 at 10:03 PM, dvase <[EMAIL PROTECTED]> wrote:
>
>  Hello,
>  I am looking to use a complete elliptic integral of the first kind in
>  sage, however I'm not sure if this has been implemented.  The link
>  http://www.sagemath.org/doc/html/ref/module-sage.functions.special.html
>  mentions a function "elliptic_kc", but it doesn't seem to be
>  implemented in sage version 3.0, judging from the result of this
>  command:
>
>  sage: elliptic_kc?
>  Object `elliptic_kc` not found.
>
>  Any insights on using a a complete elliptic integral of the first kind
>  in sage?
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to