Re: [sympy] A Calculus course for Informatics engineering class

2017-05-05 Thread Aaron Meurer
Thanks for sharing. One thing I would suggest, to avoid mixing SymPy and NumPy functions, is to only import sympy and numpy as import sympy as sym import numpy as np and then use sym.cos or np.cos. Otherwise, one cell has SymPy cos and another has NumPy cos, and it can be very confusing, since

[sympy] A Calculus course for Informatics engineering class

2017-05-03 Thread chu-ching huang
As title, sympy package had been introduced in these lectures, especially for Multiple-variable functions. If interested, welcome to visit the site: https://github.com/cchuang2009/2016-1/tree/master/calculus cch -- You received this message because you are subscribed to the Google Groups