Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 06:26:30
Size: 457
Editor: mamatha
Comment:
Revision 2 as of 2010-12-18 06:27:10
Size: 479
Editor: mamatha
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:










  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

a=matrix([[1,-1],[0,0]])
b=matrix([[0,0,3],[1,2,3]])
c=matrix([[0,0,0],[0,0,0]])
a.column space()
a.left_kernel
b.column space()
b.left_kernel()
c.column space()
c.left_kernel()

  • Solution by:

    • <Your Name>, <Profession>, <Organization>

    • <Your Name>, <Profession>, <Organization>

Strang-2.5-U (last edited 2010-12-18 06:52:28 by mamatha)