चित्र:Moment of inertia hoop.svg

पृष्ठ की सामग्री दूसरी भाषाओं में उपलब्ध नहीं है।
मुक्त ज्ञानकोश विकिपीडिया से

मूल चित्र(SVG फ़ाइल, साधारणतः 310 × 157 पिक्सेल, फ़ाइल का आकार: 9 KB)

सारांश

विवरण
English: Illustration of the moment of inertia of a hoop.
दिनांक
स्रोत SVG rendering of the program used to generate the bitmap image Image:Moment_of_inertia_hoop.png
लेखक
  • Original MetaPost program by en:User:Grendelkhan
  • Program tweaked adjust axes labels to match bitmap version and to avoid negative coordinates in PostScript output and rendered as SVG by Qef
दूसरे संस्करण Bitmap rendering of almost identical program: Image:Moment_of_inertia_hoop.png
SVG genesis
InfoField
 
The SVG code is valid.
 
इस वेक्टर चित्र को MetaPost की मदद से बनाया गया था।
मूल कोड
InfoField

PostScript code

metapost-source
prologues := 3;

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

def disc =
  begingroup;
  save pmax,persp,persp_nt,tens,arr;
  save rarrlft,rarrrt;
  save p;
  save axisprotrusion;
  save xax,yax,zax;
  pmax = 0;
  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 = 1u;  % how far do the axes protrude?
  pair rarrlft,rarrrt; % endpoints for arrows
  path p[]; % just plain paths for now
  pair xax[],yax[],zax[]; % x,y,z are taken; these are for the axes
  % solid paths
  p0 = fullcircle scaled u xscaled 2 yscaled 2persp_nt;
  % endpoints of dimension arrows
  rarrlft = (0,0);
  rarrrt = (1u,0);
  % actually draw
  pickup pencircle scaled 1pt;
  for i=0 upto pmax:
    draw p[i];
  endfor;
  drawdblarrow (rarrlft..rarrrt);
  label.top(btex $r$ etex scaled textscale,.5[rarrlft,rarrrt]);
  % x axis
  xax1 = (1u,0);
  xax2 = (1u+axisprotrusion*0.5,0);
  drawarrow (xax1..xax2);
  label.rt(btex $y$ etex scaled textscale,xax2);
  % y axis
  yax0 = (0,0);
  yax1 = point 5 of p0;
  yax2 = (.6+axisprotrusion/u)[yax0,yax1];
  drawarrow (yax1..yax2);
  draw yax0..yax1 dashed evenly;
  label.ulft(btex $x$ etex scaled textscale,yax2);
  % z axis
  zax0 = (0,0);
  zax1 = (0,axisprotrusion);
  drawarrow (zax0..zax1);
  label.top(btex $z$ etex scaled textscale,zax1);
  endgroup;
enddef;

beginfig(1)
  disc;
  currentpicture := currentpicture shifted (100,100); % avoid unwanted clipping
endfig;
end

Data

mpost fig.mp
ps2pdf -dEPSCrop fig.1 fig.pdf
pstoedit -page 1 -dt -xscale 2 -yscale 2 -f sk fig.pdf fig.sk
inkscape -z --vacuum-defs -f fig.sk -l fig.svg

लाइसेंस

Grendelkhan at the English Wikipedia, इस कार्य के कॉपीराइट धारक, इसे निम्न लाइसेंस के अंतर्गत प्रकाशित करते हैं:
GNU head इस दस्तावेज़ को Free Software Foundation द्वारा प्रकाशित GNU मुक्त प्रलेख लाइसेंस के संस्करण 1.2 या नए (बिना किसी अपरिवर्तनीय अनुभागों और अगले या पिछले आवरण के टेक्स्ट के) के अंतर्गत प्रतिलिपि बनाने, बाँटने और/या बदलने की अनुमति प्रदान की जाती है। इस लाइसेंस की एक प्रतिलिपि GNU मुक्त प्रलेख लाइसेंस नामक अनुभाग में शामिल है।
w:hi:क्रिएटिव कॉमन्स
श्रेय समानसांझा
इस फ़ाइल को क्रिएटिव कॉमन्स श्रेय-समानसांझा 3.0 अनरिपोर्टेड लाइसेंस के अंतर्गत लाइसेंस किया गया है।
श्रेय: Grendelkhan at the English Wikipedia
आप खुलकर:
  • बाँट सकते हैं – रचना की प्रतिलिपि बना सकते हैं, बाँँट सकते हैं और संचारित कर सकते हैं
  • रीमिक्स कर सकते हैं – कार्य को अनुकूलित कर सकते हैं
निम्नलिखित शर्तों के अंतर्गत:
  • श्रेय – यह अनिवार्य है कि आप यथोचित श्रेय प्रदान करें, लाइसेंस की कड़ी प्रदान करें, और अगर कोई बदलाव हुए हों तो उन्हें इंगित करें। आप ऐसा किसी भी उचित तरीके से कर सकते हैं, लेकिन किसी भी तरह उससे यह नहीं संकेत नहीं किया जाना चाहिए कि लाइसेंसधारी द्वारा आपको अथवा आपके इस प्रयोग का समर्थन किया जा रहा हो।
  • समानसांझा – अगर आप इस रचना में कोई बदलाव करते हैं या इसपर आधारित कुछ रचित करते हैं तो आप अपने योगदान को सिर्फ इसी या इसके सामान किसी लाइसेंस के अंतर्गत बाँट सकते हैं।
This licensing tag was added to this file as part of the GFDL licensing update.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

चित्रण

चित्र का इतिहास

फ़ाइलका पुराना अवतरण देखने के लिये दिनांक/समय पर क्लिक करें।

दिनांक/समयथंबनेलआकारसदस्यप्रतिक्रिया
वर्तमान22:36, 9 जुलाई 200822:36, 9 जुलाई 2008 के संस्करण का थंबनेल संस्करण310 × 157 (9 KB)Qef{{Information |Description={{en|1=Illustration of the moment of inertia of a hoop.}} |Source=SVG rendering of the program used to generate the bitmap image Image:Moment_of_inertia_hoop.png |Author=* Original MetaPost program by [[en:User:Grendelkhan]

निम्नलिखित पन्ने इस चित्र से जुडते हैं :

चित्र का वैश्विक उपयोग

इस चित्र का उपयोग इन दूसरे विकियों में किया जाता है: