Norm with matrices help
Mostra commenti meno recenti
When using norm with matrices, is it the average?
Risposta accettata
Più risposte (1)
Naqvi
il 20 Apr 2015
0 voti
In Laymen terms, norm is actually the absolute value of a vector or matrix. For example x1 = [2;1] norm (x1)= sqrt (2^2+1^2) = sqrt(4+1) = sqrt (5) = 2.2361
1 Commento
Star Strider
il 20 Apr 2015
That is correct for the 2-norm of vectors, but not matrices.
Categorie
Scopri di più su Resizing and Reshaping Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!