sub make_S( M() as double, S() as double, i as uinteger, j as uinteger ) 'removes row j, column i from the matrix, stores result in S() dim as uinteger ii, jj, size=ubound(M), ix, jx for ii = 1 to size-1 if ii