Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 08:00:10
Size: 521
Editor: tejaswi
Comment:
Revision 2 as of 2010-12-18 12:06:30
Size: 593
Editor: 10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
   *
Tejaswi,student,prakasam
                        Jyothi,student,prakasam
   * <k.sivalatha> <student> <prakasam engg.coll.>

   * <N.srija> <student> <prakasam engg.coll.>

   * <k.Triveni> <student> <prakasam engg.coll.>
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

           /*15(a)*/

a=matrix([[1,1,1,1],[0,0,0,0],[0,0,0,0]])
print a
a.rank()
          /*15(b)*/
a=matrix([[1,0,1,0],[0,1,0,1],[0,0,0,0],[0,0,0,0]])
print a
a.rank()
           /*15(c)*/
a=matrix([[1,-1,1,-1],[0,0,0,0],[0,0,0,0]])
print a
a.rank()

  • Solution by:

    • <k.sivalatha> <student> <prakasam engg.coll.>

    • <N.srija> <student> <prakasam engg.coll.>

    • <k.Triveni> <student> <prakasam engg.coll.>

Strang-2.2-15-U (last edited 2010-12-18 12:06:30 by 10)