Question: Maple - Average of an Array?

I have an array of 2 vectors in a do loop, the vectors being i (path number) and j (time).

i goes from 0 to ntime, and j goes from 1 to ntime+1.

The array is called Spot[i][j] and i need to find the average of this array but dont know how.

Any help would be appreciated!

Thanks!

Please Wait...