laplacianEnergy: Laplacian energy of a graph

Description Usage Arguments Value Author(s) References Examples

View source: R/laplacianEnergy.R

Description

This method calculates the Laplacian energy of a graph.

Usage

1

Arguments

g

a graph as a graphNEL object.

Value

This method returns the Laplacian energy of a graph as a double-precision floating point value.

Author(s)

Lavanya Sivakumar, Michael Schutte

References

I. Gutman and B. Zhou: Laplacian energy of a graph. Linear Algebra and its Applications, 414:29-37, 2006.

Examples

1
2
3
4
5
library(graph)
set.seed(123)
g <- randomEGraph(as.character(1:8), 0.6)

laplacianEnergy(g)

QuACN documentation built on May 2, 2019, 8:18 a.m.