Lissajous curve 1by2


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:
Eget arbete
Upplösning:
600 x 600 Pixel (2412 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_1by2.svg"
# plotting within a square
set size square

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

# plot
set parametric
a=1
b=2
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:40 GMT