- 參考書
a. 《Python科學(xué)計算》(張若愚)
b. Bing草穆、百度搓译、自己總結(jié) (搜索“Python + 關(guān)鍵字")
c. Jupyter notebook 中的 Help 工具欄
Python—線性代數(shù)篇
http://www.cnblogs.com/moon1992/p/4960700.html#_label10
用Python做科學(xué)計算
http://old.sebug.net/paper/books/scipydoc/#
使用 Python 進行科學(xué)計算:NumPy入門
http://codingpy.com/article/an-introduction-to-numpy/
十分鐘入門Matplotlib
http://codingpy.com/article/a-quick-intro-to-matplotlib/
雜項
round() #取整
abs() #絕對值log、e
import numpy as np #引入數(shù)值計算numpy 包
np.exp() # e
np.log() #以 e 為底的對數(shù)
np.log10() #以10為底的對數(shù)
help(np.exp) #查相關(guān)函數(shù)的幫助文檔