Scalar from Two Matrix?
Mostrar comentarios más antiguos
If a 3x3 matrix is S=[30 0 10; 0 30 10; 10 10 30] , and you know P=30.
The formula: W^2 = IISII^2 - P^2.
P is a scalar, and to count this formula you need S also to be scalar.
I have multiple S.*S or S.^2, and I still got 3x3 matrix. And that was pretty expected.
Anyhow, my point is, how can I get a scalar from IISII^2? Is that even possible?
Love
Regina
3 comentarios
Walter Roberson
el 29 de Abr. de 2012
What does IISII mean in this context? Is it ||S|| ? Is that perhaps the determinant of S ?
Richard Brown
el 30 de Abr. de 2012
I think it's a norm. Try squaring norm(S). And if you don't know what that means, or which norm to use, you have bigger problems...
Regina
el 30 de Abr. de 2012
Respuestas (1)
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!