Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-15 12:36:53
Size: 373
Comment:
Revision 3 as of 2010-12-15 12:46:52
Size: 389
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
{{{{
var('row,col')
Line 7: Line 9:
var('row,col')
Line 9: Line 10:
Line 10: Line 12:
Line 11: Line 14:
Line 12: Line 16:
}}}}
  • 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)