How can I geometrically represent condition number of an m by n matrix in 2D

1 view (last 30 days)
Hi, I have a 5 by 20 matrix and I computed the condition number using MATLAB command: cond(A,2). But I would like a geometric view in 2D of how the matrix transform a unit circle into an ellipsoid like shown in the image.
Thanks
  5 Comments
Ayinde
Ayinde on 20 Aug 2014
Thanks Matt J. I really don't know much about this projection onto subspace, but if I get clearly what you are trying to say, it means,say in R^5 space, one can choose any combination of two rows to project and same thing goes with R^20 where one can choose any combination of two columns. Am I right?
Matt J
Matt J on 20 Aug 2014
That's true, but there are further possible 2D subspaces beyond those. Imagine for a moment that your A matrix is just A=eye(3). In this case, every 2D plane through the origin in R^3 is a possible subspace. There are uncountably infinite 2D subspaces.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!