tanszek:oktatas:techcomm:information_-_basics:description_of_information
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tanszek:oktatas:techcomm:information_-_basics:description_of_information [2023/10/26 20:50] – knehez | tanszek:oktatas:techcomm:information_-_basics:description_of_information [2024/09/30 17:43] (current) – knehez | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The mathematical | + | Mathematical //set// is the totality of well-defined objects. The objects which belong to the set are called the //elements//. |
- | + | ||
- | The objects which belong to the set are called the 'elements'. | + | |
This state of belonging to a given set is called relation, which has the following sign: a∈X | This state of belonging to a given set is called relation, which has the following sign: a∈X | ||
Line 15: | Line 13: | ||
The elements (which belong to a given set) can be defined by enumeration or by giving an exact principle of how they belong to that set. | The elements (which belong to a given set) can be defined by enumeration or by giving an exact principle of how they belong to that set. | ||
- | For example: | + | **For example**: |
The set of natural numbers: | The set of natural numbers: | ||
- | Z={1, | + | $$ Z = \{1, 2, 3, 4, 5, ...\} $$ |
- | List the natural, odd integers from one to ten: | + | You may define the elements by writing them: List the natural, odd integers from one to ten: |
- | H={1, | + | $$ A = \{1, 3, 5, 7, 9\} $$ |
or | or | ||
- | H={n : n positive, | + | $$ A = \{x \mid x \text{ is an odd integer |
+ | |||
+ | or in modern C++: | ||
+ | <sxh c++> | ||
+ | std:: | ||
+ | </ | ||
+ | |||
+ | or in Python: | ||
+ | <sxh Python> | ||
+ | my_set = {1, 2, 3} | ||
+ | </ | ||
The sets (and their belongings) are usually set in a sharp way. | The sets (and their belongings) are usually set in a sharp way. | ||
Line 35: | Line 44: | ||
In information technology it is possible to use sets which contain fuzzy elements as well. | In information technology it is possible to use sets which contain fuzzy elements as well. | ||
- | In these cases the value of how an element is connected to a given set is defined by a ' | + | In these cases the value of how an element is connected to a given set is defined by a '//membership function//' |
μm(x) | μm(x) | ||
+ | |||
+ | {{: | ||
+ | |||
+ | //Fuzzy sets// are a generalization of classical sets used in mathematics and logic to //handle uncertainty// | ||
+ | |||
+ | Further reading: [[https:// |
tanszek/oktatas/techcomm/information_-_basics/description_of_information.1698353417.txt.gz · Last modified: 2023/10/26 20:50 by knehez