photo

ADRIA DE JUAN GARCIA


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
23,557
of 301,229

REPUTATION
2

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,196

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,512

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Answered
MATLAB ignores assumptions (returns abs(x) after assuming x is positive)
Fixed. After first assumption, all other must be assumeAlso().

3 years ago | 1

| accepted

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer