필터 지우기
필터 지우기

Norm with matrices help

조회 수: 3 (최근 30일)
TS
TS 2015년 4월 20일
댓글: Star Strider 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