mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 17:00:05 +01:00
[NumCS] Add more sympy tricks
This commit is contained in:
@@ -13,3 +13,5 @@ roots = sp.roots(f) # Computes the roots of function f analytically
|
||||
sp.hermite_poly(5) # Creates hermite poly of degree 5
|
||||
sp.chebyshevt_poly(5) # Creates chebychev T (first kind) poly of degree 5
|
||||
sp.chebyshevu_poly(5) # Creates chebychev U (second kind) poly of degree 5
|
||||
# To print nicely rendered math expressions, you can use
|
||||
sp.init_printing()
|
||||
|
||||
Reference in New Issue
Block a user