Looking for method to simplify equation within MATLAB

1 Ansicht (letzte 30 Tage)
Joe Read
Joe Read am 10 Mai 2022
Kommentiert: Joe Read am 10 Mai 2022
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.

Akzeptierte Antwort

Torsten
Torsten am 10 Mai 2022
syms a b c d
X = 2*a+3*b+7*c+d;
X = subs(X,d,2*a+4*b)

Weitere Antworten (0)

Tags

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by