First time here? Check out the FAQ!
answered 4 years ago
Because it is not a symmetric polynomial:
sage: f==f(x0=x1,x1=x0) False sage: f==-f(x0=x1,x1=x0) True