answered 8 years ago
You should evaluate D at point (f,m):
D
(f,m)
sage: [(f,m) for m in [-10..10] for f in [-10..10] if D(f,m)==0] [(-1, -2), (1, -2), (-1, 0), (-1, 2), (1, 2)]