abs and sign simplification
Afficher commentaires plus anciens
In some symbolic manipulations, I get a result which has something like abs(e)*sign(e). Why is this not simplified away, even by simplify? It's surely an identity that e = abs(e)*sign(e). For example, with this code:
syms x
diff(norm(diff(cos(x))))
% ans = (abs(sin(t))*sign(sin(t))*cos(t))/(abs(sin(t))^2)^(1/2)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Conversion dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!