How to calculate compound interest?

9 次查看(过去 30 天)
We borrowed $1000 money with an annual interest 10%. If we do not pay any penalty in 2 years then how much we owe the money? Answer must be assign in a variable called debt .

回答(1 个)

SAA
SAA 2020-7-30
It sounds like this is a copy paste of an assignment but ok
P = 1000; % principle
r=0.1; n=2;
debt = P*(1+r)^n

类别

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