The quick question: how can I store variables or math expressions inside a matrix? for exemple:
for a 1D array: T[1,2] = (T[0,1] + T[2,3])/2 T[2,3] = (T[1,2] + T[3,4])/2