Skip to content

Commit 95aaa9d

Browse files
authored
Jupyter notebook version added
1 parent 98c5f68 commit 95aaa9d

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

ch03/Program_3.1_balltoss.ipynb

-9
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,6 @@
127127
" else: vx, vy = - vx, - vy # below floor, reverse vel.\n"
128128
]
129129
},
130-
{
131-
"cell_type": "code",
132-
"execution_count": null,
133-
"metadata": {
134-
"collapsed": true
135-
},
136-
"outputs": [],
137-
"source": []
138-
},
139130
{
140131
"cell_type": "code",
141132
"execution_count": null,

ch03/Program_3.8_baseball.ipynb

-9
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,6 @@
180180
" go(x=0., y=2., vx=30., vy=0.) # initially z=0, vz=0"
181181
]
182182
},
183-
{
184-
"cell_type": "code",
185-
"execution_count": null,
186-
"metadata": {
187-
"collapsed": true
188-
},
189-
"outputs": [],
190-
"source": []
191-
},
192183
{
193184
"cell_type": "code",
194185
"execution_count": null,

0 commit comments

Comments
 (0)