JULIA matrix norm is different MATLAB

wait , no

n = norm( X ) returns the 2-norm or maximum singular value of matrix X , which is approximately max(svd(X)) .

1 Like