Borrar filtros
Borrar filtros

Norm with matrices help

3 visualizaciones (últimos 30 días)
TS
TS el 20 de Abr. de 2015
Comentada: Star Strider el 20 de Abr. de 2015
When using norm with matrices, is it the average?

Respuesta aceptada

Star Strider
Star Strider el 20 de Abr. de 2015
No, it is not the average.
Assuming you intend the 2-norm, the norm of a matrix is the largest singular value.

Más respuestas (1)

Naqvi
Naqvi el 20 de Abr. de 2015
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 comentario
Star Strider
Star Strider el 20 de Abr. de 2015
That is correct for the 2-norm of vectors, but not matrices.

Iniciar sesión para comentar.

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by