تصویر:Eq3planes animated.gif

وکیپیڈیا سے

Eq3planes_animated.gif (26KB, MIME type: image/gif)

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.


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