How to simplify inequalities

조회 수: 10 (최근 30일)
Achim Clausing
Achim Clausing 2020년 7월 8일
답변: Achim Clausing 2020년 7월 9일
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일
  댓글 수: 1
madhan ravi
madhan ravi 2020년 7월 9일
Apoorv the OP is dealing with MUPAD.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Achim Clausing
Achim Clausing 2020년 7월 9일
I guess this is what I am looking for. Unfortunately, I know little of Matlab. I do everything in Mupad.
Thanks anyway!

카테고리

Help CenterFile Exchange에서 Get Started with MuPAD에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by