Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

exponential inequality

Hi all, I am trying to solve, using sage, the inequality exp(x) >= 5, but this is what I get

sage: solve(exp(x)>=5,x)

0: solve_rat_ineq(ineq=%e^_SAGE_VAR_x >= 5)

[[e^x - 5 == 0], [e^x - 5 > 0]]

Can anyone tell me what's wrong and how to solve this kind of inequalities?

Thanks

sorry for the presentation of the code, I am new on this plateform.

exponential inequality

Hi all, I am trying to solve, using sage, the inequality exp(x) >= 5, but this is what I get

sage: solve(exp(x)>=5,x)

0: solve(exp(x)>=5,x) #0: solve_rat_ineq(ineq=%e^_SAGE_VAR_x >= 5)

5) [[e^x - 5 == 0], [e^x - 5 > 0]]

0]]

Can anyone tell me what's wrong and how to solve this kind of inequalities?

Thanks

sorry for the presentation of the code, I am new on this plateform.