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.

 Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange

Prodotti

Release

R2022a

Tag

Richiesto:

il 10 Mag 2022

Commentato:

il 10 Mag 2022

Community Treasure Hunt

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

Start Hunting!

Translated by