Differences between revisions 2 and 3
Revision 2 as of 2010-12-15 12:37:24
Size: 381
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:
{{{{
Line 16: 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)