If I enter bool( cosh(x) == (exp(x)+exp(-x))/2 )
, the output is False
. This happens with other hyperbolic identities. Is it possible to verify them in Sage? If so, what is the correct way?
1 | initial version |
If I enter bool( cosh(x) == (exp(x)+exp(-x))/2 )
, the output is False
. This happens with other hyperbolic identities. Is it possible to verify them in Sage? If so, what is the correct way?