How to find a subset of a matrix that has minimum condition number?
Afficher commentaires plus anciens
Suppose matrix A is consist of M column vectors, how can we find a subset B, consisting of N column of A (N<M), that has minimum condition number (the ratio of maximum singular value by minimum singular value)? If we try all possible combination of columns in A, the amount is tremendous, for example if M = 100, N = 50, there is 10^29 combinations. So is there a faster algorithm?
Réponses (1)
Maybe of interest for you:
Best wishes
Torsten.
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!