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.

 Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange

Produits

Version

R2022a

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by