Lissajous curve 5by4


Författare/Upphovsman:
Tillskrivning:
Bilden är taggad "Attribution Required" men ingen tillskrivningsinformation lämnades. Attributionsparametern utelämnades troligen när MediaWiki-mallen användes för CC-BY-licenserna. Författare och upphovsmän hittar ett exempel för korrekt användning av mallarna här.
Kreditera:
Den här W3C-overifiera vektorbilden skapades med Gnuplot.
Upplösning:
600 x 600 Pixel (1905 Bytes)
Beskrivning:

A Lissajous curve, that can be expressed in parametric form as:

with , and . I created it with the following GNUplot code:

set samples 5000
set terminal svg
set output "Lissajous_curve_5by4.svg"

# plotting within a square
set size square

# remove most of information from the picture
set noxtic
set noytic
set key off

# plot
set parametric
a=5
b=4
delta=pi/2
plot [0:2*pi] sin(a*t + delta),sin(b*t) with lines linewidth 2
and then I post-processed with Inkscape
Licens:
Licensvillkor:
Creative Commons Attribution-Share Alike 3.0

Mer information om licensen för bilden finns här. Senaste uppdateringen: Fri, 23 Aug 2024 04:32:51 GMT