File:Drini nonuniformconvergence SVG.svg

From formulasearchengine
Jump to navigation Jump to search

Original file(SVG file, nominally 656 × 241 pixels, file size: 47 KB)

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: Regenerated SVG version of the file Drini-nonuniformconvergence.png. The continuous sine functions sinn (green and blue) converge to the discontinuous function (red), as an instance of pointwise, but not uniform, convergence.
Date
Source Own work
Author IkamusumeFan
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with Gnuplot.
 
This chart uses translateable embedded text.
Source code
InfoField

Gnuplot code

#!/usr/bin/gnuplot
# Author: Ika, 2013-11-27

# last changes:
# 2018-01-28: (JoKalliauer) one plot instead of multiple over each other
# 2018-01-28: (JoKalliauer) changed font 'Times' to 'Liberation Serif,Times'
# 2018-12-11: (JoKalliauer) 'set x-range to [0:pi]'
# 2018-12-11: (JoKalliauer) set euqal size-ratio between x- and y-axis 'set size ratio -1'

set term svg size 656,241 font 'Liberation Serif,Times, 12'
set output 'Drini_nonuniformconvergence_SVG.svg'

set multiplot

set xrange [0:pi]
set yrange [0:1.0]
set xtics 0.2
set ytics 0.2
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1
set size ratio -1

unset label

# Draw the function sin(x)
set key off

plot sin(x)     lc rgb "blue"  lw 3, \
     sin(x)**2  lc rgb "green" lw 2, \
     sin(x)**3  lc rgb "green" lw 2, \
     sin(x)**4  lc rgb "green" lw 2, \
     sin(x)**5  lc rgb "green" lw 2, \
     sin(x)**6  lc rgb "green" lw 2, \
     sin(x)**7  lc rgb "green" lw 2, \
     sin(x)**8  lc rgb "green" lw 2, \
     sin(x)**9  lc rgb "green" lw 2, \
     sin(x)**10 lc rgb "green" lw 2, \
     sin(x)**11 lc rgb "green" lw 2, \
     sin(x)**12 lc rgb "green" lw 2, \
     sin(x)**13 lc rgb "green" lw 2, \
     sin(x)**14 lc rgb "green" lw 2, \
     sin(x)**15 lc rgb "green" lw 2, \
     sin(x)**16 lc rgb "green" lw 2, \
     sin(x)**17 lc rgb "green" lw 2, \
     sin(x)**18 lc rgb "green" lw 2, \
     sin(x)**19 lc rgb "green" lw 2, \
     sin(x)**20 lc rgb "green" lw 2, \
     sin(x)**100 lc rgb "blue" lw 3,\
     '-' w p lc rgb "red" pt 7 ps 1
1.57 1 
e

unset multiplot

set term x11
set output

}}

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 3.0 Unported 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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

27 November 2013

File history

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

Date/TimeThumbnailDimensionsUserComment
current19:47, 11 December 2018Thumbnail for version as of 19:47, 11 December 2018656 × 241 (47 KB)wikimediacommons>JoKalliauerupdated source code

There are no pages that use this file.