实验3差分方程(组).docVIP

  • 3
  • 0
  • 约4.2千字
  • 约 5页
  • 2017-02-13 发布于江苏
  • 举报
实验3差分方程(组)

Your parents are considering a 20-year $100,000 mortgage that charges 1% interest each month. If the mortgage(loan) is to be paid off after 360 payments,what is then monthly payments p? Hint: If an represents the amount owed after n months, what are a0 and a360? Experiment by building numerical solutions to find a value of p that works. for p = 500:0.01:2000 a = 100000 * 1.01 - p; for i = 2:360 a = 1.01 * a - p; end if a 10 break end end p p = 1.0286e+003 Read the courseware on the battle of Trafalgar in 1805. Formulate a system of difference equations t

文档评论(0)

1亿VIP精品文档

相关文档