How to simplify inequalities
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Achim Clausing
le 8 Juil 2020
Réponse apportée : Achim Clausing
le 9 Juil 2020
I want to simplify linear equalities (in two variables) in mupad. For example, how can I simplify
c1 := b<=a and a<=0 and 0<=2*a+b+1 and 0<=a+b+1
The last inequality in this condition is superfluous. How can I bring mupad to simplify c1 to
c2 := b<=a and a<=0 and 0<=2*a+b+1 ?
0 commentaires
Réponse acceptée
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Get Started with MuPAD 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!