\START92\ \COMMENT= \NAME=matr2exp \FILE=MATR2EXP.89F (matr) Func \(C)\matr:Func Local expres,tempi,temp true\->\expres For tempi,1,colDim(matr) matr[1,tempi]=matr[2,tempi]\->\temp expres and temp\->\expres EndFor Return expres EndFunc \STOP92\