Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-17 12:24:08
Size: 441
Editor: 172
Comment:
Revision 3 as of 2010-12-18 05:57:30
Size: 446
Editor: mamatha
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
A.nullity() A.left_kernel()
Line 18: Line 18:
   * <g.mamatha>, <student>, <prakasam engg college>    * <g.mamatha>,  <student>, <prakasam engg college>
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

l=matrix([[1,0,0,0],[2,1,0,0],[2,1,1,0],[3,2,4,1]])
u=matrix([[1,2,0,1,2,1],[0,0,2,2,0,0],[0,0,0,0,0,1],[0,0,0,0,0,0]])
A=l*u
A.rank()
A.left_kernel()

  • Solution by:

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

    • <VVL Amruthavalli>, <student>, <prakasam engg college>

Strang-2.8.(a)-U (last edited 2010-12-18 05:57:30 by mamatha)