- #1
kakashi1027
- 8
- 0
Homework Statement
approximate sin13 by using the Taylor series using the TI84.
Add for n=150
Homework Equations
the infinite sums for sinx is ((-1)^n)(x^(2n+1)/(2n+1)!)
The Attempt at a Solution
I'm new to programming so i don't have any idea on where to start.
I was thinking about using the For(n,0) command, but I have no idea on how to bypass the overflow error since at n=150, it is 301!, which I'm pretty sure the calc won't do.