equality on complex symbols
Open
- 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.