Hello,
I have to make a simple compound interest calculation:
x = is the amount we pay each month
n = is number of months we pay
now I have to calculate the compound interest at rate r in n months (we calculate it for each month separately).
the simplified formula I wrote for this:
http://www.texify.com/img/%5CLARGE%5C%21%5Csum_%7Bi%3D1%7D%5En%20x%20%2B%20a_%7B
n-1%7D%2Ar.gif
[img]http://www.texify.com/img/%5CLARGE%5C%21%5Csum_%7Bi%3D1%7D%5En%20x%20%2B%20a_%7B
n-1%7D%2Ar.gif[/img]
how can I write the sum above with another formula without sum symbol (to get the equal result with less calculations)? Is that possible?
Thanks a lot for help
Nick - 03 Jul 2009 10:17 GMT
> Hello,
>
[quoted text clipped - 14 lines]
>
> Thanks a lot for help
What is a(n-1)?
Ken Pledger - 07 Jul 2009 21:52 GMT
In article
<12361168.64951.1246556393430.JavaMail.jakarta@nitrogen.mathforum.org>,
> ....
> I have to make a simple compound interest calculation: ....
Even if they don't immediately answer your exact question, you
should find some help from:
http://www.cs.uwaterloo.ca/~alopez-o/math-faq/node76.html
http://oakroadsystems.com/math/loan.htm
http://invest-faq.com/articles/analy-int-rate-return.html
Ken Pledger.