Feeds
提问
secant method for finding roots
Write a function m-file called secant.m which uses this method to find the root of a given function between points a and b. The ...
11 years 前 | 0 个回答 | 0
0
个回答提问
Write a function m-file which given any real x returns f(x) (Hint: the floor function may help here).
A periodic function with period 3 is defined on the interval 0 ≤ x ≤ 3 by: f(x) = 2sqrt(x), for 0 ≤ x ≤ 1 f(x) = 3-x, fo...
11 years 前 | 1 个回答 | 0
1
个回答提问
secant.m HELP for arbitrary continuous function
(a)Write a function m-file called secant.m which uses this method to find the root of a given function between points a and b ch...
11 years 前 | 0 个回答 | 0