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

2 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Torsten
Torsten il 29 Apr 2016
norm(A)=sqrt(maximum eigenvalue of A'*A)
You want norm(A,'fro'), I guess.
Best wishes
Torsten.

Più risposte (0)

Categorie

Scopri di più su Linear Algebra in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by