How to simplify inequalities
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Achim Clausing
am 8 Jul. 2020
Beantwortet: Achim Clausing
am 9 Jul. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Get Started with MuPAD finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!