So would you synthesize the function of x^3-3x^2+0x+2 (having the set of numbers 1, -3, 0, and 2) or just the regular equation? (Which gives the number set of 1, -3, 2)
- Code: Select all
1 | 1 -3 0 2
|_______________
or
- Code: Select all
1 | 1 -3 2
|_______________
