Aes_Sedia5

KermM check

Oct 29th, 2011
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Solving for Continuous Exponential Growth.
  2.  
  3. Input "INITIAL AMOUNT",N
  4. Input "RATE OF GROWTH",R
  5. Input "TIME",T
  6. Input "FINAL AMOUNT",F
  7. If NRTnot(F
  8. Ne^(RT)->F
  9. If NRFnot(T
  10. (N-F)/R->T
  11. If NTFnot(R
  12. (N-F)/T->R
  13. If RTFnot(N
  14. F\(RT->N
  15.  
  16.  
  17. Non continuous
  18. Input "INITIAL AMOUNT",N
  19. Input "INTEREST RATE",R
  20. Input "TIME",T
  21. Input "FINAL AMOUNT",theta
  22. N(1+R)^T->theta
  23.  
  24.  
  25. //Not sure how I would rewrite this part??
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment