Skip to content

taylor() and pade() #120

@imakn634

Description

@imakn634

In Maxima-Jupyter, the pade() does not work:

taylor (1 + x + x^2 + x^3, x, 0, 3);
pade (%, 1, 1);

pade: first argument must be a Taylor series; ...

This is because taylor() in Maxima-Jupyter does not return /T/ expression.
Any help?
Is there any tip to return /T/ expression?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions