ملف:Light wave harmonic diagram.svg

محتويات الصفحة غير مدعومة بلغات أخرى.
من ويكيبيديا، الموسوعة الحرة

الملف الأصلي(ملف SVG، أبعاده 426 × 331 بكسل، حجم الملف: 172 كيلوبايت)

ملخص

الوصف
English: The harmonics of lightwaves drawn to scale, showing how the different waves interact with each other. The λ/2 (1/2 wavelength) harmonics are perfectly in sync with each other, but all other colors in the visual spectrum fall between λ and λ/2. Wavelengths that are separated by λ/4 are opposites, falling across from each other on the color wheel. (ie: Red is opposite of green, orange is opposite of blue, and yellow is opposite of violet.) Image was generated using Tikz and the resulting PDF was converted to SVG.
التاريخ
المصدر عمل شخصي
المؤلف Rubber Duck ()
SVG منشأ الملف
InfoField
 
الشيفرة المصدرية لهذا الرسم المتجه صالحة.
 
هذا الرسم المتجهي أُنشئ بواسطة LaTeX
ترجِم هذا الملفَّ يحتوي الملفُّ الشُّعاعي هذا على نصٍّ مُضمَّن يُمكِن ترجمته إِلى العربيَّة باستخدام مُحرر صور شعاعيَّةٍ أو مُحررٍ نصِّيٍّ، لمزيدٍ من المعلومات، راجع: هذه الصَّفحة.
نص برمجي مصدري
InfoField

SVG code

Source code
\documentclass[12pt,border=1pt,tikz,class=scrartcl]{standalone}
\usepackage[latin1]{inputenc}
\usepackage{xcolor}
\usepackage{pgfplots}
\pagestyle{empty}
\begin{document}
\noindent
\begin{tikzpicture}[
label1/.style = {text width=5em,font=\tiny,align=left}
]
\node [font=\bfseries,text centered] at (4,-.5) {Light Harmonics};
\node [label1] at (-1,-1)   {650nm -- Red};
\node [label1] at (-1,-1.5) {607nm -- Orange};
\node [label1] at (-1,-2)   {578nm -- Yellow};
\node [label1] at (-1,-2.5) {520nm -- Green};
\node [label1] at (-1,-3)   {487nm -- Blue};
\node [label1] at (-1,-3.5) {475nm -- Indigo};
\node [label1] at (-1,-4)   {405nm -- Violet};
\node [label1] at (-1,-4.5) {325nm -- UV};
\begin{scope}[domain=0:10,samples=300]
	\draw [red] 	plot (\x,{-1+	sin(\x*500)r/400});
	\draw [orange] 	plot (\x,{-1.5+	sin(\x*535.42)r/400});
	\draw [yellow] 	plot (\x,{-2+	sin(\x*562.285)r/400});
	\draw [green] 	plot (\x,{-2.5+	sin(\x*625)r/400});
	\draw [blue] 	plot (\x,{-3+	sin(\x*667.35)r/400});
	\draw [color={rgb:red,75;green,0;blue,130}] 	plot (\x,{-3.5+	sin(\x*684.2)r/400});
	\draw [violet] 	plot (\x,{-4+	sin(\x*802.47)r/400});
	\draw [violet!60!black] 	plot (\x,{-4.5+	sin(\x*1000)r/400});
\end{scope}
\draw [black] (-1,-4.75) -- ++(10,0);
\node [text centered,font=\small] at (4,-5.1) {Harmonics of red light in relation to other colors};
\node [label1] at (-.5,-5.5)	{$\lambda$/14 --};
\node [label1] at (-.5,-6) 	{$\lambda$/8 --};
\node [label1] at (-.5,-6.5) 	{$\lambda$/4 --};
\node [label1] at (-.5,-7) 	{$\lambda$/3 --};
\node [label1] at (-.5,-7.5) 	{$\lambda$/2.67 --};
\node [label1] at (-.5,-8) 	{$\lambda$/2.5 --};
\node [label1] at (-.5,-8.5) 	{$\lambda$/2 --};
\begin{scope}[domain=0:10,samples=300]
	\draw[red]	plot (\x, {-5.5+	sin(\x*500)r/400});
	\draw[orange]	plot (\x, {-5.5+	sin(\x*535.42)r/400});
	\draw[red]	plot (\x, {-6+		sin(\x*500)r/400});
	\draw[yellow]	plot (\x, {-6+		sin(\x*562.285)r/400});
	\draw[red]	plot (\x, {-6.5+	sin(\x*500)r/400});
	\draw[green]	plot (\x, {-6.5+	sin(\x*625)r/400});
	\draw[red]	plot (\x, {-7+		sin(\x*500)r/400});
	\draw[blue]	plot (\x, {-7+		sin(\x*667.35)r/400});
	\draw[red]	plot (\x, {-7.5+	sin(\x*500)r/400});
	\draw [color={rgb:red,75;green,0;blue,130}] 	plot (\x,{-7.5+	sin(\x*684.2)r/400});
	\draw[red]	plot (\x, {-8+		sin(\x*500)r/400});
	\draw [violet] 	plot (\x, {-8+		sin(\x*802.47)r/400});
	\draw[red]	plot (\x, {-8.5+	sin(\x*500)r/400});
	\draw [violet!60!black] 	plot (\x,{-8.5+	sin(\x*1000)r/400});
