JuliaPy / JuliaPy/SymPy.jl

Series around Inf produces series around -Inf

Open
#341 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Julia
Stars
282
Forks
59
PR merge metrics
No merged PRs in 30d

Description

Hi, I'm getting the following behaviour:

```
julia> using SymPy

julia> @syms k
(k,)

julia> series(atan(k), x=k, x0=Inf)
1 1 1 π ⎛1 ⎞
- ──── + ──── - ─ - ─ + O⎜──; k → -∞⎟
5 3 k 2 ⎜ 6 ⎟
5⋅k 3⋅k ⎝k ⎠
```

With `x0=-Inf`, I get the same (this time correct) result. Running the same in python works fine.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.