File:Sine wavelength.svg

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

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

Captions

Captions

high resolution

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 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.

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
current10:47, 30 October 2021Thumbnail for version as of 10:47, 30 October 2021512 × 356 (26 KB)Upload77 (talk | contribs)Reverted to version as of 06:13, 2 July 2009 (UTC)
21: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)Rayhem (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

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

View more global usage of this file.

Metadata