Differences between revisions 1 and 2
Revision 1 as of 2010-08-11 12:27:15
Size: 561
Editor: Astrid
Comment:
Revision 2 as of 2010-08-12 04:48:13
Size: 560
Editor: Astrid
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
#Kreiyszig 309 Problemset6.1 problem 7 #Kreyszig 309 Problemset6.1 problem 7
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

#Kreyszig 309 Problemset6.1 problem 7
A = matrix(QQ,[[2,1],[1,7]])
B= matrix(QQ,[[-2,5],[0,8]])
C= matrix(QQ,[[6,0,3],[1,0,-5]])
D= matrix(QQ, [[4,0,-4],[-3,4,9]])
print transpose(transpose(B)-transpose(A))
print B-A
print A-transpose(A)

  • Solution by:

    • <Astrid>, <Lecturer>, <St.Francis Institute of Technology>

    • <Your Name>, <Profession>, <Organization>

SageDays/Kreyszig-6.1-7 (last edited 2010-08-12 04:48:13 by Astrid)