Calculator test
|
Today, 06:10 PM
(This post was last modified: Today 06:17 PM by Commie.)
Post: #99
|
|||
|
|||
RE: Calculator test
(Today 04:48 PM)Albert Chan Wrote: 2000/pi ≈ 636.619772 = 637 - 0.380228 Hi Albert, First off, I was hoping Naddy or A1 or both could give the answer since they are both very smart guys, sigh... I do it slightly differently to you, but first let me just mention that the sine algorithm which is either using cordics or poly's in both cases the ranges are limited, usually between -pi/2...pi/2. So the calculator is reducing the 2000.x to get it in range for the Cordic or poly algorithm. Assuming x is one then the sine(2000) gives 0.93 and the arcsine(0.93....) gives 1.19452.... but sine(1.19452...) gives 0.93 now where has the 637*pi gone? What does the calculator do with it? I do it slightly different, 2000/(2.pi)=318.3098862, now remove 318 to leave 0.3098862 Then 0.3098862*2.pi=1.947072317 which then goes to the sine poly to yield sine(2000)=0.9300395044.This commonly known in the trade as removing the sine circles. Now, I started with 2000 right?, what does the calculator do with the excess sine circles? On any calculator for that matter, because evidently there is a big difference between sine(2000) and sine(1.947072317)? My sine algorithm is limited to just -pi...pi.? Cheers Darren TI89T,TI83+,TI84+,TI84+SE,TI84+C,TI84+CE, TI30X-MP,HP50g,HP45,HP15CE,HP35s,Casio cg50,Casio 991cw |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 6 Guest(s)