קובץ:Moment of inertia solid sphere.png

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

Moment_of_inertia_solid_sphere.png(147 × 135 פיקסלים, גודל הקובץ: 4 ק"ב, סוג MIME‏: image/png)

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

תקציר

תיאור MetaPost image of a sphere, with dimensions and axes specified. Embedded in a TeX document, viewed with gv, rasterized via screenshot, saved as PNG with The Gimp, and compressed with optipng.
תאריך יצירה תאריך בלתי־ידוע
Unknown date
מקור en.wikipedia.org
יוצר Grendelkhan
PNGהתפתחות 
InfoField
 
MetaPost עם‎‎ נוצרה ה PNG תמונת מפת סיביות
(Note that this source code doesn't fill the circle, and draws the x and y axes the wrong way round. The code provided with the SVG version of this image corrects these problems.)
קוד מקור
InfoField

PostScript code

u=18mm;
 textscale=u/12mm;

 % this MetaPost script generates a PostScript file, which is then included in a
 % TeX document. if you want to generate EPS from this, you'll have to uncomment
 % the following line. (and probably do a couple more things, to boot.)
 %prologues := 1;

 def sphere =
   begingroup;
   save pmax,dmax,persp,persp_nt,tens,arr;
   save rarrlft,rarrrt;
   save p,d;
   save axisprotrusion;
   save xax,yax,zax;
   pmax = 0; dmax = 1;
   persp_nt = 0.3;
   tens = 2-persp_nt;
   persp = persp_nt*u;
   arr = 0.3u; % how far to offset the arrows from the diagram
   axisprotrusion = 0.3u;  % how far do the axes protrude?
   pair rarrlft,rarrrt; % endpoints for arrows
   path p[],d[]; % just plain paths for now
   pair xax[],yax[],zax[]; % x,y,z are taken; these are for the axes
   % solid paths
   p0 = fullcircle scaled 2u;
   % dotted paths
   d0 = halfcircle scaled u xscaled 2 yscaled (2*persp_nt);
   d1 = halfcircle scaled u xscaled 2 yscaled (2*persp_nt) rotated 180;
   % endpoints of dimension arrows
   rarrlft = (0,0);
   rarrrt = (sqrt(0.5)*u,sqrt(0.5)*u);

   % actually draw
   pickup pencircle scaled 1pt;
   for i=0 upto pmax:
     draw p[i];
   endfor;
   for i=0 upto dmax:
     draw d[i] dashed evenly;
   endfor;
   drawdblarrow (rarrlft..rarrrt);
   label.top(btex $r$ etex scaled textscale,.5[rarrlft,rarrrt]);
   % x axis
   xax0 = (0,0);
   xax1 = (1u,0);
   xax2 = (1u+axisprotrusion,0);
   drawarrow (xax1..xax2);
   draw xax0..xax1 dashed evenly;
   label.rt(btex $x$ etex scaled textscale,xax2);
   % y axis
   yax0 = (0,0);
   yax1 = point 1 of d1;
   yax2 = (1.3+axisprotrusion/u)[yax0,yax1];
   drawarrow (yax1..yax2);
   draw yax0..yax1 dashed evenly;
   label.bot(btex $y$ etex scaled textscale,yax2);
   % z axis
   zax0 = (0,0);
   zax1 = (0,1u);
   zax2 = (0,1u+axisprotrusion);
   drawarrow (zax1..zax2);
   draw zax0..zax1 dashed evenly;
   label.top(btex $z$ etex scaled textscale,zax2);
   endgroup;
 enddef;

 beginfig(1)
   sphere;
 endfig;

רישיון

w:he:Creative Commons
ייחוס שיתוף זהה
הקובץ הזה מתפרסם לפי תנאי רישיון קריאייטיב קומונז ייחוס-שיתוף זהה 3.0 לא מותאם. Subject to disclaimers.
הנכם רשאים:
  • לשתף – להעתיק, להפיץ ולהעביר את העבודה
  • לערבב בין עבודות – להתאים את העבודה
תחת התנאים הבאים:
  • ייחוס – יש לתת ייחוס הולם, לתת קישור לרישיון, ולציין אם נעשו שינויים. אפשר לעשות את זה בכל צורה סבירה, אבל לא בשום צורה שמשתמע ממנה שמעניק הרישיון תומך בך או בשימוש שלך.
  • שיתוף זהה – אם תיצרו רמיקס, תשנו, או תבנו על החומר, חובה עליכם להפיץ את התרומות שלך לפי תנאי רישיון זהה או תואם למקור.
תבנית רישוי זו הוספה לקובץ כחלק מעדכון רישיון GFDL.
GNU head מוענקת בכך הרשות להעתיק, להפיץ או לשנות את המסמך הזה, לפי תנאי הרישיון לשימוש חופשי במסמכים של גנו, גרסה 1.2 או כל גרסה מאוחרת יותר שתפורסם על־ידי המוסד לתוכנה חופשית; ללא פרקים קבועים, ללא טקסט עטיפה קדמית וללא טקסט עטיפה אחורית. עותק של הרישיון כלול בפרק שכותרתו הרישיון לשימוש חופשי במסמכים של גנו. Subject to disclaimers.

כיתובים

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

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

מוצג

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

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

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית11:18, 28 באוקטובר 2007תמונה ממוזערת לגרסה מ־11:18, 28 באוקטובר 2007‪135 × 147‬ (4 ק"ב)Prince Max
19:11, 3 ביוני 2006תמונה ממוזערת לגרסה מ־19:11, 3 ביוני 2006‪135 × 147‬ (2 ק"ב)Szwedzki== Summary == {{Information |Description=MetaPost image of a sphere, with dimensions and axes specified. Embedded in a TeX document, viewed with gv, rasterized via screenshot, saved as PNG with The Gimp, and compressed with optipng. |Source=en.wikipedia.o

הדף הבא משתמש בקובץ הזה:

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

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