Relative Gain Array(RGA) for Laplacian matrix ( which have zero eigenvalues )
이전 댓글 표시
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,
채택된 답변
추가 답변 (1개)
Namjin Park
2019년 8월 28일
댓글 수: 2
Shashank Gupta
2019년 8월 28일
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
2019년 8월 28일
카테고리
도움말 센터 및 File Exchange에서 Sparse Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!