In symbolic expression, how can I factorize terms that has common variables?
7 次查看(过去 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
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Assumptions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!