XIV

Source 📝

File:Sine wavelength.svg
Size of this PNG preview of this SVG file: 512 × 356 pixels. Other resolutions: 320 × 223 pixels | 640 × 445 pixels | 1,024 × 712 pixels | 1,280 × 890 pixels | 2,560 × 1,780 pixels.

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

Summary

DescriptionSine wavelength.svg
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,"/build upon the material, you must distribute your contributions under the same or compatible license as the original.
https://creativecommons.org/licenses/by-sa/3.0CC BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 truetrue

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
current10:47, 30 October 2021Thumbnail for version as of 10:47, 30 October 2021512 × 356 (26 KB)Upload77Reverted 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)Patrick87use 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)RayhemClearer markings, Asymptote source code
06:13, 2 July 2009Thumbnail for version as of 06:13, 2 July 2009512 × 356 (26 KB)Dicklyon{{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

File usage

The following pages on the English XIV use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

View more global usage of this file.

Metadata

This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.

If the file has been modified from its original state, some details may not fully reflect the modified file.

Image titleMatlab Figure Converted by PLOT2SVG written by Juerg Schwizer
Width100%
Height100%

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.