Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 12:24:08
Size: 441
Editor: 172
Comment:
Revision 2 as of 2010-12-18 05:45:14
Size: 442
Editor: mamatha
Comment:
Deletions are marked like this. Additions are marked like this.
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.nullity()

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