Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I tried to write a program using the attached algorithm. However I keep getting "This array index is invalid for this array" error. It occurs in various places when I try to fix it.
Solved! Go to Solution.
You have not assigned a value to z[n, only to z[n-1.
You have not assigned a value to z[n, only to z[n-1.
Yeah I just figured this out few minutes ago. And the 'N=1000' value was unreasonable as well.