Skip to content

plot hypergeometric_U fails #163

@wdjoyner

Description

@wdjoyner

This is funny:

P = plot(hypergeometric_U(1.0,1.0,x),0.1,0.9)

fails (hangs, actually) but

sage: f = lambda x: gp.eval("hyperu(1,1,%s)"%x)
sage: P = plot(f,0,1)
sage: show(P)

hypergeometric_U is in functions/special.py. The error
may have something to do with the pari class.

works fine.

Component: number theory

Keywords: pari, hyperu

Issue created by migration from https://trac.sagemath.org/ticket/163

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions