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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0