In symbolic expression, how can I factorize terms that has common variables?
조회 수: 3 (최근 30일)
이전 댓글 표시
I have this expression
det = 

I used collect but it returns the following
collect(det,x)
ans =

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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!






