Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 09:36:55
Size: 263
Editor: 172
Comment:
Revision 2 as of 2010-12-17 10:52:02
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

Strang-3.0-1 (last edited 2010-12-17 11:37:53 by 172)