grid function grid(i,j) - new function for Mathcad
-the grid in Mathcad workspace have anyway addresses of placed equations, so those addresses from the nodes of the grid could be used also to define dynamically and directly some values
If in one position of the grid (i1,j1) exist a equation exist a equation with lets say the equality T=a+b
Then grid(i1,j1)=T
-so grid(i1,j1) is an alternative way of represention of variable T in next equations
-asume that just on the nodes of the grid are inserted values
-then each value x(i,j) inserted on the grid will have a address
-bye the function grid we can get the value in the indicated position (i,j) by the function grid(i,j)

