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

Add support for Solver Equations #12

Open
NhanAZ opened this issue Oct 19, 2022 · 0 comments
Open

Add support for Solver Equations #12

NhanAZ opened this issue Oct 19, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@NhanAZ
Copy link
Contributor

NhanAZ commented Oct 19, 2022

Supports solving equations like:

  • Simul Equation
    • 2 Unknowns
    • 3 Unknowns
    • 4 Unknowns
    • n Unknowns
  • Polynomial
    • $ax^2 + bx + c$
    • $ax^3 + bx^2 + cx + d$
    • $ax^4 + bx^3 + cx^2 + dx + e$
    • $a_n x^n + a_{n-1}x + a_{n-2}x^{n-2} + \dots + a_1x^1 + a_0$
  • Equation (Find values of variable)

Maybe this feature is not suitable for your library but it would be nice if it was added.
I found a similar library for this feature but it seems to be no longer maintained.
https://github.com/Samshal/Equation-Solver

@Muqsit Muqsit added enhancement New feature or request help wanted Extra attention is needed labels Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants