Community Profile

photo

Sey


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 0 answers | 0

0

answers