File: /home/nyiet8349bzl/Backup/sbc_back/homedir/public_html/Publications_department_mathematics.php
<?php include 'inc/header.php';?>
<?php include 'inc/slider.php';?>
</div>
<div class="container">
<div class="row m_2" >
<?php include 'inc/left_maths.php';?>
<div class="col-lg-9 ">
<div class="heading_main_2">Publications</div>
<br><br>
<style>
table, th, td {
border: 1px solid black;
padding:5px;
}
</style>
<table>
<tr>
<th>S.No</th>
<th>Author/s</th>
<th>Department</th>
<th>Title</th>
<th>Publisher/Link</th>
<th>Indexed Scopus etc if any</th>
<th>Book Cover Page Image</th>
</tr>
<tr>
<td>1</td>
<td>Dr. S.K. Kaushik, Dr.<br>Sumit K. Sharma,<br>Dr. Varinder Kumar<br> Dr. Virender</td>
<td>Mathematics</td>
<td>An Introduction to Linear Algebra (for Beginners)</td>
<td>Imprint Books, 2016</td>
<td>ISBN No 978-81-932671-0-3.</td>
<td><img src="images/publications1.png"></td>
</tr>
<tr>
<td>2</td>
<td> Sandeep Kumar<br> Honey Garg</td>
<td>Mathematics</td>
<td> Practical using Mathematica for Calculus-I</td>
<td>Vardhman Publication"></td>
<td>ISBN -978-81-928184-2-9</td>
<td><img src="images/publications2.png"></td>
</tr>
<tr>
<td>3</td>
<td> Sandeep Kumar</td>
<td>Mathematics</td>
<td> Practical using Mathematica for Numerical Methods and Analysis-II</td>
<td>Vardhman Publication</td>
<td>ISBN -978-81-928184-3-6</td>
<td><img src="images/publications3.png"></td>
</tr>
<tr>
<td>4</td>
<td> Sandeep Kumar<br>Rahul Tomar</td>
<td>Mathematics</td>
<td> Graph TheoryI</td>
<td>Vardhman Publication</td>
<td>ISBN -978-81-928184-4-3</td>
<td><img src="images/publications4.png"></td>
</tr>
<tr>
<td>5</td>
<td> Sandeep Kumar<br>Binay Kumar Sharma,<br> Dr. Pooja<br>Raj Verma</td>
<td>Mathematics</td>
<td>Latex and HTML</td>
<td>Vardhman Publication</td>
<td>ISBN -978-81-928184-6-7</td>
<td><img src="images/publications5.png"></td>
</tr>
</table>
</div>
<div class="clr"></div>
<br/>
<br/>
<br/>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="clr"></div>
<?php include 'inc/footer.php';?>