Log in

View Full Version : Choose the correct answer?


Mathematica
Feb 9, 2009, 09:47 PM
If you need a function that will handle multi-dimensional arrays, you must specify the following sizes inside the square brackets

a. all sizes except the last dimension
b. all sizes except the first dimension
c. all the sizes
d. none of the sizes

shihouzhuge
Oct 6, 2009, 10:05 PM
If you need a function that will handle multi-dimensional arrays, you must specify the following sizes inside the square brackets

a. all sizes except the last dimension
b. all sizes except the first dimension
c. all the sizes
d. none of the sizes


I think 'c' is the correct answer,because a array must be specified by it's size.

Whether It is the multi-dimensional arrays or not does not influences it.