File:Logistic map with lyapunov exponent function.png

Summary

Description
English: Logistic map with lyapunov exponent function.
Date
Source Own work
Author Cosmia Nebula
PNG development
InfoField
Source code
InfoField

Python code

import numpy as np
import chaotic_maps as cm

cm.bifurcation_and_lyapunov_plots(
    cm.logistic_map,
    init=0.2,
    parameter_range=np.linspace(0.1, 3.9, num=10000),
    deriv_generator=cm.logistic_map_deriv,
    y_points=500,
    xlabel=r"$r$",
    ylabel=r"$x$",
    alpha=0.03
)

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Logistic%20map%20with%20lyapunov%20exponent%20function.pngCategory:Self-published work
Category:Dynamical systems Category:Logistic map Category:Bifurcation theory Category:Chaos theory
Category:Bifurcation theory Category:CC-BY-SA-4.0 Category:Chaos theory Category:Dynamical systems Category:Logistic map Category:PNG created with Matplotlib code Category:Self-published work