Summing large tables
I'm trying to process a set of data that I have for limits generation. I am using MathCad to validate some limit generation algorithms that we will be using in a software tool that we are developing (no relation to Mathcad).
So, I have a problem:
The summation function only seems to work on matrixes and tables of less than a certain size:

If I define y_n to be a subset of the tables that I have, I get a summation. But if I try to sum an entire column, I get the error you see.
I have tried using a for loop to manually sum the elements of the table, but I get the same result as above. I will also get an error if I set the range variable n (in the screenshot above) to be 0...20 (or greater).
What am I doing wrong?

