Fil:Sinc function (both).svg

Sidans innehåll stöds inte på andra språk.
Från Wikipedia

Originalfil(SVG-fil, standardstorlek: 1 300 × 975 pixlar, filstorlek: 42 kbyte)

Sammanfattning

Beskrivning
English: Graph of both the normalized (sin(πx)/(πx)) and unnormalized (sin(x)/x) definitions of the sinc function.

These are on the same scale. The second axis is just to clarify that the zero crossings occur on multiples of pi instead of integers.

Mathworld's version

Instructions:
See Wikipedia graph-making tips.

Then I opened the resulting SVG file in Inkscape, copy and pasted the Unicode π characters and modified those labels by hand, changed the line colors, brought the plot lines to the top, made all the lines 3 px wide, made the grid lines 2px wide and 50% transparency. I also manually reconnected the grid lines that were cut by the legend function, moved the legends down next to the graph, converted their example lines into directional arrow type lines, and put a white box behind the text instead of trying to cut the graph lines like gnuplot does.
Datum 3 juni 2006 (uppladdningsdatum)
Källa Eget arbete
Skapare Omegatron
Andra versioner
SVG utveckling
InfoField
 
Källkoden till denna SVG är ogiltig p.g.a. 12 fel.
 
Den här W3C-ogiltig vektorbilden skapades med Inkscape
 
 This file uses embedded text that can be easily translated using a text editor.
gnuplot source
InfoField
click to expand
# Set 1300×975 SVG output and filename
# The font size (fsize) sets the size for the circles, too.
set samples 400
set terminal svg enhanced size 1300 975 fname "Times" fsize 36
set output "sinc function (both).svg"

# Set y axis limits so the plot doesn't go right to the edges of the graph 
set yrange [-0.3:1.1]
set xrange [-6*pi:6*pi]

set lmargin 5
set bmargin -10

# No legend needed
#set nokey

# Add lightly-colored axis lines
set yzeroaxis
set xzeroaxis

# Put a y-axis tic at every 0.2
set ytics 0.2
set mytics 4

# Put an x-axis tic at every integer
set xtics 5
set format x "%2.0f"
set mxtics 5

# Put a second x-axis tic at every multiple of 2*pi

set x2tics 2*pi
set format x2 "%2.0f"
set mx2tics 2
set grid x x2 y
set xtics nomirror

# Format tics as digit with one decimal place
set format y "%2.1f"

# Plot as lines
plot sin(x)/x with lines, sin(pi*x)/(pi*x) with lines
 
# Close the file (so I don't have to close gnuplot to view it)
set output

Licensiering

Jag, upphovsrättsinnehavaren av detta verk, publicerar härmed det under följande licenser:
w:sv:Creative Commons
erkännande dela lika
Denna fil har gjorts tillgänglig under licenserna Creative Commons Erkännande-DelaLika 3.0 Unported, 2.5 Generisk, 2.0 Generisk och 1.0 Generisk.
Du är fri:
  • att dela – att kopiera, distribuera och sända verket
  • att remixa – att skapa bearbetningar
På följande villkor:
  • erkännande – Du måste ge lämpligt erkännande, ange en länk till licensen och indikera om ändringar har gjorts. Du får göra det på ett lämpligt sätt, men inte på ett sätt som antyder att licensgivaren stödjer dig eller din användning.
  • dela lika – Om du remixar, transformerar eller bygger vidare på materialet måste du distribuera dina bidrag under samma eller en kompatibel licens som originalet.
GNU head Tillstånd ges att kopiera, distribuera och/eller modifiera detta dokument under villkoren i GNU Free Documentation License, Version 1.2 eller senare version publicerad av Free Software Foundation, utan oföränderliga avsnitt, framsidestexter eller baksidestexter. En kopia av licensen ingår i avsnittet GNU Free Documentation License.
Du får själv välja den licens du vill använda.

Bildtexter

Ingen bildtext har definierats

Objekt som porträtteras i den här filen

motiv

image/svg+xml

Filhistorik

Klicka på ett datum/klockslag för att se filen som den såg ut då.

Datum/TidMiniatyrbildDimensionerAnvändareKommentar
nuvarande24 mars 2020 kl. 19.12Miniatyrbild för versionen från den 24 mars 2020 kl. 19.121 300 × 975 (42 kbyte)AkanoToEItalicized variables
3 juni 2006 kl. 20.08Miniatyrbild för versionen från den 3 juni 2006 kl. 20.081 300 × 975 (42 kbyte)Omegatron

Inga sidor använder den här filen.

Global filanvändning

Följande andra wikier använder denna fil:

Metadata