Warning: Matrix is singular to working precision. i got this warning when i try to find the invers for the following matrix

1 回表示 (過去 30 日間)
Hussein Ali
Hussein Ali 2018 年 3 月 25 日
回答済み: Walter Roberson 2018 年 3 月 25 日
Ybus=[-80i 0 0 0 0
0 -71.429i 0 0 0
0 0 -9.524i 2.857i 6.667i
0 0 2.857i -16.187i 13.33i
0 0 6.667i 13.33i -19.997i]
Zbus=inv(Ybus)

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 3 月 25 日
Ybus(3,:) + Ybus(4,:) equals Ybus(5,:) so rank(Ybus) is only 4 not 5. The equation is singular and has no inverse.

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by