Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 12:12:17
Size: 383
Editor: 172
Comment:
Revision 2 as of 2010-12-15 12:12:34
Size: 309
Editor: 172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Your Code Goes Here
Copy the sage notebook text and paste/yank it here!
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

A=matrix([[5,-8,1],[4,0,0]])
A_Transpose = A.transpose()
A_Transpose

  • Solution by:

    • Vishnu, Student, IIIT-H

Kreyszig-sec 6.1 - exp 4 (last edited 2010-12-15 12:16:40 by vishnu)