How to simplify a symbolic polynomial with respect to x?
Mostra commenti meno recenti
Thanks. What I want is:
syms a b c x
equ = (x-a)*(x-b)+(x-c)
%some code
ans = x^2-(a+b-1)*x+a*b-c
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Polynomials in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!