Generalized eigenvalue problem
    7 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Hi all.
Can someone tell me how to change the normalization of the generalized eigenvalue problem such that VBV = I, from the statement: [V,D] = eig(A,B).
Thanks
0 comentarios
Respuestas (2)
  Chaowei Chen
      
 el 21 de Ag. de 2011
        If V'*B*V = I, This indicates B is identity matrix, therefore, simply
[V,D] = eig(A)
0 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!

