Differences between revisions 2 and 3
Revision 2 as of 2010-08-12 04:42:16
Size: 646
Editor: Astrid
Comment:
Revision 3 as of 2010-08-12 04:43:15
Size: 648
Editor: Astrid
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
   * <Astrid>, <Lecturer>, <St. Francis Institute of techology>
   * <Astrid>, <Lecturer>, <St. Francis Institute of techology>
   * <Astrid>, <Lecturer>, <St. Francis Institute of technology>
   * <Astrid>, <Lecturer>, <St. Francis Institute of technology>
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

#Kreyszig 309 Problemset6.1 problem 3
A = matrix(QQ,[[2,1],[1,7]])
B= matrix(QQ,[[-2,5],[0,8]])
C= matrix(QQ,[[6,0,3],[1,0,-5]])
#A+C
print "Undefined since order of A is not equal to order of C"
print transpose(transpose(C))
#C+transpose(C)
print "Undefined since order of A is not equal to order of C^t"

  • Solution by:

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

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

SageDays/Kreyszig-6.1-3 (last edited 2010-08-12 04:43:15 by Astrid)