Relative Gain Array(RGA) for Laplacian matrix ( which have zero eigenvalues )
Mostrar comentarios más antiguos
Thanks to seeing my question,
I have problem to get Relative Gain Array (RGA) matrix for Laplacian matrix
Laplacian matrix contion : eigenvalue <= 0 alway has 0 eigenvalue,
I already get RGA matrix under the condition of matrix which is Positive definite, (eigenvalues >0 case - Not Laplacian)
RGA = G(0) * trans( G(0)^(-1) ).
when there is zero eigenvalue in transfer functuin G,
I can't calculate G(0), that goes to infinie,
So how can i get RGA when there is zero eigenvalue in Transfer function ???
Thanks,
Respuesta aceptada
Más respuestas (1)
Namjin Park
el 28 de Ag. de 2019
2 comentarios
Shashank Gupta
el 28 de Ag. de 2019
Conventionally we use Moore-Penrose psuedoinverse but as you mentioned sometimes it fails to preserve critical propertiy of RGA(which is row sum property in your case). In such scenerio you can either say the rga_G matrix which you got can act as a approximate RGA or if you want more precise matrix then there are some recent work, which has been done on the RGA for singular and rectangular metrices, you can refer to this link for more information.
I hope it helps
Namjin Park
el 28 de Ag. de 2019
Categorías
Más información sobre Sparse Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!