Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Robin Lindström
Robin Lindström el 29 de Abr. de 2016
Comentada: Robin Lindström el 29 de Abr. de 2016
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?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by