Looking for method to simplify equation within MATLAB

Say i have the equation where . I am looking for a way to simplify this equation to express X in terms of and c. through matlab, in a scaleable manner.

 採用された回答

Torsten
Torsten 2022 年 5 月 10 日

0 投票

syms a b c d
X = 2*a+3*b+7*c+d;
X = subs(X,d,2*a+4*b)

1 件のコメント

Joe Read
Joe Read 2022 年 5 月 10 日
Thanks so much, very helpful

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLoops and Conditional Statements についてさらに検索

製品

リリース

R2022a

タグ

質問済み:

2022 年 5 月 10 日

コメント済み:

2022 年 5 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by