photo

Sebastian Arias


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
73,804
of 301,261

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,209

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,690

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 1

View badges

Feeds

View by

Question


how do i find the roots of this function? the function is attached
x=-10:1:10; y=x.^3-x.^2+5.*x.*sin((pi().*x)/4-(pi()*5)/4)+3; y1=0; plot(x,y,x,y1) xlabel('x'); grid on ylabel('y') ...

9 years ago | 2 answers | 0

2

answers

Question


iterate values of x through the difference between 2 functions equal to 40. the final x must make the equations equal to 40
hi guys this is what i have so far. I am not sure how to make it test values of x until the function equals 40. Abs(F1-F2)=40 ...

9 years ago | 2 answers | 0

2

answers