File:Sine wavelength.svg

From Wikimedia Commons, the free media repository
Jump to: navigation, search
Original file(SVG file, nominally 600 × 300 pixels, file size: 18 KB)

Summary[edit]

Description
English: Plot of a sine wave, showing three pairs of corresponding points between which wavelength (lambda) can be measured.
Date
Source Own work
Author Dicklyon (Richard F. Lyon)

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 3.0 Unported 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 attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • share alike – If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Source (Asymptote)[edit]

import graph;
size(200,100,IgnoreAspect);
 
real f(real x) {
  return sin(2*pi*x);
}
 
string fmt(real x) {
  return "";
}
 
draw(graph(f, 0, 2, operator..), red);
xaxis("$x$",Ticks(N=0,n=4,Step=0.5,ticklabel=fmt));
yaxis("$y(x)$",Ticks(N=0,n=4,Step=1, ticklabel=fmt));
 
Label lambda=Label("$\lambda$",align=N,blue);
draw(L=lambda, (0.25, 1) -- (1.25, 1), blue, Arrows);
draw(L=lambda, (0.50, 0) -- (1.50, 0), blue, Arrows);
draw(L=lambda, (0.75,-1) -- (1.75,-1), blue, Arrows);

File history

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

Date/TimeThumbnailDimensionsUserComment
current21:29, 27 January 2014Thumbnail for version as of 21:29, 27 January 2014600 × 300 (18 KB)Patrick87 (talk | contribs)use generic axes labels (specification of wavelengths on a time or frequency axis as in previous version does not make sense)
20:54, 5 August 2013Thumbnail for version as of 20:54, 5 August 2013251 × 125 (25 KB)Glosser.ca (talk | contribs)Clearer markings, Asymptote source code
06:13, 2 July 2009Thumbnail for version as of 06:13, 2 July 2009512 × 356 (26 KB)Dicklyon (talk | contribs){{Information |Description={{en|1=Plot of a sine wave, showing three pairs of corresponding points between which wavelength (lambda) can be measured.}} |Source=Own work by uploader |Author=Dicklyon (Richard F. Lyon) |Date=July 1 2009 |Pe
  • You cannot overwrite this file.

There are no pages that link to this file.

File usage on other wikis

The following other wikis use this file:

Metadata