Complete bipartite graph:K1,3: Difference between revisions
(Created page with "{{particular undirected graph}} ==Definition== This graph is defined as the complete bipartite graph <math>K_{1,3}</math>, i.e., it is a graph with 4 vertices and 3 edge...") |
No edit summary |
||
Line 18: | Line 18: | ||
<math>\begin{pmatrix} 0 & 1 & 1 & 1 \\1 & 0 & 0 & 0 \\1 & 0 & 0 & 0 \\1 & 0 & 0 & 0 \\\end{pmatrix}</math> | <math>\begin{pmatrix} 0 & 1 & 1 & 1 \\1 & 0 & 0 & 0 \\1 & 0 & 0 & 0 \\1 & 0 & 0 & 0 \\\end{pmatrix}</math> | ||
==Arithmetic functions== | |||
===Size measures=== | |||
{| class="sortable" border="1" | |||
! Function !! Value !! Explanation | |||
|- | |||
| {{arithmetic function value|size of vertex set|4}} || As <math>K_{m,n}, m = 1, n = 3</math>: <math>m + n = 1 + 3 = 4</math> | |||
|- | |||
| {{arithmetic function value|size of edge set|3}} || As <math>K_{m,n}, m = 1, n = 3</math>: <math>mn = (1)(3) = 3</math> | |||
|} |
Latest revision as of 21:18, 29 May 2012
This article defines a particular undirected graph, i.e., the definition here determines the graph uniquely up to graph isomorphism.
View a complete list of particular undirected graphs
Definition
This graph is defined as the complete bipartite graph , i.e., it is a graph with 4 vertices and 3 edges, all sharing a common vertex, with the other vertex free to vary.
Explicit descriptions
Descriptions of vertex set and edge set
Vertex set:
Edge set:
Adjacency matrix
With the above ordering of vertices, the adjacency matrix is:
Arithmetic functions
Size measures
Function | Value | Explanation |
---|---|---|
size of vertex set | 4 | As : |
size of edge set | 3 | As : |