تصویر:Sqroot map iteration.png
وکیپیڈیا سے

No higher resolution available.
Sqroot_map_iteration.png (365 × 372 pixel, file size: 3 KB, MIME type: image/png)
| یہ تصویر اس کے مصنف، منصوبہ اردو ویکیپیڈیا کے urdutext کی طرف سے دائرہ عام میں داخل ہے (یا اب داخل کیا جا رہا ہے)۔ اس کا اطلاق دنیا بھر میں ہے۔ اگر ایسا قانونی طور پر ممکن نہ ہو، |
Created with سائیلیب
// Scilab script
x=[1:.01:25];
a=20;
y1=(1/2)*(x+a./x);
// plot the iterative map
plot(x,y1,'g');
// plot the bisector
plot([0 x],[0 x]);
// compute some iterations
y=[];
xn=45;
for kk=1:10
xn = .5*(xn+a/xn);
y=[y xn];
end
// depict the iterations graphically
xt=[];
yt=[0];
for kk=1:9
xt=[xt y(kk) y(kk)];
yt=[yt y(kk+1) y(kk+1)];
end
lent=length(xt);
yt=yt(1:lent);
xset("color",5);
xpoly(xt,yt);
//
xstring(21,20,"bisector");
xstring(17,8,"map");
//
for kk=2:4
plot([y(kk) y(kk)], [0 y(kk+1)],'r -.-');
end
//
xstring(y(1),-1., "X1");
xstring(y(2),-1., "X2");
xstring(y(3),-1., "X3");
xstring(y(4),-1., "X4");
xtitle("Graphical depiction of Iteration");
File history
Legend: (cur) = this is the current file, (del) = delete
this old version, (rev) = revert to this old version.
Click on date to see the file uploaded on that date.
- (ضائع) ( رائج) 05:03, 3 فروری 2007 . . Urdutext (تبادلۂ_خیال | شـراکـت) . . 365×372 (3,510 bytes) ({{دائرہ عام۔صارف|urdutext}})
- Edit this file using an external application
See the setup instructions for more information.
روابط
اس ملف (فائل) سے درج ذیل صفحات رابطہ رکھتے ہیں:

