The sequence defined by x_n = 4*r*x_{n-1}*(1-x_{n-1}) and a given 0 < x_1 < 1 turns each x_n into a polynomial of r.
Write a function f(x_1, r, n) that returns the coefficients p of this polynomial as a row vector (starting with highest degree) and the value v of this polynomial at r.
Mathematical writing is not very clear
Where would you need more clarity? Wouldn't want to reveal the numerical challenges of evaluating the polynomial.
558 Solvers
153 Solvers
Flag largest magnitude swings as they occur
524 Solvers
152 Solvers
1242 Solvers