Folder full of pertinent coursework
Kernel: Python 2 (SageMath)
Julia Sets 2
Sean Paradiso
In [5]:
Out[5]:
WARNING: 1 intermediate output message was discarded.
In [6]:
In [7]:
The initial, non-numpy, code took 0.060 seconds and when we introduced numpy we achieve 0.034 seconds on just the code without the plotting tools (roughly twice as fast as the non-numpy version) and 0.054 seconds with the implementation of the plotting tools.
In [8]:
Out[8]:
CPU times: user 204 ms, sys: 20 ms, total: 224 ms
Wall time: 886 ms
CPU times: user 5.37 s, sys: 1.52 s, total: 6.89 s
Wall time: 24.4 s
In [9]:
Out[9]:
ERROR:/projects/sage/sage-6.9/local/lib/python2.7/site-packages/bokeh/validation/check.py:E-1000 (COLUMN_LENGTHS): ColumnDataSource column lengths are not all the same: ColumnDataSource, ViewModel:ColumnDataSource, ref _id: 5cd93843-2e54-42d2-8f88-46c1255babbf
CPU times: user 188 ms, sys: 16 ms, total: 204 ms
Wall time: 992 ms
WARNING: 1 intermediate output message was discarded.
CPU times: user 5.07 s, sys: 84 ms, total: 5.15 s
Wall time: 10.5 s
WARNING: 1 intermediate output message was discarded.
In [10]:
Out[10]:
In [11]: