MATLAB: Wolfram alpha operation in matlab

wolfram alpha

how can i enter an expression and get the value of the variable that creates it?(like in wolfram alpha attached photo)
Thanks

Best Answer

Alternately,
syms x
solve(1.08393 == (1+x)/(1-x), x)