Data Representation

Compute xmin, the column vector with the smallest norm, and xmax, the column vector with the largest norm. (Ties are broken arbitrarily.) If applied to the matrix X above the result should be: xmin = ? 1 0 ? , xmax = ? 2 3 ? . You may assume that a function norm(x) exists such that norm(xi) is the norm of xi