#GrowthCe(REC): The EXACT growth constant of the recurrence REC using the characteristic equation GrowthCe:=proc(a(n-i)) local x,i: evalf([solve(1-add(REC[i]/x^i,i=1..nops(REC)))])[1]: end: