Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 10:53:40
Size: 323
Editor: apoorva
Comment:
Revision 2 as of 2010-12-18 11:45:21
Size: 383
Editor: sai kumar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
r=matrix([[1,2]])
r.transpose()
t=r.transpose()
t*r
r*t
P1=matrix([[0,0,1],[0,1,0],[1,0,0]])
Q=P1.inverse()
print Q
P2=matrix([[0,0,1],[1,0,0],[0,1,0]])
W=P2.inverse()
print W
Line 18: Line 19:
   * <laiti apoorva>, <student>, <bit>
   * <Your Name>, <Profession>, <Organization>
   * guna,student,snist
   * sadhana,student,snist
   * sai kumar,student,mriet
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

P1=matrix([[0,0,1],[0,1,0],[1,0,0]])
Q=P1.inverse()
print Q
P2=matrix([[0,0,1],[1,0,0],[0,1,0]])
W=P2.inverse()
print W

  • Solution by:

    • guna,student,snist
    • sadhana,student,snist
    • sai kumar,student,mriet

Strang-1.6-2 (last edited 2010-12-18 11:45:21 by sai kumar)