Tagged Questions
2
votes
0answers
123 views
Turning real roots into curves (for visualisation)
One can obviously map a set of real numbers $x_1, x_2, \ldots x_N$ to a curve in 2-D via $y=(x-x_1)(x-x_2)\ldots(x-x_N)$.
Thinking about data visualisation, one can portray a set of $N$ observations ...