File:Tent map.gif

From Vigyanwiki

Tent_map.gif(360 × 249 pixels, file size: 6.9 MB, MIME type: image/gif, looped, 300 frames, 30 s)

Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: Example of an iteration over a tent map
Date
Source https://twitter.com/j_bertolotti/status/1235497417090494477
Author Jacopo Bertolotti
Permission
(Reusing this file)
https://twitter.com/j_bertolotti/status/1030470604418428929

Mathematica 12.0 code

\[Mu] = 1.9;
tent[x_] := \[Mu] Min[x, 1 - x];
val = NestList[tent, 0.4, 500];
p0 = Table[
   Show[
    Plot[tent[x], {x, 0, 1}, PlotStyle -> {Thick, Black}, AxesLabel -> {"\!\(\*SubscriptBox[\(x\), \(n\)]\)", "\!\(\*SubscriptBox[\(x\), \(n + 1\)]\)"}, LabelStyle -> {Black, Bold}, PlotLabel -> "Tent map: \!\(\*SubscriptBox[\(x\), \(n + 1\)]\)=\[Mu] \min{\!\(\*SubscriptBox[\(x\), \(n\)]\),1-\!\(\*SubscriptBox[\(x\), \\(n\)]\)}"]
    ,
    Graphics[{Red, Thick, Opacity[0.2], Table[{Line[{{val[[j]], 0}, {val[[j]], val[[j + 1]]}}], Line[{{val[[j]], val[[j + 1]]}, {0, val[[j + 1]]}}]}, {j, 1, k, 1}]
      }]
    ]
   , {k, 1, 300}];
ListAnimate[p0]

Licensing

I, the copyright holder of this work, hereby publish it under the following licence:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighbouring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents
Example of an iteration over a tent map

Items portrayed in this file

depicts

5 March 2020

image/gif

File history

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

Date/TimeThumbnailDimensionsUserComment
current17:08, 6 March 2020Thumbnail for version as of 17:08, 6 March 2020360 × 249 (6.9 MB)wikimediacommons>BertoUploaded own work with UploadWizard

The following page uses this file:

Metadata