Rank deficient overdeterminated linear system
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi
I have an overdeterminated system and my coefficient matrix is not full rank.
I try solving it with SVD or QR but because of rank deficiency I obtain wrong answer. Somone can axplain for me how I can achieve correct answer for this system?
0 comentarios
Respuestas (1)
Matt J
el 18 de Jun. de 2014
If the matrix is rank deficient, it cannot be over-determined. Try PINV, but realize that the solution space is not unique.
2 comentarios
Ver también
Categorías
Más información sobre Linear Algebra en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!