Hi there. I have two expressions of type Matrix(7x1), one I entered directly and the other one is the result of a procedure calling. They only differ by the term [1,1], so when I do a comparation of the appropiate submatrix using Equal I get a positive answer:
>Equal(SubMatrix(atataaV(1,1,1,1,u1),2..-1,1),SubMatrix(u1,2..-1,1));
true
Now, the elements of the submatrices depend on the symbol 'n',...