photo

Renee


University of Maryland

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
34,705
of 301,172

REPUTATION
1

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 21,183

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,200

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


Help finding a derivative using tolerance and while loop
I need to make an m-file myderivative(f,a,tol) where f is a function handle for x, a is a real number and tol is a small positiv...

11 years ago | 1 answer | 1

1

answer

Question


How to find the left riemann sum using a for loop?
I need to find the left sum of a function handle f, on the interval [a,b] with n subintervals. So far what I have is: funct...

11 years ago | 1 answer | 0

1

answer

Question


How to use a "for" loop to solve n iterations of the newton-raphson method?
mynewton(f,a,n) which takes three inputs: f: A function handle for a function of x. a: A real number. n: A positive integer. ...

11 years ago | 1 answer | 0

1

answer