Power set of a set A is the set of all of the subsets of A.
Eg. for {x, y, z}, the subsets are : {{}, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Power set of a set A is the set of all of the subsets of A.
Eg. for {x, y, z}, the subsets are : {{}, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}}