Feeds
提问
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 前 | 1 个回答 | 1
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
