-
Notifications
You must be signed in to change notification settings - Fork 404
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
[Feature] Add Roots Equation Calculator #1072
Comments
Hey @sharmi4590, Welcome to the project CalcDiverse! 🎊 |
Issue is already open for this, you can comment on that or create new issues @sharmi4590 |
Hello @sharmi4590! Your issue #1072 has been closed. Thank you for your contribution!! 🙌 |
@Rakesh9100 , issue #1046 the issue description states that finding roots , whereas in my description I have said that the roots will be given and they will be converted to equation. Please once check my description. There's a lot of difference as the result of that calculator is roots and mine is equation. |
Okay, so do you want to work and be assigned @sharmi4590 |
Yes |
Go ahead, name it as |
Hey @Rakesh9100 Could you please look into my PR #1673 |
Hello @sharmi4590! Your issue #1072 has been closed. Thank you for your contribution!! 🙌 |
Description
I want to add an equation generator calculator for given roots. First, it will ask for the number of roots and then the user has to enter the roots, after that, the equation would be generated.
Example 1: Number of roots = 2
root1= 2, root2= 2
equation =( x^2 - 4x +4 = 0)
Example2: number of roots = 3
root1=1, root2=1, root3=1
equation = (x^3 - 3x + 3x -1 =0)
Like this, it will work for any number of roots.
Screenshots
No response
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: