The recursive formula is
$a_n$ = 1.28($a_{n-1}$ ) - (.28$a_{n-1}$)^2
I would like to transform this into one side of the equation being $a_n$ such that the equation requires no recursion (allowing me to solve for large values of n)
$a_0$ = 0.12
The recursive formula is
$a_n$ = 1.28($a_{n-1}$ ) - (.28$a_{n-1}$)^2
I would like to transform this into one side of the equation being $a_n$ such that the equation requires no recursion (allowing me to solve for large values of n)
$a_0$ = 0.12