Differences between revisions 5 and 6
Revision 5 as of 2010-12-17 09:08:05
Size: 622
Editor: 172
Comment:
Revision 6 as of 2010-12-17 09:30:35
Size: 435
Editor: punchagan
Comment: Conflict resolved
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
---- /!\ '''Edit conflict - other version:''' ----
prepared by
shivashankar.v
vignan college

---- /!\ '''Edit conflict - your version:''' ----

---- /!\ '''End of edit conflict''' ----
Line 35: Line 26:
  *shivashankar.
vignan college
  * shivashankar.v, student, vignan college
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

a=matrix([[4,1-3*i],[1+3*i,7]])
print a
b=matrix([[3*i,2+i],[-2+i,-i]])
print b
a.transpose()
c=a.transpose()
print c
a==c

  • Solution by:

    • shivashankar.v, student, vignan college

Kreyszig-7.4-1 (last edited 2010-12-17 09:30:35 by punchagan)