PureBytes Links
Trading Reference Links
|
Chichungchoi,
As Bellamy said... depend on the contraints.
IF r >>1 THEN r = e ^ (ln(F/A))/(n-2)
IF r = 1 (aprox) THEN r = A / (F-A)
IF r = 0 (aprox) THEN ...... (simple)
It's a clasical "implicit function" :)
c> Could any Math Expert help?
c> F=A*((1+r)^n-1)/r
c> ^ mean power, such as 3^2 = 3 x 3 = 9
c> Does anyone know how to express r in term of F and A?
c> Thank you in advance
c> Eric
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|