answered 4 years ago
One possible solution:
sage: solve(log(x)-2>0,x, algorithm="sympy") [x > e^2]
HTH,