Hi,
I?m a newbie and have some questions about itensor.
First, if I write for example:
x: matrix ([17, 3], [-8, 11])$y: matrix ([x, x], [x, x]);
And I would like to assign each terms of ?y? to the components of a tensor like this (but it doesn?t work in this case):
components(T([i,j,k,l],[]),y)$
In a second time I did some formal calculs and obtain a function f of T([i,j,k,l],[]).
I can see each value of each term of f([i,j,k,l],[]) by writing for example:
f([1,2,3,3],[]);
But I would prefer to be able to write all the terms in one time in the same form of ?y?.
Thanks by advance.
Guenhael.