Effacer les filtres
Effacer les filtres

How do you type the future value annuity formula?

3 vues (au cours des 30 derniers jours)
Richard Dhaliwal
Richard Dhaliwal le 1 Sep 2013
Does anyone know how to type the future value annuity formula into a mat lab script. I've tried a million different variations and none of them work correctly. This is the formula: http://www.financeformulas.net/Future_Value_of_Annuity.html

Réponses (1)

David Sanchez
David Sanchez le 1 Sep 2013
P = periodic_payment;
r = rate_of_period;
n = number_of_periods;
FV_of_Annuity = P*( ( (1*r)^n-1 )/r );
  1 commentaire
Richard Dhaliwal
Richard Dhaliwal le 1 Sep 2013
Thanks for the input, but it didn't work.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Financial Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by