|
⇤ ← Revision 1 as of 2010-12-18 11:06:42
Size: 484
Comment:
|
← Revision 2 as of 2010-12-18 11:15:55 ⇥
Size: 490
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>
