photo

ADRIA DE JUAN GARCIA


Last seen: 3年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
1 回答

ランク
23,620
of 301,598

評判
2

コントリビューション
3 質問
1 回答

回答採用率
100.0%

獲得投票数
1

ランク
 of 21,346

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,689

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

回答済み
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

1

回答