| Author |
Comment/Response |
Igor
|
10/27/11 5:58pm
Let T be some tensor. I pass it to the module with the index(place) of element I want to work with
For example
In[]:=index={1,2,1};
In[]:= Dimension[T]
Out[]:={3,3,3}
test[index_List,T_List]:=Module[
{},
}
How can I use the element indexed in index?
T[[index]] dont work (obvious!).
URL: , |
|