Book
Linear Algebra
Author
Gilbert Strang
Edition
A=array([[a,b,c],[0,d,e],[0,0,f]])
g=det(A)
if g==0:
print 'dependent'
else:
print 'independent'
Solution by:
RaviChandra, Student , Vignan Institute Of technology and science
- Venkateshwar rao , Student , Vignan Institute Of technology and science
