SimReal: Mathematics - Basic - Set UiA Logo

[Main Menu] [Calculator] [Help]
A program for visualizing elementary set theory.
Here you can study union, intersection and complements of sets.


Union of A and B: A+B
The set of all elements either are in A or B

Minus of A and B: A-B
The set of all elements in A except those elements that are in B

Intersection of A and B: A*B
The set of all elements that are in both A and B

Complements of A: _A
The set of all elements that are not in A

Example:

A = {a,b,c}, B = {b,d,e}, A+B = {a,b,c,d,e}
A = {a,b,c}, B = {b,d,e}, A-B = {a,c,d}
A = {a,b,c}, B = {b,d,e}, A*B = {b}

MatRIC Logo