2014
DOI: 10.9790/5728-10556771
|View full text |Cite
|
Sign up to set email alerts
|

Wiener Index of Directed and Weighted Graphs by MATLAB Program

Abstract: The Wiener index is the one of the oldest and most commonlyused topological indices in the quantitative structure-property relationships. It is defined by the sum of the distances between all (ordered) pairs of vertices of G. In this paper, we use MATLAB program for finding the Wiener index of the vertex weighted, edge weighted directed and undirected graphs

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2015
2015
2021
2021

Publication Types

Select...
2

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 7 publications
0
2
0
Order By: Relevance
“…If G is a molecular graph with n nodes, then its adjacency matrix A ij is a square matrix of order n defined as a ij = 1, if there is an link between i th and j th nodes, a ij = 0, if there is no link between them. The Program for finding Wiener index of any graphs through Adjacency matrix given in [6,7].The following program computes the Adjacency matrix of above generalized graphs through MATLAB. Licensed Under Creative Commons Attribution CC BY for k=(j*n)+1:((j+1)*n) A(i,m+k)=1;A(m+k,i)=1; end j=j+1; end A;…”
Section: Definition 22:[2]mentioning
confidence: 99%
“…If G is a molecular graph with n nodes, then its adjacency matrix A ij is a square matrix of order n defined as a ij = 1, if there is an link between i th and j th nodes, a ij = 0, if there is no link between them. The Program for finding Wiener index of any graphs through Adjacency matrix given in [6,7].The following program computes the Adjacency matrix of above generalized graphs through MATLAB. Licensed Under Creative Commons Attribution CC BY for k=(j*n)+1:((j+1)*n) A(i,m+k)=1;A(m+k,i)=1; end j=j+1; end A;…”
Section: Definition 22:[2]mentioning
confidence: 99%
“…Note that if holds for all vertices , then . More generally, if is a constant function, say , then [6]. Let us introduce some notation.…”
Section: Introductionmentioning
confidence: 99%