I am New to Python and am trying to solve an algebraic equation and having some trouble.
The Equation.
1.881 + 0.5 = x + ((2.2*2*1)^2)/(2*9.81*(1^2)*(x^2))
I can solve this in my calculator but would rather have python do this for me to make it automated
