Feeds
답변 있음
MATLAB ignores assumptions (returns abs(x) after assuming x is positive)
Fixed. After first assumption, all other must be assumeAlso().
MATLAB ignores assumptions (returns abs(x) after assuming x is positive)
Fixed. After first assumption, all other must be assumeAlso().
거의 4년 전 | 1
| 수락됨
질문
MATLAB ignores assumptions (returns abs(x) after assuming x is positive)
I'm getting abs(b) as a return when I assumed b to be real and positive. This is causing issues when simplifying and giving me u...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Integral not being computed
I want to compute the integral of normDf between a and b. What am I doing wrong? This is my code syms t assume(t, "real") ...
대략 4년 전 | 답변 수: 2 | 0
2
답변질문
Why does solve(1 == 1, t) return 0 as an answer?
I understand that the solution of the equation 1=1 in terms of t is all t. Now, when I ask MATLAB to solve(1 == 1, t) it returns...
대략 4년 전 | 답변 수: 1 | 0
