File:Cycloid static.svg

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

Original file(SVG file, nominally 500 × 200 pixels, file size: 6 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: svg version of cycloid04.png
Date
Source Own work
Author IkamusumeFan
Other versions

Gnuplot Source Code[edit]

Lissajous small 
This W3C-unspecified plot was created with Gnuplot.
# Author: Ika
# Date: 12/19/2014

set term svg font 'Times, 18' size 500,200
set output 'cycloid_static.svg'

# In this program, the cycloid equation is 
# x = 2 (t - sin t)
# y = 2 (1 - cos t)

# The ratio of the height and width of the plot chart is 1/4 = 0.25.
set size ratio 0.25
set xrange [-0.5*pi:10*pi]
set yrange [-1:5]
# Unit along the axes
set xtics 10
set ytics 1
# Draw the axes.
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1
unset grid

unset label
set key off

# Draw the cycloid.
set parametric                              
set trange [-0.5*pi:10*pi]
plot 2*(t-sin(t)), 2*(1-cos(t)) lc rgb "black" lw 2;

set term x11
set output

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

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

Date/TimeThumbnailDimensionsUserComment
current06:44, 19 December 2014Thumbnail for version as of 06:44, 19 December 2014500 × 200 (6 KB)IkamusumeFan (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata