in reply to Re: Monthly Payment Analyzer (formulas)
in thread Monthly Payment Analyzer
Holy cow, it looks like I opened a binary file in notepad :) You're saying your script is more accurate than mine but is my equation and everything suffient anyways? This wasn't meant to be dead accurate, just to help my girlfriend with her homework.L= sum<j=0..N-1>( r^j ) L= 1+r+..+r^(N-1) r*L - L = r*( 1+r+..+r^(N-2)+r^(N-1) ) - ( 1+r+..+r^(N-1) ) r*L - L = ( r+r^2+..+r^(N-1)+r^N ) - ( 1+r+..+r^(N-1) ) r*L - L = r+r^2+..+r^(N-1) + r^N - ( 1 + r+..+r^(N-1) ) r*L - L = r+r^2+..+r^(N-1) + r^N - 1 - ( r+..+r^(N-1) )
Thanks!
"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"
sulfericacid
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Monthly Payment Analyzer (comments)
by tye (Sage) on Apr 01, 2003 at 20:16 UTC | |
|
Re: Re: Re: Monthly Payment Analyzer (formulas)
by clscott (Friar) on Apr 01, 2003 at 19:47 UTC |