Question: Difference between 1..20191 x 1..2 2D-Array and 1..20191 x 1..4 2D-Array

Well what's the difference between those two?

Another question:
Actually "1..2" means two rows, 1 column am I right? Why doesn't Maple take something just like "2" for two rows (and only one colum)?Array( 1..nSamples, 1..2, datatype=complex[8], order=C_order );


Please Wait...