Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 4 years ago

lolora gravatar image

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>e2

but sagemath gives

[[log(x) - 2 > 0]]

How do I get actual value?