Symbolic toolbox not simplifying adequately
19 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mohit Kumar
le 12 Juin 2020
Commenté : Sariñana Aarón
le 16 Nov 2023
I'm using MATLAB Live Editor along with the symbolic toolbox. The following expression is not getting simplified. Any fixes?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/314831/image.png)
I've tried using simplify to no avail.
Thanks,
Mohit.
0 commentaires
Réponse acceptée
madhan ravi
le 12 Juin 2020
syms alpha F R
simplify((3*F*R^2*alpha)/64 - 3*R*sqrt(F^2*R^2*alpha^2)/64,...
'IgnoreAnalyticConstraints', true)
6 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!