Effacer les filtres
Effacer les filtres

Reduced Row Echelon Form for Specified Rank

3 vues (au cours des 30 derniers jours)
Sam Polk
Sam Polk le 21 Juin 2021
Commenté : Sharmin Kibria le 25 Juin 2021
I have a very ill-conditioned matrix A that I know has theoretical rank . I want to convert this mtarix to reduced row echelon form, but because of the ill conditioning of this matrix, too many rows are set to zero by the rref MATLAB built-in. I believe that this has to do with the ill-conditioning of the problem. How do I enforce a condition on the rank of A when using the rref built-in?
Thank you!
  1 commentaire
Sharmin Kibria
Sharmin Kibria le 25 Juin 2021
Hi Sam,
rref accepts a tolerance option. Maybe you can try changing the tolerance value in rref to ensure the rows are not set to zeros.
https://www.mathworks.com/help/matlab/ref/rref.html?searchHighlight=rref&s_tid=srchtitle#d123e1181996

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Linear Algebra dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by