News

what does norm() do in matlab?<BR><BR>The help pages give this as an answer:<BR>n = norm(A) returns the largest singular value of A, max(svd(A)).<BR><BR>but i dont know what max(svd(A)) means.< ...