Skip to content

symbolic Laguerre / associated Laguerre polynomials #17151

@rwst

Description

@rwst

Not only is laguerre(n,x) not symbolic, a naive implementation is already 2x as fast at n=100 and 10x at n=1000:

R.<x> = PolynomialRing(QQ, 'x')
def lag(n):
    return R([binomial(n,k)*(-1)^k/factorial(k) for k in xrange(n+1)])

Depends on #17953

Component: symbolics

Keywords: special, function, holonomic, orthogonal

Author: Ralf Stephan

Branch/Commit: f0d809f

Reviewer: Marc Mezzarobba

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions