File:Sine wavelength.svg

From formulasearchengine
Jump to navigation Jump to search

Original file(SVG file, nominally 512 × 356 pixels, file size: 26 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: 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

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)

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);

Captions

high resolution

Items portrayed in this file

depicts

1 July 2009

image/svg+xml

File history

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

Date/TimeThumbnailDimensionsUserComment
current12:47, 30 October 2021Thumbnail for version as of 12:47, 30 October 2021512 × 356 (26 KB)wikimediacommons>Upload77Reverted to version as of 06:13, 2 July 2009 (UTC)

There are no pages that use this file.