Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 05:36:59
Size: 438
Editor: mamatha
Comment:
Revision 2 as of 2010-12-18 06:04:06
Size: 440
Editor: mamatha
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
a.null_space()
b.null_space()
a.left_kernel()
b.left_kernel()
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

a=([[0,0,1],[0,0,1],[1,1,1]])
b=([[0,0,1,2],[0,0,1,2],[1,1,1,0]])
a.rank()
b.rank()
a.left_kernel()
b.left_kernel()

  • Solution by:

    • VVL Amruthavalli,student,prakasam engg college
    • G.Haritha,student,prakasam engg college
    • G.Mamatha,student,prakasam engg college

Strang-2_4-U (last edited 2010-12-18 06:04:06 by mamatha)