Generate sets using mathematical conditions
This calculator helps you create sets using set builder notation by specifying conditions and constraints for set elements.
Use single letter variables like x, n, t, etc.
Use standard mathematical operators: +, -, *, /, ^, =, <, >, <=, >=, !=
Choose the universal set from which elements will be selected
Click on any example to load it into the calculator
Set of even integers between 1 and 20
Variable: x
Condition: x % 2 = 0
Domain: Custom Range
Set of perfect squares less than 100
Variable: x
Condition: x^2 < 100
Domain: Natural Numbers (ℕ)
Positive integers divisible by 3, less than 50
Variable: n
Condition: n % 3 = 0 && n < 50
Domain: Natural Numbers (ℕ)
Integers between 10 and 25 inclusive
Variable: x
Condition: x >= 10 && x <= 25
Domain: Integers (ℤ)