Bug Report:
Steps to reproduce:
- f(x) = x^(4)-7 x^(3)+x^(2)-2 x+1 in -1
Expected result:
12
Actual result:
The value of the function f(x) = x^(4) - 7x^(3) + x^(2) - 2x + 1 when x = -1 is:
f(-1) = (-1)^(4) - 7(-1)^(3) + (-1)^(2) - 2(-1) + 1 = 1 - 7(-1) + 1 + 2 + 1 = 4.
So, f(-1) = 4.
Regenerate response
The value of the function f(x) = x^(4)-7 x^(3)+x^(2)-2 x+1 when x = -1 is -1^(4) - 7 * -1^(3) + -1^(2) - 2 * -1 + 1 = 1 - 7 + 1 + 2 + 1 = -2.
So f(-1) = -2.
Renerate response
The value of the function f(x) = x^(4) - 7x^(3) + x^(2) - 2x + 1 evaluated at x = -1 is -7.
Additional information
Browser: Chrome 109.0.5414.120 (official build) (64 bits)
OS: windows 10