Relative Gain Array(RGA) for Laplacian matrix ( which have zero eigenvalues )
Afficher commentaires plus anciens
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,
Réponse acceptée
Plus de réponses (1)
Namjin Park
le 28 Août 2019
2 commentaires
Shashank Gupta
le 28 Août 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
le 28 Août 2019
Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!