تصویر:Eq3planes animated.gif

وکیپیڈیا سے

No higher resolution available.

Eq3planes_animated.gif (278 × 253 pixel, file size: 25 KB, MIME type: image/gif)

Public domain یہ تصویر اس کے مصنف، منصوبہ اردو ویکیپیڈیا کے urdutext کی طرف سے دائرہ عام میں داخل ہے (یا اب داخل کیا جا رہا ہے)۔ اس کا اطلاق دنیا بھر میں ہے۔

اگر ایسا قانونی طور پر ممکن نہ ہو،
تو urdutext سب کو اس کے استعمال کی عام اجازت دیتا/دیتی ہے، کسی بھی مقصد کے لیے، غیر مشروط، ماسوائے ایسی صورت میں کہ اس میں کوئی قانونی رکاوٹ ہو۔


Made with Scilab and ImageMagick Released to public domain

// Plot a system of 3 simultaneous linear equations
// Scilab script
[x,y]=meshgrid(-10:.1:10,-10:.1:10); //points to evaluate on
z1 = 2*x +3*y - 4; // first equation
z2 = -3/4*x +2/4*y -1/4; // second equation
z3 = 5/8*x +4/8*y -3/8; // third equation
mesh(x,y,z1); // plot the plane described by the 1st equation
mesh(x,y,z2); // plot the plane described by the 2nd equation
mesh(x,y,z3); // plot the plane described by the 3rd equation

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.


اس ملف (فائل) سے درج ذیل صفحات رابطہ رکھتے ہیں: