Mahesh Parahar has Published 255 Articles

Basic Concepts of Graphs

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:25:16

3K+ 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

Inference Theory of the Predicate Logic

Mahesh Parahar

Mahesh Parahar

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

1K+ Views

To reach a conclusion on quantified statements, there are four rules of inference which are collectively called as Inference Theory of the Predicate Calculus.Table of Rules of InferenceRule of InferenceName$$\begin{matrix} \forall x P(x) \ \hline \therefore P(y) \end{matrix}$$Rule US: Universal Specification$$\begin{matrix} P(c) \text { for any c} \ \hline \therefore ... Read More

Independent Line Set

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:20:48

195 Views

Independent sets are represented in sets, in whichthere should not be any edges adjacent to each other. There should not be any common vertex between any two edges.there should not be any vertices adjacent to each other. There should not be any common edge between any two vertices.Independent Line SetLet ... Read More

Independent Vertex Set

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 05:51:26

243 Views

Independent sets are represented in sets, in whichthere should not be any edges adjacent to each other. There should not be any common vertex between any two edges.there should not be any vertices adjacent to each other. There should not be any common edge between any two vertices.Independent Vertex SetLet ... Read More

Adjacency Matrices and their properties

Mahesh Parahar

Mahesh Parahar

Updated on 22-Aug-2019 12:23:41

2K+ Views

Adjacency MatrixAdjacency Matrix is used to represent a graph. We can represent directed as well as undirected graphs using adjacency matrices. Following are the key properties of an Adjacency matrix.PropertiesAn Adjacency Matrix A[V][V] is a 2D array of size V × V where V is the number of vertices in ... Read More

Advertisements