First time here? Check out the FAQ!
answered 2020-07-05 08:38:37 +0100
One possible solution:
sage: solve(log(x)-2>0,x, algorithm="sympy") [x > e^2]
HTH,