예제 #1
0
파일: polyclasses.py 프로젝트: fxkr/sympy
 def slice(f, m, n, j=0):
     """Take a continuous subsequence of terms of `f`. """
     return f.per(dmp_slice_in(f.rep, m, n, j, f.lev, f.dom))
예제 #2
0
 def slice(f, m, n, j=0):
     """Take a continuous subsequence of terms of `f`. """
     return f.per(dmp_slice_in(f.rep, m, n, j, f.lev, f.dom))