⇤ ← Revision 1 as of 2010-12-17 12:24:08
Size: 441
Comment:
|
Size: 442
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>