Lanczos algorithm for eigenvalues
    38 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Dear All,
I'm interested in the generalized eigenvalue problems for very big systems. I'm looking for a matlab code which uses algorithms such as Lanczos.
Thanks in advance for your helpfullness.
0 comentarios
Respuestas (2)
  YOUSSEF
 el 1 de Dic. de 2022
        hello everyone:
i'm looking for code transopse of matrix 
thank in advance for your  helpfullness
1 comentario
  Walter Roberson
      
      
 el 1 de Dic. de 2022
				transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



