詢問貸款每月應還款計算公式如何表列

excel有個pmt的公式可以知道貸款後每期的還款金額
假設貸款3000萬
設定30年
利率7.8%
excel 的公式為
=pmt(7.8%/12,360,3000萬)
=215,961

因為要將這個公式寫在程式內,估狗後看不太懂
想請教數學神人這個數學式是如何計算呢?



2012-03-12 18:04 發佈
文章關鍵字 貸款 計算公式

mouselin2001 wrote:
excel有個pmt...(恕刪)


算法如附件圖檔...

zmch wrote:
算法如附件圖檔...



excel的算法知道~~但是數學公式該如何表列呢?

mouselin2001 wrote:
excel的算法知道...(恕刪)


列表的目的是???
不知道這是不是你要的:

Example:
=PMT(0,3;13;2000;0;1)

Result:
=-477,29

公式:



===============================================================
PMT(number Rate; number Nper; number Pv; number [Fv]; number [Type])

Rate: Interest rate per period.

Nper: Total number of periods.

Pv: Cash value of future payments.

Fv: Final value after the last payment.
The default value is 0.

Type: Maturity of the payments.
The default value is 0.

nper und rate have to be defined in the same time unit.

======================================================================

資料來源: http://doc.optadata.com/en/dokumentation/application/expression/functions/financial.html

zmch wrote:
列表的目的是???


因為要將年金的計算公式寫在程式內
而excel函數pmt不能直接套用阿
所以要知道年金計算的數學式寫在程式內阿
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?