Help me please



Hi,

im trying to get my head round the bisection method to create a
script file to do the following but im struggling. please someone
give me a hand or get me started......

find the positive zero of the continuous function
f(x)=2.1x^3-cos(1.5x)
the zero should then be determined to 4 decimal places....

file needs to:
1.)request the user to enter the initial endpoints of the zero
2.)Verify that the interval entered is valid (i.e. contains a 0) -if
not warn the user
3.)Display the zero on the screen

thanks in advance
.



Relevant Pages

  • Re: Help me please
    ... script file to do the following but im struggling. ... find the positive zero of the continuous function ... the zero should then be determined to 4 decimal places.... ... or x2 has f of the opposite sign. ...
    (comp.soft-sys.matlab)
  • Best fitting a range of data to a particular value
    ... I am struggling to find the answer to the following: ... I have three columns of data, consisting of up to ten values. ... possibly ZERO to THREE values from range B and possibly ZERO ... luck. ...
    (microsoft.public.excel)
  • Re: Rookie having problems with some filter code. Any help?
    ... Don Bruder writes: ... you bring up a valid point - one which I've been struggling ... >with - How to cope with color values that go negative while being ... to 255 - not wrapped around to zero. ...
    (sci.image.processing)
  • Re: including . in a pattern match
    ... > I have tried a couple of things but I am struggling with how to optionally ... > zero or one decimal point followed by ... What you want is $REout of that package. ... Prev by Date: ...
    (perl.beginners)
  • Bisection Method
    ... the root "x". ... to set equal to zero is the function 1. ... how could I implement the bisection method in that case? ... Kind Regards ...
    (comp.soft-sys.matlab)