Compute F given P with interest compounded continuously
FgivenPcont(P, n, r)
FgivenPcont numeric vector that contains the future value(s) rounded to 2 decimal places
numeric vector that contains the present value(s)
numeric vector that contains the period value(s)
numeric vector that contains the continuously compounded nominal annual interest rate(s) as a percent
F is expressed as
the "future equivalent"
the "present equivalent"
the "nominal annual interest rate, compounded continuously"
the "number of periods (years)"
William G. Sullivan, Elin M. Wicks, and C. Patrick Koelling, Engineering Economy, Fourteenth Edition, Upper Saddle River, New Jersey: Pearson/Prentice Hall, 2009, page 169-170.
library("iemisc")
# Example 4-33 from the Reference text (page 170)
FgivenPcont(10000, 2, 5) # the interest rate is 5%
Run the code above in your browser using DataLab