필터 지우기
필터 지우기

Norm of A = [2 3; 1 -1] not equal to sqrt(15)

조회 수: 1 (최근 30일)
Robin Lindström
Robin Lindström 2016년 4월 29일
댓글: Robin Lindström 2016년 4월 29일
Let A = [2 3; 1 -1].
norm(A) gives 3.6180 but shouldn't it equal sqrt(15) ~= 3.8730?
Any idea why it is like this?

채택된 답변

Torsten
Torsten 2016년 4월 29일
norm(A)=sqrt(maximum eigenvalue of A'*A)
You want norm(A,'fro'), I guess.
Best wishes
Torsten.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by