HP Forums

Full Version: HP49-50G : Taylor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Suppose I have

Eq1
'(1+SIN(X)^2)/(1-SIN(X)^2)^.5'
in stack level 2
Then I execute
8 TAYLR
No answer, but an output message:
"Mode switch not allowed here".

How can I get the polynomial answer?

Thanks for your help.

Gil Campart



'(1.93166338454E-3*SIN(X)^2.+1.)/EXP(.5*LN(-(6.69460532857E-3*SIN(X)^2.-1.)))'
Actually, the equation is
'(1.93185135484E-3*SIN(X)^2+1)/
(1-6.6943800229E-3*SIN(X)^2)^(1/2)'

X 8 TAYLR

to try and get a Taylor's polynome.

Thanks for your help.

Gil
It seems that we cannot work here with reals (with numbers presenting a dot format), but only with integers (and or with defined variables).
Reference URL's