I have a simple equation to solve
solve(ln(x) -2 > 0,x)
The actual value should be $x > e^2$
but sagemath gives
[[log(x) - 2 > 0]]
How do I get actual value?
1 | initial version |
I have a simple equation to solve
solve(ln(x) -2 > 0,x)
The actual value should be $x > e^2$
but sagemath gives
[[log(x) - 2 > 0]]
How do I get actual value?