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?
0 个评论
采纳的回答
Torsten
2016-4-29
norm(A)=sqrt(maximum eigenvalue of A'*A)
You want norm(A,'fro'), I guess.
Best wishes
Torsten.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Particle & Nuclear Physics 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!