Purchase Solution

Writing MATLAB M-file

Not what you're looking for?

Ask Custom Question

Write 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

This is to be only 15 lines or so - no more please.

Purchase this Solution

Solution Summary

Solution for the asked problem with necessary codes.

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.

C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.