Replies: 1 comment
-
Solving an equation involves turning the expression "inside out", extracting the variable out of it. It's not something that Related: #2662 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to use the library to create an application to solve an equation.
The equation can take simple forms like ax+b = 0 or more "complex" forms like ab+c(dx+e) = 0
Before solving the equation, you have to expand it to find a form ax + b.
However, I am stuck at this stage and cannot find a solution.
I tried to use the simplify function but it's not work. The equation is not expanded.
Do you have any clue please?
Thanks
My code:
Beta Was this translation helpful? Give feedback.
All reactions