Problem 55915. Juros Compostos
Faça uma função que receba um capital inicial (C), uma taxa de juros a ser aplicada (i) e um tempo (t) para qual será aplicado o investimento. Retorne o montante final.
Todos os calculos faram baseados em meses. E o valor final deve ser expresso em 2 casas decimais.
JurosCompostos(2000, 0.03, 4) = 2251.02
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers29
Suggested Problems
-
Get the length of a given vector
11673 Solvers
-
476 Solvers
-
Matlab Basics II - Count rows in a matrix
383 Solvers
-
Return fibonacci sequence do not use loop and condition
690 Solvers
-
Test Problem; Create a 5x5 array containing all ones
389 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!