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

Solving equations involving fractions #151

Open
jarble opened this issue Nov 15, 2021 · 0 comments
Open

Solving equations involving fractions #151

jarble opened this issue Nov 15, 2021 · 0 comments

Comments

@jarble
Copy link

jarble commented Nov 15, 2021

Algebrite is currently unable to solve polynomial equations involving fractions, such as this one:
roots(3 x + (12 + y)/x = 24)

But it finds a solution if I re-factor the equation, like this:

roots(3 x*x + 12 + y = 24*x)

Why is Algebrite able to solve the second equation, but not the first one?

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

1 participant