cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
A simple problem that is not simple for
A simple problem that is not simple for me...
Jan 6, 2009 at 6:00am UTC
ustengeli07
(1)
Write a program which estimates cos x for θ=0, 1, 2, .....45 degrees using the recurrence relations for cos x. For each θ , include the sum of the first 30 terms only.
recurence relations are:
T=T*(((-1)*x*x))/((2*i-3)(2i-2))
C=C+T
Jan 6, 2009 at 7:23am UTC
Corpus
(99)
Hi
Sorry, but we will not do your homework.
If you show us what you have done so far, of if you have specific questions that are key to the problem solution we will help you.
/Corpus
Jan 6, 2009 at 7:59am UTC
minix
(47)
yes dear you are right :)
Jan 6, 2009 at 6:25pm UTC
Zaita
(2770)
http://www.cplusplus.com/forum/articles/1295/
Topic archived. No new replies allowed.