set_theory


set_theory, an Octave code which demonstrates how set-theoretic operations can be carried out.

We assume that a set is represented by a strictly ascending sequence of positive integers. We might think of a universal set U = 1 : N in cases where all our subsets will have elements between 1 and N.

Set theoretic operations include

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

set_theory is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

set_theory_test

combo, an Octave code which handles combinatorial problems, by Kreher and Stinson;

subset, an Octave code which ranks, unranks, and generates random subsets, combinations, permutations, and so on;

Reference:

  1. Charles Pinter,
    Set Theory,
    Addison-Wesley, 1971,
    LC: QA248.P55.

Source Code:


Last revised on 12 June 2019.