File:Cycloid static.svg

From formulasearchengine
Jump to navigation Jump to search

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

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

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

Gnuplot Source Code

 
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

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

19 December 2014

File history

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

Date/TimeThumbnailDimensionsUserComment
current08:44, 19 December 2014Thumbnail for version as of 08:44, 19 December 2014500 × 200 (6 KB)wikimediacommons>IkamusumeFanUser created page with UploadWizard

There are no pages that use this file.