Post Reply 
Getting a 35S/33S to behave
04-25-2014, 12:54 AM
Post: #7
RE: Getting a 35S/33S to behave
(04-24-2014 10:05 PM)Matt Agajanian Wrote:  Okay here's a test:

sin(1.566981956radians) and cos(0.003814371radians) yield 0.999992725295 on the 35S

sin(1.5669819576radians) and cos(0.00381437113radians) yields 0.999992725295 on the 11C
As the HP-11C can only handle 10 digits I assume there's a typo.
I get sin(1.566981956) = 0.9999927253. I might not get why you use different input for the 35S and the other models.

Quote: sin(1.5669819576radians) and cos(0.00381437113radians) yields 0.999992725303 on the 32S-II

sin(1.5669819576radians) and cos(0.00381437113radians) yields 0.999992725303 on the 42S


So, what's the verdict?

It appears there's a problem with small values as well.
From a previous thread about the HP-33S:
Quote:105 * sin(0.0001)


HP-32SII 9.99999998333
HP-33S 9.99999998300
actual 9.99999998333

You could try another identity: \(\sin(x)=2\sin(\frac{x}{2})\cos(\frac{x}{2})\).
Code:
2
/
1
->R
*
2
*
Don't search too long for ->R on the HP-35S.

Cheers
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Getting a 35S/33S to behave - Thomas Klemm - 04-25-2014 12:54 AM



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