How to solve the following system of equations?

4 ビュー (過去 30 日間)
Sameer
Sameer 2014 年 6 月 4 日
コメント済み: Sameer 2014 年 6 月 4 日
Hello
I have a set of equations and I want to solve using matrix system. Please have a lppk at the example
aV1=bV2+cV3
500V1^2+p1-230V2^2+p2=0
500V1^2+p1-230V3^2+p2=0
solving for unknowns i.e V1,V2,V3.
How to solve such a system using matrixes. Please Guide!!!
Regards

回答 (1 件)

Roger Wohlwend
Roger Wohlwend 2014 年 6 月 4 日
編集済み: Roger Wohlwend 2014 年 6 月 4 日
Two of the three equations are non-linear. You cannot solve these with some simple matrix operations. Take a pencil and a paper and calculate the solution yourself. It is not so hard. If you look closely at the second and third equation, you find out that V2 = V3 or V2 = -V3.
  1 件のコメント
Sameer
Sameer 2014 年 6 月 4 日
Hi...Thanks for replying. Its not about 3 equations. My system of equations consists of 14 equations out of which 7 equations are linear and 7 are non linear. Any guidance is appriciated.
Regards

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeState-Space Control Design and Estimation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by