HP Forums
HP49-50G : Taylor - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: HP49-50G : Taylor (/thread-17557.html)



HP49-50G : Taylor - Gil - 10-07-2021 04:12 PM

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.)))'


RE: HP49-50G : Taylor - Gil - 10-07-2021 05:24 PM

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


RE: HP49-50G : Taylor - Gil - 10-07-2021 05:27 PM

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