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 ?

 採用された回答

Apoorv Singh
Apoorv Singh 2020 年 7 月 9 日
編集済み: madhan ravi 2020 年 7 月 9 日

0 投票

1 件のコメント

madhan ravi
madhan ravi 2020 年 7 月 9 日
Apoorv the OP is dealing with MUPAD.

サインインしてコメントする。

その他の回答 (1 件)

Achim Clausing
Achim Clausing 2020 年 7 月 9 日

0 投票

I guess this is what I am looking for. Unfortunately, I know little of Matlab. I do everything in Mupad.
Thanks anyway!

カテゴリ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by