Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-08-11 12:09:04
Size: 647
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 8: Line 8:
#Kreiyszig 309 Problemset6.1 problem 3 #Kreyszig 309 Problemset6.1 problem 3
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)