Question: Plot

Question:Plot

Hi again. Thanks for all the help last time. I've got (hopefully) just one more question. It's kinda difficult to explain... I want to plot the points determined by a[2, 2*n]/a[2,2*(n-1)] against 1/n (actually 1/n versus a[2, 2*n]/a[2,2*(n-1)]), for large n. I'm pretty lost. Should I be computing the points from the recurrence relation with a 'for' loop and then re-assigning 1/n for each one instead of n and then putting the a[]/a[] and 1/n into an Array, which I can then plot? Thanks guys, Tom
Please Wait...