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.

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.

Productos

Versión

R2022a

Etiquetas

Preguntada:

el 10 de Mayo de 2022

Comentada:

el 10 de Mayo de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by