Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 14 years ago

amalea gravatar image

exponential equation

sage: solve(exp(-x)+exp(x) == 2,x) [x == 0] sage: solve(exp(-2x)+exp(2x) == 2,x) []

Can tell me anyone why the second equation has no solution?

click to hide/show revision 2
retagged

updated 14 years ago

Kelvin Li gravatar image

exponential equation

sage: solve(exp(-x)+exp(x) == 2,x) [x == 0] sage: solve(exp(-2x)+exp(2x) == 2,x) []

Can tell me anyone why the second equation has no solution?