Community Profile

photo

Juan Gomez


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


In matlab grader it says i am trying to write a scrip instead of a function.
f = @(x) (2.*x.^3 + 3.*x-1) .* cos(x) - x; [bisec_root, n, err] = bisection_method(f, -1, 1, 10E-5, 20) matlab_root = fzer...

4 years ago | 1 answer | 0

1

answer