No CrossRef data available.
Published online by Cambridge University Press: 22 September 2016
In a first year university course on programming and numerical methods (in BBC BASIC), it was decided to give the students the quartic equation:
x4 + 2·88x3 − 19·23x2 − 36·11x + 91·56 = 0
to solve numerically. One root of this equation is an integer—to help the students get started—but a second root is close to the first to make it more interesting. Initially we did not realise quite how interesting this would prove to be.