Differences between revisions 1 and 2
Revision 1 as of 2010-08-11 12:28:50
Size: 549
Editor: Astrid
Comment:
Revision 2 as of 2010-08-12 04:47:19
Size: 548
Editor: Astrid
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
#Kreiyszig 309 Problemset6.1 problem 8 #Kreyszig 309 Problemset6.1 problem 8
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

#Kreyszig 309 Problemset6.1 problem 8
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 6*transpose(transpose(C)+3*transpose(D))
print 6*C+18*D

  • Solution by:

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

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

SageDays/Kreyszig-6.1-8 (last edited 2010-08-12 04:47:19 by Astrid)