Post Reply 
HP49-50G : Taylor
10-07-2021, 04:12 PM
Post: #1
HP49-50G : Taylor
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.)))'
Find all posts by this user
Quote this message in a reply
10-07-2021, 05:24 PM
Post: #2
RE: HP49-50G : Taylor
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
Find all posts by this user
Quote this message in a reply
10-07-2021, 05:27 PM (This post was last modified: 10-07-2021 05:31 PM by Gil.)
Post: #3
RE: HP49-50G : Taylor
It seems that we cannot work here with reals (with numbers presenting a dot format), but only with integers (and or with defined variables).
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)