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 [2024/08/26 16:18] – knehez | tanszek:oktatas:techcomm:information_-_basics:description_of_information [2024/09/30 17:43] (current) – knehez | ||
|---|---|---|---|
| Line 13: | 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 33: | 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.1724689089.txt.gz · Last modified: 2024/08/26 16:18 by knehez
