I have different answer using 'norm'. Do I miss something?

A = [1 2; 3 4];
norm(A) >> 5.4650
But equivalently,
sqrt(1^2 + 2^2 + 3^2 + 4^2) >> 5.4772
the answer is different
Do I miss something? thx!

 Réponse acceptée

Torsten
Torsten le 15 Août 2017

0 votes

norm(A) and norm(A,'fro') are different things.
Best wishes
Torsten.

3 commentaires

I got it!thanks, Torsten!!
@penyao lu: the best way for you to say "thank you" is to accept Torsten's answer.
thx for your remind! Stephen.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by