לדלג לתוכן

קובץ:Rrr.svg

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

לקובץ המקורי(קובץ SVG, הגודל המקורי: 373 × 263 פיקסלים, גודל הקובץ: 42 ק"ב)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

תקציר

תיאור
English: Temperatur dependance of electrical resistance in metals. Calculated using the Bloch-Grüneisen-Law. Here, the residual resistance ratio is RRR=7.
Deutsch: Temperaturabhängigkeit des elektrischen Widerstandes in Metallen. Berechnet über das Bloch-Grüneisen-Gesetz. Das Restwiderstandsverhältnis ist hier RRR=7.
תאריך יצירה
מקור נוצר על־ידי מעלה היצירה
יוצר Christian Schirm
Quellen
InfoField
Skript zur Bildgenerierung
Erzeugungsskript, um die Grafik zu erstellen.
Anleitung
InfoField
Benötigte Open-Source-Software:

Nach der Installation von Python den Quelltext in eine Datei Abbildung.py kopieren und starten durch Doppelklicken oder in der Konsole durch Eingabe von

python Abbildung.py
SVGהתפתחות 
InfoField
 
.קוד המקור של קובץ SVG זה הוא תקין
 
Matplotlib עם‎‎ נוצרה ה גרפיקה וקטורית
 
The file size of this SVG plot may be irrationally large because its text has been converted to paths inhibiting translations.
קוד מקור
InfoField

Python code

#This source code is public domain 
#Author: Christian Schirm
 
import numpy,scipy, pylab
from scipy import integrate
from matplotlib.font_manager import FontProperties
import matplotlib.pyplot as plt
 
TDebye=396. #Aluminium (Springermaterials)
def J(x): return integrate.quad(lambda z: z**5/((numpy.exp(z)-1)*(1-numpy.exp(-z))), 0, x)[0]
c=5.8075 * 30
def BG(T): return c*(T/TDebye)**5*J(TDebye/T)
R0=5
x=range(1,300)
y=[BG(i)+R0 for i in x]
 
plt.clf()
fig=plt.figure(figsize=(4.5, 3.5))
fig.subplotpars.bottom=0.13
y1=plt.plot(x,y,'r-')
y2=plt.plot([x[0],x[-1]],[R0]*2,'b--')
plt.xlabel(u'Temperatur (K)')
plt.ylabel(u'Widerstand ($\Omega$)')
plt.axis([None,None,0,None])
plt.grid(True)
pylab.text(70,30,r'Elektron-Phonon + Rest', {'rotation': 36, 'color': 'r', 'fontsize': 14})
pylab.text(140,6,r'Rest', { 'color': 'b', 'fontsize': 14})
plt.show()
#plt.savefig('RRR.svg')

רישיון

אני, בעל זכויות היוצרים על עבודה זו, מפרסם בזאת את העבודה תחת הרישיון הבא:
Creative Commons CC-Zero קובץ זה זמין לפי תנאי הקדשה עולמית לנחלת הכלל CC0 1.0 של Creative Commons.
האדם ששייך יצירה להיתר הזה הקדיש את היצירה לנחלת הכלל על־ידי ויתור על כל הזכויות שלו או שלה על היצירה בכל העולם לפי חוק זכויות יוצרים, לרבות כל הזכויות הקשורות או הסמוכות כקבוע בחוק. באפשרותך להעתיק, לשנות, להפיץ, או להציג את היצירה, אפילו למטרות מסחריות, וכל זה אפילו מבלי לבקש רשות.

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

פריטים שמוצגים בקובץ הזה

מוצג

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית23:14, 18 ביולי 2011תמונה ממוזערת לגרסה מ־23:14, 18 ביולי 2011‪263 × 373‬ (42 ק"ב)PhysikingerC+Rest
23:10, 19 במאי 2011תמונה ממוזערת לגרסה מ־23:10, 19 במאי 2011‪235 × 339‬ (41 ק"ב)PhysikingerCBeschreibungs-Text
22:35, 19 במאי 2011תמונה ממוזערת לגרסה מ־22:35, 19 במאי 2011‪233 × 315‬ (38 ק"ב)PhysikingerC{{Information |Description ={{en|1=Temperatur dependance of resistance in metals. Calculated by the Bloch-Grüneisen-Law. Here, the residual resistance ratio is RRR=7.}} {{de|1=Temperaturabhängigkeit des elektrischen Widerstandes in Metallen. Berechne

אין בוויקיפדיה דפים המשתמשים בקובץ זה.

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה: