Hello I would like to know if it is possible to calculate equations with unknown variables like:
20 = 2*x^3 + 4
It's because I want to make a little program to solve divide equations with multiple x's like:
(3*x^7 + 5*x - 6) / (x - 4)
Instead of calculating them on a paper with a pen
Please show some examples if it's possible
20 = 2*x^3 + 4
It's because I want to make a little program to solve divide equations with multiple x's like:
(3*x^7 + 5*x - 6) / (x - 4)
Instead of calculating them on a paper with a pen
Please show some examples if it's possible
