Kernel: Python 3 (system-wide)
In [1]:
Out[1]:
In [9]:
Out[9]:
In [10]:
Out[10]:
In [3]:
Out[3]:
In [2]:
Out[2]:
In [0]:
In [3]:
Out[3]:
100%|██████████| 1100/1100 [00:00<00:00, 2762.77it/s]
In [1]:
Out[1]:
0%| | 0/1100 [00:00<?, ?it/s]
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
/tmp/ipykernel_1121/2146635841.py in <cell line: 18>()
16
17
---> 18 LogisticMap()
/tmp/ipykernel_1121/2146635841.py in LogisticMap()
10 last = 100 # Finalmente dibuje el número de iteraciones del resultado
11 for i in tqdm(range(iters+last)):
---> 12 x = -(x + a*y) - (mu + z*(x - c))
13 if i >= iters:
14 plt.plot(mu, x, ',k', alpha=0.5) # alphaSet transparencia
NameError: name 'a' is not defined
In [0]: