Norm with matrices help

1 次查看(过去 30 天)
TS
TS 2015-4-20
When using norm with matrices, is it the average?

采纳的回答

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

更多回答(1 个)

Naqvi
Naqvi 2015-4-20
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 个评论
Star Strider
Star Strider 2015-4-20
That is correct for the 2-norm of vectors, but not matrices.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by