Simultaneous equation solving
古いコメントを表示
Hello
I am having trouble solving the following equations;
eq1='a=x(d-z)';
eq2='b=y+x(d-z)^2';
eq3='c=e*y/x+0.5*(d-z)^2';
a,b,c,d,e are known variables x,y,z are unknowns
Im not sure if this set is possible to solve without additional equations or not. Any help would be helpful. Thanks
回答 (1 件)
Walter Roberson
2012 年 4 月 27 日
0 投票
solve() should be able to take care of this without difficulty, provided you add in the missing multiplication signs after the "x"
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!