Skip to content
New issue

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

Backend Steps and Solution into python program #115

Open
emias11 opened this issue May 12, 2019 · 2 comments
Open

Backend Steps and Solution into python program #115

emias11 opened this issue May 12, 2019 · 2 comments

Comments

@emias11
Copy link

emias11 commented May 12, 2019

I'm looking to get the steps and solution functionality into my own python program.

so is there something I can do like

import file
solutions = file.solve_equation("1 - x^2")

With solutions including steps for solving and answer.

@asmeurer
Copy link
Member

I don't think step-by-step equation solving has been implemented in SymPy yet.

@eagleoflqj
Copy link
Member

I don't think step-by-step equation solving has been implemented in SymPy yet.

I plan to do it for quadratic equation. Is it more suitable to be implemented in sympy library or user application?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants