| Author |
Comment/Response |
Oskar Soerensen
|
01/17/13 09:36am
Hi,
I have defined the following array:
Array[f, {3, 3}]
And I have 2 questions concerning this array
1. How can I refer to the first row of it, I thought it would be something like f[1,{1,2,3}] but that doesn't work.
2. I want to view my array in a grid
I tried this:
Grid[f[], Frame -> All]
But that also doesn't work.
Any help at all is very appreciated.
URL: , |
|