From Wikipedia, the free encyclopedia
[edit] Summary
Description |
A Lissajous curve, that can be expressed in parametric form as:
with a = 5, b = 6 and δ = π / 2. I created it with the following GNUplot code:
set samples 5000
set terminal svg
set output "Lissajous_curve_5by6.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=6
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
|
Source |
own work
|
Date |
22 December 2006
|
Author |
Alessio Damato
|
Permission |
see below
|
[edit] Licensing
I, the author of this work, hereby publish it under the following licenses:
You may select the license of your choice.
|
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):