(10 pts by Thursday, Jan 31)
Generate a random function using this Sage Cell link. Be sure to seed the random number generator by setting the value inside set_random_seed
to be your position in the Groovy Class Randomizer on our class web page. Add 24 to your position, if you’re in the afternoon section.
Once you’ve got your random function,
- show it to us by typing it into your answer,
- write down a complete sentence showing that your function has a root in [0,1],
- include a graph of your function,
- implement five bisection steps and tell us what interval the root that the bisection method finds lies in.