Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2010-12-17 11:56:34
Size: 499
Editor: 172
Comment:
Revision 5 as of 2010-12-17 12:06:16
Size: 437
Editor: Ramya Gosala
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 ||'''Book'''|| Advanced Engineering Mathematics ||
 ||'''Author'''|| Erwin Kreyszig ||
 ||'''Edition'''|| 8th Edition ||
 ||'''Book''' ||Advanced Engineering Mathematics ||
 ||'''Author''' ||Erwin Kreyszig ||
 ||'''Edition''' ||8th Edition ||
Line 6: Line 6:
/* code_begins */
Line 8: Line 7:
 /*
Line 17: Line 17:
 */
Line 18: Line 19:
/* code_ends */

* '''Solution by''':
   *
<ramya>, <student>, <hcu>
   * <thoyajakshi>,<student>,<hcu>
 * <ramya><student><hcu>
 *<Thoyajakshi><student><hcu>
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

A1=matrix(0,2],[3,0) print A1.inverse() print "\n" A2=matrix(2,0],[4,2) print A2.inverse() print "\n" var('x') A3=matrix(cos(x),-sin(x)],[sin(x),-cos(x)) print A3.inverse()

  • <ramya><student><hcu>

  • <Thoyajakshi><student><hcu>

Kreyszig-1.6-9-U (last edited 2010-12-17 12:06:16 by Ramya Gosala)