| Author |
Comment/Response |
student
|
09/25/12 5:16pm
How would I write this recurrence function so that I can expand the terms and find their lengths? I am having trouble writing the x1+x2+x3...+xn part.
f_n=f_(n-1) * (x_1 + x_2 + ... + x_n) where n>=2
note F_1 = x_1
Thanks!
URL: , |
|