Skip to content

ryancheunggit/Calculus-with-Python

Repository files navigation

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