Calculate the future value of an initial investment


Discussion:

Create M-file to calculate the future value of an initial investment, or the amount that needs to be deposited annually to reach future investment goal. This program is to be written as a single M-file that uses as interrogatory input statement to determine which calculation to perform. The equations required:

F=I(1+r/n)^(nM) Future Value-Initial Investment

F=A(1+r)[(1+r)^M-1/r] Future Value-Annual Invest.

Where,
F=Future Value
I=Initial Investment
r=Annual Interest Rate
n=Compounding Periods/year
M=Number of Years
A=Amount Deposited at Beginning of Each Year

Solution Preview :

Prepared by a verified Expert
MATLAB Programming: Calculate the future value of an initial investment
Reference No:- TGS01938853

Now Priced at $25 (50% Discount)

Recommended (91%)

Rated (4.3/5)