First time here? Check out the FAQ!
answered 2020-04-19 07:55:32 +0100
Because it is not a symmetric polynomial:
sage: f==f(x0=x1,x1=x0) False sage: f==-f(x0=x1,x1=x0) True