Differences between revisions 8 and 9
Revision 8 as of 2010-12-18 06:47:45
Size: 939
Editor: mamatha
Comment:
Revision 9 as of 2010-12-18 06:52:28
Size: 1075
Editor: mamatha
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:



































































  • 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()


/!\ Edit conflict - other version:


  • Solution by:

*g.mamatha,student,prakasam engg college *g.haritha,student,prakasam engg college *vvl amruthavally,student,prakasam engg college

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

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


/!\ Edit conflict - your version:


  • Solution by:

    • <g.mamatha>, <student>, <prakasam engg college>

    • <g.haritha>, <student>, <prakasam engg college>

    • <vvl amruthavalli>, <student>, <prakasam engg college>


/!\ End of edit conflict


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