Skip to content

Wrong limit for EllipticK function on branch cut #27058

Open
@anutosh491

Description

@anutosh491

Consider this example

>>> limit(elliptic_k(2+I*x), x, 0, "+")
elliptic_k(2)
>>> limit(elliptic_k(2+I*x), x, 0, "-")
elliptic_k(2)

As can be seen through wolfram

We are missing something i.e. ((2 I) Sqrt[Pi] Gamma[5/4])/Gamma[3/4]

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions