Day 16 in Mat360

Last time: Next time:

Today:


Website maintained by Andy Long. Comments appreciated.
















































n = 4
results = Bisection[f, n*Pi + Pi/4.0 - .1, n*Pi + Pi/4.0 + .1]
n = 3
results = Bisection[f, n*Pi + Pi/4.0 - .1, n*Pi + Pi/4.0 + .1]
n = 30
results = Bisection[f, n*Pi + Pi/4.0 - .1, n*Pi + Pi/4.0 + .1]