Can anyone tell me that how to solve linear non homogeneous equations to find the values of v?

1 回表示 (過去 30 日間)
Prateek jain
Prateek jain 2018 年 4 月 27 日
編集済み: Stephan 2018 年 4 月 27 日
v=sym('v%d',[3 1])
U=[-13.13, -9.282, 0;
-9.282, -13.13, -9.282;
0, -9.282, -13.13]
b=U*v
  2 件のコメント
Stephan
Stephan 2018 年 4 月 27 日
Hi,
is there a RHS of this system?
Best regards
Stephan
Prateek jain
Prateek jain 2018 年 4 月 27 日
編集済み: Prateek jain 2018 年 4 月 27 日
rhs is zero or you can say U*v=0

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

回答 (1 件)

Stephan
Stephan 2018 年 4 月 27 日
編集済み: Stephan 2018 年 4 月 27 日
Hi,
you can solve this system with:
U\[0 0 0]'
where [0 0 0]' represents your RHS.
The determinant of your coefficient matrix is not zero - so there is a definite solution .
See documentation also:
In your case all v = 0
Best regards
Stephan

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by