Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

why doesn't sage solve ln

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?