劉任昌Javascript計算現值PresentValue和Python比較
利率y(rate) | 期數n(nper) | 金流m(pmt) | 終值f(fv) |
參考劉任昌金融市場講義https://drive.google.com/file/d/17z6UZgN5fC2XCO1L8_BQs57dgQXzbwou/view?usp=sharing
柯文哲學習HTML+CSS+JavaScript程式碼
body指令拿掉,因為沒有作用。部落格已經設定body
使用到的PYTHON指令
在Spyder開發環境編寫與執行Python
第一個python沒有使用函數def
'''PYTHON註解三個單引號或雙引號前後''' r=float(input('利率: '))#input輸入是字串string n=float(input('期數: '))#要計算轉為實數real nubers m=float(input('收付: '))#浮點點float f=float(input('終值: ')) pv = f/(1+r)**n pv += m/r*(1 - 1/(1+r)**n) print('柯文哲計算現值', pv)
迴圈對照EXCEL填滿
'''PYTHON註解三個單引號或雙引號前後''' def pv(r,n,m,f):#自訂函數 p = m/r*(1 - 1/(1+r)**n)+f/(1+r)**n return p#執行函數的結果傳回去 n=float(input('期數: '))#要計算轉為實數real nubers m=float(input('收付: '))#浮點點float f=float(input('終值: ')) for i in range(1,10):#迴圈 r = i*0.01 x=pv(r,n,m,f) print('利率 ', r ,'價格 ', x)
https://lu-chieh-chi.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://xie-ni.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://jiang-jia-ehen.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除作者已經移除這則留言。
回覆刪除https://allyking097.blogspot.com/2025/06/h1border-30px-outset-red-background.html
回覆刪除https://yangbokai.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://guovupvmp.blogspot.com/2025/06/javascriptpython.html
回覆刪除https://laichia-jung.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://yehjungwen.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://lupeiying.blogspot.com/2025/06/javascriptnumericalirr.html
回覆刪除https://xin00.blogspot.com/2025/06/javascriptpython.html
回覆刪除https://wihfaw.blogspot.com/2025/06/function-computepv-var-r-document.html
回覆刪除https://chenwewen.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://zzy-hn.blogspot.com/2025/06/javascriptpython.html
回覆刪除https://jiang233.blogspot.com/2025/06/word.html
回覆刪除https://shanny11336108.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://syx0304syx.blogspot.com/2025/06/javascriptpresent.html
回覆刪除https://xiyuying.blogspot.com/2025/06/blog-post.html
回覆刪除https://hsulining9999.blogspot.com/2025/06/word.html
回覆刪除https://yuwun0221.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://yuxi1202.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://htmlsyuan.blogspot.com/2025/06/word.html
回覆刪除https://anson0501.blogspot.com/2025/06/blog-post.html
回覆刪除https://huangyunchieh.blogspot.com/2025/06/javascriptpresentvaluepython.html
回覆刪除https://chang-yam-ci.blogspot.com/2025/06/javascriptpython.html
回覆刪除必須再練習 PYTHON與EXCEL.
刪除https://egdvcn-gh.blogspot.com/2025/06/h1border-30px-outset-pink-background.html
回覆刪除