Skip to content

Commit ec7eccb

Browse files
committed
Updates
1 parent f744d91 commit ec7eccb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

book/book.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
\usepackage{hevea}
2323
\usepackage{makeidx}
2424
\usepackage{setspace}
25-
\usepackage{xcolor}
2625
\usepackage{upquote}
26+
\usepackage{xcolor}
2727
\usepackage[listings]{tcolorbox}
2828

2929

@@ -419,7 +419,7 @@ \section{Installing Python}
419419
I suggest you accept the recommended options.
420420
On Windows you have the option to install Visual Studio Code, which is an interactive environment for writing programs. You won't need it for this book, but you might want it for other projects.
421421

422-
By default, Anaconda installs most of the packages you need, but there are a few more you might have to add. Once the installation is complete, open a command window. On macOS or Linux, you can use Terminal. On Windows, open Git Bash.
422+
By default, Anaconda installs most of the packages you need, but there are a few more you might have to add. Once the installation is complete, open a command window. On macOS or Linux, you can use Terminal. On Windows, open the Anaconda Prompt that should be in your Start menu.
423423

424424
Run the following command (copy and paste it if you can, to avoid typos):
425425

@@ -724,7 +724,7 @@ \chapter{Bike share}
724724
Along the way, we'll make decisions about how to model the system. In the next chapter we'll review these decisions and gradually improve the model.
725725

726726

727-
\section{Bikeshare}
727+
\section{Modeling}
728728
\label{modeling}
729729

730730
Imagine a bike share system for students traveling between Olin College and Wellesley College, which are about 3 miles apart in eastern Massachusetts.
@@ -5277,7 +5277,7 @@ \section{Implementation}
52775277
unpack(system)
52785278

52795279
frame = TimeFrame(columns=init.index)
5280-
frame.loc[t0] = init
5280+
frame.row[t0] = init
52815281
ts = linrange(t0, t_end, dt)
52825282

52835283
for t in ts:
@@ -7627,7 +7627,7 @@ \section{Bungee dunk revisited}
76277627
Modify the code from Chapter~\ref{chap21} to model this effect. How does the behavior of the system change as we vary the mass of the cord? When the mass of the cord equals the mass of the jumper, what is the net effect on the lowest point in the jump?
76287628

76297629

7630-
\section{Spiderman}
7630+
\section{Spider-Man}
76317631

76327632
In this case study we'll develop a model of Spider-Man swinging from a
76337633
springy cable of webbing attached to the top of the Empire State

0 commit comments

Comments
 (0)