File:Lissajous curve 7by6.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 512 × 512 pixels, file size: 2 KB)

Captions

Captions

Add a one-line explanation of what this file represents
Description
English: 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
unset xtic
unset ytic
set key off

# plot
set parametric
a=7
b=6
delta=pi/2
plot [0:pi/2] sin(a*t + delta),sin(b*t) with lines linewidth 2
and then I post-processed with Inkscape: I converted the graph to beziers (aka Simplify), cloned and rotated the curve (π/2) to get the entire graph (2π), and resized the final image to 600x600 with a 18.854px margin, like the others. I also manually edited and removed any unnecessary elements. All of this resulted in a smoother graph with a small file size.
Date
Source Own work
Author Trlkly
Other versions File:(6-7)Lissajouskurva.jpg
Public domain This image of simple geometry is ineligible for copyright and therefore in the public domain, because it consists entirely of information that is common property and contains no original authorship.
Heptagon
Heptagon

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:34, 6 October 2011Thumbnail for version as of 18:34, 6 October 2011512 × 512 (2 KB)Trlkly (talk | contribs){{Information |Description ={{en|1=A Lissajous curve that can be expressed in parametric form as: :<math>x=A\sin(at+\delta),\quad y=B\sin(bt)</math> with <math>a=7</math>, <math>b=6</math> and <math>\delta = \pi / 2</math>. I created it with the follow

The following page uses this file:

File usage on other wikis

The following other wikis use this file: