X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=has_root.m;h=da518e9f3e03524db06a9a1c10f4a41fbdfd9afe;hb=348e6d7d4dc5dd9e190cad5a76748c8e0ab5084a;hp=5c835d8e51e864e8d37a318059339e4d7e30c18e;hpb=78254b47cdaf395eac1e31845a2cc9edb55a4aca;p=octave.git diff --git a/has_root.m b/has_root.m old mode 100755 new mode 100644 index 5c835d8..da518e9 --- a/has_root.m +++ b/has_root.m @@ -1,5 +1,3 @@ -#!/usr/bin/octave --silent - function has_root = has_root(fa, fb) ## Use the intermediate value theorem to determine whether or not some ## function has an odd number of roots on an interval. If the function