Sum of graphs

Материал из WikiGrapp
Версия от 14:12, 30 июня 2011; Glk (обсуждение | вклад) (Новая страница: «'''Sum of graphs''' --- сумма графов. The ''' sum''' <math>G_{1} + G_{2}</math> of graphs <math>G_{1}</math> and <math>G_{2}</math> is the graph with t…»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

Sum of graphs --- сумма графов.

The sum [math]\displaystyle{ G_{1} + G_{2} }[/math] of graphs [math]\displaystyle{ G_{1} }[/math] and [math]\displaystyle{ G_{2} }[/math] is the graph with the vertex set [math]\displaystyle{ V(G_{1}) \times V(G_{2}) }[/math] in which two vertices [math]\displaystyle{ (u_{1},u_{2}) }[/math] and [math]\displaystyle{ (v_{1},v_{2}) }[/math] are adjacent if and only if [math]\displaystyle{ u_{1} = v_{1} }[/math] and [math]\displaystyle{ (u_{2},v_{2}) \in E_{2} }[/math] or [math]\displaystyle{ u_{2} = v_{2} }[/math] and [math]\displaystyle{ (u_{1},v_{1}) \in E_{1} }[/math].

See also

  • Product of graphs.