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
