The image contains several mathematical representations of graphs, including adjacency matrices and edge lists, along with accompanying text in Russian. The following data points have been extracted:
Vertices (V): {1; 2; 3; 4; 5; 6}
Edges (E): {(1; 2); (1; 5); (2; 3); (3; 1); (3; 4); (4; 2); (4; 5); (4; 6); (5; 3)}
Vertices (V): {1; 2; 3; 4; 5; 6}
Edges (E): {(1; 4); (1; 5); (2; 1); (2; 3); (3; 4); (4; 2); (4; 6); (5; 3); (6; 3)}
| a | b | c | d | e | f | g | h | i | |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| 3 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| 4 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 |
| 5 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
| 6 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 |
Vertices (V): {1; 2; 3; 4; 5; 6}
Edges (E): {(1; 2); (1; 3); (2; 3); (3; 1); (3; 6); (4; 2); (4; 5); (4; 6); (5; 1)}
| a | b | c | d | e | f | g | h | i | |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| 2 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| 3 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| 4 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
| 5 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| 6 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Vertices (V): {1; 2; 3; 4; 5; 6}
Edges (E): {(1; 2); (1; 4); (2; 3); (3; 1); (3; 6); (4; 2); (4; 5); (5; 3); (6; 1)}
| a | b | c | d | e | f | g | h | i | |
|---|---|---|---|---|---|---|---|---|---|
| 1 | -1 | -1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 2 | 1 | 0 | -1 | 0 | 0 | 0 | 0 | 0 | 0 |
| 3 | 1 | 0 | 0 | -1 | 0 | 0 | 0 | 0 | 0 |
| 4 | 0 | 1 | 0 | 0 | -1 | 0 | 0 | 0 | 1 |
| 5 | 0 | 0 | 1 | 0 | 0 | -1 | 0 | -1 | 0 |
| 6 | 1 | 0 | 0 | 1 | 0 | 0 | -1 | 0 | 0 |
The image also contains some Russian text describing graph theory concepts and tasks, which are not directly extractable as structured data but provide context for the presented matrices and edge lists.