پەڕگە:Riemann Integration and Darboux Lower Sums.gif

Riemann_Integration_and_Darboux_Lower_Sums.gif(٨٠٠ × ٦٠٠ پیکسڵ، قەبارەی پەڕگە: ٤٨٤ کیلۆبایت، جۆری ئێم ئای ئێم ئی: image/gif، looped، ٨ frames، ٦٫٤چ)

ئەم پەڕگە لە Wikimedia Commonsەوەیە و لەوانەیە لە پڕۆژەکانی دیکەش بەکار ھاتبێت. پێناسەکەی لەسەر پەڕەی وەسفی پەڕگەکە لە خوارەوە نیشان دراوە.

کورتە

وەسف
English: This function is y=x^2.
ڕێکەوت
سەرچاوە

بەرھەمی خۆم

 
This plot was created with Matplotlib.
بەرھەمھێنەر IkamusumeFan

Matplotlib (Python)

# Author: Ika, 2013-09-14

import numpy as np
import matplotlib.pyplot as plt
import scipy.special as sp
from matplotlib.patches import Polygon
import random                                                                        

fig=plt.figure()
ax = fig.add_subplot(111)

ax.set_xlim(0,2)
ax.set_ylim(0,4)

X = np.arange(0,2.01,0.01)
Y = X*X

ax.plot(X, Y)

verts = [(0,0)] + zip(X,Y) + [(2,0)]
poly = Polygon(verts, facecolor='blue',alpha=0.5,edgecolor='blue')
ax.add_patch(poly)
plt.savefig("frame0100.jpg")

ord = 0;
while (ord<7):
	plt.clf()
	fig=plt.figure()
	ax = fig.add_subplot(111)
	interval = 1.0/(2**ord)
	ax.set_xlim(0,2)
	ax.set_ylim(0,4)

	X = np.arange(0,2.01,0.01)
	Y = X*X

	ax.plot(X, Y)
	ax.text(0.2,3.0,'Step=1/'+str(2**ord),size=36);
	x=interval;
	while (x<2+interval/2.0):
		verts = [(x-interval,0)]+[(x-interval,(x-interval)*(x-interval))]+[(x,(x-interval)*(x-interval))]+[(x,0)];
		poly = Polygon(verts, facecolor='blue', alpha=0.5,edgecolor='black')
		ax.add_patch(poly)
		x=x+interval;

	plt.savefig("frame00"+str(ord)+".jpg");
	
	ord = ord+1;

مۆڵەتنامە

من، ھەڵگری مافی لەبەرگرتنەوەی ئەم بەرھەمە، لەژێر ئەم مۆڵەتنامەیەدا بڵاوی دەکەمەوە:
w:en:Creative Commons
دانەپاڵ بڵاوکردنەوەی گونجاو
ئەم پەڕگەیە لە ژێر مۆڵەتنامەی Creative Commons Attribution-Share Alike 3.0 Unported دایە.
تۆ ئازادی:
  • بۆ بڵاکردنەوە – بۆ کۆپی کردن، دابەشکردن و دەستبەدەست ناردنی
  • بۆ تێکەڵکردنەوە – بۆ سازاندنی کارەکە
بەم مەرجانەی خوارەوە:
  • دانەپاڵ – پێویستە باوەڕی گونجاو بدەیت، بەستەرێک بۆ مۆڵەتەکە دابین بکەیت و ئاماژە بەوە بکەیت کە ئایا گۆڕانکاری کراوە یان نا. دەتوانیت بە هەر شێوەیەکی گونجاو ئەوە بکەیت، بەڵام بە شێوەیەک نا کە وا دەربکەوێت کە مۆڵەتدەر پشتگیری تۆ یان بەکارهێنانەکەت بکات.
  • بڵاوکردنەوەی گونجاو – ئەگەر لەسەر بنەمای ئەم کارە تێکەڵ، گۆڕان، یان ساز بکەی، پێویستە بەشدارییەکانت بە هەمان مۆڵەت یان هاوشێوەی مۆڵەتی ئەسڵی دابەش بکەی.

لێدوانەکان

Add a one-line explanation of what this file represents

بەندەکانی لەم پەڕگەیەدا دەردەکەون

depicts ئینگلیزی

١٥ ئەیلوولی 2013

source of file ئینگلیزی

مێژووی پەڕگە

کرتە بکە لەسەر یەکێک لە ڕێکەوت/کاتەکان بۆ بینینی پەڕگەکە بەو شێوەی لەو کاتەدا بووە.

ڕێکەوت/کاتھێمائەندازەبەکارھێنەرتێبینی
هەنووکە‏٠٦:١٣، ١٥ی ئەیلوولی ٢٠١٣ھێما بۆ وەشانی  ‏٠٦:١٣، ١٥ی ئەیلوولی ٢٠١٣٨٠٠ لە ٦٠٠ (٤٨٤ کیلۆبایت)IkamusumeFanWrong for Lebesgue Integral.
‏٠٦:٠٦، ١٥ی ئەیلوولی ٢٠١٣ھێما بۆ وەشانی  ‏٠٦:٠٦، ١٥ی ئەیلوولی ٢٠١٣٨٠٠ لە ٦٠٠ (٤٦٠ کیلۆبایت)IkamusumeFanUser created page with UploadWizard

ئەم پەڕەیە ئەم پەڕگەیە بەکار دەھێنێت:

بەکارھێنانی سەرانسەریی پەڕگە

ئەم ویکیانەی دیکەی خوارەوەش ئەم پەڕگە بەکاردێنن: