Image:Cosine fixed point.svg

From Wikipedia, the free encyclopedia

Cosine_fixed_point.svg (SVG file, nominally 600 × 480 pixels, file size: 14 KB)

Wikimedia Commons logo This is a file from the Wikimedia Commons. The description on its description page there is shown below.
Commons is a freely licensed media file repository. You can help.
Description

Summary

Summary

Fixed point iteration of the cosine function.

Derived from en::Image:Sine fixed point.svg. Created with en:Gnuplot:

set term svg
set out "cos.svg"

set multiplot
set size ratio 0.5
unset key
unset border
set xrange [-pi/2:pi/2]
set yrange [0:1]
set xtics axis
set ytics axis
set xzeroaxis
set yzeroaxis

f(x) = cos(x)
x_0 = -1

unset parametric
set samples 100
plot x with lines lt 3
plot f(x) with lines lt 3

set parametric
iter2_x(x, n) = n>0 ? iter1_x(f(x), n-1) : x
iter1_x(x, n) = n>0 ? iter2_x(  x , n-1) : x
 iter_x(x, n) = n>0 ? iter2_x(  x , n-1) : x
iter2_y(y, n) = n>0 ? iter1_y(  y , n-1) : y
iter1_y(y, n) = n>0 ? iter2_y(f(y), n-1) : y
 iter_y(y, n) = n>0 ? iter2_y(f(y), n-1) : 0
set samples 21
plot [0:20] iter_x(x_0,t),iter_y(x_0,t) with lines lt 1

unset multiplot

Source

Originally from en.wikipedia; description page is/was here.

Date

2007-04-30 (first version); 2007-04-30 (last version)

Author

Original uploader was Tinctorius at en.wikipedia Later versions were uploaded by EdC at en.wikipedia.

Permission
(Reusing this image)

Released under the GNU Free Documentation License.


[edit] License information

GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation license, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation license".

Aragonés | العربية | Asturianu | Български | বাংলা | ইমার ঠার/বিষ্ণুপ্রিয়া মণিপুরী | Brezhoneg | Bosanski | Català | Cebuano | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | فارسی | Suomi | Français | Gaeilge | Galego | עברית | Hrvatski | Magyar | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | ភាសាខ្មែរ | 한국어 | Kurdî / كوردی | Latina | Lëtzebuergesch | Lietuvių | Bahasa Melayu | Nnapulitano | Nederlands | ‪Norsk (nynorsk)‬ | ‪Norsk (bokmål)‬ | Occitan | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски / Srpski | Svenska | తెలుగు | ไทย | Türkçe | Українська | اردو | Tiếng Việt | Volapük | Yorùbá | ‪中文(中国大陆)‬ | ‪中文(台灣)‬ | +/-

[edit] Original upload log

(All user names refer to en.wikipedia)

  • 2007-04-30 22:57 EdC 600×480×0 (14381 bytes) Create fixed version from own previous work at [[:Image:Sine fixed point.svg]].
  • 2007-04-30 09:10 Tinctorius 600×480×0 (11310 bytes) Fixed point iteration of the cosine function. Derived from [[:Image:Sine fixed point.svg]]. Created with [[Gnuplot]]: <nowiki> set term svg set out "cosine.svg" set multiplot set size ratio 0.5 unset key set xrange [-pi:pi] set yrange [0:1] set xtics
  • 2007-04-30 08:35 Tinctorius 600×480×0 (11010 bytes) == Summary == Fixed point iteration of the cosine function. Derived from [[:Image:Sine fixed point.svg]]. Created with [[Gnuplot]]: <nowiki> set term svg set out "cosine.svg" set multiplot set size ratio 0.5 unset key set xrange [-pi:pi] set yrange [0

File history

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

Date/TimeDimensionsUserComment
current23:10, 30 April 2007600×480 (14 KB)EnEdC ({{GFDL-user-w|en|English Wikipedia|EdC}})
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):