Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-15 12:12:17
Size: 383
Editor: 172
Comment:
Revision 3 as of 2010-12-15 12:13:50
Size: 305
Editor: vishnu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 ||'''Book'''|| Advanced Engineering Mathematics ||
 ||'''Author'''|| Erwin Kreyszig ||
 ||'''Edition'''|| 8th Edition ||
 ||'''Book''' ||Advanced Engineering Mathematics ||
 ||'''Author''' ||Erwin Kreyszig ||
 ||'''Edition''' ||8th Edition ||

Line 8: Line 10:
Your Code Goes Here
Copy the sage notebook text and paste/yank it here!
Line 14: Line 14:
Line 17: Line 16:
 * '''Solution by''': 
  * Vishnu, Student, IIIT-H
  
 * '''Solution by''':
  * Vishnu, Student, IIIT-H
  • 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)