|
|
|
|
|
by retroencabulato
4276 days ago
|
|
I'm confused; I don't see how the randomness is really important here. I modified the code such that the expected value of each coefficient is a function of the term's degree: randomPoly[n_, x_] := x^Range[0, n].Table[RandomReal[{1, i}], {i, n + 1}]
With this bias (or any of the various of biases I've tried), the result is exactly the same.I guess my observation is 'symmetry' of the coefficients has nothing to do with the 'symmetry' of the roots. |
|