| Author |
Comment/Response |
making an array
|
11/20/05 9:29pm
Hello,
Why doesn't this work when trying to assign values to an array....
mat = Array[AA, {9, 9}];
Do[
Do[
AA[[i,j]] = 2, {j,9}
], {i,9}
]
I get...
Set::partd: Part specification AA?i,j? is longer than depth of object.
AA = 1
URL: , |
|