First time here? Check out the FAQ!
answered 2013-10-28 12:30:01 +0100
This is the best I can think of:
for t in f.taylor((x,0), (y,0), 30).iterator(): if t.degree(x) <= 10 and t.degree(y) <= 20: print t