Community Profile

photo

Renee


University of Maryland

Active since 2014

Followers: 0   Following: 0

Message

Statistics

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

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

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

9 years ago | 1 answer | 0

1

answer