File:Logistic map with lyapunov exponent function.png

Original file(790 × 889 pixels, file size: 80 KB, MIME type: image/png)

Captions

Captions

Logistic map with lyapunov exponent function.

Summary

edit
Description
English: Logistic map with lyapunov exponent function.
Date
Source Own work
Author Cosmia Nebula
PNG development
InfoField
 
This plot was created with Matplotlib.
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

edit
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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:49, 18 April 2023Thumbnail for version as of 21:49, 18 April 2023790 × 889 (80 KB)Cosmia Nebula (talk | contribs)Uploaded while editing "Logistic map" on en.wikipedia.org

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata