jared = @(x) zero2; lower = input('Lower: '); upper = input('Upper: '); error = input('Error: '); bisection2(@zero2,lower,upper,error)