Does infinite norm function use singular value ?
显示 更早的评论
Hello,
I would like to compute the infinite norm of the 2*2 following system : Q = [1/2+1j*sqrt(3)/2 -1 ; 1 2]
By hand I get :

In Matlab I write :
Q = [1/2+1j*sqrt(3)/2 -1 ; 1 2]
norm(Q,inf)
And I get a result of 3.
Why is the result different between Matlab and that one I calculated by hand?
I guess there is a question of rounding up with Matlab, if that is the case I did not find how to have more significant figures, how to do it?
Thanks,
Jeremy
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!