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

1 次查看(过去 30 天)
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 中查找有关 Particle & Nuclear Physics 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by