Dann machen wir es einfach mal
f(x) = a*x^4 + b*x^3 + c*x^2 + d * x + e
f(-x) = a*x^4 - b*x^3 + c*x^2 - d * x + e
Es soll gelten f(x) = f(-x), bestimme a,b,c,d,e aus den reelen Zahlen
a*x^4 + b*x^3 + c*x^2 + d * x + e = a*x^4 - b*x^3 + c*x^2 - d * x + e
<=>
b*x^3 + c*x^2 + d * x + e = - b*x^3...