powered by
The amount that has to be repayed at each moment in a loan, at the end of the period
rem(cf, amt, r)
The cashflow of the loan, not including the initial inflow for the loan taker
The original amount of the loan
The periodic rate of the loan
rem(cf = rep_len(0.4, 4), amt = 1, r = 0.2)
Run the code above in your browser using DataLab