I am using Numerical Mathematics and Computing by Cheney and Kincaid 7th edition. My problem is: use Horner's algorithm to evaluate 2x^4 + 9x^2 - 16x + 12 AT -6.
Does 'at -6' mean I am to solve p(-6)?
I've done it using synthetic division and I got p(-6) = 0. It seems like it's not the answer.