Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 11:09:23
Size: 539
Editor: 172
Comment:
Revision 2 as of 2010-12-17 11:44:06
Size: 479
Editor: 172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
Line 21: Line 22:
   * <Your Name>, <Profssion>, <Organization>
   * <Your Name>, <Profession>, <Organization>
   k.rajesh kumar,student,snist
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

/*there are 3 vectors having variables,check if it is independent or dependent.if a=0,d=0 or f=0*/
A=array([[a,b,c],[0,d,e],[0,0,f]])
/*given a=0(let)or d=0 or f=0&let c=1,b=1,d=2,e=5,f=5*/
g=det(A)
if g==0:
     print 'dependent'
else:
     print 'independent'

  • Solution by:

    • k.rajesh kumar,student,snist

Strang-2.3-2-U (last edited 2010-12-17 11:44:06 by 172)