View Single Post
Old 01-24-2013, 08:34 PM   PM User | #5
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,248
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Quite frankly, I don't understand how this:
Code:
F = G * ( 1 / N - N / (1 + I)^N - 1 )
works at all, when *CLEARLY* the formula starts with 1/I and *NOT* 1/N.

Also, you are missing the *REQUIRED* parentheses around the sub-expression ( (1+I)^N - 1)

I think the only reason it *SEEMED* to work was because you used the *SAME NUMBER* (10) for both I and N!!!

PURE LUCK!
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Users who have thanked Old Pedant for this post:
mosquitobite (01-25-2013)