JuliaPy / JuliaPy/SymPy.jl

equality on complex symbols

Open
#230 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
282
Forks
59
PR merge metrics
No merged PRs in 30d

Description

Hi, and thanks for the SymPy package. I am trying to use complex numbers and just stumbled over a small problem that I am not sure how to solve:
```Julia
julia> @syms u
(u,)

julia> real(u) + imag(u)*im == u
false
```
How would I manage for SymPy to identify this equality correctly?
Thanks a lot,
Tim

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.