UTRIANGLE
UTRIANGLE(m;d) returns the upper triangle of square matrix m; as a square matrix with the lower triangular set to zero; putting d=1 (default) indicates that the diagonal is to be included, while putting d=0 excludes the diagonal.