Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-12-15 12:44:09
Size: 436
Editor: apoorva.l
Comment: matrix is symmetric.this generalises hermitian is symmetric.
Revision 5 as of 2010-12-17 09:08:05
Size: 622
Editor: 172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Kreyszig-7.4 example1
Line 21: Line 22:

---- /!\ '''Edit conflict - other version:''' ----
prepared by
shivashankar.v
vignan college

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

---- /!\ '''End of edit conflict''' ----
Line 24: Line 35:
   * <Your Name>, <Profession>, <Organization>
   * <Your Name>, <Profession>, <Organization>
  *shivashankar.
  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


/!\ Edit conflict - other version:


prepared by shivashankar.v vignan college


/!\ Edit conflict - your version:



/!\ End of edit conflict


  • Solution by:

    • shivashankar. vignan college

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