Community Profile

photo

Brian Reinhard


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Undefined function or variable 'bisection'.
function [x,e] = mybisect (f,a,b,n) c = f(a); z = f(b); if (f(a)*f(b) > 0) error ('Function has ame sig...

3 years ago | 1 answer | 1

1

answer