Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
solve Ax=b by singular value decomposition
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
After I've got U,S,V by [U,S,V] = svd(A), how do I get x?
Is it x = (V*(S^(-1)*U')*b?
3 comentarios
  Steven Lord
    
      
 el 16 de Nov. de 2022
				
  Torsten
      
      
 el 16 de Nov. de 2022
				Is it x = (V*(S^(-1)*U')*b?
No, only if S has all singular values not equal to 0.
Compare 
Section
Algorithms
at the bottom of the web page.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



