{
 "cells": [
  {
   "cell_type": "code",
   "execution_count": 1,
   "metadata": {},
   "outputs": [],
   "source": [
    "#This worksheet contains the data for Exercise 3.4.3, Tori Bowie's 100-meter \n",
    "#gold medal performance in the 2017 IAAF World Championships.\n",
    "\n",
    "bowietimes = [0.182, 2.07, 3.22, 4.24, 5.18, 6.11, 7.04, 7.98, 8.93, 9.88, 10.85]"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "#The Hill-Keller model can be fit to this data in precisely the same manner \n",
    "#as that used for Usain Bolt's data."
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "SageMath 9.2",
   "language": "sage",
   "name": "sagemath"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.7.7"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 4
}