Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
a,b,c=var('a,b,c')
S = Set([a,b,c])
K = S.subsets()
#K represents the required subsets
Solution by:
- Akash Singh, Student, CRCE
Book |
Advanced Engineering Mathematics |
Author |
Erwin Kreyszig |
Edition |
8th Edition |
a,b,c=var('a,b,c')
S = Set([a,b,c])
K = S.subsets()
#K represents the required subsets
Solution by:
SageDays/Kreyszig-22.2-9 (last edited 2010-08-12 12:48:39 by Abhi-akash)