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

modified the basic_algebra function and removed unnecessary GCD #429

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mahtab04
Copy link

@mahtab04 mahtab04 commented Jul 22, 2023

Issue-> - The basic algebra function will generate equation like ax+b=c but the equation can be in the form of ax-b = c
- The calculation of GCD was unnecessary(I MAY BE WRONG).
- Wrong answer if the coefficient of the variable is equal to the constant while generating algebra ( refer issue #428)

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

Successfully merging this pull request may close these issues.

1 participant