Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-15 12:36:46
Size: 311
Editor: vishnu
Comment:
Revision 3 as of 2010-12-17 10:37:25
Size: 438
Editor: sanne_abhi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 ||'''Book'''|| Advanced Engineering Mathematics ||
 ||'''Author'''|| Erwin Kreyszig ||
 ||'''Edition'''|| 8th Edition ||
 ||'''Book''' ||Advanced Engineering Mathematics ||
 ||'''Author''' ||Erwin Kreyszig ||
 ||'''Edition''' ||8th Edition ||

Line 7: Line 9:
{{{
A
= matrix([[-4,6,3],[0,1,2]]);
B
= matrix([[5,-1,0],[3,1,0]]);
print
A+B
}}}
{{{x=matrix([[-4,6,3],[0,1,2]]) y=matrix([[5,-1,0],[3,1,0]]) z=x+y z }}}
Line 15: Line 13:
 * '''Solution by''':
   * Vishnu, Student, IIIT-H
 * '''Solution by''':
 * <Abhilash>, <Student>, <Snist>
 * <Anoop>, <Student>, <Snist>
 * <Murthy>, <Student>, <Snist>
 * <akshay>,<student>,<snist>
 * <Raghav>, <Student>, <Snist>
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x=matrix([[-4,6,3],[0,1,2]]) y=matrix([[5,-1,0],[3,1,0]]) z=x+y z 

  • Solution by:

  • <Abhilash>, <Student>, <Snist>

  • <Anoop>, <Student>, <Snist>

  • <Murthy>, <Student>, <Snist>

  • <akshay>,<student>,<snist>

  • <Raghav>, <Student>, <Snist>

Kreyszig-6.1-6 (last edited 2010-12-17 11:18:05 by jejiramchand)