تصویر:Sim linear 2 equations.png

وکیپیڈیا سے

Sim_linear_2_equations.png (3KB, MIME type: image/png)

Made with Scilab. Released to public domain.

//Scilab script
x=[-3:.5:3];
y1=5-2*x;
y2=x/2+5/2;
plot(x,y1);
plot(x,y2);
xstring(-1,7,'2x+y=5');
u=gce();
u.data=[-1,7.2];
xstring(-1,0,'x-2y=-5');
v=gce();
v.data=[-1,1];


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.


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