필터 지우기
필터 지우기

How do you type the future value annuity formula?

조회 수: 3 (최근 30일)
Richard Dhaliwal
Richard Dhaliwal 2013년 9월 1일
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

답변 (1개)

David Sanchez
David Sanchez 2013년 9월 1일
P = periodic_payment;
r = rate_of_period;
n = number_of_periods;
FV_of_Annuity = P*( ( (1*r)^n-1 )/r );

카테고리

Help CenterFile Exchange에서 Financial Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by