|
⇤ ← Revision 1 as of 2010-12-17 09:36:55
Size: 263
Comment:
|
Size: 415
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| A = matrix([[0, 4], [-1, 0]]) | /* Given A=([[-,4.0,4.0],[-1.6,1.2]])*/ A = matrix([[-4.0, 4.0], [-1.6, 1.2]]) |
| Line 10: | Line 12: |
| A.eigenvectors_left() A.eigenvectors_right() |
|
| Line 15: | Line 19: |
| * "D.V.L.Raghavendar",<student>,SNIST | * Akshay Kumar,SNIST,Student * Raghav ,SNIST,Student * Murthy ,SNIST,Student |
Book
Linear Algebra
Author
Gilbert Strang
Edition
/* Given A=([[-,4.0,4.0],[-1.6,1.2]])*/ A = matrix([[-4.0, 4.0], [-1.6, 1.2]]) A.eigenvalues () A.eigenvectors_left() A.eigenvectors_right()
Solution by:
- Akshay Kumar,SNIST,Student
- Raghav ,SNIST,Student
- Murthy ,SNIST,Student
