Last time: | Next time: |
Today:
Java people: I've got Eclipse installed, but I'm still learning. Would it be possible for you to give me executable versions of your code, that I could run under windows (or unix or mac)?
(See the example immediately following the naive bisection algorithm for details.)
On the downside, however, we noted that it
It involved first finding the appropriate function whose root is the quotient we seek. If we need to do the quotient , we define and compute it as
where a and b are chosen to bracket the root. [What might be a good convention for those?]
You might think that bisection is linear -- however we can show that
This is Newton's method, where we approximate the derivative: in particular, we approximate the tangent line with a secant line.
Let's see if we can derive the formula.