Skip to content

advanced symbolic series of Order any expression #19997

Open
@dkrenn

Description

@dkrenn
sage: (x+1).sqrt().series(x,3)
1 + 1/2*x + (-1/8)*x^2 + Order(x^3)
sage: (x+1).sqrt().series(x,3).subs(x=1/x)
1/2/x - 1/8/x^2 + 1

Component: symbolics

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

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