Question: why is Maple 14 balking?

I have a matrix m with 9 rows and 4 columns and when I enter the command below I get an error message:


num := product((z-(m[s,1]+I*m[s,2])),s = 1..9);
Error, Matrix index out of range

However, there is no problem if I use brute force:

Can anyone tell me what is happening?

 

Thanks,

Please Wait...