|
70 | 70 | }, |
71 | 71 | { |
72 | 72 | "cell_type": "code", |
73 | | - "execution_count": 1, |
| 73 | + "execution_count": null, |
74 | 74 | "metadata": { |
75 | 75 | "collapsed": false |
76 | 76 | }, |
|
103 | 103 | }, |
104 | 104 | { |
105 | 105 | "cell_type": "code", |
106 | | - "execution_count": 2, |
| 106 | + "execution_count": null, |
107 | 107 | "metadata": { |
108 | 108 | "collapsed": false |
109 | 109 | }, |
110 | | - "outputs": [ |
111 | | - { |
112 | | - "data": { |
113 | | - "text/plain": [ |
114 | | - "True" |
115 | | - ] |
116 | | - }, |
117 | | - "execution_count": 2, |
118 | | - "metadata": {}, |
119 | | - "output_type": "execute_result" |
120 | | - } |
121 | | - ], |
| 110 | + "outputs": [], |
122 | 111 | "source": [ |
123 | 112 | "#!python\n", |
124 | 113 | "X_f0 = array([ 0. , 0.])\n", |
|
139 | 128 | }, |
140 | 129 | { |
141 | 130 | "cell_type": "code", |
142 | | - "execution_count": 3, |
| 131 | + "execution_count": null, |
143 | 132 | "metadata": { |
144 | 133 | "collapsed": false |
145 | 134 | }, |
|
161 | 150 | }, |
162 | 151 | { |
163 | 152 | "cell_type": "code", |
164 | | - "execution_count": 4, |
| 153 | + "execution_count": null, |
165 | 154 | "metadata": { |
166 | 155 | "collapsed": false |
167 | 156 | }, |
|
185 | 174 | }, |
186 | 175 | { |
187 | 176 | "cell_type": "code", |
188 | | - "execution_count": 5, |
| 177 | + "execution_count": null, |
189 | 178 | "metadata": { |
190 | 179 | "collapsed": false |
191 | 180 | }, |
|
215 | 204 | }, |
216 | 205 | { |
217 | 206 | "cell_type": "code", |
218 | | - "execution_count": 6, |
| 207 | + "execution_count": null, |
219 | 208 | "metadata": { |
220 | 209 | "collapsed": false |
221 | 210 | }, |
222 | | - "outputs": [ |
223 | | - { |
224 | | - "data": { |
225 | | - "text/plain": [ |
226 | | - "'Integration successful.'" |
227 | | - ] |
228 | | - }, |
229 | | - "execution_count": 6, |
230 | | - "metadata": {}, |
231 | | - "output_type": "execute_result" |
232 | | - } |
233 | | - ], |
| 211 | + "outputs": [], |
234 | 212 | "source": [ |
235 | 213 | "#!python\n", |
236 | 214 | "from scipy import integrate\n", |
|
253 | 231 | }, |
254 | 232 | { |
255 | 233 | "cell_type": "code", |
256 | | - "execution_count": 7, |
| 234 | + "execution_count": null, |
257 | 235 | "metadata": { |
258 | 236 | "collapsed": false |
259 | 237 | }, |
|
295 | 273 | }, |
296 | 274 | { |
297 | 275 | "cell_type": "code", |
298 | | - "execution_count": 8, |
| 276 | + "execution_count": null, |
299 | 277 | "metadata": { |
300 | 278 | "collapsed": false |
301 | 279 | }, |
|
364 | 342 | }, |
365 | 343 | { |
366 | 344 | "cell_type": "code", |
367 | | - "execution_count": 9, |
| 345 | + "execution_count": null, |
368 | 346 | "metadata": { |
369 | 347 | "collapsed": false |
370 | 348 | }, |
371 | | - "outputs": [ |
372 | | - { |
373 | | - "name": "stdout", |
374 | | - "output_type": "stream", |
375 | | - "text": [ |
376 | | - "X0=( 6, 3) => I ~ 20.8 |delta = 6.19E-05 %\n", |
377 | | - "X0=( 9, 4) => I ~ 39.4 |delta = 2.67E-05 %\n", |
378 | | - "X0=(12, 6) => I ~ 55.7 |delta = 1.82E-05 %\n", |
379 | | - "X0=(15, 8) => I ~ 66.8 |delta = 1.12E-05 %\n", |
380 | | - "X0=(18, 9) => I ~ 72.4 |delta = 4.68E-06 %\n" |
381 | | - ] |
382 | | - } |
383 | | - ], |
| 349 | + "outputs": [], |
384 | 350 | "source": [ |
385 | 351 | "#!python\n", |
386 | 352 | "def IF(X):\n", |
|
411 | 377 | }, |
412 | 378 | { |
413 | 379 | "cell_type": "code", |
414 | | - "execution_count": 10, |
| 380 | + "execution_count": null, |
415 | 381 | "metadata": { |
416 | 382 | "collapsed": false |
417 | 383 | }, |
418 | | - "outputs": [ |
419 | | - { |
420 | | - "name": "stderr", |
421 | | - "output_type": "stream", |
422 | | - "text": [ |
423 | | - "/home/squiba/anaconda2/lib/python2.7/site-packages/matplotlib/text.py:52: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal\n", |
424 | | - " if rotation in ('horizontal', None):\n", |
425 | | - "/home/squiba/anaconda2/lib/python2.7/site-packages/matplotlib/text.py:54: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal\n", |
426 | | - " elif rotation == 'vertical':\n" |
427 | | - ] |
428 | | - } |
429 | | - ], |
| 384 | + "outputs": [], |
430 | 385 | "source": [ |
431 | 386 | "#!python\n", |
432 | 387 | "#-------------------------------------------------------\n", |
|
0 commit comments