필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Problem with MuPad assumptions

조회 수: 1 (최근 30일)
Ali Baig
Ali Baig 2018년 4월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
Consider the following lines of code.
assume(h > 0)
assume (`ν` > 0)
assume (U > 0)
Pe := U * h / (2 * `ν`)
`&xi` := cosh(Pe)/sinh(Pe) - 1 / Pe
is(`&xi` >= 0
'Pe' should be positive, and when 'Pe' is positive, the variable `ξ' is always positive. But I run these lines in Mupad, the answer comes out to be
UNKNOWN
What is the problem here? I have plotted the variable `ξ' against Pe from 0 to 100000, and `ξ' is always positive.
Is it possible to set the force the sign of `ξ' to be positive?

답변 (0개)

이 질문은 마감되었습니다.

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by