- #1
- 605
- 6
Homework Statement
Homework Equations
The Attempt at a Solution
Okay, so first off I'm just trying to write the code for scalars:
--------------------------------------
clc ; clear
P = 2000
r = .035/12
n = 36
F = (1 + r).^n
A = (r*P*F)/(F-1)
---------------------------------------
This gives me A = 58.6042
which obviously isn't the same as the 586.0416 that they get in the example.