Mahesh Parahar has Published 134 Articles

Finding the line covering number of a graph

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:25:32

584 Views

Problem StatementWhat is the line covering number for the following graph?SolutionNumber of vertices = |V| = n = 7Line covering number = (α1) ≥ ⌈ n / 2 ⌉ = 3α1 ≥ 3By using 3 edges, we can cover all the vertices.Hence, the line covering number is 3.

Finding the chromatic number of complete graph

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:23:37

5K+ Views

Problem StatementWhat is the chromatic number of complete graph Kn?SolutionIn a complete graph, each vertex is adjacent to is remaining (n–1) vertices. Hence, each vertex requires a new color. Hence the chromatic number Kn = n.

Edges and Vertices of Graph

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:19:16

31K+ Views

A graph is a set of points, called nodes or vertices, which are interconnected by a set of lines called edges. The study of graphs, or graph theory is an important part of a number of disciplines in the fields of mathematics, engineering and computer science.Graph TheoryDefinition − A graph ... Read More

Distance between Vertices and Eccentricity

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:16:52

4K+ Views

Distance between Two VerticesIt is number of edges in a shortest path between Vertex U and Vertex V. If there are multiple paths connecting two vertices, then the shortest path is considered as the distance between the two vertices.Notation − d(U, V)There can be any number of paths present from ... Read More

Connectivity of Graph

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:09:03

1K+ Views

Whether it is possible to traverse a graph from one vertex to another is determined by how a graph is connected. Connectivity is a basic concept in Graph Theory. Connectivity defines whether a graph is connected or disconnected. It has subtopics based on edge and vertex, known as edge connectivity ... Read More

Connected vs Disconnected Graphs

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:05:54

29K+ Views

Connected GraphA graph is connected if any two vertices of the graph are connected by a path.Vertex 1Vertex 2PATHaba baca b c, a cada b c d, a c dbcb a c , b ccdc dDisconnected GraphA graph is disconnected if at least two vertices of the graph are not ... Read More

Composition of Functions of Set

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:01:10

742 Views

Two functions f: A → B and g: B → C can be composed to give a composition g o f. This is a function from A to C defined by (g o f)(x) = g(f(x))ExampleLet f(x) = x + 2 and g(x) = 2x + 1, find (f o ... Read More

Introduction to Mathematical Logic!

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:00:00

5K+ Views

The rules of mathematical logic specify methods of reasoning mathematical statements. Greek philosopher, Aristotle, was the pioneer of logical reasoning. Logical reasoning provides the theoretical base for many areas of mathematics and consequently computer science. It has many practical applications in computer science like design of computing machines, artificial intelligence, ... Read More

Complement of Graph

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:59:31

4K+ Views

Let 'G−' be a simple graph with some vertices as that of 'G' and an edge {U, V} is present in 'G−', if the edge is not present in G. It means, two vertices are adjacent in 'G−' if the two vertices are not adjacent in G.If the edges that ... Read More

Circuit Rank

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:41:24

1K+ Views

Let 'G' be a connected graph with 'n' vertices and 'm' edges. A spanning tree 'T' of G contains (n-1) edges.Therefore, the number of edges you need to delete from 'G' in order to get a spanning tree = m-(n-1), which is called the circuit rank of G.This formula is ... Read More

Advertisements