تصویر:Quadratic eigen.png
وکیپیڈیا سے
No higher resolution available.
Quadratic_eigen.png (317 × 317 pixel, file size: 3 KB, MIME type: image/png)
یہ تصویر اس کے مصنف، منصوبہ اردو ویکیپیڈیا کے urdutext کی طرف سے دائرہ عام میں داخل ہے (یا اب داخل کیا جا رہا ہے)۔ اس کا اطلاق دنیا بھر میں ہے۔ اگر ایسا قانونی طور پر ممکن نہ ہو، |
// Scilab script to generate the figure
// Quadratic form //5y^2+8xy+5x^2=9 (plot this equation) xm=sqrt(20*9/36); // limits (from the quadratic formula) x1=[-xm:.01:xm]; y1=(-8*x1+sqrt(-36*x1.^2+20*9))/10; // use quadratic formula y2=(-8*x1-sqrt(-36*x1.^2+20*9))/10; // use quadratic formula plot(x1,y1,'b'); plot(x1,y2,'b'); A=[5 4; 4 5]; // matrix of the Quadratic form [V,E]=spec(A); // eigenvectors and eigenvalues plot([0,V(1,1)].*3.5,[0 V(2,1)].*3.5); plot([0,V(1,2)].*3.5,[0 V(2,2)].*3.5); square(-3, -3, 3, 3); xstring(-2.5,2.55,'u'); xstring(2.5,2.55,'v'); xstring(-2.15,2.2,'3'); xstring(.69,.75,'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.
- (ضائع) ( رائج) 14:49, 5 اگست 2006 . . Urdutext (تبادلۂ_خیال | شـراکـت) . . 317×317 (3,254 bytes) (<div dir="ltr" align="left"> // Scilab script to generate the figure <PRE> // Quadratic form //5y^2+8xy+5x^2=9 (plot this equation) xm=sqrt(20*9/36); // limits (from the quadratic formula) x1=[-xm:.01:xm]; y1=(-8*x1+sqrt(-36*x1.^2+20*9))/10; // use )
- Edit this file using an external application
See the setup instructions for more information.
روابط
اس ملف (فائل) سے درج ذیل صفحات رابطہ رکھتے ہیں: