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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
