ryancheunggit / Calculus-with-Python

Calculus with Python -- A Tiny Little Book

Home Page:http://ryancheunggit.gitbooks.io/calculus-with-python/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link to the book click on the chapters in the left panel to read

本书链接 点击左边章节阅读

谨以此书献给我亲爱的家人

Python部分利用到了Numpy,Matplotlib,Sympy等Library.
建议新手安装Enthought的Canopy Python Distribution,本书中用到的Library就都满足了。
推荐的函数库调用方法:

	import numpy as np
	import matplotlib.pyplot as plt
	import sympy

Due to work/life situations, I never got chance to restart the project....

Thanks @TerenceLiu98 who made some adapted jupyter notebooks, you can view them here

About

Calculus with Python -- A Tiny Little Book

http://ryancheunggit.gitbooks.io/calculus-with-python/content/


Languages

Language:HTML 77.8%Language:CSS 15.6%Language:JavaScript 6.6%