Star
Definition
A star is a graph where one vertex is adjacent to all the other vertices, and that vertex is incident on every edge. Explicitly, a star with edges (and therefore, vertices) is a graph where one of the vertices is adjacent to all other vertices, and there are no edges other than the edges involving that vertex. The vertex that is adjacent to all other vertices is termed the center of the star (note that this agrees with the usual definition of central vertex. The center is uniquely defined for .
A star can also be described as a complete bipartite graph where one of the parts has size one. Explicitly, a star with edges can be described as the complete bipartite graph .
Explicit descriptions
Adjacency matrix
If we order the vertices such that the center of the star is the first vertex, the adjacency matrix has the form:
where denotes a matrix all of whose entries are equal to 1.
Particular cases
Value of | Description of graph |
---|---|
1 | single edge graph (note that this is the only case where either vertex can be identified as the center). |
2 | path graph of length two |
3 | claw |
Algebraic theory
Adjacency matrix
If we order the vertices such that the center of the star is the first vertex, the adjacency matrix has the form:
where denotes a matrix all of whose entries are equal to 1.
Algebraic invariant | Value | Explanation |
---|---|---|
characteristic polynomial | ||
minimal polynomial | if : if : |
|
rank of adjacency matrix | 2 | |
eigenvalues (roots of characteristic polynomial) | 0 (multiplicity ), (multiplicity 1), (multiplicity 1) |
Laplacian matrix
The Laplacian matrix, defined as the matrix difference of the degree matrix and adjacency matrix, looks as follows:
Here, denotes the identity matrix of the given (square) dimensions, and denotes the matrix with all entries one.
We can thus compute various algebraic invariants:
Algebraic invariant | Value | Explanation |
---|---|---|
characteristic polynomial | ||
minimal polynomial | If : If : |
|
rank of Laplacian matrix | ||
eigenvalues (roots of characteristic polynomial) | 0 (1 time), (1 time), 1 ( times) |
The normalized Laplacian matrix is as follows:
The matrix is uniquely defined up to permutation by conjugations. Below are some algebraic invariants associated with the matrix:
Algebraic invariant | Value | Explanation |
---|---|---|
characteristic polynomial | Note that when , this simplifies to |
|
minimal polynomial | If : If : |
|
rank of normalized Laplacian matrix | ||
eigenvalues (roots of characteristic polynomial) | 0 (1 time), (1 time), 1 ( times) |