We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.subs
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I have a problem with .subs:
x = se.Symbol('x') x.subs({x: 3}) # works fine (x**2).subs({x: 3}) #crashes without message
Windows 10 x64, Anaconda Python 3.7.1 (it works fine under Fedora)
The text was updated successfully, but these errors were encountered:
How did you install symengine? Which version of symengine is this?
Sorry, something went wrong.
via conda install python-symengine -c symengine -c conda-forge
conda install python-symengine -c symengine -c conda-forge
symengine 0.3.0
No branches or pull requests
Hi!
I have a problem with
.subs
:Windows 10 x64, Anaconda Python 3.7.1 (it works fine under Fedora)
The text was updated successfully, but these errors were encountered: