Differences between revisions 3 and 4
Revision 3 as of 2010-12-16 07:53:36
Size: 472
Editor: punchagan
Comment: Wrong template used
Revision 4 as of 2010-12-17 09:06:43
Size: 517
Editor: 172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
prepared by
shivashankar.v
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

prepared by shivashankar.v vignan college

  • Solution by:

    • <apoorva.l>, <student>, <bit>

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

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