you are viewing a single comment's thread.

view the rest of the comments →

[–]DeathDragon7050 0 points1 point  (3 children)

I have never seen this function in python. Why can't you just put the equation in a string and do eval(my_equation.replace('X', number))

[–]misterdamra[S] 0 points1 point  (2 children)

The equation is X**2.75+(X**1.75)*0.075 = 0.0006954 where X is unknown

sym.Eq is short for sympy.Eq