\end{scope}
\draw [black] (-1,-8.75) -- ++(10,0);
\node [text centered,font=\small] at (4,-9.1) {White light (all colors interfering with each other)};
\begin{scope}[domain=0:10,samples=300]
	\draw [red] 	plot (\x,{-9.5+	sin(\x*500)r/400});
	\draw [orange] 	plot (\x,{-9.5+	sin(\x*535.42)r/400});
	\draw [yellow] 	plot (\x,{-9.5+	sin(\x*562.285)r/400});
	\draw [green] 	plot (\x,{-9.5+	sin(\x*625)r/400});
	\draw [blue] 	plot (\x,{-9.5+	sin(\x*667.35)r/400});
	\draw [color={rgb:red,75;green,0;blue,130}] 	plot (\x,{-9.5+	sin(\x*684.2)r/400});
	\draw [violet] 	plot (\x,{-9.5+	sin(\x*802.47)r/400});
	\draw [violet!60!black] 	plot (\x,{-9.5+	sin(\x*1000)r/400});
\end{scope}
\end{tikzpicture}
\end{document}

ترخيص

أنا، صاحب حقوق التأليف والنشر لهذا العمل، أنشر هذا العمل تحت الرخص التالية:
w:ar:مشاع إبداعي
نسب العمل إلى مُؤَلِّفه الإلزام بترخيص المُشتقات بالمثل
يحقُّ لك:
  • مشاركة العمل – نسخ العمل وتوزيعه وبثُّه
  • إعادة إنتاج العمل – تعديل العمل
حسب الشروط التالية:
  • نسب العمل إلى مُؤَلِّفه – يلزم نسب العمل إلى مُؤَلِّفه بشكل مناسب وتوفير رابط للرخصة وتحديد ما إذا أجريت تغييرات. بالإمكان القيام بذلك بأية طريقة معقولة، ولكن ليس بأية طريقة تشير إلى أن المرخِّص يوافقك على الاستعمال.
  • الإلزام بترخيص المُشتقات بالمثل – إذا أعدت إنتاج المواد أو غيرت فيها، فيلزم أن تنشر مساهماتك المُشتقَّة عن الأصل تحت ترخيص الأصل نفسه أو تحت ترخيص مُتوافِقٍ معه.
GNU head يسمح نسخ وتوزيع و/أو تعديل هذه الوثيقة تحت شروط رخصة جنو للوثائق الحرة، الإصدار 1.2 أو أي إصدار لاحق تنشره مؤسسة البرمجيات الحرة؛ دون أقسام ثابتة ودون نصوص أغلفة أمامية ودون نصوص أغلفة خلفية. نسخة من الرخصة تم تضمينها في القسم المسمى GNU Free Documentation License.
لك أن تختار الرخصة التي تناسبك.

الشروحات

أضف شرحاً من سطر واحد لما يُمثِّله هذا الملف

العناصر المصورة في هذا الملف

يُصوِّر

٦ أبريل 2015

تاريخ الملف

اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.

زمن/تاريخصورة مصغرةالأبعادمستخدمتعليق
حالي15:28، 19 سبتمبر 2017تصغير للنسخة بتاريخ 15:28، 19 سبتمبر 2017426 × 331 (172 كيلوبايت)Krishnavedalarecreated file with editable text using "latex" and "dvisvgm"
15:43، 22 أبريل 2015تصغير للنسخة بتاريخ 15:43، 22 أبريل 2015427 × 331 (147 كيلوبايت)Krishnavedalabetter rendering using "dvisvgm". unicode characters replaced by hand
19:40، 6 أبريل 2015تصغير للنسخة بتاريخ 19:40، 6 أبريل 2015434 × 338 (295 كيلوبايت)Krishnavedala{{Information |Description ={{en|1=The harmonics of lightwaves drawn to scale, showing how the different waves interact with each other. The λ/2 (1/2 wavelength) harmonics are perfectly in sync with each other, but all other colors in the visual sp...

الصفحة التالية تستخدم هذا الملف:

الاستخدام العالمي للملف

الويكيات الأخرى التالية تستخدم هذا الملف:

بيانات وصفية