Folder full of pertinent coursework
Kernel: Python 2 (SageMath)
Julia Sets 3
Sean Paradiso
In [1]:
Out[1]:
WARNING: 1 intermediate output message was discarded.
In [2]:
In [3]:
In [4]:
Out[4]:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-4-2a95bb0acec6> in <module>()
----> 1 j = JuliaSetPlot(-1.037 + 0.17j)
2 get_ipython().magic(u'time j.set_spacing(0.006)')
3 get_ipython().magic(u'time j.show()')
<ipython-input-3-2c3d5a46376a> in __init__(self, *args, **kwargs)
4 def __init__(self, *args, **kwargs):
5 # Invoke constructor for JuliaSet first, unaltered
----> 6 super(JuliaSetPlot, self).__init__(*args, **kwargs)
7 # Add one more attribute: a rendered image array
8 self.img = np.array([])
<ipython-input-2-c77859263a40> in __init__(self, c, n)
9 self.n = n
10 self._d = 0.001
---> 11 self._complexplane = pd.array([])
12 self.set = pd.array([])
13
AttributeError: 'module' object has no attribute 'array'
In [0]:
In [0]:
In [0]: