JuliaPy / JuliaPy/SymPy.jl

use symbols as `Real` type

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

Description

I want to use your symbols with the Distributions package, but I get an undefined method error for the symbolic inputs because most distribution parameters are expected to be `Real` while `Sym <: Number`.

example:

```
using SymPy, Distributions
μ, σ = symbols("μ, σ", real=true)
LogNormal(μ, σ)
```

Is it possible to create a symbol that is a `Real` or more general, another type?

Thanks.

PS: it seems all builds and tests are failing, all the buttons are red on github..

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.