In symbolic expression, how can I factorize terms that has common variables?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have this expression
det = ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/652575/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/652575/image.png)
I used collect but it returns the following
collect(det,x)
ans =
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/652580/image.png)
So, It has been factorized only with resect to x and x.^2 variables.
Is there a way to obtain the equation with the factorization with respect to all the variables?
Thank you ivery much in advance for your help!
Laura
6 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Assumptions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!