Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 12:12:04
Size: 344
Editor: phani
Comment:
Revision 2 as of 2010-12-15 12:14:28
Size: 323
Editor: phani
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
A = matrix([[0,2.3,0.4], [0.6, 0,0],[0,0.3,0]]) A = matrix([[-5,2], [2,-2]])
Line 10: Line 10:
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

A = matrix([[-5,2], [2,-2]])
A.eigenvalues ()

  • Solution by:

    • <phanindra>, <student>, <nmrec>

    • <rajiv>, <student>, <snist>

Kreyszig-7.1-1 (last edited 2010-12-15 12:30:55 by phani)