We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any capability to solve this kind of problem:
using SymPy @syms x a b c solve(x^a * b - c, x) # 1-element Vector{Sym}: # (c/b)^(1/a)
My understanding is that it is not the case (yet) as per documentation of solve_for.
solve_for
If so, do you plan on implementing this functionality any time soon?
It would be a great addition because I could get rid of the slow SymPy.jl dependency for these tasks.
SymPy.jl
The text was updated successfully, but these errors were encountered:
It's not implemented right now but is definitely something to be added.
Sorry, something went wrong.
there are some works in this solution today? Its the only reason I use sympy over Symbolic.jl
Done
No branches or pull requests
Is there any capability to solve this kind of problem:
My understanding is that it is not the case (yet) as per documentation of
solve_for
.If so, do you plan on implementing this functionality any time soon?
It would be a great addition because I could get rid of the slow
SymPy.jl
dependency for these tasks.The text was updated successfully, but these errors were encountered: