Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 11:06:42
Size: 484
Editor: B Lavanya
Comment:
Revision 2 as of 2010-12-18 11:15:55
Size: 490
Editor: B lavanya
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Line 13: Line 14:
print "coloumn space of C:",C.column_space()}}} print "coloumn space of C:",C.column_space()

}}}
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

A=matrix([[1,2],[0,0],[0,0]])
B=matrix([[1,0],[0,2],[0,0]])
C=matrix([[1,0],[2,0],[0,0]])
print "coloumn space of A:",A.column_space()
print "coloumn space of B:",B.column_space()
print "coloumn space of C:",C.column_space()

  • Solution by:

    • <K.Kavitha>, <Student>, <SNIST>

    • <B.Lavanya>, <Student>, <SNIST>

Strang-2.1.21-U (last edited 2010-12-18 11:15:55 by B lavanya)