フィルターのクリア

Simple symbolic system of nonlinear equations

1 回表示 (過去 30 日間)
valentino dardanoni
valentino dardanoni 2018 年 9 月 17 日
I have a simple system of linear equations such as
f(x,y,z)=a
g(x,y,z)=b
h(x,y,z)=c
with f,g,h being specified polynomial functions. I want to find the symbolic solution x=x(a,b,c), y=y(a,b,c) and z=z(a,b,c).
Any help on coding this problem is much appreciated

採用された回答

Walter Roberson
Walter Roberson 2018 年 9 月 17 日
sol = solve([f==a, g==b, h==c], [x, y, z])
  1 件のコメント
valentino dardanoni
valentino dardanoni 2018 年 9 月 18 日
Thank you! It works fine.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by