| Author |
Comment/Response |
yehuda ben-shimol
|
10/20/05 03:56am
Hi,
Note that Alvin's solution may lead you to some error of you need to assign the values to your variable a
so
(a=Array[func,{m,n}])//MatrixForm
will assign the table created into a and ONLY then it will display on the screen, while
a=Array[func,{m,n}]//MatrixForm will return a MatrixForm that will be assigned into a ( and you wouldn't want that)
yehuda
URL: , |
|