[HP-Prime CAS] Automatic Simplification (Direct Answer)



Post: #2

Perdon in spanish

http://www.adictoshp.org/topic/361-hp-prime-cas-automatic-simplification-direct-answer/


Post: #3

Your last example that should yield cosh(x) had an incorrect numerator on the Prime example...you used e^x + e^y instead of e^x + e^-x.


Post: #4

Still the denominator could be simplified:
Sqrt[(Exp[x] + Exp[-x])^2 - (Exp[x] - Exp[-x])^2]
= 2


Post: #5

(exp(x)+exp(-x))/(Sqrt ( (exp(x)+exp(-x))^2-(exp(x)-exp(-x))^2 ) )

Post: #6

EDIT
forget all of this ... my error, I read n! instead of n .....



Edited: 26 July 2013, 7:37 p.m. after one or more responses were posted


Post: #7

if n=1 the return is 1.
1!=1 and by definition 0!=1

Edited: 26 July 2013, 7:15 p.m.


Post: #8

Oops, you are right !
Never good to post after midnight :O

Edited: 26 July 2013, 7:27 p.m.


Forum Jump: