User Tools

Site Tools


opus:fall2012:eolson1:discretepart2

discrete Keyword 2

power set

Definition

A power set is a set of all the subsets. This set includes the empty set and the set itself. for example if we took a set called t={x,y}. All the subsets would be:

{} {x} {y} {x,y}

Thus the power set of this would include:

P(t)=x_y_x_y

References

discrete Keyword 2 Phase 2

set difference

Definition

Set Difference is the resulting set from two different sets. The resulting set contains only values that were in the first set (aka set a) that are not in the second set (aka set b).

References

List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).

  • Reference 1
  • Reference 2
  • Reference 3

Demonstration

Demonstration of the indicated keyword.

Set's:

A = {1, 2, 3}

B = {2, 3, 4}

set difference C = {1}

opus/fall2012/eolson1/discretepart2.txt · Last modified: 2012/10/31 14:16 by eolson1