Hi, I believe this question fits Stack Overflow better.
Here're SO guidelines on how to create a minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example If you're new to NumPy I'd recommend this visual guide: https://betterprogramming.pub/numpy-illustrated-the-visual-guide-to-numpy-3b1d4976de1d Best regards, Lev On Thu, Jan 27, 2022 at 8:19 PM <[email protected]> wrote: > Hi, i am new to numpy. This is first time i am using numpy. > > https://github.com/mspieg/dynamical-systems/blob/master/Bifurcations.ipynb > > This code i found to create bifurcation graph. There is section of code > which i am not able to understand > > vr[stable], vx[stable] > > vr and vx is array of 150 elements. > unstable and stable array also has 150 elements > > But vr[stable], vx[stable] becomes 75 elements in the array. Which i am > not able to umderstand how 150 elements in array drops to 75 > _______________________________________________ > NumPy-Discussion mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ > Member address: [email protected] >
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
