Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 12:36:53
Size: 373
Comment:
Revision 2 as of 2010-12-15 12:37:24
Size: 381
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Line 9: Line 10:
Line 10: Line 12:
Line 11: Line 14:
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

var('row,col')

row=matrix(3,6,1)

col=matrix(1],[2],[4)

row*col

col*row

  • Solution by:

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

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

Kreyszig-6.2-3 (last edited 2010-12-15 12:46:52 by shaik.allauddin)