Você está na página 1de 291

&DWDORJXH


Computer Science and Engineering
Information Technology
Engineering
(Electrical, Electronics, Mechanical, Civil
Chemical, Metallurgy, and Agricultural)

3+,/HDUQLQJ
PHI Learning has the exclusive copyright to
all the books listed in this catalogue.

'UVCDNKUJGF KP  2*+ .GCTPKPI KU C NGCFKPI


+PFKCP CECFGOKE RWDNKUJGT 7PFGT VJG KORTKPV
QH 'CUVGTP 'EQPQO[ 'FKVKQPU VJG RWDNKUJKPI
JQWUG JCUDTQWIJVQWVOQTGVJCPVKVNGUKPC
YKFG TCPIG QH UWDLGEVU KPENWFKPI GPIKPGGTKPI
UEKGPEGU OCPCIGOGPV EQORWVGT UEKGPEG
$WUKPGUU'EQPQOKEU +6 JWOCPKVKGU CPF UQEKCN
UEKGPEGU 2*+ JCU CNUQ RWDNKUJGF C NCTIG PWODGT
QH DQQMU OGCPV HQT VJG DWUKPGUU RTQHGUUKQPCNU
+V JCU RKQPGGTGF VJG RWDNKECVKQP QH NQYEQUV
JKIJSWCNKV[ CHHQTFCDNG VGZVU KP +PFKC YJKEJ CTG 
CFQRVGFKPRTGOKGTKPUVKVWVKQPU

2*+ .GCTPKPI JCU RWDNKUJKPI RCTVPGTUJKRU YKVJ


7PKXGTUKV[ 2TGUUGU QH /+6 *CTXCTF #OGTKECP
/CPCIGOGPV#UUQEKCVKQP/'5JCTRGCPFCJQUV
QH QVJGT KPVGTPCVKQPCN RWDNKUJGTU +P CUUQEKCVKQP
YKVJ /KETQUQHV 2TGUU KV JCU RWDNKUJGF OQTG VJCP
 /KETQUQHV DQQMU WUGHWN VQ UVWFGPVU CPF +6 
RTQHGUUKQPCNU

3+,/HDUQLQJ
Helping Teachers to Teach and Students to Learn
CONTENTS

COMPUTER SCIENCE AND ENGINEERING ......................................................... 3

ENGINEERING ................................................................................................................ 79

Agricultural Engineering ......................................................................................... 79

Chemical Engineering .............................................................................................. 81

Civil/Environmental Engineering ......................................................................... 97

Core Engineering .................................................................................................... 133

Electrical/Electronics Engineering ....................................................................... 143

Engineering Geology .............................................................................................. 208

Marine Engineering ................................................................................................ 209

Mechanical Engineering......................................................................................... 209

Metallurgy/Materials Science .............................................................................. 258

6KVNG +PFGZ  

TBA — To be announced  — e-book available


COMPUTER SCIENCE AND ENGINEERING
Algorithms

Design and Analysis Design and Analysis


of Algorithms, of Algorithms,
2nd ed. 2nd ed.

I. CHANDRA MOHAN YCU


2TQHGUUQTCPF*GCF&GRCTVOGPVQH
/CVJGOCVKEU587PKXGTUKV[
6KTWRCVK

PRABHAKAR GUPTA, 2TQHGUUQT CPF &GCP


#ECFGOKEU  CV This book, on Design and Analysis of Algorithms, in its
5JTK 4CO/W TVK 5OCTCM%QNN GIG QH'PIKPGGTKPI  CPF6GEJPQNQI[ second edition, presents a detailed coverage of the time

54/5%'6  $CTGKNN[
72  complexity of algorithms. In this edition, a number of
VINEET AGARWAL, 2TQHGUUQT %QORWVGT5EKGPEGCPF chapters have been modified and updated with new
'PIKPGGTKPI 4CMUJCRCN$CJCFWT%QNNGIGQH'PIKPGGTKPICPF material. It discusses the various design factors that make
6GEJPQNQI[ $CTGKNN[ one algorithm more efficient than others, and explains how
MANISH VARSHNEY, #UUQEKCVG 2TQHGUUQTCPF*GCF  QH to devise the new algorithms or modify the existing ones.
%QORWVGT 5EKGPEG'PIKPGGTKPI&GRCTVOGPVCV5JTK5KFFJK The book begins with an introduction to algorithm analysis
8KPC[CM+PUVKVWVGQH6GEJPQNQI[$CTGKNN[ and then presents different methods and techniques—divide
This well organized text provides the design techniques of and conquer methods, the greedy method, search and
algorithms in a simple and straight forward manner. It traversal techniques, backtracking methods, branch and
describes the complete development of various algorithms bound methods—used in the design of algorithms. Each
along with their pseudo-codes in order to have an algorithm that is written in this book is followed first by a
understanding of their applications. detailed explanation and then is supported by worked-out
examples. The book contains a number of figures to
The book begins with a description of the fundamental con- illustrate the theoretical aspects and also provides chapter-
cepts and basic design techniques of algorithms. Gradually, end questions to enable students to gauge their under-
it introduces more complex and advanced topics such as standing of the underlying concepts. What distinguishes the
dynamic programming, backtracking and various algo- text is its compactness, which has been achieved without
TKVJOU TGNCVGF VQ ITCRJ FCVC UVTWEVWTG (KPCNN[ VJG VGZV GNC sacrificing essential subject matter.
DQTCVGUQP02JCTFOCVTKZQRGTCVKQPUCPFUQTVKPIPGVYQTM
This text is suitable for a course on “Design and Analysis of
2TKOCTKN[ FGUKIPGF CU C VGZV HQT WPFGTITCFWCVG UVWFGPVU QH Algorithms”, which is offered to the students of B.Tech
Computer Science and Engineering and Information (Computer Science and Engineering) and undergraduate
Technology (B.Tech., Computer Science, B.Tech. IT) and and postgraduate students of computer science and
postgraduate students of Computer Applications (MCA), computer applications [BCA, MCA, B.Sc. (CS), M.Sc. (CS)]
the book would also be quite useful to postgraduate and other computer-related courses.
students of Computer Science and IT (M.Sc., Computer
Science; M.Sc., IT). NEW TO THIS EDITION
Ŗ 'ZRNCKPU KP FGVCKN VJG VKOG EQORNGZKV[ QH VJG CNIQTKVJOU
NEW TO THIS SECOND EDITION for the problem of finding the GCD and matrix addition.
Ŗ #PGYUGEVKQPQP%JCTCEVGTKUVKEUQH#NIQTKVJOU (Section 1.3) Ŗ %QXGTU VJG CPCN[UKU QH -PCRUCEM CPF %QODKPCVQTKCN
has been added Search and Optimization problems.
Ŗ (KXG PGY UGEVKQPU QP +PUGTVKQP 5QTV (Section 2.2), $WDDNG Ŗ +NNWUVTCVGU VJG ő$TCPEJCPF$QWPFŒ OGVJQF YKVJ
5QTV (Section 2.3), 5GNGEVKQP 5QTV (Section 2.4), 5JGNN 5QTV/ TGHGTGPEGVQVJG-PCRUCEMRTQDNGO
&KOKPKUJKPI +PETGOGPV5QTV /%QOD 5QTV (Section 2.5) and Ŗ 2TGUGPVUVJGVJGQT[QH02%QORNGVGPGUU
/GTIG5QTV (Section 2.6) have been included
Ŗ #PGYEJCRVGTQP&KXKFGCPF%QPSWGT (%JCRVGT) has also CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
#EMPQYNGFIGOGPVU (WPFCOGPVCNU &KXKFGCPF%QPSWGT
been incorporated
Methods. The Greedy Method. Set Manipulation
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP #NIQTKVJOU &[PCOKE 2TQITCOOKPI 5GCTEJ CPF 6TCXGTUCN
Acknowledgements. Introduction to Algorithms. Sorting Techniques. Backtracking Methods. Branch and Bound
and Order Statistics. Elementary Data Structure. Advanced Methods. Algebraic Simplification and Transformation.
Data Structure. Divide and Conquer. Advanced Design and .QYGT $QWPFCT[ 6JGQT[ CPF 02*CTF CPF 02%QORNGVG
#PCN[UKU 6GEJPKSWGUō2CTV + #FXCPEGF &GUKIP CPF 2TQDNGOU+PFGZ
#PCN[UKU 6GEJPKSWGUō2CTV ++ )TCRJ 2CVVGTP /CVEJKPI
#NIQTKVJOU02%QORNGVGPGUU)NQUUCT[4GHGTGPEGU+PFGZ Latest Print 2012 / 200 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4575-1 / C 175.00
Latest Print 2012 / 424 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4663-5 / C 350.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 3 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
Algorithms

Design and Analysis Design Methods and


Second Edition
of Algorithms Analysis of
Algorithms, 2nd ed.

S.K. BASU, 2TQHGUUQT&GRCTVOGPVQH


%QORWVGT 5EKGPEG$CPCTCU*KPFW
7PKXGTUKV[

R. PANNEERSELVAM, 2TQHGUUQT&GRCTVOGPVQH/CPCIGOGPV The design of correct and efficient algorithms for problem
5VWFKGU 5EJQQNQH/CPCIGOGPV2QPFKEJGTT[7PKXGTUKV[ solving lies at the heart of computer science. This concise
2WFWEJGTT[ text, without being highly specialized, teaches the skills
needed to master the essentials of this subject. With clear
This highly structured text provides comprehensive explanations and engaging writing style, the book places
coverage of design techniques of algorithms. It traces the increased emphasis on algorithm design techniques rather
complete development of various algorithms in a stepwise than programming in order to develop in the reader the
approach followed by their pseudo-codes to build an problem-solving skills.
understanding of their application in practice. The treatment throughout the book is primarily tailored to
With clear explanations, the book analyzes different kinds of the curriculum needs of B.Tech students in computer science
algorithms such as distance-based network algorithms, CPF GPIKPGGTKPI $5E
*QPU  CPF /5E UVWFGPVU KP
search algorithms, sorting algorithms, probabilistic computer science, and MCA students.
algorithms, and single as well as parallel processor The book focuses on the standard algorithm design methods
scheduling algorithms. Besides, it discusses the importance and the concepts are illustrated through representative
of heuristics, benchmarking of algorithms, cryptography, examples to offer a reader-friendly text. Elementary analysis
and dynamic programming. of time complexities is provided for each example-
algorithm. A varied collection of exercises at the end of each
KEY FEATURES chapter serves to reinforce the principles/methods involved.
Ŗ 1HHGTUKPFGRVJVTGCVOGPVQHDCUKECPFCFXCPEGFVQRKEU
NEW TO THIS EDITION
Ŗ +PENWFGU PWOGTQWU YQTMGF GZCORNGU EQXGTKPI XCTKGF Ŗ #FFKVKQPCNRTQDNGOU
real-world situations to help students grasp the concepts Ŗ #PGY%JCRVGTQP$KQKPHQTOCVKEU#NIQTKVJOU
easily. Ŗ 6JGHQNNQYKPIPGYUGEVKQPU
Ŗ 2TQXKFGU EJCRVGTGPF GZGTEKUGU VQ GPCDNG UVWFGPVU VQ Ō $52OQFGN
%JCRVGT
enhance their mastery of the subject. – Some examples of average complexity calculation
This text is especially designed for students of B.Tech and (Chapter 1)
M.Tech (Computer Science and Engineering and – Amortization (Chapter 1)
– Some more data structures (Chapter 1)
Information Technology), MCA, and M.Sc. (Computer
Ō 2QN[PQOKCNOWNVKRNKECVKQP
%JCRVGT
Science and Information Technology). It would also be
– Better-fit heuristic (Chapter 7)
useful to undergraduate students of electrical and
– Graph matching (Chapter 9)
electronics and other related engineering disciplines where a Ō (WPEVKQP QRVKOK\CVKQP PGKIJDQWTJQQF CPPGCNKPI CPF
course in algorithms is prescribed. implicit elitism (Chapter 12)
CONTENTS:2TGHCEG+PVTQFWEVKQP)TCRJU&CVC5VTWEVWTG Ŗ #FFKVKQPCNOCVVGTKP%JCRVGTCPF#RRGPFKZ
&KUVCPEG$CUGF 0GVYQTM #NIQTKVJOU 5GCTEJ #NIQTKVJOU CONTENTS:.KUVQH(KIWTGU .KUVQH6CDNGU2TGHCEG2TGHCEG
5QTVKPI #NIQTKVJOU *GWTKUVKEU /GVC*GWTKUVKEU VQ VJG (KTUV 'FKVKQP #EMPQYNGFIGOGPVU Computational
%T[RVQITCRJ[ 2TQDCDKNKUVKE #NIQTKVJOU &[PCOKE Models. Basics of Algorithm. Divide and Conquer. Greedy
2TQITCOOKPI $GPEJOCTMKPI QH #NIQTKVJOU #NIQTKVJOU VQ /GVJQF &[PCOKE 2TQITCOOKPI (WTVJGT &KXKFG CPF
5EJGFWNG 2TQEGUUQT
U  /KUEGNNCPGQWU #NIQTKVJOU Conquer. A Bit of Theory. Approximation Algorithms.
Bibliography. Index. 4CPFQOK\GF #NIQTKVJOU Graph Algorithms. Backtracking,
Latest Print 2011 / 440 pp. / 17.8 × 23.5 cm Branch and Bound. Lower Bound Techniques. Genetic
#NIQTKVJOU2CTCNNGN#NIQTKVJOU$KQKPHQTOCVKEU#NIQTKVJOU
ISBN-978-81-203-3278-2 / C 275.00
Conclusion. Appendix. Bibliography. Index.
380 pp. (approx.) / 17.8 × 23.5 cm
ISBN-978-81-203-4746-5 / FORTHCOMING

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 4
COMPUTER SCIENCE AND ENGINEERING
Artificial Intelligence

Artificial Intelligence Expert Systems:


Theory and Practice

R.B. MISHRA, 2TQHGUUQT&GRCTVOGPVQH%QORWVGT'PIKPGGTKPI JEAN-LOUIS ERMINE, 5GPKQT .GEVWTGT7PKXGTUKV[QH


+PUVKVWVGQH6GEJPQNQI[$CPCTCU*KPFW7PKXGTUKV[8CTCPCUK $QTFGCWZ(TCPEG

This book has been written keeping in view the 6JKU DQQM CP 'PINKUJ VTCPUNCVKQP QH VJG QTKIKPCN (TGPEJ
requirements of undergraduate and postgraduate students version, provides an insight into the theory and practical
and research scholars in the area of computer science and applications of expert systems. It introduces expert systems
engineering in particular, and other branches of engineering by defining their functionalities and their architecture, and
which deal with the study of AI such as electronics gives new mathematical model applied to several typical
engineering, electrical engineering, industrial engineering problems in systems like chaining, uncertain reasoning and

TQDQVKEU CPF (/5  $GUKFGU VJG GPIKPGGTKPI UVWFGPVU VJG consistency of knowledge-base. The text-matter is class
postgraduate students of computer science and computer tested, and in fact it is the result of the author’s classroom
applications and cognitive sciences researchers can equally lectures to the students. Examples from the real-life
benefit from this text. experiences are presented; concepts are defined as precisely
The basic concepts of artificial intelligence, together with as possible and integrated in the general structure.
knowledge representation, reasoning methods, acquisition, The approach of the book is pedagogical, but at the same
management and distributed architecture, have been nicely time the required rigour is present in the book to have a
and instructively described. The various application unified version of different concepts.
domains and disciplines in engineering, management, The last part of the book gives a new approach to some
medicine which cover different aspects of design, assembly
RQKPVU QH -PQYNGFIG 4GRTGUGPVCVKQP VJTQWIJ UGOKQVKEU an
and monitoring, have been presented with utility aspects of emerging sub-field of Artificial Intelligence.
AI concepts in logic and knowledge.
What is scattered in bits and pieces in many other books can
The book maintains a simple and comprehensible style of be found in this comprehensive yet compact volume.
presentation for the different categories of readers such as
students, researchers and professionals for their respective CONTENTS: (QTGYQTF 2CTV + +PVTQFWEVKQP VQ 'ZRGTV
uses. 5[UVGOUō+PVTQFWEVKQP 'ZRGTV 5[UVGOU 7VKNK\CVKQP CPF
(WPEVKQPCNKV[ #TEJKVGEVWTG QH 'ZRGTV 5[UVGOU 6YQ
CONTENTS: 2TGHCEG +PVTQFWEVKQP .QIKE CPF 'ZCORNGU -PQYNGFIG 4GRTGUGPVCVKQP $KDNKQITCRJ[
%QORWVCVKQP *GWTKUVKE 5GCTEJ #+ KP )COG 2NC[KPI #+
2CTV ++ 5GOCPVKEU 1H 'ZRGTV 5[UVGOUō+PVTQFWEVKQP
.CPIWCIGU -PQYNGFIG 4GRTGUGPVCVKQP #WVQOCVGF
-PQYNGFIG $CUG CPF %JCKPKPI (WPEVKQPU /QFGNNKPI QH
4GCUQPKPI2TQDCDKNKUVKE4GCUQPKPI-PQYNGFIG#ESWKUKVKQP
7PEGTVCKP 4GCUQPKPI %QJGTGPEG QH -PQYNGFIG $CUG
/CEJKPG .GCTPKPI /WNVKCIGPV 5[UVGOU 7UGT +PVGTHCEG
4GFWEVKQPU QH 5GVU QH 4WNGU $KDNKQITCRJ[ 2CTV +++ 5GOKQVKE
-PQYNGFIG$CUGF5[UVGOU-PQYNGFIG&KUEQXGT[&CVCCPF
6JGQT[ CPF -PQYNGFIG 4GRTGUGPVCVKQPō+PVTQFWEVKQP
Web Mining. Web Technology, Semantic Web and
Syntactic-Semantic Analysis Discursive Grammar. The
-PQYNGFIG /CPCIGOGPV 0CVWTCN .CPIWCIG 2TQEGUUKPI
5GOKQVKE 5SWCTG #PCN[UG #EVCPVKGNNG 0CTTCVKXG )TCOOCT
Development, Selection and Evaluation. Software
Applications of Semiotic Theory of Artificial Intelligence.
'PIKPGGTKPICPF#+#+KP/GFKEKPG+PFWUVTKCN#WVQOCVKQP
$KDNKQITCRJ[4GHGTGPEGU
(/5 CPF 4QDQVKEU 'NGEVTQPKEU %QOOWPKECVKQP
/CPCIGOGPVCPF$WUKPGUU+PVGNNKIGPEG4GHGTGPEGU+PFGZ Latest Print 2005 / 192 pp. / 16.0 × 24.1 cm
ISBN-81-203-0919-7 / C 125.00
Latest Print 2012 / 520 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3849-4 / C 375.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 5 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Artificial Intelligence Assembly Language Programming

Introduction to Assembly Language


Artificial Intelligence Programming in
GNU/Linux for IA32
Architectures

RAJENDRA AKERKAR, 2TQHGUUQT%QORWVGTCPF+PHQTOCVKQP RAJAT MOONA, 2TQHGUUQT QH%QORWVGT5EKGPEGCPF


5EKGPEG#OGTKECP7PKXGTUKV[QH#TOGPKC#TOGPKC*GKUCNUQVJG 'PIKPGGTKPICV+PFKCP+PUVKVWVGQH6GEJPQNQI[-CPRWT
%JCKTOCP QH6GEJPQOCVJGOCVKEU4GUGCTEJ(QWPFCVKQP-QNJCRWT
/CJCTCUJVTC This book provides an easy-to-understand, step-by-step
approach to learning the fundamentals of Assembly
language programming for Intel’s architectures, using a
This comprehensive text acquaints the readers with the
)07.KPWZDCUGF EQORWVGT CU C VQQN 1HHGTKPI UVWFGPVU QH
important aspects of artificial intelligence (AI) and expert computer science and engineering a hands-on learning
(knowledge-based) systems and guides them towards a experience, the book shows what actions the machine
better understanding of the subject. instructions perform, and then presents sample programs to
The text begins with a brief introduction to artificial demonstrate their application.
intelligence including application areas, its history and The book is suitable for use during courses on
future, and programming. It then deals with symbolic logic, Microprocessors, Assembly language programming, and
knowledge acquisition, and uncertainty. The text also clearly Computer Organization in order to understand the
explains AI technologies such as computer vision, natural execution model of processors. This knowledge also helps
strengthen concepts when students go on to study operating
NCPIWCIG RTQEGUUKPI CPF URGGEJ TGEQIPKVKQP (KPCNN[ KV
systems and compiler construction.
concludes with discussions on expert systems, neural
networks, constraint programming, and case-based The concepts introduced are reinforced with numerous
reasoning. examples and review exercises. An Instructor’s CD provides
all the programs given in the book and the solutions to
2TKOCTKN[ FGUKIPGF HQT VJG RQUVITCFWCVG UVWFGPVU QH exercises.
computer science and engineering, master of computer KEY FEATURES
application (MCA), and information technology (IT), this
Ŗ &KUEWUUGU RTQITCOOKPI IWKFGNKPGU CPF VGEJPKSWGU QH
easy-to-read book will also serve as a useful text for the using Assembly language programs
students of B.E./B.Tech. offering courses on artificial Ŗ 5JQYU VGEJPKSWGU VQ KPVGTHCEG % CPF #UUGODN[ NCPIWCIG
intelligence and expert systems. programs
Ŗ %QXGTUKPUVTWEVKQPUHTQOIGPGTCNRWTRQUGKPUVTWEVKQPUGVU
KEY FEATURES
of IA32 processors
Ŗ 'ZRQUGUVJGTGCFGTUVQTGCNYQTNFCRRNKECVKQPUQH#+ Ŗ +PENWFGU//:CPF//:KPUVTWEVKQPU
Ŗ %QPEGRVUCTGFWN[UWRRQTVGFD[GZCORNGUCPFECUGU Ŗ %QXGTU55'CPF55'KPUVTWEVKQPU
Ŗ 2TQXKFGU CRRGPFKEGU QP 241.1) CPF .+52 RTQ Ŗ 'ZRNCKPUKPRWVQWVRWVVGEJPKSWGUCPFVJGKTWUGKP)07
Linux-based computers
gramming languages. Ŗ 'ZRNCKPU)07.KPWZU[UVGOECNNUCNQPIYKVJOGVJQFUVQ
CONTENTS: 2TGHCEG Overview of Artificial Intelligence. use them in programs
5[ODQNKE .QIKE -PQYNGFIG #ESWKUKVKQP CPF 4GRTGUGP Ŗ 2TQXKFGUCNKUVQHUWIIGUVGFRTQLGEVU
VCVKQP 4GCUQPKPI CPF -44 5[UVGOU 7PEGTVCKPV[ 5GCTEJ Ŗ )KXGUCORNGTGHGTGPEGUVQGZRNQTGHWTVJGT
6GEJPKSWGU #+ 6GEJPQNQIKGU 'ZRGTV 5[UVGOU 0GWTCN CONTENTS: 2TGHCEG +PVTQFWEVKQP +# 2TQEGUUQTU $CUKE
0GVYQTMU%CUG$CUGF4GCUQPKPI%QPUVTCKPV2TQITCOOKPI Data Manipulation. Control Transfer. Arithmetic and Logic
Applications of Artificial Intelligence. Appendixes— Instructions. String and Bit-Oriented Instructions. Linux
# 2TQLGEVU $ 241.1) % .+52 )NQUUCT[ $KDNKQITCRJ[ -GTPGN +PVGTHCEG +PRWV1WVRWV KP .KPWZ *CPFNKPI 4GCN
0WODGT #TKVJOGVKE 5+/& +PUVTWEVKQP 5GVU #UUGODNGT
Index.
Directives and Macros. Appendicesō# 0WODGT 4GRTG
Latest Print 2012 / 364 pp. / 17.8 × 23.5 cm UGPVCVKQP 5[UVGO $ +# 2TQEGUUQT +PUVTWEVKQP 5GV
ISBN-978-81-203-2864-8 / C 275.00 % 5WIIGUVGF 2TQITCOOKPI 'ZGTEKUGU & )07 #UUGODNGT
' )07 .KPMGT ( )07 &GDWIIGT ) #5%++ %JCTCEVGT 5GV
*4GHGTGPEGU+PFGZ
Latest Print 2009 / 468 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3156-3 / C 350.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 6
COMPUTER SCIENCE AND ENGINEERING
Bioinformatics

Bioinformatics: Bioinformatics:
A Modern Approach Methods and
Applications:
VITTAL R. SRINIVAS, YCUC Genomics, Proteomics
2TQLGEV1HHKEGTKPVJG&GRCTVOGPV
QH$KQVGEJPQNQI[+PFKCP+PUVKVWVG and Drug Discovery,
QH6GEJPQNQI[/CFTCU
3rd ed.

This text not only deals with the basic concepts but it also S.C. RASTOGI, HQTOGTN[ 2TQHGUUQT CPF*GCF$KQNQIKECN
emphasizes the technical and practical aspects of the subject. 5EKGPEGU )TQWRCV$KTNC+PUVKVWVGQH6GEJPQNQI[CPF5EKGPEG
It covers the computational tools in bioinformatics,
$+65  2KNCPK
algorithmic aspects as well as technological aspects. NAMITA MENDIRATTA, 8KEG2TGUKFGPV +.(5
Besides it gives a clear exposition of Viterbi algorithm, 6GEJPQNQIKGU0GY&GNJK
*KFFGP /CTMQX OQFGNU 72)/# (/ CNIQTKVJO JGWTKUVKE PARAG RASTOGI, JCU YQTMGFKPKPFWUVT[KPXCTKQWU
FGXGNQRKPI CPF WUKPI UWDUVKVWVKQP OCVTKEGU *//U ECRCEKVKGUKP+6CPFEQPUWNVKPI
and derivation of a number of standard formulae in Designed as a text for students and professionals pursuing
information theory and statistics. careers in the fields of molecular biology, pharmacy and
(KPCNN[ VJG VGZV HQEWUUGU QP VJG VGEJPQNQIKECN CURGEVU QH bioinformatics, this third edition continues to offer a
bioinformatics such as sequencing through shot gun fascinating and authoritative treatment of the entire
methods, microarrays, with a variety of unsupervised spectrum of bioinformatics, covering a wide range of high-
methods in data analysis with examples, as well as throughput technologies. In this edition, three new chapters
interdisciplinary research in systems biology. are included along with the coverage of recent advances in
microarray technologies and their applications.
The book is primarily intended as a text for the students of
Computer Science, Information Technology, under-graduate As a student-friendly text, it embodies several pedagogic
UVWFGPVU QH $KQKPHQTOCVKEU 2)&%# CPF DKQNQIKECN UEKGPEGU features such as detailed examples, chapter-end problems,
and biotechnology. It should also be of considerable interest numerous tables, a large number of diagrams, flow charts, a
HQTTGUGCTEJUEKGPVKUVKP%JGOKUVT[CPF2JCTOCE[ comprehensive glossary and an up-to-date bibliography.
This book should prove an invaluable asset to students
CONTENTS: .KUV QH (KIWTGU .KUV QH 6CDNGU 2TGHCEG
and researchers in the fields of bioinformatics, bio-
#EMPQYNGFIGOGPVU 2TQNQIWG +PVTQFWEVKQP 2CTV +
technology, computer-aided drug design, information
Introduction to Bioinformatics—Getting Started with Linux.
technology, medical diagnostics, molecular biology and
2CTV ++ 2TQITCOOKPI &CVCDCUG /CPCIGOGPV CPF
pharmaceutical industry.
Information Theory—World Wide Web. 2GTN CPF ,CXC
Information Theory. 2CTV +++ 5GSWGPEG &CVCDCUGU CPF CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
5GSWGPEG #PCN[UKUō0CVKQPCN %GPVGT HQT $KQVGEJPQNQI[ $KQKPHQTOCVKEU #P +PVTQFWEVKQP +PHQTOCVKQP 5GCTEJ CPF
+PHQTOCVKQP
0%$+  $NCUVCPF(CUVC#5GCTEJHQT5KOKNCTKV[ &CVC 4GVTKGXCN )GPQOG #PCN[UKU CPF )GPG /CRRKPI
2CTV +8 /WNVKRNG 5GSWGPEG #NKIPOGPV 2J[NQIGPGVKE #NKIPOGPV QH 2CKTU QH 5GSWGPEGU #NKIPOGPV QH /WNVKRNG
#PCN[UKU CPF )GPG 2TGFKEVKQPō2CKTYKUG 5GSWGPEG 5GSWGPEGU CPF 2J[NQIGPGVKE #PCN[UKU 6QQNU HQT 5KOKNCTKV[
#NKIPOGPV CPF &[PCOKE 2TQITCOOKPI 2J[NQIGP[ Gene 5GCTEJ CPF 5GSWGPEG #NKIPOGPV 2TQHKNGU CPF *KFFGP
2TGFKEVKQP 2CTV 8 2TQVGKP &CVCDCUGU 2TQVGKP &QOCKP /CTMQX /QFGNU )GPG +FGPVKHKECVKQP CPF 2TGFKEVKQP )GPG
5GCTEJKPI CPF 5VTWEVWTG 2TGFKEVKQPō2TQVGKP &CVC $CPM 'ZRTGUUKQP CPF /KETQCTTC[U 2TQVGKP %NCUUKHKECVKQP CPF

2&$  Domain Assignment and Searching. 0CVKXG5VTWEVWTG 5VTWEVWTG 8KUWCNK\CVKQP 2TQVGKP 5VTWEVWTG 2TGFKEVKQP
2TGFKEVKQP CPF 2TQVGKP (QNFKPI 2TGFKEVKQP 2CTV 8+ 2TQVGQOKEU %QORWVCVKQPCN /GVJQFU HQT 2CVJYC[U CPF
Sequencing and Genome Mapping—Genome Sequencing. Systems Biology. Introduction to Drug Discovery. Drug
Maps. 2CTV8++/KETQCTTC[UCPF5[UVGOU$KQNQI[ō9J[VJG &KUEQXGT[ 6GEJPQNQI[ CPF 5VTCVGIKGU %GNN %[ENG -G[ VQ
Buzz About Microarrays? Microarray Design, Data Drug Discovery. Structural Biology and Virtual Screening
Acquisition and Analysis. 2TQVGQOKEU Systems Biology— HQT &TWI &KUEQXGT[ 'OGTIKPI 4QNG QH $KQOCTMGTU KP
6JG*QN[)TCKNQH+PVGITCVKQP 2WDNKE&QOCKP&CVCDCUGUCPF &TWI &GXGNQROGPV )2TQVGKP %QWRNGF 4GEGRVQTU CU &TWI
#PCN[UKU 6QQNU # %QORGPFKWO /QFGN 3WGUVKQPU. 6CTIGVU +QP %JCPPGNU CPF #SWCRQTKPU CU 2QVGPVKCN
#RRGPFKZ (WPFCOGPVCNU QH 2TQDCDKNKV[ 'RKNQIWG Drug Targets. Computer-aided Drug Design. Glossary.
Bibliography. Index. Bibliography. Index.
Latest Print 2009 / 280 pp. / 17.8 × 23.5 cm Latest Print 2011 / 540 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2858-7 / C 195.00 ISBN-978-81-203-3595-0 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 7 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Bluetooth Technology C Programming

Bluetooth Technology All of C


and Its Applications
with JAVA and J2ME

C.S.R. PRABHU, &GRWV[ &KTGEVQT)GPGTCNCPF5VCVG SMARAJIT GHOSH, 2TQHGUUQT CPF*GCF&GRCTVOGPVQH


+PHQTOCVKEU 1HHKEGT0CVKQPCN+PHQTOCVKEU%GPVTG
0+% #PFJTC 'NGEVTKECN CPF+PUVTWOGPVCVKQP'PIKPGGTKPI6JCRCT7PKXGTUKV[
2TCFGUJ5VCVG7PKV*[FGTCDCF 2CVKCNC
A. PRATHAP REDDI, 5GPKQT 6GEJPKECN%QPUWNVCPV56'2
1PNKPG $CPICNQTG Designed as a text for the students of computer science,
computer applications, all branches of engineering, and
Bluetooth is a short range wireless radio technology also for those pursuing courses in ICT (Information
standard that packs the potential to meet the demands of the Communication Technology) related subjects, this book is
present and of the future. Bluetooth is the most secure suitable for anyone new to programming in C. It teaches the
among all wireless technologies. readers all about C—introduces the basic programming
This up-to-date, well-organized book provides a concepts, how to program, then moves on to a thorough
comprehensive coverage of Bluetooth and shows how discussion of advanced techniques and features of C.
various Bluetooth-enabled applications can be developed in Though a new title, it is a completely reorganized,
,CXCCPF,/' thoroughly revised and fully updated version of the author’s
earlier book 2TQITCOOKPIKP%.
The text provides a detailed description and a skilful
analysis of the techniques involved in developing Bluetooth- *KIJN[ RTCEVKECN KP PCVWTG VJG VGZV KU GPTKEJGF VJTQWIJQWV
enabled applications with a host of illustrative codes. with numerous worked-out examples to help the reader
grasp the application of the concepts discussed. Each
This book, which treats a topic of current interest, will be chapter concludes with a section ‘Test Yourself’ (with
extremely useful to students of computer science as well as answers) that provides students with an opportunity to
to professionals in the field. solve plenty of interesting problems and coding
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 9KTGNGUU assignments. Besides the book offers the following special
6GEJPQNQIKGU +PVTQFWEVKQP VQ $NWGVQQVJ $NWGVQQVJ 4CFKQ features in three separate sections to help students build
$NWGVQQVJ 0GVYQTMKPI %QPPGEVKQP 'UVCDNKUJOGPV 5GEWTKV[ competence in programming and to prepare them to attempt
2TQHKNGU CPF 7UCIG /QFGNU *CTFYCTG 2TQVQEQN solutions to real-life assignments.
+ORNGOGPVCVKQP2TQVQEQN+PVGTCEVKQPYKVJ.C[GTU#UUKIPGF Ŗ 5QNXGF2TQITCOU
0WODGTU2TQITCOOKPIYKVJ,CXC,CXCZDNWGVQQVJ2CEMCIG
Ŗ /WNVKRNG%JQKEG3WGUVKQPU
,CXCZQDGZ 2CEMCIG $NWGVQQVJ 5CORNG #RRNKECVKQPU
$NWGVQQVJ 5GTXKEG 4GIKUVTCVKQP CPF 5GCTEJ #RRNKECVKQPU Ŗ %QPHKFGPEG$WKNFKPI2TQITCOU
Bluetooth Client and Server Applications. Bluetooth CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 0WODGT
%QPUVCPVU $NWGVQQVJ #RRNKECVKQPU YKVJ ,/' 1VJGT 5[UVGOU %QFGU CPF $QQNGCP #NIGDTC 7PKZ 5VTWEVWTG QH %
9KTGNGUU 6GEJPQNQIKGU +T&# *QOG4( 9KTGNGUU .#0U CPF 2TQITCOOKPI $CUKE 'NGOGPVU 1RGTCVQTU CPF 'ZRTGUUKQPU
,KPK$NWGVQQVJ%CTGGTU+PFGZ Input and Output Operations. Control Statements. Arrays.
Latest Print 2009 / 340 pp. / 17.8 × 23.5 cm %JCTCEVGT 5VTKPIU 7UGT&GHKPGF (WPEVKQPU 2QKPVGTU
ISBN-978-81-203-2443-5 / C 250.00 5VTWEVWTGU CPF 7PKQPU (KNG /CPCIGOGPV +PVTQFWEVKQP VQ
&CVC 5VTWEVWTGU KP % 5QNXGF 2TQITCOU /WNVKRNG %JQKEG
3WGUVKQPU$WKNF7R;QWT%QPHKFGPEG+PFGZ
Latest Print 2012 / 492 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3520-2 / C 295.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 8
COMPUTER SCIENCE AND ENGINEERING
C++ Programming C# Programming

Object-Oriented Programming with


Programming with C#: Concepts and
C++, 2nd ed. Practice
M.T. SOMASHEKARA,
&GRCTVOGPVQH%QORWVGT5EKGPEG B. RAMA KRISHNA RAO,
CPF#RRNKECVKQPU7PKXGTUKV[QH 2TQHGUUQTQH(CEWNV[QH+PHQTOCVKEU
$CPICNQTG #FFKU#DCDC7PKXGTUKV[#FFKU
D.S. GURU, &GRCTVOGPVQH5VWFKGU #DCDC'VJKQRKC7PKVGF0CVKQPU
KP %QORWVGT5EKGPEG7PKXGTUKV[QH &GXGNQROGPV2TQITCOOG
70&2 
/[UQTG
H.S. NAGENDRASWAMY, &GRCTVOGPV QH5VWFKGUKP Written in an engaging style, this book is especially designed
%QORWVGT5EKGPEG7PKXGTUKV[QH/[UQTG for the beginner or intermediate level programmer to make
K.S. MANJUNATHA, &GRCTVOGPV QH%QORWVGT5EKGPEG the C# concepts accessible and exciting. The book offers a
/CJCTCPKŏU5EKGPEG%QNNGIG/[UQTG coherent approach to C# programming and focuses on the
HWPFCOGPVCNU—from elementary to the complex concepts of
This book is the second edition of M.T. Somashekara’s the language.
earlier book titled 2TQITCOOKPI KP% , under the new title
1DLGEV1TKGPVGF 2TQITCOOKPIYKVJ% . In consonance with The text is thoughtfully divided into three parts. The first
the new title, two chapters—one explaining the concepts of part provides a basic understanding of object-oriented
object-oriented programming and the other on RTQITCOOKPI VJG 0'6 RNCVHQTO CPF KVU KPHTCUVTWEVWTG
objectoriented software development—have been added, console and windows application programs, and the various
respectively, at the beginning and end of the book. iterative and decision making statements available in C#.
The second part introduces features such as classes, objects,
Substantial improvements have been effected in all chapters
on C++. The book also carries a new chapter titled Standard inheritance and polymorphism, indexers, delegates and
Template Library. events. The third part of the book describes the benefits of
KORNGOGPVCVKQP QH 0'6 CUUGODNKGU PCOGURCEGU CVVTKDWVGU
The book covers the C++ language thoroughly, from basic and reflections, exception handling, and threads to help
concepts through advanced topics such as encapsulation, students appreciate the performance issues with great
polymorphism, inheritance, and exception handling. It
clarity. The final two chapters are devoted to writing
presents C++ in a pedagogically sound way, giving many
program examples to highlight the features and benefits of applications in Windows so that the students can build upon
each of its concepts. the knowledge gained from the book.
The book is suitable for all engineering and science students KEY FEATURES
including the students of computer applications for learning Ŗ 2TQXKFGU UEKPVKNNCVKPI EQXGTCIG QH DQVJ VJGQT[ CPF
the C++ language from the first principles. practice.
KEY FEATURES Ŗ +PENWFGU OQTG VJCP C JWPFTGF VGUVGF RTQITCOU VQ
Ŗ .QIKECN HNQY QH EQPEGRVU UVCTVKPI HTQO VJG RTGNKOKPCT[ develop students’ proficiency with C# fundamentals.
topics to the major topics. Ŗ 1HHGTU EJCRVGTGPF TGXKGY SWGUVKQPU YKVJ CPUYGTU VQ
Ŗ 2TQITCOUHQTGCEJEQPEGRVVQKNNWUVTCVGKVUUKIPKHKECPEGCPF enhance students’ fundamental skills.
scope. %DGKPIQPGQHVJGNCPIWCIGUUWRRQTVGFD[/KETQUQHV0'6
Ŗ %QORNGVGGZRNCPCVKQPQHGCEJRTQITCOYKVJGORJCUKUQP (TCOGYQTM VJKU VGZVDQQM YKNN DG WUGHWN VQ UVWFGPVU QH
its core segment.
computer science, computer applications, information
Ŗ %JCRVGTGPFUWOOCT[TGXKGYSWGUVKQPUCPFRTQITCOO
science and information technology.
ing exercises.
Ŗ 'ZJCWUVKXGINQUUCT[QHRTQITCOOKPIVGTOU CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
CONTENTS: 2TGHCEG 1DLGEV1TKGPVGF 2TQITCOOKPI 2#46 +ō#P 1XGTXKGY QH 1DLGEV 1TKGPVGF 2TQITCOOKPI

112 ō#P 1XGTXKGY %  .CPIWCIGō#P 1XGTXKGY %


112  6JG 0'6 2NCVHQTO ;QWT (KTUV % #RRNKECVKQP
.CPIWCIGō2TGNKOKPCTKGU 1RGTCVQTU CPF 'ZRTGUUKQPU 6QMGPU &CVC 6[RGU CPF 'ZRTGUUKQPU 2TQITCO (NQY
5GNGEVKQP +VGTCVKQP (WPEVKQPU #TTC[U %ō5VTKPIU %QPVTQN 2#46 ++ō%NCUUGU CPF 1DLGEVU +PJGTKVCPEG
5VTWEVWTGU CPF 7PKQPU 2QKPVGTU 6JG %  2TGRTQEGUUQT 2QN[OQTRJKUO CPF +PVGTHCEG 9QTMKPI YKVJ % +1 (KNGU
Classes and Objects. Constructors and Destructors. Operator 2TQRGTVKGU CPF +PFGZGTU &GNGICVGU CPF 'XGPVU 2#46 +++ō
Overloading and Type Conversions. Inheritance. I/O 0COGURCEGU #UUGODNKGU CPF /5+. /GVCFCVC #VVTKDWVGU
5VTGCOU (KNG *CPFNKPI 5VTKPI *CPFNKPI 'ZEGRVKQP CPF 4GHNGEVKQP 'ZEGRVKQPU 6JTGCFU CPF %QORKNGT
*CPFNKPI 6GORNCVGU 0GY (GCVWTGU QH %  5VCPFCTF &KTGEVKXGU +PVTQFWEVKQP VQ 9KPFQYU (QTOU #FFKPI %
Template Library. Object-Oriented Software Development. %QPVTQNU VQ 9KPFQYU (QTOU 4GHGTGPEGU 5GNGEVGF #PUYGTU
#RRGPFKZ # /CVJGOCVKECN (WPEVKQPU #RRGPFKZ $ VQ4GXKGY3WGUVKQPU+PFGZ
%JCTCEVGT6GUV(WPEVKQPU)NQUUCT[$KDNKQITCRJ[+PFGZ
Latest Print 2009 / 428 pp. / 17.8 × 23.5 cm
Latest Print 2012 / 704 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4462-4 / C 475.00 ISBN-978-81-203-3117-4 / C 375.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 9 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
C# Programming

Programming with
C# .NET

J.G.R. SATHIASEELAN KU*GCF&GRCTVOGPVQH%QORWVGT KEY FEATURES


5EKGPEGCPF#RRNKECVKQPUCPF%JCKTOCP$QCTFQH5VWFKGU$KUJQR Ŗ 6JGEQXGTCIGKUSWKVGEQORTGJGPUKXGYKVJOQTGVJCP
*GDGT %QNNGIG6JKTWEJKTCRRCNN[6COKN0CFW solved problems.
N. SASIKALADEVI KU YKVJVJG&GRCTVOGPVQH%QORWVGT Ŗ #NN EQPEGRVU CTG UWRRQTVGF D[ RNGPV[ QH VCDNGU UETGGP
5EKGPEGCPF#RRNKECVKQPU$KUJQR*GDGT%QNNGIG6JKTWEJKTCRRCNN[ shots, and connectivity codes to make the reader
comprehend the concepts better.
C# is the newest of Microsoft’s languages that makes use Intended primarily as a text for the undergraduate and
QH VJG /KETQUQHV 0'6 (TCOGYQTMōC EQORTGJGPUKXG UGV QH postgraduate students of Computer Science and Engineer-
classes that provide functionality in every aspect of the ing, and Electronics and Communication Engineering, this
programming industry with its new object-oriented book will be extremely useful also for the students of
products. This book provides a step-by-step understanding Master/Bachelor of Computer Applications (MCA and
of the programming concepts and theories for the beginners BCA) and Information Technology. It should also prove to
KP 0'6 RTQITCOOKPI +V HQEWUGU QP VJG 9KPFQYUDCUGF be helpful as a reference for software developers ranging
application programs, Visual programming concepts, HTQO 0'6 RTQHGUUKQPCNU 8KUWCN RTQITCOOGTU VQ ITCRJKE
designers.
interactive graphics fundamentals, and database
connectivity concepts. The text includes topics such as CONTENTS 2TGHCEG $CVEJ ō1XGTXKGY QH 0'6
9KPFQYU (QTOU 9KPFQYU %QPVTQNU 9KPFQYU (TCOGYQTM9KPFQYU(QTOU9KPFQYU%QPVTQNUō%CVGIQT[
RTQITCOOKPI FCVC CEEGUU YKVJ #&1 0'6 CPF JCPFNKPI 1. Batch 2—Windows Controls—Category 2. Windows
data access and data manipulation in codes. Controls—Category 3. Windows Controls—Category 4.
#FXCPEGF 9KPFQYU 2TQITCOOKPI $CVEJ ō&CVC #EEGUU
Thoroughly practical and elaborate, the book provides YKVJ #&10'6 *CPFNKPI &CVCDCUGU KP %QFG *CPFNKPI
FGGR KPUKIJVU KPVQ VJG 0'6 RTQITCOOKPI EQPEGRVU CPF Data Manipulation in Code.
is designed to enhance the programming skills of the users Latest Print 2010 / 480 pp. / 17.8 × 23.5 cm
of C#. ISBN-978-81-203-3726-8 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 10
COMPUTER SCIENCE AND ENGINEERING
Cloud Computing

Cloud Computing-
based Projects
Using Distributed
Architecture
ZLWK &'520

PRANAB KUMAR DAS GUPTA, 5GPKQT5EKGPVKUVKP&GHGPEG The book is meant for the undergraduate and postgraduate
4GUGCTEJ CPF &GXGNQROGPV 1TICPK\CVKQP
&4&1  2TGUGPVN[ JG students of Computer Science, Computer Applications and
KU,QKPV&KTGEVQTKP%QORWVGTCPF%QOOWPKECVKQP9KPICV2TQQH Information Technology. Besides, it would also be useful to
CPF'ZRGTKOGPVCN'UVCDNKUJOGPV%JCPFKRWT the professionals to enhance their technical skills.
MANOJRANJAN NAYAK, 2TGUKFGPV CPF(QWPFGTQHVJG After going through this book, the students/professionals
5KMUJCŎ1ŏ#PWUCPFJCP7PKXGTUKV[$JWDCPGUYCT1FKUJC YKNNDGCDNGVQ
SABYASACHI PATTNAIK, 2TQHGUUQT KPVJG&GRCTVOGPVQH
+PHQTOCVKQP CPF %QOOWPKECVKQP 6GEJPQNQI[ CV (CMKT /QJCP Ŗ 9QTMQPTGCNNKHGRTQLGEVU
7PKXGTUKV[ $CNCUQTG1FKUJC Ŗ +ORNGOGPVVJG5&.%KPUQHVYCTGRTQLGEVU
Ŗ &GUKIP VJG FCVC HNQY FKCITCOU CPF GPVKV[ TGNCVKQPUJKR
Development of software projects is a part of the curriculum diagrams.
of undergraduate and postgraduate courses. The main
Ŗ 7UGVJGFCVCDCUGCPFPQTOCNK\CVKQPKPUQHVYCTGRTQLGEVU
objective of this book is to expose the students and
professionals to the latest technology, relevant theory and Ŗ &QVJGEQTTGEVKXGCFCRVKXGCPFRGTHGEVKXGOCKPVGPCPEGQH
software development tools. a software.
Ŗ .GCTP VJG EQPEGRVU TGNCVGF VQ +CC5 2CC5 CPF 5CC5 QH
This book serves as a guide to design and develop the cloud
Cloud Computing.
computing-based software projects using distributed
architecture. It consolidates the theory, upcoming CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU %NQWF
technologies and development tools for the development of %QORWVKPI CPF 4GNCVGF %QPEGRVUō#P 1XGTXKGY
two software projects—Outstation Claim Management (GCUKDKNKV[ 5VWF[ CPF 5[UVGO #PCN[UKU 7PFGTUVCPFKPI
5[UVGO
1%/5  CPF 4GVKTGOGPV $GPGHKV %CNEWNCVKQP 5[UVGO Outstation Claim Management System (OCMS). System

4$%5  $QVJ VJG RTQLGEVU UVCTV YKVJ VJG HGCUKDKNKV[ UVWF[ VQ &GUKIP 'ZRNQTKPI 1%/5 %QFKPI 6GUVKPI CPF
understand and appreciate the problem. After under- +ORNGOGPVCVKQP 1%/5 (TCOGYQTM CPF 2TQEGFWTGU
standing the problem and identifying the suitable software, %QFKPI6GUVKPICPF+ORNGOGPVCVKQP1%/5)TCRJKECN7UGT
hardware and network environment, the problem is +PVGTHCEGō$CUKE %QFKPI 6GUVKPI CPF +ORNGOGPVCVKQP
formally depicted using the entity relationship model and 1%/5)TCRJKECN7UGT+PVGTHCEGō#FXCPEG%QFKPI6GUVKPI
data flow diagrams. This is followed by normalization, CPF +ORNGOGPVCVKQP 1%/5 4GRQTVU (GCUKDKNKV[ 5VWF[ CPF
creation of tables and procedures. In the book, Oracle, 5[UVGO #PCN[UKU 7PFGTUVCPFKPI 4GVKTGOGPV $GPGHKV
2.53.+PVGTPGV&GXGNQRGT5WKVG
+&5 CPF0GVHTCOGYQTM %CNEWNCVKQP5[UVGO
4$%5 5[UVGO&GUKIP'ZRNQTKPI4$%5
CTGWUGFVQFGXGNQRVJGHWNNHNGFIGF)7+DCUGFCRRNKECVKQPU %QFKPI 6GUVKPI CPF +ORNGOGPVCVKQP 4$%5 )TCRJKECN 7UGT
The book elaborates the problem, providing logic and +PVGTHCEGō$CUKE %QFKPI 6GUVKPI CPF +ORNGOGPVCVKQP
interface screens to design and develop the projects using 4$%5 )TCRJKECN 7UGT +PVGTHCEGō#FXCPEG 5QHVYCTG
CP[QVJGTRTQITCOOKPINCPIWCIGCPF)7+VQQNKPYJKEJVJG /CKPVGPCPEG &QEWOGPVCVKQP CPF 3WCNKV[ /CPCIGOGPV
students are comfortable with. Index.
6JG DQQM CNUQ KPENWFGU C %&41/ YJKEJ EQPVCKPU VJG Latest Print 2013 / 340 pp. / 17.8 × 23.5 cm
UQWTEGEQFGUQH1%/5CPF4$%5 ISBN-978-81-203-4671-0 / C425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 11 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Compilers

Compiler Design Compiler Design


Using FLEX and
YACC

SANTANU CHATTOPADHYAY, #UUQEKCVG 2TQHGUUQT VINU V. DAS, &GRCTVOGPVQH%QORWVGT5EKGPEGCPF


&GRCTVOGPV QH'NGEVTQPKEUCPF'NGEVTKECN'PIKPGGTKPI+PFKCP 'PIKPGGTKPI/'5%QNNGIGQH'PIKPGGTKPI-WVVKRRWTCO-GTCNC
+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT
This book is a comprehensive practical guide to the design,
It introduces the readers to compilers and their design development, programming, and construction of compilers.
challenges and describes in detail the different phases of a It details the techniques and methods used to implement the
compiler. FKHHGTGPV RJCUGU QH VJG EQORKNGT YKVJ VJG JGNR QH (.': CPF
As the process of compiler designing essentially involves YACC tools. The topics in the book are systematically
a number of subjects like Automata Theory, Data Structures, arranged to help students understand and write reliable
Algorithms, Computer Architecture, and Operating System, RTQITCOU KP (.': CPF ;#%% 6JG WUGU QH VJGUG VQQNU
the contributions of these fields are also emphasized. are amply demonstrated through more than a hundred
Various types of parsers are elaborated starting with the solved programs to facilitate a thorough understanding of
simplest ones like recursive descent and LL to the most theoretical implementations discussed.
KPVTKECVGQPGUNKMG.4ECPQPKECN.4CPF.#.4YKVJURGEKCN KEY FEATURES
GORJCUKUQP.4RCTUGTU Ŗ &KUEWUUGUVJGVJGQT[CPFHQTOCVQH.GZURGEKHKECVKQPUCPF
Designed primarily to serve as a text for a one-semester describes in detail the features and options available in
course in Compiler Designing for undergraduate and (.':
postgraduate students of Computer Science, this book Ŗ 'ORJCUK\GU VJG FKHHGTGPV ;#%% RTQITCOOKPI UVTCVGIKGU
would also be of considerable benefit to the professionals. to check the validity of the input source program.
KEY FEATURES Ŗ +PENWFGU FGVCKNGF FKUEWUUKQP QP EQPUVTWEVKQP QH FKHHGTGPV
Ŗ 6JKU DQQM KU EQORTGJGPUKXG [GV EQORCEV CPF ECP DG phases of compiler such as .GZKECN #PCN[\GT, 5[PVCZ
covered in one semester. #PCN[\GT, 6[RG%JGEMGT, +PVGTOGFKCVG%QFG)GPGTCVKQP, 5[ODQN
6CDNG, and 'TTQT4GEQXGT[.
Ŗ 2NGPV[QHGZCORNGUCPFFKCITCOUCTGRTQXKFGFVQJGNRVJG
readers assimilate the concepts with ease. Ŗ &KUEWUUGU VJG 5[ODQN 6CDNG implementation—considered
to be the most difficult phase to implement—in an utmost
Ŗ 6JG GZGTEKUGU IKXGP KP GCEJ EJCRVGT RTQXKFG CORNG UEQRG
simple manner with examples and illustrations.
for practice.
Ŗ 'ORJCUK\GU6[RG%JGEMKPI phase with illustrations.
Ŗ 1HHGTU KPUKIJV KPVQ FKHHGTGPV QRVKOK\CVKQP VTCPU
formations. The book is primarily designed as a textbook to serve the
Ŗ 5WOOCT[ CV GPF QH GCEJ EJCRVGT GPCDNGU VJG UVWFGPVU VQ needs of B.Tech. students in computer science and
recapitulate the topics easily. engineering as well as those of MCA students for a course in
Compiler Design Lab.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU .KUV QH (KIWTGU
List of Tables. Introduction. Lexical Analysis. Syntax CONTENTS: 2TGHCEG Acknowledgements. Introduction to
#PCN[UKU 6[RG %JGEMKPI 5[ODQN 6CDNGU 4WPVKOG %QORKNGT &GUKIP .GZKECN #PCN[\GT 2TQITCOOKPI YKVJ
Environment Management. Intermediate Code Generation. (.': 6JGQT[ QH (.': 5[PVCZ #PCN[\GT 6JG ;#%%
Target Code Generation. Code Optimization. Bibliography. 2TQITCOOKPI YKVJ ;#%% 6JGQT[ QH ;#%% 5[ODQN 6CDNG
Index. and Type Checking. Intermediate Code Generation.
#RRGPFKZ # 5QNWVKQPU VQ 5GNGEVGF 'ZGTEKUGU #RRGPFKZ $
Latest Print 2012 / 244 pp. / 17.8 × 23.5 cm %QODKPKPI;#%%CPF(.':+PFGZ
ISBN-978-81-203-2725-2 / C 195.00
Latest Print 2008 / 276 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3251-5 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 12
COMPUTER SCIENCE AND ENGINEERING
Compilers Computer Architecture/Computer Organization

Introduction to Computer
Automata and Organization and
Compiler Design Architecture

V. RAJARAMAN, *QPQTCT[
2TQHGUUQT5WRGTEQORWVGT
'FWECVKQPCPF4GUGCTEJ%GPVTG
+PFKCP+PUVKVWVGQH5EKGPEG
$CPICNQTG

DASARADH RAMAIAH K., 2TQHGUUQTCPF*GCF&GRCTVOGPV T. RADHAKRISHNAN, 2TQHGUUQT CV%QPEQTFKC7PKXGTUKV[


QH +PHQTOCVKQP6GEJPQNQI[2CFOCUTK&T$84CLW+PUVKVWVGQH /QPVTGCN %CPCFC
6GEJPQNQI[)TGCVGT*[FGTCDCF
Designed as an introductory text for the students of
This comprehensive book provides the fundamental computer science, computer applications, electronics
concepts of automata and compiler design. Beginning with engineering and information technology for their first course
the basics of automata and formal languages, the book on the organization and architecture of computers, this
discusses the concepts of regular set and regular expression, accessible, student friendly text gives a clear and in-depth
context-free grammar and pushdown automata in detail. analysis of the basic principles underlying the subject.
Then, the book explains the various compiler writing This self-contained text devotes one full chapter to the basics
principles and simultaneously discusses the logical phases of of digital logic. While the initial chapters describe in detail
a compiler and the environment in which they do their job. CDQWV EQORWVGT QTICPK\CVKQP KPENWFKPI %27 FGUKIP #.7
It also elaborates the concepts of syntax analysis, bottom-up design, memory design and I/O organization, the text also
parsing, syntax-directed translation, semantic analysis, FGCNU YKVJ #UUGODN[ .CPIWCIG 2TQITCOOKPI HQT 2GPVKWO
QRVKOK\CVKQP CPF UVQTCIG QTICPK\CVKQP (KPCNN[ VJG VGZV WUKPI0#5/CUUGODNGT
concludes with a discussion on the role of code generator What distinguishes the text is the special attention it pays to
and its basic issues such as instruction selection, register %CEJGCPF8KTVWCN/GOQT[QTICPK\CVKQPCUYGNNCUVQ4+5%
allocation, target programs and memory management. architecture and the intricacies of pipelining. All these
The book is primarily designed for one semester course discussions are climaxed by an illuminating discussion on
in Automata and Compiler Design for undergraduate parallel computers which shows how processors are
and postgraduate students of Computer Science and interconnected to create a variety of parallel computers.
Information Technology. It will also be helpful to those KEY FEATURES
RTGRCTKPI HQT EQORGVKVKXG GZCOKPCVKQPU NKMG )#6' &4&1 Ŗ 5GNHEQPVCKPGF RTGUGPVCVKQP UVCTVKPI YKVJ FCVC TGRTGUGP
2)%'6GVE tation and ending with advanced parallel computer
architecture.
KEY FEATURES Ŗ 5[UVGOCVKECPFNQIKECNQTICPK\CVKQPQHVQRKEU
Ŗ %QXGTU DQVJ CWVQOCVC CPF EQORKNGT FGUKIP UQ VJCV Ŗ .CTIGPWODGTQHYQTMGFQWVGZCORNGUCPFGZGTEKUGU
the readers need not have to consult two books Ŗ %QPVCKPUDCUKEUQHCUUGODN[NCPIWCIGRTQITCOOKPI
separately. Ŗ 'CEJ EJCRVGT JCU NGCTPKPI QDLGEVKXGU CPF C FGVCKNGF
summary to help students to quickly revise the material.
Ŗ +PENWFGURNGPV[QHUQNXGFRTQDNGOUVQGPCDNGVJGUVWFGPVU
to assimilate the fundamental concepts. CONTENTS: 2TGHCEG %QORWVGT 5[UVGOUō# 2GTURGEVKXG
&CVC 4GRTGUGPVCVKQP $CUKEU QH &KIKVCN 5[UVGOU #TKVJOGVKE
Ŗ 2TQXKFGU C NCTIG PWODGT QH GPFQHEJCRVGT GZGTEKUGU CPF
CPF.QIKE7PKVŌ+#TKVJOGVKE.QIKE7PKVŌ++$CUKE%QORWVGT
review questions as assignments and model question 1TICPK\CVKQP %GPVTCN 2TQEGUUKPI 7PKV #UUGODN[ .CPIWCIG
papers to guide the students for examinations. Level View of Computer System. Memory Organization.
CONTENTS:2TGHCEG#EMPQYNGFIGOGPVU(KPKVG#WVQOCVC Cache and Virtual Memory. Input-Output Organization.
4GIWNCT5GVCPF4GIWNCT'ZRTGUUKQP%QPVGZV(TGG)TCOOCT #FXCPEGF 2TQEGUUQT #TEJKVGEVWTGU 2CTCNNGN %QORWVGTU
#RRGPFKZ # &GEKUKQP 6CDNG 6GTOKPQNQI[ #RRGPFKZ $
2WUJFQYP #WVQOCVC +PVTQFWEVKQP VQ %QORKNGT 5[PVCZ
2TGRCTCVKQP 2TQITCOOKPI CPF &GXGNQRKPI CP #UUGODN[
#PCN[UKU $QVVQOWR 2CTUKPI 5[PVCZ&KTGEVGF 6TCPUNCVKQP
.CPIWCIG2TQITCO4GHGTGPEGU+PFGZ
Semantic Analysis. Optimization. Storage Organization.
%QFG )GPGTCVKQP 3WK\ $CPM 3WGUVKQP $CPM /QFGN Latest Print 2011 / 508 pp. / 17.8 × 23.5 cm
3WGUVKQP2CRGTU$KDNKQITCRJ[+PFGZ ISBN-978-81-203-3200-3 / C 295.00

Latest Print 2011 / 396 pp. / 17.8 × 23.5 cm


ISBN-978-81-203-4234-7 / C 350.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 13 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
Computer Architecture/Computer Organization

Computer Computer System


Organization Architecture
and Design,
3rd ed. P.V.S. RAO, (QTOGTN[5GPKQT
2TQHGUUQTCPF*GCFQHVJG%QORWVGT
5[UVGOUCPF%QOOWPKECVKQPU)TQWR
6CVC+PUVKVWVGQH(WPFCOGPVCN
4GUGCTEJ
6+(4 /WODCKKU
EWTTGPVN[#FXKUGTVQ5CV[CO)NQDCN
.KHGPGV *[FGTCDCF

P. PAL CHAUDHURI, 2TQHGUUQT 'OGTKVWUCV%GNNWNCT Intended as a text for undergraduate and postgraduate
#WVQOCVC 4GUGCTEJ.CD
%#4. CTGUGCTEJNCDGUVCDNKUJGFD[ students of engineering in Computer Science and
#NWOPWU5QHVYCTG5CNV.CMG-QNMCVC Engineering, Information Technology, and students
pursuing courses in computer applications (BCA/MCA)
The merging of computer and communication technologies and computer science (B.Sc./M.Sc.), this state-of-the-
with consumer electronics has opened up new vistas for a art study acquaints the students with concepts and
implementations in computer architectures. Though a new
wide variety of designs of computing systems for diverse
title, it is a completely reorganized, thoroughly revised
application areas. This revised and updated third edition on
and fully updated version of the author’s earlier book
Computer Organization and Design strives to make the
2GTURGEVKXGUKP%QORWVGT#TEJKVGEVWTG .
students keep pace with the changes, both in technology and
pedagogy in the fast growing discipline of computer science The text begins with a brief account of the very early history
and engineering. The basic principles of how the intended QH EQORWVGTU CPF FGUETKDGU VJG XQP 0GWOCPP +#5 V[RG QH
behaviour of complex functions can be realized with the computers; then it goes on to give a brief introduction to the
interconnected network of digital blocks are explained in an subsequent advances in computer systems covering device
easy-to-understand style. technologies, operational aspects, system organization and
applications. This is followed by an analysis of the advances
WHAT IS NEW TO THIS EDITION and innovations that have taken place in these areas.
Ŗ +PENWFGU C PGY EJCRVGT QP %QORWVGT 0GVYQTMKPI #FXCPEGF EQPEGRVU UWEJ CU NQQMCJGCF RKRGNKPKPI 4+5%
+PVGTPGVCPF9KTGNGUU0GVYQTMU architectures, and multi-programming are fully analyzed.
Ŗ +PVTQFWEGU VQRKEU UWEJ CU YKTGNGUU KPRWVQWVRWV FGXKEGU The text concludes with a discussion on such topical subjects
4#+&VGEJPQNQI[DWKNVCTQWPFFKUMCTTC[U75$5%5+GVE as computer networks, microprocessors and micro-
EQORWVGTU OKETQRTQEGUUQT HCOKNKGU +PVGN 2GPVKWO UGTKGU
KEY FEATURES and newer high-power processors.
Ŗ 2TQXKFGU C NCTIG PWODGT QH FGUKIP RTQDNGOU CPF VJGKT Besides students, practising engineers should also find this
solutions in each chapter. book to be of immense value to them.
Ŗ 2TGUGPVU UVCVGQHVJGCTV OGOQT[ VGEJPQNQI[ YJKEJ
CONTENTS:2TGHCEG5VQTGF2TQITCO%QORWVGTU6JG$CUKE
KPENWFGU ''241/ CPF (NCUJ /GOQT[ CRCTV HTQO /CKP
$WKNFKPI $NQEMU QH &KIKVCN %QORWVGTU 6JG #TKVJOGVKE 7PKV
Storage, Cache, Virtual Memory, Associative Memory,
6JG /GOQT[ 7PKV +PRWV CPF 1WVRWV 7PKVU 6JG %QPVTQN
Magnetic Bubble, and Charged Couple Device.
7PKV+PPQXCVKQPUKP#TKVJOGVKE7PKVU#FXCPEGUKP/GOQT[
Ŗ 5JQYU JQY VJG DCUKE FCVC V[RGU CPF FCVC UVTWEVWTGU CTG 5[UVGOU +PPQXCVKQPU KP +PRWV CPF 1WVRWV 7PKVU
supported in hardware. Innovations in General Organisation and Control. Interrupts
Besides students, practising engineers should find reading CPF +PVGTTWRV 1RGTCVKQP .QQM #JGCF CPF 2KRGNKPKPI
this design-oriented text both useful and rewarding. Trends in System Architecture. Multi-programming and
Time-Sharing. External and Internal Concurrency. Vector
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 2TQEGUUQTU #TTC[ 2TQEGUUQTU CPF 5WRGTEQORWVGTU
Acknowledgements. Evolution of Computer Systems. %QORWVGT0GVYQTMU/KETQRTQEGUUQTUCPF/KETQEQORWVGTU
%QORWVGT 5[UVGO &GUKIP *KGTCTEJKECN .GXGNU +PHQTOCVKQP /KETQRTQEGUUQT (COKNKGU 6JG 2GPVKWO 5GTKGU QH 2TQEGUUQTU
4GRTGUGPVCVKQP %GPVTCN 2TQEGUUKPI 7PKV
%27  %QPVTQNNGT 6JG 0GYGT *KIJ 2QYGT 2TQEGUUQTU #RRGPFKEGUō
Design. Memory Subsystem. Secondary Storage. Input-  4GRTGUGPVCVKQP QH 0WODGTU KP %QORWVGTU  #TKVJOGVKE
1WVRWV &GXKEGU +PRWV1WVRWV 2TQEGUUKPI %QORWVGT Operations in Digital Computers. 3. Generations of
5[UVGO #TEJKVGEVWTG %QORWVGT 0GVYQTMKPI +PVGTPGV CPF Computers. 4. Machine Language and Assembly. 5. Data
9KTGNGUU0GVYQTMU$KDNKQITCRJ[+PFGZ (NQY +PFGZ
Latest Print 2012 / 916 pp. / 17.8 × 23.5 cm Latest Print 2011 / 520 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3511-0 / C 450.00 ISBN-978-81-203-3594-3 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 14
COMPUTER SCIENCE AND ENGINEERING
Computer Oriented Numerical Methods

Computer Oriented Computer-Oriented


Numerical Methods, Numerical Methods
3rd ed.

V. RAJARAMAN, *QPQTCT[ 2TQHGUUQT5WRGTEQORWVGT P. THANGARAJ, 2TQHGUUQTCPF*GCF&GRCTVOGPVQH%QORWVGT


'FWECVKQP CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVGQH5EKGPEG 5EKGPEG CPF'PIKPGGTKPI$CPPCTK#OOCP+PUVKVWVGQH
$CPICNQTG 6GEJPQNQI[ 5CVJ[COCPICNCO

This book is a concise presentation of the basic concepts 0WOGTKECN OGVJQFU CTG RQYGTHWN RTQDNGOUQNXKPI VQQNU
used in evolving numerical methods with special emphasis Techniques of these methods are capable of handling large
on developing computational algorithms for solving systems of equations, nonlinearities and complicated
problems in algebra and calculus on a computer. geometries in engineering practice which are impossible to
It is written for undergraduate science and engineering DGUQNXGFCPCN[VKECNN[0WOGTKECNOGVJQFUECPUQNXGVJGTGCN
students who have taken a first course in differential and world problem using the C program given in this book.
integral calculus. The approach is to ensure conceptual This well-written text explores the basic concepts of
understanding of the numerical methods by relying on numerical methods and gives computational algorithms,
students’ geometric intuition. flow charts and programs for solving nonlinear algebraic
The book provides coverage of iterative methods for solving equations, linear equations, curve fitting, integration,
algebraic and transcendental equations, direct and iterative differentiation and differential equations.
methods of solving simultaneous algebraic equations, The book is intended for students of B.E. and B.Tech as well
numerical methods for differentiation and integration, and CUHQTUVWFGPVUQH$5E
/CVJGOCVKEUCPF2J[UKEU 
solution of ordinary differential equations with initial
KEY FEATURES
conditions.
Ŗ )KXGU ENGCT CPF RTGEKUG GZRQUKVKQP QH OQFGTP PWOGTKECN
The formulation of algorithms is illustrated with a number methods.
of solved examples and an algorithmic language based on
Ŗ 2TQXKFGU OCVJGOCVKECN FGTKXCVKQP HQT GCEJ OGVJQF VQ
'PINKUJ
CPFUKOKNCTVQ2#5%#. KUWUGFVQGZRTGUUVJGNQIKE
build the student’s understanding of numerical analysis.
of the numerical procedures. This approach is thus different
from that used in most books which either use a Ŗ 2TGUGPVU%RTQITCOUHQTGCEJOGVJQFVQJGNRUVWFGPVUVQ
RTQITCOOKPINCPIWCIGNKMG(1464#0QTWUGHNQYEJCTVUVQ implement the method in a programming language.
express algorithms. Ŗ +PENWFGU UGXGTCN UQNXGF GZCORNGU VQ KNNWUVTCVG VJG
concepts.
The solutions to selected problems have been provided
at the end of the book. Ŗ %QPVCKPUGZGTEKUGUYKVJCPUYGTUHQTRTCEVKEG

CONTENTS: 2TGHCEG VQ VJG 6JKTF 'FKVKQP %QORWVCVKQPCN CONTENTS: List of Algorithms. .KUVQH(NQY%JCTVU.KUVQH
Algorithms. Computer Arithmetic. Iterative Methods. 2TQITCOU 2TGHCEG 0WOGTKECN 5QNWVKQP QH #NIGDTCKE CPF
Solution of Simultaneous Algebraic Equations. Inter- 6TCPUEGPFGPVCN 'SWCVKQPU 5KOWNVCPGQWU .KPGCT 0QP
RQNCVKQP .GCUV 5SWCTGU #RRTQZKOCVKQP QH (WPEVKQPU *QOQIGPGQWU #NIGDTCKE 'SWCVKQPU +VGTCVKXG /GVJQF HQT
#RRTQZKOCVKQP QH (WPEVKQPU &KHHGTGPVKCVKQP CPF 'KIGPXCNWGU +PVGTRQNCVKQP 0WOGTKECN &KHHGTGPVKCVKQP CPF
+PVGITCVKQP 0WOGTKECN 5QNWVKQP QH &KHHGTGPVKCN 'SWCVKQPU 0WOGTKECN +PVGITCVKQP &KHHGTGPEG 'SWCVKQPU 0WOGTKECN
Solutions to Selected Exercises. Index. Solution of Ordinary Differential Equations. 8. Boundary
8CNWG2TQDNGOU+PFGZ
Latest Print 2011 / 208 pp. / 15.3 × 22.9 cm
ISBN-978-81-203-0786-5 / C 95.00 Latest Print 2010 / 608 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3539-4 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 15 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Computer Oriented Numerical Methods

Numerical Analysis Numerical Methods


with Algorithms and with C++
Computer Programs Programming
in C++
NITA H. SHAH, 4GCFGTKPVJG
&GRCTVOGPVQH/CVJGOCVKEU
)WLCTCV 7PKXGTUKV[

AJAY WADHWA, #UUQEKCVG 2TQHGUUQTQH2J[UKEUCV5TK)WTW The rapid development of high speed digital computers and
6GIJ$CJCFWT-JCNUC%QNNGIG7PKXGTUKV[QH&GNJK the increasing desire for numerical answers to applied
problems have led to increased demands in the courses
This concise introduction to 0WOGTKECN /GVJQFU blends the dealing with the methods and techniques of numerical
traditional algebraic approach with the computer-based CPCN[UKU 0WOGTKECN OGVJQFU JCXG CNYC[U DGGP WUGHWN DWV
approach, with special emphasis on evolving algorithms their role in the present-day scientific research has become
which have been directly transformed into programs in C++. RTQOKPGPV(QTGZCORNGVJG[GPCDNGQPGVQHKPFVJGTQQVUQH
Each numerical method used for solving nonlinear algebraic transcendental equations and in solving nonlinear
equations, simultaneous linear equations, differentiation, differential equations. Indeed, they give the solution when
integration, ordinary differential equations, curve-fitting, ordinary analytical methods fail.
etc. is accompanied by an algorithm and the corresponding
This well-organized and comprehensive text aims at
computer program.
enhancing and strengthening numerical methods concepts
All computer programs have been test run on Linux among students using C++ programming, a fast emerging
Ŏ7DWPVW % ŏ CU YGNN CU 9KPFQYDCUGF Ŏ&GX % ŏ 8KUWCN preferred programming language among software
C++ and ‘Turbo C++’ compiler systems. Since different developers. The book provides an synthesis of both theory
types of C++ compilers are in use today, instructions have and practice. It focuses on the core areas of numerical
been given with each computer program to run it on any analysis including algebraic equations, interpolation,
kind of compiler. To this effect, an introductory chapter on boundary value problem, and matrix eigenvalue problems.
C++ compilers has been added for ready reference by the The mathematical concepts are supported by a number of
students and teachers. solved examples. Extensive self-review exercises and
Another major feature of the book is the coverage of the answers are provided at the end of each chapter to help
RTCEVKECNU RTGUETKDGF HQT NCDQTCVQT[ YQTM KP 0WOGTKECN students review and reinforce the key concepts.
Analysis. Each chapter has a large number of laboratory KEY FEATURES
tested programming examples and exercises including Ŗ %  RTQITCOU CTG RTQXKFGF HQT CNN PWOGTKECN OGVJQFU
questions from previous years’ examinations. discussed.
This textbook is intended for the undergraduate science Ŗ /QTG VJCP  WPUQNXGF RTQDNGOU CPF  UQNXGF
UVWFGPVU RWTUWKPI EQWTUGU KP $5E
*QPU  2J[UKEU $5E problems are included to help students test their grasp of

*QPU  'NGEVTQPKEU CPF $5E


*QPU  /CVJGOCVKEU +V KU CNUQ the subject.
UWKVCDNG HQT EQWTUGU QP 0WOGTKECN #PCN[UKU RTGUETKDGF HQT
The book is intended for undergraduate and postgraduate
the engineering students of all disciplines.
students of Mathematics, Engineering and Statistics. Besides,
CONTENTS: 2TGHCEG # 0QVG QP %  %QORKNGTU UVWFGPVU RWTUWKPI $%# CPF /%# CPF JCXKPI 0WOGTKECN
'UVKOCVKQP QH 'TTQTU KP %QORWVCVKQP 0WOGTKECN /GVJQFU /GVJQFUYKVJ% 2TQITCOOKPICUCUWDLGEVKPVJGKTEQWTUG
HQT 0QP.KPGCT CPF 6TCPUEGPFGPVCN 'SWCVKQPU 5QNWVKQP QH will benefit from this book.
5KOWNVCPGQWU .KPGCT 'SWCVKQPU +PVGTRQNCVKQP 0WOGTKECN
CONTENTS: 2TGHCEG 6JGQT[ QH 'SWCVKQPU 4QQVU QH
&KHHGTGPVKCVKQP 0WOGTKECN +PVGITCVKQP 0WOGTKECN 5QNWVKQP
Algebraic and Transcendental Equations. Solution
QH1TFKPCT[&KHHGTGPVKCN'SWCVKQPU%WTXG(KVVKPI+PFGZ
QH 5KOWNVCPGQWU .KPGCT #NIGDTCKE 'SWCVKQPU %WTXG (KVVKPI
Latest Print 2012 / 296 pp. / 16.0 × 24.1 cm +PVGTRQNCVKQP 0WOGTKECN &KHHGTGPVKCVKQP CPF +PVGITCVKQP
ISBN-978-81-203-4545-4 / C 195.00 0WOGTKECN 5QNWVKQP QH 1TFKPCT[ &KHHGTGPVKCN 'SWCVKQPU
0WOGTKECN5QNWVKQPQH2CTVKCN&KHHGTGPVKCN'SWCVKQPU+PFGZ
Latest Print 2009 / 324 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3596-7 / C 275.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 16
COMPUTER SCIENCE AND ENGINEERING
Computer Simulation

System Simulation System Simulation,


with Digital Computer Modelling and
Languages

R. PANNEERSELVAM, 2TQHGUUQT
&GRCTVOGPV QH/CPCIGOGPV5VWFKGU
5EJQQN QH/CPCIGOGPV2QPFKEJGTT[
7PKXGTUKV[2WFWEJGTT[

NARSINGH DEO, %JCTNGU ' /KNNKECP 2TQHGUUQT &GRCTVOGPV P. SENTHILKUMAR, /CPCIGT 2TQITCOOG/CPCIGOGPV
QH%QORWVGT5EKGPEG7PKXGTUKV[QH%GPVTCN(NQTKFC #UJQM.G[NCPF%JGPPCK
Designed as a text for undergraduate students (B.Tech./B.E.)
This is a compact and basic textbook for a first course in of Computer Science and Engineering and IT, Mechanical
simulation, designed to provide a thorough grounding Engineering and Mechatronics Engineering, and post-
in the use of simulation techniques to solve simple, but graduate students (M.Tech./M.E., M.Sc.) of Computer
mathematically intractable problems for studying the Science and Engineering and IT and Industrial Engineering,
discipline of digital computer simulation. The purpose of as well as for Bachelor and Master of Computer Applications
the book is to get the reader started. Designed for students (BCA/MCA), this well-organized book gives an in-depth
of engineering and business administration as well as analysis of the concepts of system simulation modelling
for practising systems analysts, industrial engineers and and simulation languages. The book provides detailed
operations research workers, it describes the use of digital discussions on the fundamental and advanced concepts of
simulation.
computers for simulating engineering and business systems.
The book begins with the concept of system and the
The book presents a complete overview of simulation of different terminologies associated with the system. Then
discrete, stochastic, dynamic systems with emphasis on it presents the different methods of random number
simulation of continuous systems. It also provides indepth generation and their tests. Besides, the text dwells on
examples of simulation from three very important areas of different probability distributions and their random variates,
problems, namely queuing systems, stochastic networks, which are used in the simulation model, and describes
and inventory systems. XCTKQWU UKOWNCVKQP NCPIWCIGU UWEJ CU )255 5KOWNC +
5+/5%4+26 %5. )#52 125 &;0#/1 5+/#0 CPF
Techniques of simulation are thus highlighted through 5.#/ ++ (WTVJGT KV IKXGU C EQORTGJGPUKXG EQXGTCIG QH
examples which encourage learning by doing, by solving a different queueing systems with illustrative examples as
large variety of actual problems, and by watching how well as the logics of simulation model for both single-server
others solve them. and parallel-server queueing systems. The concluding
EJCRVGTU FGCN GZVGPUKXGN[ YKVJ )255 NCPIWCIG #TGPC
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP UKOWNCVKQPUQHVYCTGCPF2TQ/QFGNUKOWNCVKQPUQHVYCTG
Simulation of Continuous Systems. Discrete System
5KOWNCVKQP 5KOWNCVKQP QH 3WGWGKPI 5[UVGOU 5KOWNCVKQP QH KEY FEATURES
C2'460GVYQTM+PXGPVQT[%QPVTQNCPF(QTGECUVKPI&GUKIP Ŗ (QNNQYUCUVGRD[UVGRCRRTQCEJVQFGTKXGVJGVGUVTGUWNVU
and Evaluation of Simulation Experiments. Simulation Ŗ )KXGU C NCTIG PWODGT QH solved examples and well-
Languages. Index. designed chapter-end questions.
Ŗ +PENWFGU UGXGTCN TGCNNKHG Case Studies to illustrate the
Latest Print 2013 / 216 pp. / 17.8 × 23.5 cm concepts discussed.
ISBN-978-81-203-0028-6 / C 175.00 CONTENTS: 2TGHCEG 5[UVGO %QPEGRV +PVTQFWEVKQP VQ
5KOWNCVKQP /GVJQFU QH 4CPFQO 0WODGT )GPGTCVKQP CPF
6JGKT6GUVU2TQDCDKNKV[&KUVTKDWVKQPUCPF4CPFQO8CTKCVGU
+PVTQFWEVKQP VQ 5KOWNCVKQP .CPIWCIGU 3WGWGKPI 6JGQT[
5KOWNCVKQP 7UKPI *KIJ.GXGN .CPIWCIGU )GPGTCN2WTRQUG
5KOWNCVKQP 5[UVGO
5GEVKQP   )GPGTCN2WTRQUG 5KOWNCVKQP
5[UVGO
5GEVKQP   )GPGTCN2WTRQUG 5KOWNCVKQP 5[UVGO

5GEVKQP   5KOWNC .CPIWCIG 5+/5%4+26 +++ .CPIWCIG
5+/#0 .CPIWCIG 5.#/ ++
5KOWNCVKQP .CPIWCIG HQT
Alternative Modelling). Arena Simulation Software.
2TQ/QFGN 5KOWNCVKQP 5QHVYCTG #RRGPFKZGU 4GHGTGPEGU
(WTVJGT4GCFKPI+PFGZ
Latest Print 2013 / 444 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4706-9 / C375.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 17 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Data and Computer Communications

Data Data
Communications and Communications and
Computer Networks, Computer Networks
3rd ed.

BRIJENDRA SINGH, 2TQHGUUQT &GRCTVOGPVQH%QORWVGT PRAKASH C. GUPTA, *GCF &CVC0GVYQTMU4GNKCPEG


5EKGPEG7PKXGTUKV[QH.WEMPQY.WEMPQY +PHQEQOO .VF

This fully revised book, now in its Third Edition, continues 2TKOCTKN[ KPVGPFGF CU C VGZV HQT WPFGTITCFWCVG EQWTUGU KP
to provide a comprehensive coverage of data communi- Electronics and Communications Engineering, Computer
cations and computer networks in an easy to understand Science, IT courses, and Computer Applications, this up-to-
style. The text places as much emphasis on the application of date and accessible text gives an indepth analysis of data
the concepts as on the concepts themselves. While the communications and computer networks in an easy-to-read
theoretical part is intended to offer a solid foundation of the style. Though a new title, it is a completely revised and
basics so as to equip the student for further study, the stress fully updated version of the author’s earlier book &CVC
on the applications is meant to acquaint the student with the
%QOOWPKECVKQPU. The rapid strides made during the last
realistic status of data communications and computer
decade in the fields of data communication and networking,
networks as of now. In this edition, new topics such as
&KUVTKDWVGF 5[UVGOU %NKGPV 5GTXGT /QFGNU 9KTGNGUU .#0 and the close link between these two subjects have
0GVYQTM 5GEWTKV[ 6QQNU 9GDDCUGF #RRNKECVKQP 5GTXGTU prompted the author to add several chapters on computer
'EQOOGTEG2)2
2TGVV[)QQF2TKXCE[ CPF+25GEWTKV[CTG networks in this text.
included at appropriate places and some existing sections The book gives a masterly analysis of topics ranging
are also updated to enrich the contents. from the principles of data transmission to computer
Intended primarily as a textbook for the students of networking applications. It also provides standard
computer science and engineering, electronics and com- protocols, thereby enabling to bridge the gap between
munication engineering, master of computer applications theory and practice. What’s more, it correlates the network
(MCA), and those offering IT courses, this book would also protocols to the concepts, which are explained with the help
be useful for practising professionals. of numerous examples to facilitate students’ understanding
KEY FEATURES of the subject.
Ŗ +NNWUVTCVGUVJGCRRNKECVKQPQHVJGRTKPEKRNGUVJTQWIJJKIJN[ This well-organized text presents the latest developments
simplified block diagrams. in the field and details current topics of interest such
Ŗ %QPVCKPU C EQORTGJGPUKXG INQUUCT[ YJKEJ IKXGU UKORNG CU /WNVKECUVKPI /2.5 +2X )KICDKV 'VJGTPGVU +25GE
and accurate descriptions of various terms. 55. #WVQPGIQVKCVKQP 9KTGNGUU .#0U 0GVYQTM UGEWTKV[
Ŗ 2TQXKFGU CDQWV  3WGUVKQPU CPF #PUYGTU IKXGP CV VJG Differentiated services, and ADSL.
end of the book which facilitate quick revision of the
Besides students, the practicing professionals would find
concept.
the book to be a valuable resource.
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
Introduction. Communication Media and Data CONTENTS: 2TGHCEG &CVC %QOOWPKECVKQP %QPEGRVU CPF
Transmission. Error Detection and Correction. Data 6GTOKPQNQI[ 6TCPUOKUUKQP /GFKC 6GNGRJQPG 0GVYQTM
%QORTGUUKQP &CVC .KPM %QPVTQN CPF 2TQVQEQN %QPEGRVU &CVC .KPG &GXKEGU 'TTQT %QPVTQN 0GVYQTM #TEJKVGEVWTG
.QECN #TGC 0GVYQTMU 9KFG #TGC 0GVYQTMU +PVGITCVGF 6JG 2J[UKECN .C[GT 6JG &CVC .KPM .C[GT &CVC .KPM
5GTXKEGU CPF 4QWVKPI 2TQVQEQNU 9KTGNGUU .CPU 2TQVQEQNU .QECN #TGC 0GVYQTMU +'''  'VJGTPGVU
+PVGTPGVYQTMKPI 6%2 4GNKCDNG 6TCPURQTV 5GTXKEG 0GVYQTM 6QMGP 2CUUKPI .QECN #TGC 0GVYQTMU 9KTGNGUU .QECN #TGC
#RRNKECVKQPU 0GVYQTM /CPCIGOGPV 0GVYQTM 5GEWTKV[ 0GVYQTMU $TKFIGU CPF .C[GT 5YKVEJGU 0GVYQTM .C[GT
#RRGPFKEGUō #5%++ %QFG  #DDTGXKCVKQPU CPF 8KTVWCN%KTEWKV2CEMGV5YKVEJKPI0GVYQTM+PVGTPGV2TQVQEQN
#ETQP[OU  3WGUVKQPU CPF #PUYGTU QP 0GVYQTMKPI
+2  4QWVKPI 2TQVQEQNU /WNVKECUVKPI CPF /WNVKRTQVQEQN
 %QPVCEV #FFTGUUGU HQT 8CTKQWU 1TICPK\CVKQPU )NQUUCT[ .CDGN 5YKVEJKPI
/2.5  6TCPURQTV .C[GT 0GVYQTM
of Terms. Bibliography. Index. Security. Application Layer. Bibliography. Answers to
Latest Print 2012 / 416 pp. / 17.8 × 23.5 cm Selected Exercises. List of Acronyms. Index.
ISBN-978-81-203-4466-2 / C 325.00
Latest Print 2012 / 828 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2846-4 / C 450.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 18
COMPUTER SCIENCE AND ENGINEERING
Data Mining

Data Mining: Insight into Data


Techniques and Mining: Theory and
Trends Practice
ZLWK &'520

N.P. GOPALAN, 2TQHGUUQT &GRCTVOGPVQH%QORWVGT K.P. SOMAN, *GCF %GPVTGHQT'ZEGNNGPEGKP%QORWVCVKQPCN


#RRNKECVKQPU 0CVKQPCN+PUVKVWVGQH6GEJPQNQI[6KTWEJKTCRCNNK 'PIKPGGTKPI CPF0GVYQTMKPI#OTKVC8KUJYC8KF[CRGGVJCO
B. SIVASELVAN, #UUKUVCPV 2TQHGUUQT +PFKCP +PUVKVWVG %QKODCVQTG
QH +PHQTOCVKQP6GEJPQNQI[&GUKIPCPF/CPWHCEVWTKPI  SHYAM DIWAKAR, 5EJQQN QH$KQVGEJPQNQI[#OTKVC8KUJYC
8KF[CRGGVJCO
#OTKVC7PKXGTUKV[ -QNNCO-GTCNC
-CPEJGGRWTCO++6/CFTCU%CORWU%JGPPCK
V. AJAY, 4GUGCTEJ #UUQEKCVGCV%GPVTGHQT'ZEGNNGPEGKP
%QORWVCVKQPCN 'PIKPGGTKPICPF0GVYQTMKPI#OTKVC8KUJYC
In today’s world of competitive business environment, there
8KF[CRGGVJCO %QKODCVQTG
is a driving need to extract hidden and potentially
meaningful information from large databases for effective Data Mining is an emerging technology that has made its
decision making. This compact book explores the concept of way into science, engineering, commerce and industry as
many existing inference methods are obsolete for dealing
data mining and discusses various data mining techniques
with massive datasets that get accumulated in data
and their applications. It is primarily designed for the warehouses.
students of Computer Science and Engineering, Information
This comprehensive and up-to-date text aims at providing
Technology, Computer Applications, and Management. the reader with sufficient information about data mining
Written in a student-friendly style, the book describes the methods and algorithms so that they can make use of these
various phases of data mining, architecture of a data mining methods for solving real-world problems. The authors have
system, and the types of knowledge that can be mined from taken care to include most of the widely used methods in
data mining with simple examples so as to make the text
databases. It elaborates on different data preprocessing ideal for classroom learning. To make the theory more
techniques such as cleaning, integration, transformation and comprehensible to the students, many illustrations have
reduction. The text then explains the various data mining been used, and this in turn explains how certain parameters
techniques such as association rule mining, data of interest change as the algorithm proceeds.
classification and clustering. The book adopts an algorithm- Designed as a textbook for the undergraduate and
centric approach presenting various algorithms for these postgraduate students of computer science, information
FCVC OKPKPI VGEJPKSWGU (KPCNN[ VJG VGZV GPFU YKVJ CP technology, and master of computer applications, the book
exhaustive discussion on multimedia data mining (MDM). can also be used for MBA courses in Data Mining in
$WUKPGUU $WUKPGUU +PVGNNKIGPEG /CTMGVKPI 4GUGCTEJ CPF
KEY FEATURES *GCNVJ %CTG /CPCIGOGPV 5VWFGPVU QH $KQKPHQTOCVKEU YKNN
Ŗ +NNWUVTCVGU VJG EQPEGRVU YKVJ VJG JGNR QH XCTKQWU HKIWTGU also find the text extremely useful.
and examples.
CD-ROM INCLUDED: The accompanying CD
Ŗ 2TQXKFGUCUWOOCT[CVVJGGPFQHGCEJEJCRVGTHQTSWKEM contains
revision of key points. Ŗ .CTIGEQNNGEVKQPQHFCVCUGVU
Ŗ 1HHGTUEJCRVGTGPFSWGUVKQPUHQTUGNHGXCNWCVKQP Ŗ #PKOCVKQPQPJQYVQWUG9'-#CPF'ZEGN/KPGT
to do data mining.
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ &CVC /KPKPI &CVC
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU &CVC /KPKPI
2TGRTQEGUUKPI 6GEJPKSWG #UUQEKCVKQP 4WNG /KPKPI &CVC &CVC/KPKPIHTQOC$WUKPGUU2GTURGEVKXG&CVC6[RGU+PRWV
Classification Techniques. Data Clustering. Other Data and Output of Data Mining Algorithms. Decision Trees—
/KPKPI 6GEJPKSWGU /WNVKOGFKC &CVC /KPKPI 6JG 4GEGPV %NCUUKHKECVKQP CPF 4GITGUUKQP 6TGGU 2TGRTQEGUUKPI CPF
Trend. Index. 2QUVRTQEGUUKPI KP &CVC /KPKPI &CVC5GVU #UUQEKCVKQP 4WNG
Mining. Machine Learning with Open Source and
Latest Print 2009 / 144 pp. / 16.0 × 24.1 cm Commercial Software. Algorithms for Classification and
ISBN-978-81-203-3812-8 / C 125.00 4GITGUUKQP 5WRRQTV 8GEVQT /CEJKPGU %NWUVGT #PCN[UKU
Visualization of Multidimensional Data. Appendices. Index.
Latest Print 2012 / 420 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2897-6 / C 375.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 19 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
Data Mining Data Structures

Introduction to Classic Data


Data Mining with Structures, 2nd ed.
Case Studies, ZLWK &'520
2nd ed.
D. SAMANTA, #UUQEKCVG2TQHGUUQT
CVVJG5EJQQNQH+PHQTOCVKQP
6GEJPQNQI[+PFKCP+PUVKVWVGQH
6GEJPQNQI[-JCTCIRWT

G.K. GUPTA, #FLWPEV 2TQHGUUQT QH %QORWVGT 5EKGPEG CV This book is the second edition of a text designed for
/QPCUJ 7PKXGTUKV[%NC[VQP#WUVTCNKC undergraduate engineering courses in Data Structures. The
treatment of the subject in this second edition maintains the
The field of data mining provides techniques for automated some general philosophy as in the first edition but with
discovery of valuable information from the accumulated significant additions. These changes are designed to
data of computerized operations of enterprises. This book improve the readability and understandability of all
offers a clear and comprehensive introduction to both data algorithms so that the students acquire a firm grasp of the
mining theory and practice. It is written primarily as a key concepts.
textbook for the students of computer science, management, The book provides a complete picture of all important data
computer applications, and information technology. UVTWEVWTGUWUGFKPOQFGTPRTQITCOOKPIRTCEVKEG+VUJQYU
The book ensures that the students learn the major Ŗ XCTKQWUYC[UQHTGRTGUGPVKPICFCVCUVTWEVWTG
data mining techniques even if they do not have a Ŗ FKHHGTGPVQRGTCVKQPUVQOCPCIGCFCVCUVTWEVWTG
strong mathematical background. The techniques include
Ŗ UGXGTCNCRRNKECVKQPUQHCFCVCUVTWEVWTG
association rule mining, supervised classification, cluster
CPCN[UKUYGDFCVCOKPKPIFCVCYCTGJQWUKPICPF1.#26Q The algorithms are presented in English-like constructs for
enhance the understanding of the concepts introduced, and ease of comprehension by students, though all of them have
to show how the techniques described in the book are used been implemented in C language to test their correctness.
in practice, each chapter is followed by one or two case KEY FEATURES
studies that have been published in scholarly journals. Most Ŗ 4GFDNCEMVTGGCPFURTC[VTGGCTGFKUEWUUGFKPFGVCKN
case studies deal with real business problems (for example,
OCTMGVKPI GEQOOGTEG %4/  5VWF[KPI VJG ECUG UVWFKGU Ŗ +PENWFGUCPGYEJCRVGTQPSorting
provides the reader with a greater insight into the data Ŗ +PENWFGUCPGYEJCRVGTQPSearching
mining techniques. Ŗ +PENWFGUCPGYCRRGPFKZQP/CVJGOCVKECN$CEMITQWPF
The book also provides many examples, review questions, Ŗ +PENWFGU C PGY CRRGPFKZ QP #PCN[UKU QH #NIQTKVJOU HQT
short answer questions, multiple choice questions, chapter- those who may be unfamiliar with the concepts of
end exercises and a good list of references and Web algorithms
resources especially those which are easy to understand and Ŗ +PENWFGUCPGYCRRGPFKZQPUGNGEVGF)#6'SWGUVKQPU
useful for students. A number of class projects have also Ŗ 2TQXKFGU PWOGTQWU UGEVKQPYKUG CUUKIPOGPVU KP GCEJ
been included. chapter
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP Ŗ #NUQ KPENWFGF CTG GZGTEKUGUō2TQDNGOU VQ 2QPFGTōKP
+PVTQFWEVKQP #UUQEKCVKQP 4WNGU /KPKPI %NCUUKHKECVKQP each chapter to enhance learning
Cluster Analysis. Web Data Mining. Search Engines. The book is suitable for students of (i) computer science, (ii)
&CVC 9CTGJQWUKPI 1PNKPG #PCN[VKECN 2TQEGUUKPI
1.#2  computer applications, (iii) information and communication
+PHQTOCVKQP2TKXCE[CPF&CVC/KPKPI#PUYGTUVQ/WNVKRNG technology (ICT), and (iv) computer science and
%JQKEG3WGUVKQPU+PFGZ engineering.
Latest Print 2012 / 508 pp. / 17.8 × 23.5 cm CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
ISBN-978-81-203-4326-9 / C 425.00 Introduction and Overview. Arrays. Linked Lists. Stacks.
3WGWGU 6CDNGU 6TGGU )TCRJU 5GVU 5QTVKPI 5GCTEJKPI
#RRGPFKZ##PCN[UKUQH#NIQTKVJOU+PFGZ
Latest Print 2012 / 800 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3731-2 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 20
COMPUTER SCIENCE AND ENGINEERING
Data Structures

Data Structures: Data Structures in C


A Programming
Approach with C

DHARMENDER SINGH KUSHWAHA, #UUQEKCVG2TQHGUUQT ACHUTHSANKAR S. NAIR, *QPQTCT[ &KTGEVQT%GPVTGHQT


&GRCTVOGPV QH %QORWVGT 5EKGPEG  'PIKPGGTKPI /QVKNCN 0GJTW $KQKPHQTOCVKEU 7PKXGTUKV[QH-GTCNC6JKTWXCPVJCRWTCO
0CVKQPCN+PUVKVWVGQH6GEJPQNQI[
/00+6 #NNCJCDCF T. MAHALEKSHMI, 2TKPEKRCN5TGG0CTC[CPC+PUVKVWVGQH
ARUN KUMAR MISRA, 2TQHGUUQT &GRCTVOGPVQH%QORWVGT 6GEJPQNQI[ 8CFCMGXKNNC-QNNCO-GTCNC
5EKGPEG'PIKPGGTKPI/00+6#NNCJCDCF This compact and student-friendly book deals with data
structures, particularly user defined data structures, such as
This well-organized book discusses the fundamentals of
linked lists, stacks, queues, trees, graphs and files, using C
various data structures using C as the programming
as the programming language. The text begins with an
language. It begins with a discussion on the basics of C and
introduction to the most common concepts of C and then it
VJGP KV OQXGU QP VQ FGUETKDG 2QKPVGTU #TTC[U .KPMGF NKUVU
goes on to give a detailed discussion on the processing of
5VCEMU3WGWGU6TGGU*GCRU)TCRJU(KNGUGVEYJKEJHQTO
one-dimensional and two-dimensional arrays, their internal
the base of data structure. Besides, the book explains various
organization, and handling arrays using pointers. Besides,
other concepts such as memory management, dynamic
it dwells on the dynamic linked list and its variations
CTTC[UCPFF[PCOKEUVTKPIUYKVJUWKVCDNGGZCORNGU(KPCNN[
such as doubly linked lists and circular linked lists, with the
it deals with various classical problems such as 8-queens
help of memory diagrams. The text delineates the static
problem, towers of hanoi, minesweeper, lift problem, tic-tac-
and dynamic implementations of stacks and queues, the
toe and knapsack problem, which will help students
application, implementation, and construction of binary
understand how the problems can be solved by using
trees, and representation of graphs and graph traversal. The
different techniques and data structures.
book concludes with a discussion on the various types of
This book is intended for the undergraduate students of searching and sorting techniques, with the help of visual
Engineering (Computer Science/Information Technology), examples.
and postgraduate students of Computer Application (MCA)
KEY FEATURES
and Computer Science (M.Sc.). In addition, it would also be
useful for professionals engaged in the field of computer Ŗ 2TQXKFGUXKUWCNK\CVKQPOQFGNHQTCDUVTCEVEQPEGRVU
science and information technology. Ŗ 2TGUGPVUVJGUJQTVGUVRQUUKDNGRTQITCO
Ŗ 2TQXKFGU EQPEGRVWCN GZGTEKUGU DGHQTG RTQITCOOKPI
KEY FEATURES
examples.
Ŗ 2TQXKFGU OQTG VJCP  RTQITCOU HQT DGVVGT WPFGT
standing. The book is intended for the undergraduate students of
Ŗ +PENWFGUCNCTIGPWODGTQHCNIQTKVJOUKPRUGWFQEQFGU Engineering (Computer Science/Information Technology),
and undergraduate and postgraduate students of
Ŗ %QPVCKPU  HKIWTGU VQ GZRNCKP XCTKQWU CNIQTKVJOU CPF
Computer Applications, Computer Science and Information
concepts.
Technology.
CONTENTS: 2TGHCEG # 3WKEM 1XGTXKGY 1H % (WPFC CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 1XGTXKGY
OGPVCNU +PVTQFWEVKQP 6Q &CVC 5VTWEVWTG 7PFGTUVCPFKPI #TTC[U .KPMGF .KUV 5VCEMU CPF 3WGWGU $KPCT[ 6TGGU
2QKPVGTU +P % 4GEWTUKQP #TTC[U .KPMGF .KUV 5QTVKPI )TCRJU 5GCTEJKPI 5QTVKPI CPF (KNGU #RRGPFKZ #5%++
5VTKPIU 5VCEMU 3WGWGU 6TGGU #FXCPEGF 6QRKEU KP 6TGGU Table. Index.
*GCR&CVC5VTWEVWTG)TCRJU(KNGU*CUJKPI&CVC5VTWEVWTG
2TQLGEVU +PFGZ Latest Print 2011 / 296 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3642-1 / C 250.00
Latest Print 2012 / 780 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4428-0 / C 495.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 21 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Data Structures

Data Structures Magnifying Data


in C++ Structures

N.S. KUTTI, #UUQEKCVG 2TQHGUUQT&GRCTVOGPVQH%QORWVGT ARPITA GOPAL, &KTGEVQT/%# CV5KPJICF+PUVKVWVGQH


5EKGPEG5WNVCP3CDQQU7PKXGTUKV[1OCP $WUKPGUU#FOKPKUVTCVKQPCPF4GUGCTEJ2WPG
P.Y. PADHYE, Dr. Ing., (Dresden), /GNDQWTPG+PUVKVWVGQH
$WUKPGUU6GEJPQNQI[/GNDQWTPG This book, the second of the /CIPKH[KPI 5GTKGU, provides a
comprehensive account of the various methods and
This compact and comprehensive book provides an techniques of representing data structures. It presents all the
introduction to data structures from an object-oriented important data structures used in system programming and
perspective using the powerful language C++ as the application programming along with their definitions,
programming vehicle. It is designed as an ideal text for the operations, implementation and applications.
students before they start designing algorithms in C++.
The book first introduces the students to basic programming
The book begins with an overview of C++, then it goes on to concepts to help them build a strong foundation for
analyze the basic concepts of data structures, and finally understanding data structures. It then explains the
focusses the reader’s attention on abstract data structures. In mathematical and logical aspects of data in the form of
so doing, the text uses simple examples to explain the abstract data types. Several types of data structures such as
meaning of each data type. Throughout, an attempt has been arrays, stacks, queues, linked list and trees are discussed
made to enable students to progress gradually from simple with a diagrammatic approach. The text also deals with
object-oriented abstract data structures to more advanced threading of a tree, AVL tree, M-ary tree as well as graphs.
data structures. A large number of worked examples and the In addition, different common sorting and searching
end-of-chapter exercises help the students reinforce the algorithms are discussed.
knowledge gained.
KEY FEATURES
Intended as a one-semester course for undergraduate Ŗ 'ZRNCKPUVJGRTQEGUUQHCDUVTCEVKQPWUKPIVJG%NCPIWCIG
students in computer science and for those who offer this
Ŗ 2TGUGPVU UVGRD[UVGR CPCN[UKU CPF FGXGNQROGPV QH
course in engineering and management, the book should
algorithms to implement various data structures.
also prove highly useful to those IT professionals who have
a keen interest in the subject. Ŗ &GXGNQRU DWKNFKPI DNQEMU HQT FGUKIP QH EQORNGZ
programs.
CONTENTS: 2TGHCEG +PVTQFWEVKQP &CVC 6[RGU 5VCTVKPI Ŗ 2TQXKFGU C PWODGT QH YQTMGFQWV GZCORNGU VQ KNNWUVTCVG
with Abstract Data Types. Arrays. Strings. Linked Lists.
the concepts.
5VCEMU3WGWGU6TGGU)TCRJU$KDNKQITCRJ[+PFGZ
Ŗ +PENWFGUEJCRVGTGPFGZGTEKUGUHQTRTCEVKEG
Latest Print 2011 / 216 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-1443-6 / C 150.00 The text is designed for the students of computer
applications (BCA/MCA), computer science (BSc/MSc),
computer science and engineering and information
communication technology (BE/B.Tech.) and also for the
students of other engineering disciplines.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 2TQITCOOKPI
Concepts. Arrays and Structures. ADT Array. ADT Stack.
#&6 3WGWG #&6 .KPMGF .KUV #&6 6TGG #FXCPEG 6TGGU
ADT Graphs. Sorting Searching and Algorithm Complexity.
Index.
Latest Print 2010 / 456 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4019-0 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 22
COMPUTER SCIENCE AND ENGINEERING
Data Warehousing Database Management Systems

Data Warehousing: Database


Concepts, Techniques, Management
Products and System
Applications,
3rd ed.

C.S.R. PRABHU, &GRWV[ &KTGEVQT)GPGTCN0CVKQPCN MALAY K. PAKHIRA, #UUQEKCVG 2TQHGUUQTKPVJG&GRCTVOGPV


+PHQTOCVKEU%GPVTG
0+% *[FGTCDCF QH %QORWVGT5EKGPEGCPF'PIKPGGTKPICV-CN[CPK)QXGTPOGPV
'PIKPGGTKPI%QNNGIG9GUV$GPICN
The Third Edition of this well-received text analyzes the
fundamental concepts of data warehousing, data marts, and This compact text on Database Management System is a
1.#2 6JG CWVJQT FKUEWUUGU KP CP GCU[VQWPFGTUVCPF RGTHGEV DNGPF QH VJGQTGVKECN CPF RTCEVKECN CURGEVU (TQO
language, important topics such as data mining, how to basics to applications, it provides a thorough and up-to-date
build a data warehouse, and potential applications of data treatment of the subject. The book, in the beginning, builds a
warehousing technology in government. Besides, the text strong foundation of relational database management
compares and contrasts the currently available software system and then deals with query language, data
tools used to design and develop data warehouses. The manipulation, transaction processing, data warehouse, data
book is a blend of the principles and real-life case studies. mining, and application programming. The text is supported
While retaining the six existing case studies, it gives four by clear illustrations, sufficient figures and tables, and
PGYECUGUVWFKGU necessary theoretical details to understand the topics with
Ŗ *#4$14#*KIJN[#XCKNCDNG&CVC9CTGJQWUG clarity. Besides, numerous solved examples and chapter-end
Ŗ # 6[RKECN $WUKPGUU &CVC 9CTGJQWUG HQT C 6TCFKPI exercises will help students reinforce their problem-solving
Company skills. The book adopts a methodological approach to
Ŗ %WUVQOGT &CVC 9CTGJQWUG HQT VJG (KTUV CPF .CTIGUV problem solving.
1PNKPG$CPMKPVJG7PKVGF-KPIFQO 2TKOCTKN[KPVGPFGFHQTDQVJFGITGGCPFFKRNQOCUVWFGPVUQH
Ŗ #)GTOCP5WRGTOCTMGV'&'-#ŏ5&CVG9CTGJQWUG Computer Science and Engineering, the book will also be of
The book, which is a blend of principles and real-life case benefit to the students of computer applications and
studies, as a text is intended for students of B.Tech/M.Tech management.
(Computer Science and Engineering), B.Tech/M.Tech CONTENTS: 2TGHCEG &CVCDCUG 5[UVGOU /QFGNNKPI C
(Information Technology), MBA, M.Sc. (Computer Science), &CVCDCUG /QFGNNKPI YKVJ '4 &KCITCO 2TKPEKRNGU QH
M.Sc. (Information Technology), and MCA. It should also be 4GNCVKQPCN &CVCDCUG /CPCIGOGPV 5[UVGOU 4GNCVKQPCN
of considerable utility and worth to software professionals &CVCDCUG &GUKIP 5VTWEVWTGF 3WGT[ .CPIWCIG +PHQTOCVKQP
and database practitioners. 4GVTKGXCN CPF &CVC /CPKRWNCVKQP 2TQITCOOKPI YKVJ 2.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU &CVC 53. 3WGT[ 2TQEGUUKPI CPF 1RVKOK\CVKQP %QPEWTTGPV
9CTGJQWUKPI #P +PVTQFWEVKQP 1PNKPG #PCN[VKECN 6TCPUCEVKQP 2TQEGUUKPI &CVCDCUG 4GEQXGT[ (KNG
2TQEGUUKPI &CVC /KPKPI &GXGNQRKPI C &CVC 9CTGJQWUG 1TICPK\CVKQP +PFGZKPI CPF *CUJKPI &CVC 9CTGJQWUKPI
Applications of Data Warehousing and Data Mining and Data Mining. Index.
KP )QXGTPOGPV %#5' 567&+'5ō &CVC 9CTGJQWUKPI KP Latest Print 2013 / 268 pp. / 17.8 × 23.5 cm
VJG 6COKN 0CFW )QXGTPOGPV  &CVC 9CTGJQWUG HQT ISBN-978-81-203-4674-1 / C 250.00
the Ministry of Commerce. 3. Data Warehouse for the
)QXGTPOGPV QH #PFJTC 2TCFGUJ  &CVC 9CTGJQWUKPI KP
*GYNGVV2CEMCTF  &CVC 9CTGJQWUKPI KP .CXKU 5VTCWUU 
&CVC 9CTGJQWUKPI KP VJG 9QTNF $CPM  *#4$14 #
*KIJN[ #XCKNCDNG &CVC 9CTGJQWUG  # 6[RKECN $WUKPGUU
Data Warehouse for a Trading Company. 9. Customer Data
9CTGJQWUGQHVJG9QTNFŏU(KTUVCPF.CTIGUV1PNKPG$CPMKP
VJG 7PKVGF -KPIFQO  # )GTOCP 5WRGTOCTMGV '&'-#ŏU
Data Warehouse. Bibliography. Index.
Latest Print 2013 / 184 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3627-8 / C 225.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 23 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
Database Management Systems

Database Database
Management Management
Systems, 2nd ed. Systems,
2nd ed.

RAJESH NARANG, %JKGH 6GEJPQNQI[ 1HHKEGT 0CVKQPCN R. PANNEERSELVAM, 2TQHGUUQT&GRCTVOGPVQH/CPCIGOGPV


+PUVKVWVGQH5OCTV)QXGTPOGPV0GY&GNJK 5VWFKGU 5EJQQNQH/CPCIGOGPV2QPFKEJGTT[7PKXGTUKV[
2WFWEJGTT[
The contents of this second edition have been appropriately
enhanced to serve the growing needs of the students
This revised and updated book, now in its Second Edition,
pursuing undergraduate engineering courses in Computer
Science, Information Technology, as well as postgraduate continues to provide excellent coverage of the basic concepts
programmes in Computer Applications (MCA), MSc (IT) involved in database management systems. It provides a
and MSc (Computer Science). The book covers the thorough treatment of some important topics such as data
fundamental and theoretical concepts in an elaborate structure, data models and database design through
OCPPGT WUKPI 53. QH NGCFKPI 4&$/5ō1TCENG /5 53. presentation of well-defined algorithms, examples and real-
Server and Sybase. life cases. There is also detailed coverage of data definition
CPF FCVC OCPKRWNCVKQP RCTVU QH +/5 CPF 2%(1%75ōVJG
4GCNK\KPI VJG KORQTVCPEG QH 4&$/5 KP CNN V[RGU QH
architectures and applications, both traditional and modern two popular database management systems—to access and
topics are included for the benefit of IT-savvy readers. A OCPKRWNCVG JKGTCTEJKECN FCVCDCUG DGUKFGU +&/5
0GVYQTM
strong understanding of the relational database design is CPF +PVGTCEVKXG 53.
4GNCVKQPCN  FCVCDCUG NCPIWCIGU WUKPI
RTQXKFGF KP EJCRVGTU QP 'PVKV[4GNCVKQPUJKR 4GNCVKQPCN suitable programs based on case studies.
*KGTCTEJKECN CPF 0GVYQTM &CVC /QFGNU 0QTOCNK\CVKQP WHAT IS NEW TO THIS EDITION
4GNCVKQPCN#NIGDTCCPF4GNCVKQPCN%CNEWNWU6JGCTEJKVGEVWTG
QH VJG NGICE[ TGNCVKQPCN FCVCDCUG 4 U[UVGO VJG JKGTCTEJKECN Ŗ +PENWFGUfive new chapters, namely, Distributed Database
database IMS of IBM and the network data model DBTG are Management System, Client/Server Systems, Data
also given due importance to bring completeness and to Warehousing, Data Mining, and Object Oriented Database
show thematic interrelationships among them. Management System (OODBMS) to cover the modern
Several chapters have been devoted to the latest database concepts of DBMS.
HGCVWTGU CPF VGEJPQNQIKGU UWEJ CU &CVC 2CTVKVKQPKPI &CVC Ŗ 2TQXKFGU C PGY UGEVKQP QP ET[RVQITCRJ[ HQT PGVYQTM
/KTTQTKPI 4GRNKECVKQP *KIJ #XCKNCDKNKV[ 5GEWTKV[ CPF security.
#WFKVKPI 6JG CTEJKVGEVWTG QH 1TCENG 53. QH 1TCENG MPQYP
The textbook is primarily designed for the postgraduate
CU2.53.53.QHDQVJ5[DCUGCPF/553.5GTXGTMPQYP
CU653.JCXGDGGPEQXGTGF students of management, computer science and information
technology. It should also serve as a useful text for B.E./
CONTENTS:2TGHCEG+PVTQFWEVKQP6JG'PVKV[4GNCVKQPUJKR B.Tech. students in computer science engineering and
/QFGN &CVC /QFGNU 5VQTCIG 5VTWEVWTG 4GNCVKQPCN &CVC software engineering. Besides students, this book will also
5VTWEVWTG #TEJKVGEVWTG QH 5[UVGO 4 CPF 1TCENG be useful for computer professionals engaged in design,
0QTOCNK\CVKQP 5VTWEVWTGF 3WGT[ .CPIWCIG 653.ō
operation and maintenance of database.
6TKIIGTU CPF &[PCOKE 'ZGEWVKQP 2TQEGFWTG .CPIWCIGō
53. %WTUQT /CPCIGOGPV CPF #FXCPEGF 2.53. CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
4GNCVKQPCN #NIGDTC CPF 4GNCVKQPCN %CNEWNWU %QPEWTTGPE[ Introduction. Database Concepts. Data Structure. Data
%QPVTQNCPF#WVQOCVKE4GEQXGT[&KUVTKDWVGF&CVCDCUGCPF Models. Database Design. Implementation Design.
4GRNKECVKQP *KIJ #XCKNCDKNKV[ CPF 4#+& 6GEJPQNQI[ *KGTCTEJKECN &CVCDCUG /CPCIGOGPV 5[UVGOU 0GVYQTM
5GEWTKV[ (GCVWTGU $WKNV KP 4&$/5 3WGTKGU 1RVKOK\CVKQP &CVCDCUG /CPCIGOGPV 5[UVGOU 4GNCVKQPCN &CVCDCUG
#TEJKVGEVWTG QH C *KGTCTEJKECN &$/5 6JG #TEJKVGEVWTG QH Management Systems. Distributed Database Management
0GVYQTM DCUGF &$6) 5[UVGO %QORCTKUQP DGVYGGP System. Client/Server Systems. Data Warehousing. Data
&KHHGTGPV &CVC /QFGNU 2GTHQTOCPEG +ORTQXGOGPV CPF Mining. Object Oriented Database Management System
2CTVKVKQPKPI &CVCDCUG /KTTQTKPI CPF .QI 5JKRRKPI HQT
(OODBMS). Database Operations and Maintenance.
&KUCUVGT 4GEQXGT[ $KDNKQITCRJ[ #PUYGTU VQ 5GNGEVGF
Exercises. Index. Appendices. Bibliography. Index.

Latest Print 2012 / 480 pp. / 17.8 × 23.5 cm Latest Print 2011 / 404 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4313-9 / C 325.00 ISBN-978-81-203-4277-4 / C 295.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 24
COMPUTER SCIENCE AND ENGINEERING
Database Management Systems

Database Learning Oracle SQL


Management and PL/SQL:
System, Oracle A Simplified Guide
SQL and PL/SQL

PRANAB KUMAR DAS GUPTA, 5GPKQT5EKGPVKUVKP&GHGPEG RAJEEB C. CHATTERJEE, 8KUKVKPIHCEWNV[KPVJG&GRCTVOGPV


4GUGCTEJ CPF &GXGNQROGPV 1TICPK\CVKQP
&4&1  2TGUGPVN[ JG QH+PHQTOCVKQP6GEJPQNQI[,CFCXRWT7PKXGTUKV[
KU ,QKPV &KTGEVQT CV 2TQQH CPF 'ZRGTKOGPVCN 'UVCDNKUJOGPV
%JCPFKRWT 6JKU DQQM QHHGTU C U[UVGOCVKE MPQYNGFIG QH VJG 1TCENG 53.
CPF2.53.UQVJCVVJGUVWFGPVUECPGZRNQKVVJGECRCDKNKVKGU
Database Management System (DBMS) and Oracle are of the database in an effective and efficient manner. The
essentially a part of the curriculum for undergraduate and book follows a step-by-step approach to the subject with
postgraduate courses in Computer Science, Computer suitable real-world cases, examples and exercises that make
Applications, Computer Science and Engineering, it a complete and effective self-study guide
Information Technology, and Management.
The book can also be used for practical classes on oracle. It
This book introduces the readers to the theoretical and can be used for Oracle version 8.0 onwards. The availability
RTCEVKECNEQPEGRVUQH&$/51TCENG53.CPF2.53.WUKPI of an authorized oracle database in conjunction with the
numerous real-life examples. Important and complex book is sufficient to learn Oracle commands, syntaxes,
topics such as relational algebra, query processing, operators, built-in function, techniques for creation,
index file organization, hashing, distributed architecture, alterations and uses of table structures. Screenshots have not
concurrency control, triggers, cursors, Oracle architecture, been presented in the book to avoid confusion due to
and data mining are comprehensively covered with the help differing platforms that the students may use in different
of a number of solved examples. environments.
KEY FEATURES Designed to address the need of the laboratory classes on
Ŗ 'ZRNCKPUGCEJVQRKEKPCUVGRD[UVGRFGVCKN Oracle for the undergraduate and postgraduate students of
Ŗ +PENWFGU OQTG VJCP  GZCORNGU VQ KNNWUVTCVG VJG Computer Science and Information Technology as well as
concepts. the students of Computer Applications, this book is also
useful for the professionals for conducting training program
Ŗ 1HHGTUCDQWVQDLGEVKXGV[RGSWGUVKQPUVQSWK\UVWFGPVU
on Oracle.
on key points.
Ŗ 2TQXKFGUCDQWVEJCNNGPIKPIGZGTEKUGUVJCVKPXKVGFGGRGT CONTENTS 2TGHCEG 1XGTXKGY %TGCVG 6CDNG 5VTWEVWTG
analysis and interpretation of the subject matter. #NVGT 6CDNG 5VTWEVWTG +PUGTV C 4QY 7RFCVG 4QYU &GNGVG
4QYU3WGT[HTQO6CDNGU$WKNVKP0WODGT(WPEVKQPU$WKNV
CONTENTS: 2TGHCEG #EMPQYNGFIOGPVU &CVCDCUG $CUKEU KP %JCTCEVGT (WPEVKQPU $WKNVKP &CVG (WPEVKQPU $WKNVKP
5QHVYCTG #PCN[UKU CPF &GUKIP &CVC (NQY &KCITCO CPF '4 %QPXGTUKQP (WPEVKQPU $WKNVKP )TQWR (WPEVKQPU 5WDSWGT[
/QFGN 4GNCVKQPCN #NIGDTC CPF 0QTOCN (QTOU 3WGT[ #FXCPEGF ,QKP /GVJQFU 8KGY 5GSWGPEG +PFGZ 5[PQP[O
2TQEGUUKPI (KNG 1TICPK\CVKQP &KUVTKDWVGF 2TQEGUUKPI CPF 5GEWTKV[5[UVGO6CDNGU53. 2NWU+PVTQFWEVKQPVQ2.53.
&CVC /KPKPI 6TCPUCEVKQP 2TQEGUUKPI %QPEWTTGPE[ %QPVTQN %QPVTQN 5VTWEVWTGU 2TQEGFWTG (WPEVKQP 2CEMCIG 6TKIIGT
1TCENG #TEJKVGEVWTG $CEMWR CPF 4GEQXGT[ 53. $CUKEU Cursor. Introduction to Oracle Architecture. Answers to
(WPEVKQPU 5WD 3WGT[ CPF ,QKPU &CVC /CPKRWNCVKQP 4GXKUKQP3WGUVKQPU+PFGZ
Language, Objects, Constraints and Security in Oracle.
1TCENG 2.53. $CUKEU (WPEVKQP 2TQEGFWTG CPF 2CEMCIG Latest Print 2012 / 312 pp. / 17.8 × 23.5 cm
1TCENG 'ZEGRVKQP *CPFNGT &CVCDCUG 6TKIIGTU CPF +ORNKEKV ISBN-978-81-203-4542-3 / C 350.00
Cursor. Explicit and Advance Cursors. Answers. Index.
Latest Print 2011 / 344 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3920-0 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 25 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Database Management Systems

Object-Oriented Object-Oriented
Database Systems: Interfaces and
Approaches and Databases
Architectures,
3rd ed.

C.S.R. PRABHU, &GRWV[ &KTGEVQT)GPGTCNCPF5VCVG RAJESH NARANG, %JKGH 6GEJPQNQI[1HHKEGT0CVKQPCN


+PHQTOCVKEU 1HHKEGT0CVKQPCN+PHQTOCVKEU%GPVTG
0+% #PFJTC +PUVKVWVGQH5OCTV)QXGTPOGPV0GY&GNJK
2TCFGUJ5VCVG7PKV*[FGTCDCF
This is an introductory text for computer science students,
This well-received book, now in its third edition, is a software professionals, and research scholars who wish to
comprehensive presentation of the fundamentals of learn the concepts of object orientation and how they have
object-oriented database systems (OODBMS). It provides been used by Microsoft in its data-access (interface)
extensive coverage of the different approaches to object VGEJPQNQIKGU UWEJ CU #EVKXG: &CVC 1DLGEV
#&1  #EVKXG:
data management, including the three major approaches— Data Object Multidimension (ADO MD), Active Server
semantic database systems approach, object-oriented 2CIGU
#52  CPF 4GOQVG &CVC 5GTXKEG
4&5  8KUWCN $CUKE
programming language extension approach, and the CPF /553. 5GTXGT  CTG WUGF CU VJG RTQITCOOKPI
relational extension approach—as well as the various types language and database, respectively, for explaining these
of architectures of object-oriented database systems. The Microsoft technologies.
book discusses all recent developments in this field, such as In addition, data warehousing applications are explained
VJG GOGTIGPEG QH ,CXC CU VJG FQOKPCPV QDLGEVQTKGPVGF WUKPI VJG 1PNKPG #PCN[VKECN 2TQEGUUKPI
1.#2  VGEJPQNQI[
programming language—resulting in upcoming OODBMS via the ADO model. The book also explains Web
products such as Ozone—and the provision of object- VGEJPQNQIKGU YKVJ VJG U[UVGO UGTXKEGU QH 6%2+2 CPF 9GD
oriented database features in object-relational database 5GTXGTU WUKPI #52 CPF 4&5 (KPCNN[ VJG DQQM EQXGTU UQOG
U[UVGOU
14&$/5 RTQFWEVUUWEJCU1TCENGKCPF&$ advanced topics such as concurrency control and query
The new edition provides an extensive discussion of capabilities using object algebra.
2QUVITG53.CRQRWNCTQRGPUQWTEGQDLGEVQTKGPVGFFCVCDCUG This well-organized and compact book, fundamental to an
system which has emerged as a viable alternative to understanding of object-orientation concepts, is illustrated
expensive commercial database systems such as Oracle. with plenty of examples and program listings and provides
The book is extensively illustrated, which enables students the essentials needed for developing practical applications.
to develop a firm grasp of the underlying concepts. The CONTENTS 2TGHCEG #DDTGXKCVKQPU +PVTQFWEVKQP 1DLGEV
chapter-end exercises help in testing the students’ 1TKGPVGF 2TQITCOOKPI 1DLGEV +PVGTHCEGU HQT %NKGPV5GTXGT
comprehension of the fundamental principles. Applications. Building a Data Warehouse. Data
The book is primarily meant for students of IT-related Management Object. Introduction to the World Wide Web.
programmes having courses in database systems. Computer 9GD 2WDNKECVKQP QH &CVC #EVKXG: 5GTXGT 2CIG
#52  CPF
professionals will also find the book immensely useful. ADO. Concurrency Control in Object-Oriented Databases.
Locking Mechanism of Multi-size Model. View Creation for
CONTENTS: (QTGYQTF2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP 3WGTKGU 8KTVWCN %NCUU +PVGITCVKQP KPVQ )NQDCN 5EJGOC
Acknowledgements. Introduction. Semantic Database Glossary. Bibliography. Index.
Models and Systems. Object-oriented Database Systems.
4GNCVKQPCN 'ZVGPUKQPU 1DLGEV4GNCVKQPCN 5[UVGOU Latest Print 2003 / 216 pp. / 16.0 × 24.1 cm

14&$/5U  5VCPFCTFU HQT 11&$/5 RTQFWEVU CPF ISBN-81-203-1920-6 / C 175.00


#RRNKECVKQPU5WIIGUVGF(WTVJGT4GCFKPI+PFGZ
Latest Print 2012 / 264 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4093-0 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 26
COMPUTER SCIENCE AND ENGINEERING
Database Management Systems

Oracle Database SQL Popcorn


11g : Hands-on SQL
PRANAB GHOSH, 5EKGPVKUV
and PL/SQL KP&GHGPEG4GUGCTEJCPF
&GXGNQROGPV 1TICPK\CVKQP
SATISH ASNANI, &GRWV[
&4&1 2TGUGPVN[JGKU
/CPCIGT +PHQTOCVKEU&KXKUKQP #UUKUVCPV&KTGEVQT
%QORWVGT
$JCTCV*GCX['NGEVTKECNU.KOKVGF 9KPI CV2TQQHCPF
$JQRCN 'ZRGTKOGPVCN 'UVCDNKUJOGPV
The book teaches the basics of
2:' %JCPFKRWT
the Oracle database from a
beginner’s perspective to the advanced concepts using a 6JKUDQQMRTGUGPVUVJGDCUKEUQH53.CPFVGCEJGUJQYVQWUG
hands-on approach. Each and every concept has been it to create, modify and maintain a database in practical
elaborated with suitable practical examples along with code situations.
for clear and precise understanding of the topic.
The book first exposes the readers to important features,
7UKPI C RTCEVKECN CRRTQCEJ VJG DQQM GZRNCKPU JQY VQ HWPEVKQPU CPF EQOOCPFU QH 53. CPF VJGP HQEWUGU QP
retrieve, add, update and delete data in the Oracle database
UQNXKPI53.SWGTKGUKPCUVGRD[UVGROCPPGT+VRTQXKFGUC
WUKPI 53. 53. 2.75 CPF 2.53. +P VJG RTQEGUU KV
discusses the various data types and built-in functions of PWODGTQH53.SWGT[GZCORNGUCPFGPEQWTCIGUVJGTGCFGTU
Oracle, as well as the sorting of records and the table VQVT[QWVXCTKQWU53.SWGTKGUVQWPFGTUVCPFVJGWPFGTN[KPI
operations. The text also includes coverage of advanced EQPEGRVU 6JG DQQM FKUEWUUGU VJG FKHHGTGPV TGCNNKHG 53.
queries using special operators, Oracle security, indexing, queries related to a banking transaction system, publication
and stored functions and procedures. management system, transport management system,
The book is suitable for undergraduate engineering students employee information system, sales tracking system,
of Computer Science and Information Technology, B.Sc. teaching activity system, patient diagnostics system, and an
(Computer Science/IT), M.Sc. (Computer Science/IT) and automobile sales monitoring system, in order to acquaint the
UVWFGPVU QH %QORWVGT #RRNKECVKQPU
$%# /%# 2)&%# TGCFGTUYKVJOQTGCPFOQTGEQORNGZCURGEVUQH53.
and DCA). Besides, the book can be used as a reference by
professionals pursuing short-term courses on Oracle KEY FEATURES
Database and students of Oracle Certified Courses. Ŗ /QTG VJCP  YGNNDCNCPEGF UQNXGF RTQDNGOU VQ JGNR
students learn query-solving techniques.
KEY FEATURES
Ŗ +PENWFGUPWOGTQWURTCEVKECNGZCORNGUYKVJEQFG Ŗ # PWODGT QH TGCNNKHG GZCORNGU VQ UJQY TGNGXCPV
Ŗ &KUEWUUGU EQOOCPFU GZGEWVGF CPF VGUVGF QP VJG 1TCENG application of the procedures discussed.
database software. Ŗ 5GNHVGUVGZGTEKUGUKPENWFKPIQDLGEVKXGV[RGSWGUVKQPUCVVJG
Ŗ 2TQXKFGU C NCTIG PWODGT QH TGXKGY SWGUVKQPU VTWGHCNUG end of each chapter for reinforcement of concepts through
and multiple choice questions along with lab assignments, practice.
at the end of each chapter.
Ŗ +PENWFGUPGYHGCVWTGUQH1TCENG&CVCDCUGI. The book is useful for the students of BSc/MSc (Computer
Ŗ 2TGUGPVUPQTOCNK\CVKQPCPF'4FKCITCOU Science), BCA/MCA, BBA/MBA and BE/BTech (Computer
Ŗ &KUEWUUGU FCVCDCUG VTKIIGTU CPF 1TCENG HNCUJDCEM Science and Engineering, and Information Technology) for
technology. their courses in database management systems.
Ŗ )KXGU1TCENG(#3U CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 53.ō$TKGH
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP VQ Overview. Banking Transaction Information System.
&$/5 CPF 4&$/5 +PUVCNNCVKQP QH 1TCENG I :'
'ZRTGUU 2WDNKECVKQP /CPCIGOGPV 5[UVGO 6TCKPKPI /CPCIGOGPV
Edition). Introduction to Oracle. Oracle Data Types. Oracle System. Transport Management System. Employee
1RGTCVQTU +PVGITKV[ %QPUVTCKPVU 1TCENG $WKNVKP (WPEVKQPU Information System. Sales Tracking System. Teaching
#FFKPI &GNGVKPI CPF /QFKH[KPI 4GEQTFU 5QTVKPI  6CDNG #EVKXKV[ +PHQTOCVKQP 5[UVGO 2CVKGPV &KCIPQUVKEU
1RGTCVKQPUō#NVGTKPI 5VTWEVWTG ,QKPU #FXCPEGF 3WGTKGU
Information System. Automobile Sales Monitoring System.
7UKPI 5RGEKCN 1RGTCVQTU +PFGZKPI 1TCENG 5GEWTKV[ō
2TKXKNGIGU 1TCENG 5GEWTKV[ō4QNGU 5GSWGPEGU CPF #RRGPFKZō# 5ETKRV QH 6CDNGU 7UGF #RRGPFKZ $
5[PQP[OU 8KGYU CPF /CVGTKCNK\GF 8KGYU 53. 2NWU (TGSWGPVN[7UGF53.%QOOCPFU#PUYGTU+PFGZ
4GRQTVKPI 2.53. 5VQTGF (WPEVKQPU 5VQTGF 2TQEGFWTGU Latest Print 2010 / 236 pp. / 17.8 × 23.5 cm
1TCENG 2CEMCIGU 'ZEGRVKQP *CPFNKPI KP 2.53.  %WTUQTU ISBN-978-81-203-3922-4 / C 195.00
&CVCDCUG 6TKIIGTU 1TCENG (NCUJDCEM 6GEJPQNQI[
0QTOCNK\CVKQP 'PVKV[ 4GNCVKQPUJKR &KCITCO
'4&  1TCENG
(#31TCENGI0GY(GCVWTGU+PFGZ
Latest Print 2010 / 448 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4020-6 / C 425.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 27 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
Digital Design Digital Image Processing

Introduction to Digital Image


Digital Computer Processing and
Design, An, 5th ed. Analysis,
2nd ed.

V. RAJARAMAN, *QPQTCT[ 2TQHGUUQT5WRGTEQORWVGT BHABATOSH CHANDA, 2TQHGUUQT 'NGEVTQPKEUCPF


'FWECVKQP CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVGQH5EKGPEG %QOOWPKECVKQP 5EKGPEGU7PKV+PFKCP5VCVKUVKECN+PUVKVWVG
$CPICNQTG -QNMCVC
T. RADHAKRISHNAN, 2TQHGUUQT QH%QORWVGT5EKGPEGCPF DWIJESH DUTTA MAJUMDER, 2TQHGUUQT 'OGTKVWU
5QHVYCTG 'PIKPGGTKPI(CEWNV[QH'PIKPGGTKPICV%QPEQTFKC 'NGEVTQPKEU CPF%QOOWPKECVKQP5EKGPEGU7PKV+PFKCP5VCVKUVKECN
7PKXGTUKV[ /QPVTGCN%CPCFC +PUVKVWVG -QNMCVC
The second edition of this extensively revised and updated
This well-received book, now in fifth edition, has been
text is a result of the positive feedback and constructive
thoroughly revised and updated with new material on
suggestions received from academics and students alike. It
%/15 ICVGU /5+#.7 CPF 2GPVKWO CTEJKVGEVWTG 6JG
discusses the fundamentals as well as the advances in digital
chapter on Cache and Virtual Memory has been rewritten. A
image processing and analysis—both theory and practice—
PGYEJCRVGTQP2CTCNNGN%QORWVGTUJCUDGGPCFFGF
to fulfil the needs of students pursuing courses in Computer
The first part of the book is devoted to digital techniques Science and Engineering (CSE) and Electronics and
used in the design of digital circuits and small digital Communication Engineering (ECE), both at undergraduate
systems. The second part deals with logical organization and postgraduate levels. It is also considered useful for
and architecture of computers. It also describes a small teachers, professional engineers and researchers.
hypothetical computer to illustrate how instruction
6JG UGEQPF GFKVKQP JCU VJTGG QDLGEVKXGU (KTUV GCEJ CPF
UGVU CTG GXQNXGF 4GCN EQORWVGTU
PCOGN[ 2GPVKWO CPF
every chapter has been modified in the light of recent
/+2U OCEJKPGU  CTG FGUETKDGF CPF EQORCTGF YKVJ
advances as well as emerging concepts. Second, a good deal
the hypothetical computer. The remainder of this part
of colour image processing has been incorporated. A large
describes I/O devices, cache and virtual memory and
number of line drawings and images have been included to
parallel computers.
make the book student friendly. Third, some new problems
The book does not assume extensive knowledge of have been added in almost all chapters to test the student’s
electronics or mathematics. A knowledge of programming in understanding of the real-life problems.
% QT ,CXC YQWNF DG WUGHWN VQ IKXG VJG UVWFGPV C RTQRGT
6JGQVJGTFKUVKPIWKUJKPIHGCVWTGUQHVJGDQQMCTG
perspective to appreciate the development of the subject.
This textbook is suitable for B.Sc. (Electronics) and B.Tech. Ŗ #UWOOCT[CVVJGGPFQHVJGEJCRVGTVQJGNRVJGUVWFGPV
courses. Both the parts of the book are self-contained and capture the key points.
may be used independently, if appropriate. Ŗ #DQWV  NKPG FTCYKPIU CPF  RJQVQITCRJU HQT GCU[
assimilation of the concepts.
CONTENTS: 2TGHCEG 2CTV + &KIKVCN 6GEJPKSWGU CPF
Ŗ %JCRVGTGPFRTQDNGOUHQTGZVGPUKXGRTCEVKEGCPFTGUGCTEJ
&GUKIPō&CVC 4GRTGUGPVCVKQP #TKVJOGVKE 1RGTCVKQPU #P
Algebra for Digital Systems. Combinatorial Switching CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 2CTV + &KIKVCN
Circuits. Sequential Switching Circuits. Selected Examples of +OCIGō+PVTQFWEVKQP /CVJGOCVKECN 2TGNKOKPCTKGU 8KUWCN
&KIKVCN 5[UVGOU /GOQT[ 1TICPK\CVKQP 2CTV ++ .QIKECN 2TGNKOKPCTKGU +OCIG (QTOCVKQP &KIKVK\CVKQP 2CTV ++ +OCIG
Organization and Architecture—A Small Computer 2TQEGUUKPIō+OCIG 'PJCPEGOGPV 4GUVQTCVKQP +OCIG
1TICPK\CVKQP %GPVTCN 2TQEGUUKPI 7PKV +PRWV1WVRWV %QORTGUUKQP 4GIKUVTCVKQP /WNVKXCNWGF +OCIG 2TQEGUUKPI
Devices. Input-Output Organization. Cache and Virtual 2CTV +++ +OCIG #PCN[UKUō5GIOGPVCVKQP 'FIG CPF .KPG
/GOQT[ 2CTCNNGNKUO KP %QORWVKPI #RRGPFKZ &GEKUKQP &GVGEVKQP (GCVWTG 'ZVTCEVKQP &GUETKRVKQP 4GEQIPKVKQP
Table Terminology. Index. Index.
Latest Print 2012 / 528 pp. / 17.8 × 23.5 cm Latest Print 2012 / 488 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3409-0 / C 325.00 ISBN-978-81-203-4325-2 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 28
COMPUTER SCIENCE AND ENGINEERING
Digital Image Processing Digital Logic

Digital Image Digital Logic and


Processing: Computer
An Algorithmic Organization
Approach
V. RAJARAMAN, *QPQTCT[
MADHURI A. JOSHI, 2TQHGUUQT 2TQHGUUQT5WRGTEQORWVGT'FWECVKQP
CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVG
QH'NGEVTQPKEUCVVJG%QNNGIGQH
QH 5EKGPEG $CPICNQTG
'PIKPGGTKPI2WPG
T. RADHAKRISHNAN, 2TQHGUUQT
QH%QORWVGT5EKGPEG CPF5QHVYCTG
This introduction to the fundamental concepts and 'PIKPGGTKPIKPVJG(CEWNV[QH
methodologies of image processing is suitable for first-year 'PIKPGGTKPI%QPEQTFKC7PKXGTUKV[KP/QPVTGCN
postgraduate and senior undergraduate students in almost This introductory text on ‘digital logic and computer organi-
any engineering discipline, and in particular meets the zation’ presents a logical treatment of all the fundamental
requirement of the prescribed courses in the following concepts necessary to understand the organization and
UVTGCOU design of a computer. It is designed to cover the
Ŗ 'NGEVTQPKEUCPF%QOOWPKECVKQP requirements of a first-course in computer organization for
Ŗ %QORWVGT5EKGPEGCPF'PIKPGGTKPI undergraduate Computer Science, Electronics, or MCA
students. Beginning from first principles, the text guides
Ŗ +PHQTOCVKQPCPF%QOOWPKECVKQP6GEJPQNQI[
students through to a stage where they are able to design
The book offers a balanced exposition of basic principles and and build a small computer with available IC chips.
applications of image processing. It lays considerable
Starting with the foundation material on data represent-
emphasis on the algorithmic approach in order to teach
ation, computer arithmetic and combinatorial and sequential
students how to write good practical programs for problem
EKTEWKV FGUKIP VJG VGZV GZRNCKPU #.7 FGUKIP CPF KPENWFGU C
solving.
FKUEWUUKQPQPCP#.7+%EJKR+VCNUQFKUEWUUGU#NIQTKVJOKE
MAJOR TOPICS COVERED INCLUDE 5VCVG /CEJKPG CPF KVU TGRTGUGPVCVKQP WUKPI C *CTFYCTG
Ŗ +OCIGHWPFCOGPVCNU Description Language before shifting to computer
Ŗ &KHHGTGPVKOCIGVTCPUHQTOU organization.
Ŗ +OCIGGPJCPEGOGPVKPVJGURCVKCNCPFHTGSWGPE[FQOCKPU The evolutionary development of a small hypothetical
Ŗ 4GUVQTCVKQP computer is described illustrating hardware-software trade-
Ŗ +OCIGCPCN[UKU off in computer organization. Its instruction set is designed
giving reasons why each new instruction is introduced. This
Ŗ+OCIGFGUETKRVKQP
KUHQNNQYGFD[CFGUETKRVKQPQHVJGIGPGTCNHGCVWTGUQHC%27
Ŗ+OCIGEQORTGUUKQPCPF organization of main memory and I/O systems. The book
Ŗ+OCIGTGEQPUVTWEVKQPHTQORTQLGEVKQPU concludes with a chapter describing the features of a real
Ŗ #RRNKECVKQPU QH KOCIG RTQEGUUKPI KP VJG CTGCU QH EQORWVGTPCOGN[VJG+PVGN2GPVKWO#PCRRGPFKZFGUETKDGU
biometrics, speaker recognition, satellite imaging, medical a number of laboratory experiments which can be put
imaging, and many more. together by students, culminating in the design of a toy
computer.
The style of presentation is comprehensive and application
oriented, comprising examples, diagrams, image results, CONTENTS:2TGHCEG &CVC4GRTGUGPVCVKQP$QQNGCP#NIGDTC
case studies of applications, and review questions—making and Logic Gates. Combinatorial Switching Circuits.
it easy for students to understand key ideas, their practical 5GSWGPVKCN 5YKVEJKPI %KTEWKVU #TKVJOGVKE CPF .QIKE 7PKV
relevance and applications. Application of Sequential Circuits. Computer Systems—
Multiple Views. Basic Computer Organization. Central
CONTENTS: 2TGHCEG &KIKVCN +OCIG 2TQEGUUKPI &KHHGTGPV
+OCIG 6TCPUHQTOU +OCIG 'PJCPEGOGPV 4GUVQTCVKQP +OCIG 2TQEGUUKPI 7PKV /GOQT[ 1TICPK\CVKQP +PRWVQWVRWV
#PCN[UKU #RRNKECVKQPU QH +OCIG 2TQEGUUKPI +OCIG %QFKPI &GXKEGU +PRWV1WVRWV 1TICPK\CVKQP %CUG 5VWF[ QH C 4GCN
%QORWVGT 5[UVGO #RRGPFKZō# 5WIIGUVGF *CTFYCTG .CD
and Image Compression. Computer Tomography. C
2TQITCOU #RRGPFKZ # #NIQTKVJO HQT *CFCOCTF 'ZRGTKOGPVU $ &GEKUKQP 6CDNG 6GTOKPQNQI[ 4GHGTGPEGU
6TCPUHQTOU#RRGPFKZ$'ZCORNGUQH9CVGTOCTMKPI7UKPI Index.
C$NQEM6TCPUHQTO4GHGTGPEGU+PFGZ Latest Print 2011 / 528 pp. / 17.8 × 23.5 cm
Latest Print 2011 / 356 pp. / 17.8 × 23.5 cm ISBN-978-81-203-2979-9 / C 295.00
ISBN-978-81-203-2971-3 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 29 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Discrete Mathematics

Discrete Discrete Mathematics


Mathematics and Graph Theory,
3rd ed.

N. CHANDRASEKARAN, JCU DGGP2TQHGUUQTQH/CVJGOCVKEU PURNA CHANDRA BISWAL, #UUKUVCPV 2TQHGUUQT QH


CV5V,QUGRJŏU%QNNGIG6KTWEJKTCRCNNK /CVJGOCVKEU CV2CTCNC/CJCTCLC'PIKPGGTKP I %QNNGIG
M. UMAPARVATHI, JCU DGGP2TQHGUUQTQH/CVJGOCVKEUCV $GTJCORWT1FKUJC
5GGVJCNCMUJOK 4COCUYCOK%QNNGIG6KTWEJKTCRCNNK
This textbook, now in its third edition, continues to provide
Written with a strong pedagogical focus, this book is an an accessible introduction to discrete mathematics and
exhaustive presentation of the fundamental concepts of graph theory.
discrete mathematical structures and their applications in
computer science and mathematics. It aims to develop the The introductory material on Mathematical Logic is
ability of the students to apply mathematical thought in followed by extensive coverage of combinatorics, recurrence
order to solve computation-related problems. The book is relation, binary relations, coding theory, distributive lattice,
intended not only for the undergraduate and postgraduate DKRCTVKVG ITCRJU VTGGU CNIGDTC CPF 2QN[CŏU EQWPVKPI
students of mathematics but also, most importantly, for the principle. A number of selected results and methods of
students of Computer Science & Engineering and Computer discrete mathematics are discussed in a logically coherent
Applications. fashion from the areas of mathematical logic, set theory,
combinatorics, binary relation and function, Boolean lattice,
The introductory chapter presents an overview of the planarity, and group theory. There is an abundance of
foundations of the subject, consisting of topics such as logic, examples, illustrations and exercises spread throughout the
set theory, relations, functions, algebraic structures, and book. A good number of problems in the exercises help
graphs. The subsequent chapters provide detailed coverage students test their knowledge.
of each of these topics as well as major areas of discrete
mathematics such as combinatorics, lattices and Boolean The text is intended for the undergraduate students of
algebras. Major applications such as computer models and Computer Science and Engineering as well as students
computation, coding theory, cryptography and databases of Mathematics and those pursuing courses in the areas of
are dealt with in the final chapters of the book. Computer Applications and Information Technology.
The book is replete with features which enable the building NEW TO THE THIRD EDITION
of a firm foundation of the underlying principles of the Ŗ +PENWFGUCPGYEJCRVGT
%JCRVGT QP/GVJQFUQHRTQQH
subject and also provide adequate scope for testing the Ŗ %QPVCKPU PGY UGEVKQPU QP 'PWOGTCVKQP QH ITCRJU
comprehension acquired by the students. Each chapter $TCPEJKPI RTQEGUU KP GPWOGTCVKPI VTGGU 2UGWFQ $QQNGCP
contains numerous worked-out examples within the main lattice, and Subgroup.
discussion as well as several chapter-end Supplementary Ŗ 4GFKUVTKDWVGU OQUV QH VJG RTQDNGOU IKXGP KP GZGTEKUGU
Examples for revision. The Self-Test and Exercises at the end section-wise.
of each chapter provide large numbers of objective type Ŗ 2TQXKFGUOCP[GZCORNGUCPFGZGTEKUGU
questions and problems respectively. Answers to objective Ŗ )KXGUGNCDQTCVGJKPVUHQTUQNXKPIGZGTEKUGRTQDNGOU
type questions and hints to exercises are also provided. All
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP .KUV QH
these pedagogic features, together with thorough coverage
5[ODQNU /CVJGOCVKECN .QIKE /GVJQFU QH 2TQQH
of the subject matter, make this book a very readable text for
%QODKPCVQTKEU 4GEWTTGPEG 4GNCVKQP $KPCT[ 4GNCVKQP CPF
beginners as well as advanced learners of the subject.
(WPEVKQP )TCRJ 6JGQT[ #NIGDTCKE 5[UVGO CPF .CVVKEG
CONTENTS: 2TGHCEG (QWPFCVKQPU 2TGFKECVG %CNEWNWU 5[UVGO YKVJ 1PG $KPCT[ 1RGTCVKQP (KPKVGN[ )GPGTCVGF
%QODKPCVQTKEU /QTG QP 5GVU 4GNCVKQPU CPF (WPEVKQPU )TQWR *QOQOQTRJKUO %QWPVKPI 2TKPEKRNG 2GTOWVCVKQP
4GEWTTGPEG4GNCVKQPU#NIGDTCKE5VTWEVWTGU.CVVKEGU$QQNGCP Group. Sylow’s Theorem. System with Two Binary
Algebras. Graph Theory. Trees. Models of Computers and Operations. Coding Theory. Bibliography. Index.
%QORWVCVKQP#FFKVKQPCN6QRKEU(WTVJGT4GCFKPI+PFGZ
Latest Print 2013 / 704 pp. / 17.8 × 23.5 cm
Latest Print 2010 / 832 pp. / 17.8 × 23.5 cm ISBN-978-81-203-4691-8 / C 450.00
ISBN-978-81-203-3938-5 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 30
COMPUTER SCIENCE AND ENGINEERING
Discrete Mathematics

Fundamentals of Mathematical
Discrete Foundations of
Mathematical Computer Science
Structures,
2nd ed.

K.R. CHOWDHARY, 2TQHGUUQTCPF*GCFKPVJG&GRCTVOGPVQH SHAHNAZ BATHUL KU 2TQHGUUQT&GRCTVOGPVQH


%QORWVGT5EKGPEGCPF'PIKPGGTKPI/$/'PIKPGGTKPI%QNNGIG /CVJGOCVKEU ,CYCJCTNCN 0GJTW 6GEJPQNQIKECN 7PKXGTUKV[
,QFJRWT *[FGTCDCF -WMCVRCNN[
This thoroughly revised and updated text, now in its Second This book provides the basic concepts and applications of
Edition, continues to provide the basic concepts of discrete discrete mathematics and graph theory. The book is aimed
mathematics and its applications at an appropriate level of at undergraduate students of Computer Science and
rigour. Engineering, and Information Technology. It is also suitable
The text teaches mathematical logic, discusses how to work for undergraduate and postgraduate students of Computer
with discrete structures, analyzes combinatorial approach to Science, Mathematics and Computer Applications.
problem-solving and develops an ability to create and The book exposes the students to fundamental knowledge
understand mathematical models and algorithms essentials KP
for writing computer programs. Every concept introduced in
the text is first explained from the point of view of Ŗ /CVJGOCVKECNNQIKEVCWVQNQI[CPFPQTOCNHQTOU
mathematics, followed by its relation to Computer Science. Ŗ 2TGFKECVG NQIKE TWNGU QH KPHGTGPEG CPF XCNKFKV[ QH
In addition, it offers excellent coverage of graph theory, arguments
mathematical reasoning, foundational material on set Ŗ 'NGOGPVCT[ UGV VJGQT[ 8GPP FKCITCOU HWPEVKQPU CPF
theory, relations and their computer representation, their relations
supported by a number of Worked-out Examples and Ŗ #NIGDTCKE UVTWEVWTG DKPCT[ QRGTCVKQP ITQWR VJGQT[ CPF
Exercises to reinforce the students' skill. homomorphism
2TKOCTKN[KPVGPFGFHQTWPFGTITCFWCVGUVWFGPVUQH%QORWVGT Ŗ 6JGQT[ QH RGTOWVCVKQPU CPF EQODKPCVKQPU DKPQOKCN CPF
Science and Engineering, and Information Technology, this multinomial theorems
text will be also useful for undergraduate and postgraduate Ŗ 4GEWTTGPEGTGNCVKQPUCPFOGVJQFUQHUQNXKPIVJGO
students of Computer Applications. Ŗ )TCRJ VJGQT[ URCPPKPI VTGG 'WNGTKCP CPF *COKNVQPKCP
circuits and isomorphism
NEW TO THIS EDITION
Ŗ %QPVCKPU OCP[ PGY UGEVKQPU UWEJ CU 4WUUGNN U RCTCFQZ KEY FEATURES
injection, surjection, bijection, Schroeder-Bernstein Ŗ +PENWFGU C NCTIG PWODGT QH YQTMGFQWV RTQDNGOU HQT
theorem, graph and map coloring, and Bipartite graph. sound understanding of the concepts.
Ŗ 1HHGTU EJCRVGTGPF GZGTEKUGU VQ VGUV UVWFGPVUŏ
Ŗ +PENWFGUOQTGSWGUVKQPUKPEJCRVGTGPF'ZGTEKUGU
comprehension of theory.
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP &KUETGVG Ŗ )KXGU C SWK\ UGEVKQP CV VJG GPF QH GCEJ EJCRVGT VQ JGNR
5VTWEVWTGU CPF 5GV 6JGQT[ +PFWEVKQP 4GEWTUKQP CPF students prepare for the competitive examinations.
4GEWTTGPEGU %QODKPCVQTKEU &KUETGVG 2TQDCDKNKV[
/CVJGOCVKECN .QIKE .QIKECN +PHGTGPEKPI 2TGFKECVG .QIKE CONTENTS: 2TGHCEG /CVJGOCVKECN .QIKE %CNEWNWU QH
)TCRJ6JGQT[4GNCVKQPU6TCPUKVKXG%NQUWTG#PF9CTUJCNNŏU 2TGFKECVGU 'NGOGPVCT[ 5GV 6JGQT[ #NIGDTCKE 5VTWEVWTG
#NIQTKVJO 'SWKXCNGPEG CPF 2CTVKCN 1TFGTKPI 4GNCVKQPU %QODKPCVQTKEU 4GEWTTGPEG 4GNCVKQPU )TCRJ 6JGQT[
Trees. Algebraic Systems. Languages, Automata and Subgraphs. Index.
)TCOOCTU 2TKOG 0WODGTU CPF %T[RVQU[UVGOU Latest Print 2010 / 372 pp. / 17.8 × 23.5 cm
Bibliography. Index. ISBN-978-81-203-4157-9 / C 325.00
Latest Print 2012 / 312 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4506-5 / C 295.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 31 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
E-Commerce ERP (E06'424+5' 4'5174%' 2.#00+0))

E-Commerce: An Enterprise Resource


Indian Perspective, Planning: Concepts
4th ed and Practice,
P.T. JOSEPH, S.J., 2TQHGUUQT 2nd ed.
+PHQTOCVKQP5[UVGOUCPF
1TICPK\CVKQPCN$GJCXKQWTCVVJG
:CXKGT+PUVKVWVGQH/CPCIGOGPV

:+/ $JWDCPGUYCT%WTTGPVN[JG
CNUQJQNFUVJGRQUKVKQPQHVJG&KTGEVQT
QH:+/$JWDCPGUYCT
VINOD KUMAR GARG, 2TQHGUUQT QH+PHQTOCVKQP
Electronic Commerce is an exciting field of business sector,
/CPCIGOGPVCV52,CKP+PUVKVWVGQH/CPCIGOGPVCPF4GUGCTEJ
with new issues emerging continually in this global and
/WODCK
real time business activity. The comprehensive coverage of
this fourth edition equips the students with the latest N.K. VENKITAKRISHNAN, )GPGTCN /CPCIGT5CNGUHQTC
information in e-commerce-concepts, models, strategies, and NGCFKPIUQHVYCTGQTICPK\CVKQPDCUGFKP/WODCK
techniques that can be used to build useful e-commerce
applications. 'PVGTRTKUG 4GUQWTEG 2NCPPKPI
'42  QPG QH VJG HCUVGUV
growing segments in Information Technology today, enables
The range of topics covered is broad, making this book a organizations to respond quickly to the ever increasing
solid introductory text for the rapidly expanding number
customer needs and to capitalize on market opportunities.
of courses in e-commerce for business students at the
undergraduate or postgraduate level, and also for students This revised edition continues to throw light on the
pursuing courses in computer applications, information significance of Business Engineering and its link with
technology and information science. Information Technology. Besides, it discusses the role
The book features several comprehensive and diverse case of consultants, vendors and users, the process of
studies and data on Indian corporations, as well as multi- customization, as well as the methodology and guidelines
national companies showing success and failure of their HQT'42KORNGOGPVCVKQP
9GDDCUGF GNGEVTQPKE DWUKPGUU OQFGNU 0GY OCVGTKCN QP Chief executives, functional managers, MIS managers,
developments in technology and general business strategy students of management courses and organizations will find
has been added in all the chapters. this book as an easy reference for understanding the
This fundamental treatment of the subject of e-commerce EQPEGRVUQH'42CPFGPCDNGQTICPK\CVKQPUVQKORNGOGPV'42
coupled with a clear and practical analysis of market solutions.
models, continues to make this text an invaluable single
HIGHLIGHTS OF THE SECOND EDITION
source guide for students-arming them with skills to deal
successfully with the managerial issues they will face as Ŗ (QEWUUGUQP+PFKCP'42RCEMCIGUYKVJCPGYUGEVKQPQP
future business professionals. ő'ZCORNGQHCP+PFKCP'422CEMCIGŒ
Ŗ 2TQXKFGU #PUYGTU CV VJG GPF QH VJG DQQM VQ OQUV QH VJG
KEY FEATURES
problems given at the end of each chapter for the benefit
Ŗ 2TQXKFGU EQXGTCIG QH CNN GNGOGPVU QH GEQOOGTEG KPENWF
of both the students and the teachers.
ing customer relationship, supply chain management,
e-payment, e-security, mobile commerce, and Web CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
designing. #EMPQYNGFIGOGPVU 2TQNQIWG '42ō# %WTVCKP 4CKUGT
Ŗ #FFTGUUGU MG[ NGICN KUUWGU TGNCVGF VQ E[DGTUVCNMKPI $WUKPGUU 'PIKPGGTKPI CPF '42 $WUKPGUU /QFGNNKPI HQT
privacy, copyright, and so forth. '42 '42 +ORNGOGPVCVKQP '42 CPF VJG %QORGVKVKXG
Ŗ )KXGUVJGGPFQHEJCRVGT+PVGTPGVUGCTEJGZGTEKUGUVQJGNR #FXCPVCIG 6JG '42 &QOCKP /CTMGVKPI QH '42 %CUG
students develop analytical skills. 5VWFKGU #RRGPFKZ (WTVJGT 4GCFKPI #PUYGTU VQ 5GNGEVGF
Ŗ &GHKPGUMG[VGEJPKECNVGTOUKPVJGINQUUCT[ 2TQDNGOU+PFGZ
CONTENTS: 2TGHCEG *KUVQT[ QH GEQOOGTEG CPF +PFKCP Latest Print 2012 / 200 pp. / 16.0 × 24.1 cm
Business Context. Business Models for e-commerce. ISBN-978-81-203-2254-7 / C 175.00
Enabling Technologies of the World Wide Web.
G/CTMGVKPI G5GEWTKV[ G2C[OGPV 5[UVGOU G%WUVQOGT
4GNCVKQPUJKR /CPCIGOGPV G5WRRN[ %JCKP /CPCIGOGPV
G5VTCVGI[ CPF -PQYNGFIG /CPCIGOGPV +PHQTOCVKQP
5[UVGOUHQT/QDKNG%QOOGTEG2QTVCNUHQTG$WUKPGUU.GICN
and Ethical Issues. Glossary. Index.
Latest Print 2012 / 568 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4505-8 / C 375.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 32
COMPUTER SCIENCE AND ENGINEERING
ERP (E06'424+5' 4'5174%' 2.#00+0))

Enterprisewide SAP HR Time


Resource Planning: Management: Technical
Theory and Practice Reference and Learning
Guide, 2nd ed.

P. K. AGRAWAL, HQTOGTN[ 2TQITCO


/CPCIGT CV6CVC6GEJPQNQIKGU.KOKVGF
2WPG.

RAHUL V. ALTEKAR, &KTGEVQTō5VTCVGIKE 5GTXKEGU ,&# 6JKUDQQMGZRNCKPUCNNVJGEQPEGRVUWPFGTRKPPKPI5#2ŏU*4


+PFKC 8KUKVKPI(CEWNV[ō0+6+'9GNKPIMCTU Time Management Module. It is a comprehensive technical
OCPWCNYJKEJGZRNCKPUGXGT[UKPINGPQFGQHVJG7UGT/GPW
*GECPDGTGCEJGFCValtekarrahul@consultant.com and the Configuration. The book first gives an overview of a
concept explaining what it is, how it is used and how it
Over the last two decades, large corporations and companies relates to the other concepts. It then explains its properties,
worldwide have been implementing Enterprisewide which are fields in a configuration node.
4GUQWTEG 2NCPPKPI
'42  CRRNKECVKQPU 6JKU JCU VQFC[ This book is designed to be used both as a reference manual
percolated down to the midsize companies as the benefits of and a learning guide. As a learning guide, it offers four
'42 CRRNKECVKQPU CTG CRRTGEKCVGF 0QV UWTRTKUKPIN[ KP views, each for a different target audience.
DWUKPGUU UEJQQNU CETQUU VJG EQWPVT[ '42 JCU DGEQOG C Ŗ +VECPDGTGCFHTQOVJG5GPKQT/CPCIGOGPVŏURGTURGEVKXG
popular and major subject of study. This accessible, easy-to- to gain a broad understanding of the subject and what
TGCF DQQM GZRNCKPU VJG '42 EQPEGRV KVU VJGQT[ CPF 5#2ECPFQHQTVJGO
Ŗ $WUKPGUU 2TQEGUU 1YPGTU ECP CEJKGXG C JKIJGT NGXGN QH
implementation with practical case studies. Throughout, the
WPFGTUVCPFKPID[IGVVKPIVQMPQYOQTGQH5#2EQPEGRVU
focus remains on the +PFKCP UEGPCTKQ 9JKNG 2CTV + QH CPFJQYVQRGTHQTOFKHHGTGPVVCUMUKP5#2
VJG DQQM FGCNU YKVJ VJG VJGQT[ QH '42 YKVJ FGVCKNGF Ŗ 7UGTU ECP CESWKTG C VJQTQWIJ WPFGTUVCPFKPI QH FKHHGTGPV
FKUEWUUKQPU QP DGUV RTCEVKEGU KP '42 '42 XGPFQT CPCN[UKU tasks and concepts underlying them.
KVU DCUKE HWPEVKQPCN OQFWNGU CPF KVU KORNGOGPVCVKQP 2CTV ++ Ŗ (WPEVKQPCN EQPUWNVCPVU CPF RTQHKEKGPV WUGTU ECP TGCF VJG
FGUETKDGU'42ő#U+UŒVQ'42ő6Q$GŒ book to gain a complete understanding of the system.
The book details and delineates the fundamental and As a technical reference, the book can be used to locate the
TGNGXCPVOCVGTKCNVJTQWIJVJG6CDNGQH%QPVGPVU+PFGZŎ5#2
CFXCPEGFHGCVWTGUQH'42KPCUV[NGVJCVKUKPVGNNKIKDNGVQVJG /GPWŏ CPF Ŏ5#2 %WUVQOK\KPI +ORNGOGPVCVKQP )WKFG
reader. It presents a structured methodology designed to (IMG)’. The last two follow the Table of Contents. If the
JGNRUVWFGPVUWPFGTUVCPFVJGEQPEGRVWCNGNGOGPVUQH'42CU TGCFGTKUKP5#2ŏU7UGT/GPWQT%QPHKIWTCVKQPVJGEJCRVGT
well its implementation. PWODGT HQT VJGUG PQFGU ECP DG HQWPF KP Ŏ5#2 /GPWŏ CPF
‘IMG’. If a node is not covered in the book, the reason for
The book is intended as a text for postgraduate students not doing so is mentioned.
of management and as reference for the practicing
6JG KORNGOGPVCVKQP QH 5#2 *4 6KOG /CPCIGOGPV CPF
professionals. That it is based on the author’s vast documentation can also be guided by the structure of this
experience in the subject in more than 65 Indian book.
manufacturing companies, and is a reader-friendly text with
CONTENTS: 2TGHCEG Infotypes. Employee Groupings.
a number of diagrams, screenshots, and tables further Work Schedule. Substitution. Absence. Attendance. Absence
enhances its value. 3WQVC 3WQVC %QTTGEVKQP #VVGPFCPEG 3WQVC 3WQVC
CONTENTS: 2TGHCEG 2CTV + 6JGQT[ QH '42 +PVTQFWEVKQP %QORGPUCVKQP  1XGTVKOG #XCKNCDKNKV[  6KOG 4GEQTFKPI
6KOG 'XGPVU  6KOG 6TCPUHGT  'ORNQ[GG 4GOWPGTCVKQP
1TKIKP 'XQNWVKQP CPF 5VTWEVWTG 6JG $GUV 2TCEVKEGU KP '42
Maternity Leave. Military Service. Additional Absence Data.
'42 8GPFQT #PCN[UKU $CUKE (WPEVKQPCN /QFWNGU KP '42 (NGZVKOG #EVKXKV[ #NNQECVKQP  %QUV #UUKIPOGPV  'ZVGTPCN
'42 +ORNGOGPVCVKQP 2CTV ++ /CMKPI '42 # 5WEEGUUō 5GTXKEGU  &KHHGTGPV 2C[OGPV  6KOG &CVC %QNNGEVKQP
'42ő#U+UŒ'42ő6Q$GŒ$KDNKQITCRJ[+PFGZ Employee Expenditure Collection. Logistics Integration.
Time Evaluation Configuration. Cluster B1. Cluster B2
Latest Print 2013 / 164 pp. / 16.0 × 24.1 cm

6KOG'XCNWCVKQP4GUWNVU +PVGTPCN6CDNGU6KOG'XCNWCVKQP
ISBN-978-81-203-2633-0 / C 175.00 YKVJ %NQEM 6KOGU
5EJGOC 6/  5EJGOCU (WPEVKQPU
2%4U 1RGTCVKQPU (GCVWTGU 6KOG /CPCIGTŏU 9QTMRNCEG
6KOG /CPCIGOGPV 2QQN %TQUU#RRNKECVKQP 6KOG 5JGGV
+PEGPVKXG 9CIGU 5JKHV 2NCPPKPI 7VKNKVKGU +PFGZ 9QTNF
Government. World Language. Good Governance. City
without Traffic Lights.
Latest Print 2010 / 756 pp. / 17.8 x 23.5 cm
ISBN-978-81-203-4065-7 / C 550.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 33 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
ERP (E06'424+5' 4'5174%' 2.#00+0))

SAP HR India
Payroll: Technical
Reference and
Learning Guide

P.K. AGRAWAL HQTOGTN[2TQITCO/CPCIGTCV  6CVC just as we discover better ways to support our businesses.
6GEJPQNQIKGU.KOKVGF2WPG 4GCF UJQTV CTVKENGU KPUKFG QP UQOG QH VJG KFGCU QH 9QTNF
This book explains all the concepts underpinning the India Integration and Improvement Initiative.
2C[TQNN OQFWNG QH 5#2 *4 +V KU C EQORTGJGPUKXG VGEJPKECN Ŗ 9QTNF)QXGTPOGPV 
OCPWCNYJKEJGZRNCKPUGXGT[UKPINGPQFGQHVJG7UGT/GPW Ŗ 9QTNF.CPIWCIG 
and Configuration. The book first gives an overview of a Ŗ )QQF)QXGTPCPEG 
concept explaining what it is, how it is used and how it Ŗ %KV[YKVJQWV6TCHHKE.KIJVU 
relates to the other concepts. It then explains its properties,
which are fields in a configuration node. CONTENTS:5#2/GPW 5#2%WUVQOK\KPI+ORNGOGPVCVKQP
)WKFG 2TGHCEG 9CIG 6[RGU 9CIG 6[RG 2TQRGTVKGU 9CIG
This book is designed to be used both as a reference manual
6[RG 2GTOKUUKDKNKV[ 9CIG 6[RG 8CNWCVKQP 9CIG 6[RG
and a learning guide. As a learning guide, it offers four
%WOWNCVKQP 9CIG 6[RG (CEVQTKPI $CUKE 5CNCT[ &GCTPGUU
views, each for a different target audience.
#NNQYCPEG *QWUKPI %CT CPF %QPXG[CPEG 4GKODWTUG
Ŗ +VECPDGTGCFHTQOVJG5GPKQT/CPCIGOGPVŏURGTURGEVKXG OGPVU .QPI6GTO 4GKODWTUGOGPVU $QPWU +PEQOG HTQO
to gain a broad understanding of the subject and what 1VJGT 5QWTEGU 2GTSWKUKVGU 'ZGORVKQPU %JKNF 'FWECVKQP
5#2ECPFQHQTVJGO Exemption. Leave Travel Exemption. Medical Exemption.
Ŗ $WUKPGUU 2TQEGUU 1YPGTU ECP CEJKGXG C JKIJGT NGXGN QH 0QTVJ'CUV 5VCVG 6CZ 'ZGORVKQP .GCXG 'PECUJOGPV
WPFGTUVCPFKPID[IGVVKPIVQMPQYOQTGQH5#2EQPEGRVU 'ZGORVKQP 8QNWPVCT[ 4GVKTGOGPV 'ZGORVKQP )TCVWKV[
CPFJQYVQRGTHQTOFKHHGTGPVVCUMUKP5#2 5WRGTCPPWCVKQP 2TQXKFGPV (WPF CPF 2GPUKQP 'ORNQ[GGUŏ
Ŗ 7UGTU ECP CESWKTG C VJQTQWIJ WPFGTUVCPFKPI QH FKHHGTGPV 5VCVG +PUWTCPEG .CDQWT 9GNHCTG (WPF 2TQHGUUKQPCN 6CZ
tasks and concepts underlying them. Deductions. One Day Salary Deduction. Claims and
Ŗ (WPEVKQPCN EQPUWNVCPVU CPF RTQHKEKGPV WUGTU ECP TGCF VJG /KPKOWO 0GV 2C[ $CNCPEGU CPF 6QVCNU 5GEVKQP 
book to gain a complete understanding of the system. &GFWEVKQPU 5GEVKQP % &GFWEVKQPU 5GEVKQP 7
As a technical reference, the book can be used to locate the &GFWEVKQPU 5GEVKQP  5CNCT[ 2TQLGEVKQP 2TGXKQWU
TGNGXCPVOCVGTKCNVJTQWIJVJG6CDNGQH%QPVGPVU+PFGZŎ5#2 'ORNQ[OGPV 6CZ &GVCKNU +PEQOG 6CZ 4QWPFKPI
/GPWŏ CPF Ŏ5#2 %WUVQOK\KPI +ORNGOGPVCVKQP )WKFG 1HH 'ORNQ[GG 5CNCT[ 0GV 2C[ CPF 'ZVGTPCN 6TCPUHGT
(IMG)’. The last two follow the Table of Contents. If the 2C[TQNN #TGC 2C[TQNN 4WP 2C[TQNN 2QUVKPI VQ #EEQWPVKPI
TGCFGTKUKP5#2ŏU7UGT/GPWQT%QPHKIWTCVKQPVJGEJCRVGT 2C[OGPV(QTOCPF(QTO(QTO
# 4GVTQCEVKXG
PWODGT HQT VJGUG PQFGU ECP DG HQWPF KP Ŏ5#2 /GPWŏ CPF Accounting. Termination. Off-Cycle Activities.
‘IMG’. If a node is not covered in the book, the reason for 0QOKPCVKQPU .GICE[ &CVC 6TCPUHGT 2C[TQNN 4GUWNVU
not doing so is mentioned. 2TQEGUUKPI%NCUUGU%WOWNCVKQP%NCUUGU'XCNWCVKQP%NCUUGU
5EJGOCU (WPEVKQPU 2%4U 1RGTCVKQPU (GCVWTGU 7VKNKVKGU
6JG KORNGOGPVCVKQP QH 5#2 *4 +PFKC 2C[TQNN ECP CNUQ DG Index. World Government. World Language. Good
guided by the structure of this book. Governance. City without Traffic Lights.
A Better World
Latest Print 2011 / 884 pp. / 17.8 × 23.5 cm
There is a lot we can do to make our world a better world, ISBN-978-81-203-3872-2 / C 550.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 34
COMPUTER SCIENCE AND ENGINEERING
ERP (E06'424+5' 4'5174%' 2.#00+0))

SAP HR OM, PD
and Training:
Technical
Reference and
Learning Guide

P.K. AGRAWAL, HQTOGTN[ 2TQITCO/CPCIGTCV6 CVC A Better World: There is a lot that we can do to make our
6GEJPQNQIKGU.KOKVGF2WPG World a better World, just as we discover better ways to
This book explains all the concepts underpinning UWRRQTVQWTDWUKPGUUGU4GCFUJQTVCTVKENGUKPUKFGQPUQOGQH
VJG 1TICPK\CVKQPCN /CPCIGOGPV
1/  2GTUQPPGN the ideas of World Integration and Improvement Initiative.
&GXGNQROGPV
2&  CPF 6TCKPKPI CPF 'XGPV /CPCIGOGPV Ŗ9QTNF)QXGTPOGPV
OQFWNGUQH5#2*4+VKUCEQORTGJGPUKXGVGEJPKECNOCPWCN Ŗ)QQF)QXGTPCPEG
YJKEJ GZRNCKPU GXGT[ UKPING PQFG QH 7UGT /GPW CPF VJG Ŗ9QTNF.CPIWCIG
Configuration. The book first gives an overview of a concept
Ŗ%KV[YKVJQWV6TCHHKE.KIJVU
explaining what it is, how it is used and how it relates to
other concepts. It then explains its properties, which are Books on SAP HR 6JGHQNNQYKPIQVJGTDQQMUQP5#2*4
fields in a configuration node. JCXGCNUQDGGPRWDNKUJGFD[2*+.GCTPKPI0GY&GNJK
This book is designed to be used both as a reference manual 1. 5#2*46KOG/CPCIGOGPV
and a learning guide. As a learning guide, it offers four 2. 5#2*42GTUQPPGN#FOKPKUVTCVKQPCPF4GETWKVOGPV
views, each for a different target audience. 3. 5#2*4+PFKC2C[TQNN
Ŗ +VECPDGTGCFHTQOVJG5GPKQT/CPCIGOGPVŏURGTURGEVKXG
to gain a broad understanding of the subject and what CONTENTS: 5#2/GPW5#2%WUVQOK\KPI+ORNGOGPVCVKQP
5#2ECPFQHQTVJGO )WKFG 2TGHCEG Section One: ORGANIZATIONAL
MANAGEMENT—1TICPK\CVKQPCN 2NCP 1TICPK\CVKQPCN
Ŗ $WUKPGUU 2TQEGUU 1YPGTU ECP CEJKGXG C JKIJGT NGXGN QH
/CPCIGOGPV +PVGTHCEGU 1TICPK\CVKQPCN 7PKV 2QUKVKQP ,QD
WPFGTUVCPFKPID[IGVVKPIVQMPQYOQTGQH5#2EQPEGRVU
2GTUQP 7UGT 6CUM 9QTM %GPVGT 1DLGEVU 4GNCVKQPUJKRU
CPFJQYVQRGTHQTOFKHHGTGPVVCUMUKP5#2
5VTWEVWTGU +PHQV[RG (GCVWTGU +PHQV[RGU 2NCP 8GTUKQP
Ŗ 7UGTU ECP CESWKTG C VJQTQWIJ WPFGTUVCPFKPI QH FKHHGTGPV
2NCPPKPI 5VCVWU #WVJQTK\CVKQPU 1TICPK\CVKQPCN
tasks and concepts underlying them.
/CPCIGOGPV +PVGITCVKQP &CVCDCUG 7VKNKVKGU CPF &KCNQI
Ŗ (WPEVKQPCN %QPUWNVCPVU CPF RTQHKEKGPV WUGTU ECP TGCF VJG Control. Data Transfer. Organization and Staffing Interface
book to gain a complete understanding of the system.
Customizing. Data Model. Section Two: PERSONNEL
As a technical reference, the book can be used to locate the DEVELOPMENT—3WCNKHKECVKQPU %CVCNQI 2TQHKNGU %CTGGT
TGNGXCPVOCVGTKCNVJTQWIJVJG6CDNGQH%QPVGPVU+PFGZŎ5#2 CPF 5WEEGUUKQP 2NCPPKPI &GXGNQROGPV 2NCP #RRTCKUCNU
/GPWŏ CPF Ŏ+ORNGOGPVCVKQP )WKFG HQT 4 %WUVQOK\KPI 2GTUQPPGN &GXGNQROGPV +PVGITCVKQP Section Three:
(IMG)’. The last two follow the Table of Contents. If the TRAINING AND EVENT MANAGEMENT—Business
TGCFGTKUKP5#2ŏU7UGT/GPWQT%QPHKIWTCVKQPVJGEJCRVGT Event Catalog. Business Event Group. Business Event Type.
PWODGT HQT VJGUG PQFGU ECP DG HQWPF KP Ŏ5#2 /GPWŏ CPF &[PCOKE /GPWU 4GUQWTEGU $WUKPGUU 'XGPVU #VVGPFGG
‘IMG’. If a node is not covered in the book the reason for it is #VVGPFCPEG%QTTGURQPFGPEG6TCKPKPI+PVGITCVKQP7VKNKVKGU
also mentioned. Index. World Government. World Language. Good
Governance. City without Traffic Lights.
6JG KORNGOGPVCVKQP QH 5#2 *4 1/ 2& CPF 6TCKPKPI
and documentation can also be guided by the structure of Latest Print 2010 / 788 pp. / 17.8 x 23.5 cm
this book. ISBN-978-81-203-3984-2 / C 550.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 35 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
ERP (E06'424+5' 4'5174%' 2.#00+0))

SAP HR Personnel
Administration and
Recruitment:
Technical Reference
and Learning Guide,
2nd ed.

P.K. AGRAWAL YCUC2TQITCO/CPCIGTCV6CVC6GEJPQNQIKGU managers. The importance of each topic for each category of
.KOKVGF 2WPG users is specified.
SAP HR BOOKS Mr. Agrawal has taken considerable pains in writing these
books, and I congratulate Mr. Agrawal on his achievement
6JKU DQQM KU QPG QH VJG UGV QH QWT HQWT DQQMU QP 5#2 *4 CPFVJCPMJKOHQTJKUEQPVTKDWVKQPVQVJG5#2EQOOWPKV[
YTKVVGPD[VJGCWVJQT
Ŗ 5#2*41/2&CPF6TCKPKPI
Ŗ 5#2*42GTUQPPGN#FOKPKUVTCVKQPCPF4GETWKVOGPV
Ŗ 5#2*46KOG/CPCIGOGPV K. Sanjai, 4GIKQPCN*GCFŌ#UKC2CEKHKE,CRCP
Ŗ 5#2*4+PFKC2C[TQNN 5#2)NQDCN&GNKXGT[
A Better World CONTENTS: 5#2 /GPW 5#2 %WUVQOK\KPI +ORNGOGP
There is a lot we can do to make our world a better world. VCVKQP)WKFG2TGHCEG2GTUQPPGN#FOKPKUVTCVKQPō+PHQV[RGU
4GCF UJQTV CTVKENGU KPUKFG QP UQOG QH VJG KFGCU QH 9QTNF Common Infotype Structure. Actions. Organizational
Integration and Improvement Initiative. #UUKIPOGPV 2GTUQPCN &CVC 2C[TQNN 5VCVWU %JCNNGPIG
#FFTGUUGU 2NCPPGF 9QTMKPI 6KOG %QPVTCEV 'NGOGPVU
Ŗ 9QTNF)QXGTPOGPV /QPKVQTKPI QH 6CUMU (COKN[ /GODGT&GRGPFGPVU
Ŗ 9QTNF.CPIWCIG 'FWECVKQP 1VJGT2TGXKQWU 'ORNQ[GTU 5MKNNU +PVGTPCN
Ŗ )QQF)QXGTPCPEG /GFKECN 5GTXKEG 2QYGTU QH #VVQTPG[ +PVGTPCN &CVC
Ŗ %KV[YKVJQWV6TCHHKE.KIJVU %QTRQTCVG (WPEVKQPU %QORCP[ +PUVTWEVKQPU +PUWTCPEG
5#2 KU C ITGCV UQHVYCTG 1PG PGGFU VQ HWNN[ WPFGTUVCPF KVU Objects on Loan. Date Specifications. Works Councils.
features in order to effectively exploit them for the benefit of Disciplinary Action and Grievances. Communication.
EWUVQOGTU /T #ITCYCNŏU DQQMU QP 5#2 *4 JCXG C WPKSWG 'ORNQ[GGŏU#RRNKECPV0WODGT%CNEWNCVKQPQH'ORNQ[OGPV
approach. A chapter usually focuses on a single business 2GTKQF 9CIG 6[RG $CUKE 2C[ $CPM &GVCKNU 'ZVGTPCN $CPM
concept, and discusses the user interface as well as its 6TCPUHGTU 4GEWTTKPI 2C[OGPVU&GFWEVKQPU #FFKVKQPCN
associated configuration. This logical division makes it 2C[OGPVU %QUV &KUVTKDWVKQP .QCPU /GODGTUJKR (GGU
easier for readers to understand the functionality. Another 0QVKHKECVKQPU #FFKVKQPCN 1HHE[ENG 2C[OGPVU '55 5GVVKPIU
important feature of these books is the level of detail. Each 4GOWPGTCVKQP 5VCVGOGPV +PHQV[RG 2TQRGTVKGU +PHQV[RG
screen and each field in a screen is explained. Explanation Menus. Infotype Screens. Infotype Change Tracking. Cost
includes meaning, use case and in some cases guidelines. #UUKIPOGPV 2C[OGPV /QFGN #F *QE 3WGT[ *+5
Details are balanced by overviews explaining the concepts Authorizations. Optical Archiving. Concurrent
and their relationships. While explaining functionality, Mr. 'ORNQ[OGPV 4GETWKVOGPVō4GETWKVOGPV 2TQEGUU
Agrawal has made efforts to highlight what can be done and Applicant. Application. Vacancy Assignment. Applicant
how it is to be done. This is particularly important for less Action. Applicant Activities. Applicant Activity Status.
experienced users and consultants. Indicating chapter #RRNKECPVŏU 2GTUQPPGN 0WODGT #RRNKECPVŏU 1TICPK\CVKQPCN
numbers against each menu and configuration item is a very Assignment. Applicant’s Contract Elements. Other
useful innovation, as it establishes direct link between the 4GETWKVOGPV %QPHKIWTCVKQP 7VKNKVKGU +PFGZ 9QTNF
5#2 U[UVGO CPF VJG DQQM #PQVJGT WUGHWN HGCVWTG KU VJCV Government. World Language. Good Governance. City
these books can be read not only by consultants, but also by without Traffic Lights.
users, business process owners and even by senior Latest Print 2011 / 712 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4223-1 / C 550.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 36
COMPUTER SCIENCE AND ENGINEERING
Fundamentals/General Fuzzy Sets and Fuzzy Logic

Fundamentals of Introduction to
Computers, Fuzzy Logic
5th ed.

V. RAJARAMAN, *QPQTCT[
2TQHGUUQT KP VJG 5WRGTEQORWVGT
'FWECVKQP CPF4GUGCTEJ%GPVTG
+PFKCP+PUVKVWVGQH5EKGPEG$CPICNQTG

The fifth edition of highly acclaimed “Fundamentals of RAJJAN SHINGHAL, HQTOGTN[2TQHGUUQTQH%QORWVGT5EKGPEG


Computers” lucidly presents how a computer system %QPEQTFKC 7PKXGTUKV[/QPVTGCN%CPCFC
functions, besides teaching basics of programming. Both
hardware and software aspects of computers are covered. Designed primarily as a text for senior undergraduate
The book begins with how numeric and character data are students of Computer Science and Engineering, and
represented in a computer, how various input and output postgraduate students of Mathematics and Applied
units function, how different types of memory units are Mathematics, this compact book describes the theoretical
organized and how data is processed by the processor. The aspects of fuzzy set theory and fuzzy logic.
interconnection and communication between the I/O units $CUGF QP JKU OCP[ [GCTU QH GZRGTKGPEG 2TQHGUUQT 4CLLCP
memory and processor is explained clearly and concisely. Shinghal gives a succinct analysis of the procedures for
Software concepts such as programming languages, HW\\[ UGVU EQORNGOGPVCVKQP KPVGTUGEVKQP CPF WPKQP *G
operating systems and communication protocols are also explains clearly how arithmetic operations are carried
discussed. With growing use of wireless to access computer out on approximate numbers, how fuzzy sets are used for
PGVYQTMU DQVJ EGNNWNCT YKTGNGUU EQOOWPKECVKQP CPF 9K(K reasoning, and how they are employed for unsupervised

9KTGNGUU JKIJ HKFGNKV[  CPF 9K/#: JCXG DGEQOG NGCTPKPI(KPCNN[VJGDQQMUJQYUJQYHW\\[UGVUCTGWVKNK\GF


important. Thus it has now become part of “fundamental in applications such as logic control, databases, information
knowledge” and has been included. Besides this, use of retrieval, ordering of objects, and satisfying multiple goals.
computers in multimedia processing has become common
place and hence is discussed. With the increase in speed of Besides students, professionals working in research
networks and consequently the Internet new computing organizations should find the book quite useful.
environments such as peer to peer, grid, cloud and utility CONTENTS: 2TGHCEG #P 1XGTXKGY QH %TKUR 5GVU $CUKEU
computing have emerged and will change the future of QH (W\\[ 5GVU &GXGNQRKPI /GODGTUJKR (WPEVKQPU
EQORWVKPI *GPEG C PGY EJCRVGT QP VJKU VQRKE JCU DGGP %QORNGOGPV QH C (W\\[ 5GV +PVGTUGEVKQP CPF 7PKQP QH
included in this edition. (W\\[ 5GVU (W\\[ #TKVJOGVKE YKVJ 'ZVGPUKQP 2TKPEKRNG
This book is an ideal text for undergraduate and post- (W\\[#TKVJOGVKEYKVJ+PVGTXCN#PCN[UKU(W\\[4GNCVKQPUHQT
graduate students of Computer Science and Applications /CRRKPI QH (W\\[ 5GVU &GHW\\KHKECVKQP #RRTQZKOCVG
(BCA and MCA), undergraduate students of engineering 4GCUQPKPI/QFWU2QPGPU#RRTQZKOCVG4GCUQPKPI/QFWU
where computer fundamentals is a core course and for 6QNNGPU (W\\[ %NWUVGTKPI (W\\[ .QIKE #RRNKECVKQPU
students of management who should all know the basics of Bibliography. Index.
computer hardware and software. It is ideally suited for Latest Print 2013 / 144 pp. / 17.8 × 23.5 cm
working professionals who want to update their knowledge ISBN-978-81-203-4699-4 / C 150.00
of fundamentals of computers.
CONTENTS: 2TGHCEG %QORWVGT $CUKEU &CVC
4GRTGUGPVCVKQP +PRWVQWVRWV 7PKVU %QORWVGT /GOQT[
2TQEGUUQT $KPCT[ #TKVJOGVKE .QIKE %KTEWKVU %QORWVGT
#TEJKVGEVWTG .CPIWCIGU 1RGTCVKPI 5[UVGOU 2TQITCOOKPI
Microcomputers. Computer Generations and Classification.
#PCNQI CPF &KIKVCN %QOOWPKECVKQPU %QORWVGT 0GVYQTMU
Computer Graphics. Multimedia Data Acquisition and
2TQEGUUKPI 'OGTIKPI %QORWVKPI 'PXKTQPOGPVU
4GHGTGPEGU)NQUUCT[+PFGZ
Latest Print 2011 / 452 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4011-4 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 37 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Fuzzy Sets and Fuzzy Logic Graph Theory

Introduction to Graph Theory


Fuzzy Sets and
Fuzzy Logic
G. SURESH SINGH, 4GCFGT
&GRCTVOGPVQH/CVJGOCVKEU
7PKXGTUKV[QH-GTCNC6TKXCPFTWO

M. GANESH, 2TQHGUUQT /CVJGOCVKEU &GRCTVOGPV $KTNC Graphical representations have given a new dimension to
+PUVKVWVGQH6GEJPQNQI[CPF5EKGPEG
$+65 2KNCPK the problem solving exercise in diverse subjects like
mathematics, bio-sciences, chemical sciences, computer
4GHNGEVKPIVJGVTGOGPFQWUCFXCPEGUVJCVJCXGVCMGPRNCEGKP science and information technology, social sciences and
the study of fuzzy set theory and fuzzy logic, this book not linguistics. This book is devoted to the models of graph
only details the theoretical advances in these areas, but also theory, and the solutions provided by these models to the
considers a broad variety of applications of fuzzy sets and problems encountered in these diverse fields of study.
fuzzy logic. The text offers a comprehensive and coherent introduction
This comprehensive and up-to-date text is organized in to the fundamentals of graph theory, besides giving an
three parts. The concepts pertaining to the “crisp” situation application based approach to the subject. Divided into 13
UWEJ CU 5GV 6JGQT[ .QIKE 5YKVEJKPI (WPEVKQP 6JGQT[ CPF chapters, the book begins with explicating the basics of
$QQNGCP #NIGDTC CTG EQXGTGF KP 2CTV + QH VJG VGZV 2CTV ++ KU graph theory, moving onto the techniques involved while
FGXQVGF VQ (W\\[ 5GV 6JGQT[ (W\\[ 4GNCVKQPU CPF (W\\[ drawing the graphs.
Logic. The applications of fuzzy set theory and fuzzy logic The subsequent chapters dwell onto the problems solved by
to Control Theory and Decision Making are designated VJG 4COUG[ VCDNG CPF 2GTHGEV ITCRJU 6JG CNIGDTCKE ITCRJU
2CTV+++QHVJGVGZV and their concepts are also explained with great precision.
The concluding chapters discuss research oriented
Designed as a textbook for the undergraduate and
methodologies carried out in the field of graph theory. The
postgraduate students of Science and Engineering, the book
research works include the work done by the author himself
will also be immensely useful to practicing engineers and
UWEJ CU QP 7PKQP )TCRJU CPF 6TKCPIWNCT )TCEGHWN )TCRJU
computer scientists.
and their ramifications.
KEY FEATURES 2TKOCTKN[KPVGPFGFCUCVGZVDQQMHQTVJGWPFGTITCFWCVGCPF
Ŗ 'XGT[ EQPEGRV JCU DGGP KNNWUVTCVGF YKVJ YQTMGF QWV postgraduate students of mathematics and computer
examples. science, this book will be equally useful for the under-
Ŗ (W\\[ EQPEGRVU JCXG DGGP KPVTQFWEGF CU IGPGTCNK\CVKQPU graduate students of engineering. Apart from that, the book
and extensions of crisp concepts. can be used as a reference by the researchers and
Ŗ 'CEJEJCRVGTEQPENWFGUYKVJ2TQDNGO5GVCPF4GHGTGPEGU mathematicians.

CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU *QY VQ 7UG KEY FEATURES


6JKU $QQM 2CTV + %NCUUKECN 6JGQTKGUō%TKUR 5GV 6JGQT[ Ŗ +PEQTRQTCVGU PWOGTQWU ITCRJKECN TGRTGUGPVCVKQPU KP VJG
2TQRQUKVKQPCN .QIKE 2TGFKECVG .QIKE 5YKVEJKPI (WPEVKQPU form of well-labelled diagrams
CPF 5YKVEJKPI %KTEWKVU $QQNGCP #NIGDTC 2CTV ++ (W\\[ Ŗ 2TGUGPVU C DCNCPEGF CRRTQCEJ YKVJ VJG JGNR QH YQTMGF
6JGQTKGUō(W\\[ 5GV 6JGQT[ (W\\[ 4GNCVKQPU (W\\[ .QIKE out examples, algorithms, definitions and remarks
2CTV +++ #RRNKECVKQPUō(W\\[ /GVJQFU KP %QPVTQN 6JGQT[ Ŗ %QORTKUGU EJCRVGTGPF GZGTEKUGU VQ LWFIG UVWFGPVUŏ
(W\\[/GVJQFUKP&GEKUKQP/CMKPI+PFGZ comprehension of the subject

Latest Print 2012 / 256 pp. / 17.8 × 23.5 cm CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
)TCRJ 6JGQT[ #P 1XGTXKGY 6TGG )TCRJU %QPPGEVKXKV[
ISBN-978-81-203-2861-7 / C 195.00
'WNGTKCP CPF *COKNVQPKCP )TCRJU /CVEJKPIU CPF
(CEVQTK\CVKQPU )TCRJ %QNQWTKPIU CPF 'PWOGTCVKQP 2NCPCT
)TCRJU 0GVYQTM (NQYU 4COUG[ 2TQDNGO CPF 2GTHGEV
Graphs. Algebraic Specifications of Graphs. Intervals and
Median Graphs. Graph Labellings. Domination in Graphs.
Index.
Latest Print 2010 / 288 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4105-0 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 38
COMPUTER SCIENCE AND ENGINEERING
Graph Theory Graphics

Graph Theory with Computer Graphics


Applications to
Engineering and
CHENNAKESAVA R. ALAVALA,
Computer Science 2TQHGUUQTKPVJG&GRCTVOGPVQH
/GEJCPKECN 'PIKPGGTKPI,CYCJCTNCN
0GJTW6GEJPQNQIKECN7PKXGTUKV[

,067 *[FGTCDCF

NARSINGH DEO, %JCTNGU '/KNNKECP2TQHGUUQT&GRCTVOGPV This textbook presents the basic principles for the use and
QH%QORWVGT5EKGPEG7PKXGTUKV[QH%GPVTCN(NQTKFC design of computer graphics systems, as well as illustrates
algorithm implementations and graphics applications.
Because of its inherent simplicity, graph theory has a wide
The book begins with an introduction to the subject and
range of applications in engineering and in physical
goes on to discuss various graphic techniques with the help
sciences. It also has uses in social sciences, in linguistics and
of several examples and neatly drawn figures. It elaborates
in numerous other areas. In fact, a graph can be used to
on methods for modelling and performing geometric
represent almost any physical situation, involving discrete
transformations and methods for obtaining views in both
QDLGEVU CPF VJG TGNCVKQPUJKR COQPI VJGO 0QY YKVJ VJG
two and three dimensions. With a programming-oriented
solutions to engineering and other problems becoming fairly
approach, the book also describes all the processes used in
complex leading to larger graphs, it is virtually becoming
computer graphics along with easy-to-read algorithms,
difficult to analyze problems without the use of computers.
which will enable students to develop their own software
This book provides a rigorous yet informal treatment of skills.
graph theory with an increased emphasis on computational
KEY FEATURES
aspects of graph theory and graph-theoretic algorithms.
0WOGTQWU CRRNKECVKQPU VQ CEVWCN GPIKPGGTKPI RTQDNGOU CTG Ŗ 2TQXKFGU PGEGUUCT[ OCVJGOCVKEU CPF HWPFCOGPVCNU QH
incorporated with software design and optimization topics. C programming used for computer graphics.
Ŗ &GOQPUVTCVGU VJG KORNGOGPVCVKQP QH ITCRJKEU CNIQTKVJOU
CONTENTS: 2TGHCEG +PVTQFWEVKQP 2CVJU CPF %KTEWKVU
using programming examples developed in C.
6TGGUCPF(WPFCOGPVCN%KTEWKVU%WV5GVUCPF%WV8GTVKEGU
2NCPCT CPF &WCN )TCRJU 8GEVQT 5RCEGU QH C )TCRJ /CVTKZ Ŗ )KXGU C NCTIG PWODGT QH YQTMGFQWV GZCORNGU VQ JGNR
4GRTGUGPVCVKQP QH )TCRJU %QNQTKPI %QXGTKPI CPF students understand finer details of theory.
2CTVKVKQPKPI &KTGEVGF )TCRJU 'PWOGTCVKQP QH )TCRJU Ŗ 2TGUGPVU EJCRVGTGPFGZGTEKUGU KPENWFKPI OWNVKRNG EJQKEG
)TCRJ 6JGQTGVKE #NIQTKVJOU CPF %QORWVGT 2TQITCOU questions, fill in the blanks, and true/false type questions
)TCRJUKP5YKVEJKPICPF%QFKPI6JGQT['NGEVTKECN0GVYQTM with answers to quiz students on key learning points.
Analysis by Graph Theory. Graph Theory in Operations This book is primarily designed for the students of computer
4GUGCTEJ5WTXG[QHQVJGT#RRNKECVKQPU#RRGPFKZ#$KPGV science and engineering, information technology, as well as
%CWEJ[ 6JGQTGO #RRGPFKZ $ 0WNNKV[ QH C /CVTKZ CPF students of MSc (computer science), BCA and MCA. It will
Sylvester’s Law. Index. be also useful to undergraduate students of mechanical,
Latest Print 2011 / 496 pp. / 15.3 × 22.9 cm production, automobile, electronics and electrical and other
ISBN-978-81-203-0145-0 / C 225.00 engineering disciplines.
CONTENTS: 2TGHCEG +PVTQFWEVKQP )TCRJKEU *CTFYCTG
%QORWVGT )TCRJKEU 2TKOKVKXGU 2QN[IQP (KNNKPI #NIQTKVJOU
Two-dimensional Geometric Transformations. Two-
FKOGPUKQPCN 8KGYKPI %WTXG 4GRTGUGPVCVKQP 5WTHCEG
4GRTGUGPVCVKQP 5QNKF 4GRTGUGPVCVKQP 6JTGGFKOGPUKQPCN
6TCPUHQTOCVKQPU 6JTGGFKOGPUKQPCN 8KGYKPI *KFFGP
5WTHCEG.KPG 4GOQXCN /GVJQFU +NNWOKPCVKQP /QFGNU CPF
4GPFGTKPI /GVJQFU %QORWVGT #PKOCVKQP #RRGPFKZ #
'UUGPVKCN/CVJGOCVKEUHQT%QORWVGT)TCRJKEU#RRGPFKZ$
% 2TQITCOOKPI HQT %QORWVGT )TCRJKEU $KDNKQITCRJ[
Answers. Index.
Latest Print 2010 / 352 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3876-0 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 39 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Graphics

Computer Graphics Computer Graphics:


Algorithms and
APURVA A. DESAI
Implementations
2TQHGUUQTCPF*GCF&GRCTVOGPVQH
%QORWVGT5EKGPEG8GGT0CTOCF ZLWK &'±520
5QWVJ)WLCTCV7PKXGTUKV[5WTCV
D.P. MUKHERJEE, 2TQHGUUQT
+PFKCP 5VCVKUVKECN+PUVKVWVG
-QNMCVC
DEBASISH JANA, 2TKPEKRCN
%QPUWNVCPVYKVJVJG+6&GRVQH
This text not only covers all topics required for a 5KORNGZ +PHTCUVTWEVWTGU.KOKVGF-QNMCVC
fundamental course in computer graphics but also
emphasizes a programming-oriented approach to computer Intended as a textbook on graphics at undergraduate and
graphics. The book helps the students in understanding the postgraduate level, the primary objective of the book is to
basic principles for design of graphics and in developing seamlessly integrate the theory of Computer Graphics with
skills in both two- and three-dimensional computer graphics its implementation. The theory and implementation aspects
systems. are designed concisely to suit a semester-long course.
Students of BE/B Tech level of Computer Science,
Written in an accessible style, the presentation of the text is
Information Technology and related disciplines will not only
methodical, systematic and gently paced, covering a range
learn the basic theoretical concepts on Graphics, but also
of essential and conceivable aspects of computer graphics,
learn the modifications necessary in order to implement
which will give students a solid background to generate
VJGOKPVJGFKUETGVGURCEGQHVJGEQORWVGTUETGGP2TCEVKUKPI
applications for their future work.
engineers will find this book helpful as the C program
The book, divided into 11 chapters, begins with a general implementations available in this book could be used as
introduction to the subject and ends with explaining some of kernel to build a graphics system. This book is also suitable
the exciting graphics techniques such as animation, for the students of M.Sc. (Computer Science) and Computer
morphing, digital image processing, fractals and ray tracing. Applications (BCA/MCA). To suit the present day need, the
Along the way, all the concepts up to two-dimensional C implementations are done for Windows operating system
graphics are explained through programs developed in C. exposing students to important concepts of message-driven
This book is intended to be a course text for the B.Tech/ RTQITCOOKPI (QT YKFGT CEEGRVCDKNKV[ &GX % 
CP QRGP
M.Tech students of Computer Science and Engineering, the source integrated windows program development environ-
B.Tech students of Information Technology and the M.Sc. ment) versions of the implementations of graphics programs
students pursuing courses in Computer Science, Information CTGCNUQKPENWFGFKPVJGEQORCPKQP%&41/
Science and Information Technology, as well as the students This book introduces the students to Windows
of BCA and MCA courses. programming and explains the building blocks for the
KEY FEATURES implementation of computer graphics algorithms. It
advances on to elaborate the two-dimensional geometric
Ŗ (WPFCOGPVCNUCTGFKUEWUUGFKPFGVCKNVQJGNRVJGUVWFGPVU
transformations and the design and implementation of the
understand all the needed theory and the principles of
algorithms of line drawing, circle drawing, drawing curves,
computer graphics.
filling and clipping. In addition, this well-written text
Ŗ 'ZVGPUKXG WUG QH HKIWTGU VQ EQPXG[ GXGP VJG UKORNGUV describes three-dimensional graphics and hidden surface
concepts. TGOQXCN CNIQTKVJOU CPF VJGKT KORNGOGPVCVKQPU (KPCNN[ VJG
Ŗ %JCRVGTGPF GZGTEKUGU KPENWFG EQPEGRVWCN SWGUVKQPU CPF book discusses illumination and shading along with the
programming problems. 2JQPIKNNWOKPCVKQPOQFGN
CONTENTS (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 9KPFQYU
1XGTXKGYQH%QORWVGT)TCRJKEU/CVJGOCVKECN(QWPFCVKQP 2TQITCOOKPI 6YQFKOGPUKQPCN )GQOGVTKE 6TCPUHQTO
HQT %QORWVGT )TCRJKEU )TCRJKEU 2TKOKVKXGU 2QN[IQPU ations. Line Drawing Algorithms. Circle Drawing. Drawing
Geometric Transformations. Viewing in Two Dimensions. %WTXGU (KNNKPI #NIQTKVJOU %NKRRKPI #NIQTKVJOU 6JTGG
)TCRJKEU KP 6JTGG &KOGPUKQPU *KFFGP 5WTHCEGU %QNQWTU FKOGPUKQPCN )TCRJKEU *KFFGP 5WTHCEG 4GOQXCN
and Shading. Graphics Standards. Introduction to Advanced +NNWOKPCVKQP CPF 5JCFKPI 5WIIGUVGF .KUV QH 4GHGTGPEGU
Graphics Techniques. Index. Index
Latest Print 2012 / 364 pp. / 16.0 × 24.1 cm Latest Print 2010 / 640 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3524-0 / C 375.00 ISBN-978-81-203-4089-3 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 40
COMPUTER SCIENCE AND ENGINEERING
Graphics

Computer Graphics, Fundamentals of


Multimedia and Computer Graphics
Animation, 2nd ed. and Multimedia
ZLWK &'±520
MALAY K. PAKHIRA,
#UUQEKCVG2TQHGUUQTKPVJG&GRCTVOGPV
QH%QORWVGT5EKGPEGCPF'PIKPGGTKPI
-CN[CPK)QXGTPOGPV'PIKPGGTKPI
%QNNGIG -CN[CPK 9GUV $GPICN
This book, now in its second edition, will help students D.P. MUKHERJEE, 2TQHGUUQT +PFKCP 5VCVKUVKECN +PUVKVWVG
build sound concepts which underlie the three distinct but -QNMCVC
related topics of Computer Graphics, Multimedia and
Animation. These topics are of utmost importance because Intended as a textbook for students of computer science and
of their enormous applications in the fields of graphical management, this study strives to bring the concept of
user interfaces, multimedia and animation software multimedia and computer graphics into a single volume.
development. The book covers most of the scan conversion algorithms and
The treatment of the text is methodical and systematic, and other necessary ingredients for realistic rendering, such as
it covers the basic principles for the use, design and techniques of image clipping, illumination and shading. It
implementation of computer graphics systems with a perfect lays down the fundamental principles of computer graphics
balance in the presentation of theoretical and practical and provides the methodologies and algorithms, which act
aspects. The second edition introduces the basics of fractal as building blocks of advanced animation and rendering
geometry and includes a companion CD containing a techniques. The emphasis is clearly on explaining the
number of C programs to demonstrate the implementation techniques and the mathematical basis.
of different algorithms of computer graphics.
The book also gives an introductory level description on
5QOGQHVJGQWVUVCPFKPIHGCVWTGUQHVJGDQQMCTG  graphics and audio and video hardware, which is sufficient
Ŗ Algorithmic Presentation: Almost all the processes, for understanding some of the intricacies in these fields.
generally used in computer graphics, are described along Since graphics are best learnt with the help of computer
with easy-to-read algorithms. These help students master implementation of the graphics algorithm, the pseudo-codes
basic concepts and develop their own software skills. and problems at the ends of chapters will encourage readers
Ŗ Clear Illustrations: Descriptions of different devices and to implement some of the interesting applications of
processes are illustrated with more than 250 neatly drawn graphics.
figures.
Ŗ Solved Problems: 0WOGTQWU UQNXGF RTQDNGOU CPF KEY FEATURES
chapter-end exercises help students grasp finer details of Ŗ &GCNU YKVJ VJG HWPFCOGPVCNU QH EQORWVGT ITCRJKEU CPF
theory. multimedia in a concise but reasonable manner.
Ŗ Advanced Topics: Chapter 6 includes schematics and Ŗ &GXQVGUCUGRCTCVGEJCRVGTVQCPKOCVKQPVGEJPKSWGUCPFC
algorithms to develop a display file based graphical section on virtual reality.
system. Chapter 16 includes organizations of different
types of commonly used graphic and image files. Ŗ 2TQXKFGU C HGGN QH VJG HTQPVKGTU QH EQORWVGT ITCRJKEU CPF
multimedia for advanced reading.
This text is primarily designed to meet the curriculum needs
of courses in Computer Graphics and Multimedia for Ŗ 5GTXGU CU EQPEKUG VGZV HQT &1'#%% # NGXGN EQORWVGT
students pursuing studies in Computer Science and graphics course.
Engineering, Information Technology and Computer CONTENTS: 2TGHCEG #RRNKECVKQPU )TCRJKE &GXKEGU
Applications. Drawing Geometry. Conics and Curves. Graphic
CONTENTS:2TGHCEG+PVTQFWEVKQP)TCRJKECN+PRWV1WVRWV Operations. 3D Graphics. Illumination and Shading.
Devices. Scan Conversion. Scan Conversion of Solids. 2-D Tweening and Morphing. Graphic Standards. Multimedia.
)GQOGVTKECN 6TCPUHQTOCVKQPU &KURNC[ (KNGU CPF 5GIOGPVU #RRGPFKZ5WIIGUVGF(WTVJGT4GCFKPI+PFGZ
& )GQOGVTKECN 6TCPUHQTOCVKQPU 2TQLGEVKQP & 8KGYKPI
Latest Print 2010 / 192 pp. / 16.0 × 24.1 cm
and Clipping. 3-D Viewing and Clipping. Curve Design.
*KFFGP 5WTHCEG 'NKOKPCVKQP .KIJV 5JCFGU CPF %QNQWTU ISBN-978-81-203-1446-7 / C 150.00
/WNVKOGFKC $CUKEU 8KTVWCN 4GCNKV[ )TCRJKE +OCIG (KNG
(QTOCVU#PKOCVKQPCPF(NCUJ1XGTXKGY$KDNKQITCRJ[+PFGZ
Latest print 2012 / 420 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4127-2 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 41 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Information Security

Cryptography and Cyber Laws and IT


Information Protection
Security HARISH CHANDER,HQTOGTN[
2TQHGUUQTKP%JCTIG.CY%GPVTG++
(CEWNV[QH.CY7PKXGTUKV[QH&GNJK
India has emerged as a hub of the
IT industry due to the phenomenal
ITQYVJ QH VJG +6 UGEVQT *QYGXGT
this huge growth rate has brought
with it the inevitable legal
complications due to a switch over
V.K. PACHGHARE, #UUKUVCPV 2TQHGUUQT&GRCTVOGPVQH from paper-based commercial transactions to e-commerce
%QORWVGT'PIKPGGTKPICPF+PHQTOCVKQP6GEJPQNQI[)QXGTPOGPV and e-transactions. This book discusses the legal position of
%QNNGIGQH'PIKPGGTKPI2WPG Information Technology (IT), e-commerce and business
transaction on the cyberspace/Internet under the
This well-organized text presents the principles, techniques, Information Technology (IT) Act in India.
design, and implementation of cryptography and infor- Divided into five parts, the text deals with the role of the
mation security algorithms, with a perfect balance in the Internet, e-commerce and e-governance in the free market
presentation of theoretical and practical aspects. To provide economy. It elaborates on various laws relating to electronic
records and intellectual property rights with special reference
the mathematical background required to understand the to India. It describes various rules and regulations which
principles of cryptography and information security, the text have been introduced to get rid of cyber crimes. It also
GZRNCKPUCNNVJGTGNGXCPVVJGQTGOUUWEJCU(GTOCVŏUVJGQTGO discusses various offences committed under the IT Act,
and Euler’s theorem. The book gives a clear analysis of penalties imposed on the offenders, and compensations
various encryption methods and cipher techniques. In awarded to the victims. The text also acquaints the students
addition, various security measures, for example, firewalls with the miscellaneous provisions of the IT Act.
and virtual private network, and web security, are also This book is designed as text for postgraduate students of
discussed. Law (LLM) and undergraduate and postgraduate students
of Information Technology [B.Tech./M.Tech. (IT)] and for
KEY FEATURES Master of Computer Applications (MCA) wherever it is
Ŗ %QXGTUVJGNCVGUVVQRKEQHEQORWVGTHQTGPUKEUCPFVJGCTGCU offered as a course. Besides, it will prove handy for scholars
and researchers working in the field of IT and Internet.
in which they can be applied.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 6CDNG QH %CUGU
Ŗ )KXGUCNIQTKVJOUYKVJPWOGTKECNGZRNCPCVKQPU #DDTGXKCVKQPU
%KVCVKQP QH %CUGU  2CTV + +PVGTPGV
Ŗ 2TQXKFGUCNCTIGPWODGTQHUQNXGFRTQDNGOU 'EQOOGTEGCPF'IQXGTPCPEGYKVJ4GHGTGPEGVQ(TGG/CTMGV
'EQPQO[ō7PFGTUVCPFKPI %QORWVGTU +PVGTPGV CPF %[DGT
The book is intended for the undergraduate and .CYU%QPEGRVWCN(TCOGYQTMQH'EQOOGTEG'IQXGTPCPEG
postgraduate students of computer science and engineering 6JG 4QNG QH 'NGEVTQPKE 5KIPCVWTGU KP 'EQOOGTEG YKVJ
(B.Tech./M.Tech.), undergraduate and postgraduate 4GHGTGPEG VQ (TGG /CTMGV 'EQPQO[ KP +PFKC 2CTV ++ .CY
students of computer science (B.Sc./M.Sc. Computer 4GNCVKPI VQ 'NGEVTQPKE 4GEQTFU CPF +PVGNNGEVWCN 2TQRGTV[
Science), and information technology (B.Sc./M.Sc. IT) and 4KIJVUKP+PFKCō.GICN#URGEVUQH'NGEVTQPKE4GEQTFU&KIKVCN
5KIPCVWTGU 6JG 4WNGU CPF 4GIWNCVKQPU QH %GTVKH[KPI
the students of Master of Computer Applications (MCA). #WVJQTKVKGUKP+PFKC2TQVGEVKQPQH+PVGNNGEVWCN2TQRGTV[4KIJVU
CONTENTS: 2TGHCEG +PVTQFWEVKQP &CVC 'PET[RVKQP KP%[DGTURCEGKP+PFKC2CTV++++PVGTPCVKQPCN'HHQTVU4GNCVKPI
Techniques. Data Encryption Standards. Advanced to Cyberspace Laws and Cyber Crimes—International Efforts
4GNCVGF VQ %[DGTURCEG .CYU %QWPEKN QH 'WTQRG
%1'
'PET[RVKQP 5VCPFCTFU 5[OOGVTKE %KRJGTU 0WODGT %QPXGPVKQP QP %[DGT %TKOGU 2CTV +8 2GPCNVKGU %QORGP
6JGQT[ 2WDNKE -G[ %T[RVQU[UVGOU -G[ /CPCIGOGPV sation and Offences under the Cyberspace and Internet in
Authentication. Digital Signatures. Electronic Mail Security. +PFKCō2GPCNVKGU %QORGPUCVKQP CPF #FLWFKECVKQP QH
+2 5GEWTKV[ 9GD 5GEWTKV[ +PVTWUKQP /CNKEKQWU 5QHVYCTG 8KQNCVKQPUQH2TQXKUKQPUQH+6#EVCPF,WFKEKCN4GXKGY5QOG
(KTGYCNN%QORWVGT(QTGPUKEU$KDNKQITCRJ[+PFGZ Important Offences under the Cyberspace Law and the
Internet in India. Other Offences under the Information
Latest Print 2013 / 384 pp. / 17.8 × 23.5 cm 6GEJPQNQI[#EVKP+PFKC2CTV8/KUEGNNCPGQWU2TQXKUKQPUQH
ISBN-978-81-203-3521-9 / C 295.00 +6#EVCPF%QPENWUKQPUō6JG4QNGQH'NGEVTQPKE'XKFGPEGCPF
VJG /KUEGNNCPGQWU 2TQXKUKQPU QH VJG +6 #EV #RRGPFKEGUō+
+PHQTOCVKQP 6GEJPQNQI[ #EV CU #OGPFGF WR VQ  ++ 6JG
+PHQTOCVKQP 6GEJPQNQI[
%GTVKH[KPI #WVJQTKVKGU  4WNGU 
+++ /KPKUVGTKCN 1TFGT QP $NQEMKPI QH 9GDUKVGU +8 6JG
+PHQTOCVKQP 6GEJPQNQI[
7UG QH 'NGEVTQPKE 4GEQTFU CPF
&KIKVCN5KIPCVWTGU 4WNGU$KDNKQITCRJ[+PFGZ
Latest Print 2012 / 284 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4570-6 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 42
COMPUTER SCIENCE AND ENGINEERING
Information Security Information Technology

Information Information
Security: Technology:
Theory and Best Practices and
Practice Applications in
Business
DHIREN R. PATEL,2TQHGUUQT
QH%QORWVGT'PIKPGGTKPICV T.A. ADIKESAVAN, /CPCIGOGPV
0CVKQPCN+PUVKVWVGQH6GEJPQNQI[ %QPUWNVCPVCPFC8KUKVKPI(CEWNV[
5WTCV
+PFKC  7PKXGTUKV[QH/CFTCU%JGPPCK
This book offers a comprehensive introduction to the Today, Information Technology (IT) offers hundreds of
fundamental aspects of Information Security (including solutions/applications for any type of business. Therefore, it
9GD 0GVYQTMGF 9QTNF 5[UVGOU #RRNKECVKQPU CPF is necessary to have a good knowledge of all such
Communication Channels). Security is also an essential part applications. This book describes all possible IT applications
of e-business strategy (including protecting critical in business today to enable the readers to understand the
infrastructures that depend on information systems) and scope and benefits of individual applications and their
hence information security in the enterprise (Government, relevance to business.
Industry, Academia, and Society) and over networks has The book discusses all business processes and modern
become the primary concern. The book provides the readers management functions and shows how IT solutions get
with a thorough understanding of how infor-mation can be mapped onto them. It explains the potential of IT and how
protected throughout computer networks. technology leverages the business and makes it more
competitive. The book also emphasizes that the success of IT
The concepts related to the main objectives of computer and applications depends on people, top management,
information security systems, namely confidentiality, data functional managers, operational users and software
integrity, authentication (entity and data origin), access engineers. Besides, it discusses the attributes of ideal IT
control, and non-repudiation have been elucidated, applications in business and how to achieve them, and
providing a sound foundation in the principles of system control to be incorporated in IT applications in
cryptography and network security. The book provides a ensuring their integrity, reliability, accuracy and security.
detailed treatment of design principles of classical and The book explains best IT practices in business with real
modern cryptosystems through an elaborate study of examples, case studies, tables and diagrams.
cryptographic techniques, algorithms, and protocols. It The book is meant for the postgraduate students of
EQXGTUCNNCTGCUQHUGEWTKV[ōWUKPI5[OOGVTKEMG[CPF2WDNKE management. Besides, professionals working in the field will
key cryptography, hash functions, authentication also find the book immensely useful.
techniques, biometric techniques, and steganography. CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PHQTOCVKQP
Besides, techniques such as Secure Socket Layer (SSL), 6GEJPQNQI[
+6  .GXGTCIKPI /QFGTP $WUKPGUU CPF
(KTGYCNNU +25GE HQT 9GD UGEWTKV[ CPF PGVYQTM UGEWTKV[ CTG Management. Decision Making in Business (Data,
addressed as well to complete the security framework of the +PHQTOCVKQP -PQYNGFIG CPF 9KUFQO  %QPUVKVWGPVU QH +6
+PVGTPGV (KPCNN[ VJG CWVJQT FGOQPUVTCVGU JQY CP QPNKPG #RRNKECVKQPU KP $WUKPGUU +PHQTOCVKQP 6GEJPQNQI[ 6CEVKECN
voting system can be built, showcasing information security #RRNKECVKQPU KP $WUKPGUU +PHQTOCVKQP 6GEJPQNQI[ 5VTCVGIKE
techniques, for societal benefits. IT Applications in Business. Information Technology
#RRNKECVKQPU KP /CPCIGOGPV (WPEVKQPU 2TCEVKECN #RRTQCEJ
+PHQTOCVKQP 5GEWTKV[6JGQT[CPF2TCEVKEG is intended as a HQT /CPCIGTU KP +FGPVKH[KPI 4KIJV +6 #RRNKECVKQPU &GUKIP
textbook for a one-semester course in Information Security/ and Implementation of Integrated Business Application
0GVYQTM 5GEWTKV[ CPF %T[RVQITCRJ[ HQT $'$6GEJ 5QHVYCTG 2CEMCIG
+$#52  HQT $WUKPGUU 5QHVYCTG
students of Computer Science and Engineering and Development Life Cycle Activities—SDLC (Waterfall
Information Technology. Method). IT Applications’ Integrity, Audit and Control and
CONTENTS: 2TGHCEG 1XGTXKGY QH +PHQTOCVKQP 5GEWTKV[ Attributes of Ideal IT Applications in Business. Security of IT
and Cryptography. Classical Encryption Methods. 4GUQWTEGU +PENWFKPI $WUKPGUU &CVC CPF +PHQTOCVKQP
%QORWVGTU 5VTWEVWTG 0GVYQTMU CPF #TEJKVGEVWTGU
%QPHKFGPVKCNKV[ 5[OOGVTKE -G[ %T[RVQITCRJ[ +PHQTOCVKQP
%QORWVGT 5QHVYCTG %CUG 6QQNU CPF )QQF 2TQITCOOKPI
*KFKPI 5VGICPQITCRJ[ %QPHKFGPVKCNKV[ 2WDNKE -G[ 2TCEVKEGU&CVCCPF&CVCDCUG/CPCIGOGPV5[UVGOU5[UVGO
%T[RVQITCRJ[ &CVC +PVGITKV[ %T[RVQITCRJKE *CUJ Theory and Information Systems. Information Technology
(WPEVKQPU #WVJGPVKECVKQP #WVJGPVKECVKQP+FGPVKHKECVKQP 5GTXKEGU &KXKUKQP
+65&  (WPEVKQPU CPF 4GURQPUKDKNKVKGU +6
$KQOGVTKEU8KTWUCPF/CNYCTG9GDCPF0GVYQTM5GEWTKV[ #RRNKECVKQPU KP 5GNGEV 5GTXKEG +PFWUVTKGU
$CPMU *QURKVCNU
55. CPF +25GE '8QVKPI 1PNKPG
+PVGTPGVDCUGF  'NGEVTQPKE CPF *QVGNU  CPF 'IQXGTPCPEG +PHQTOCVKQP 6GEJPQNQI[
8QVKPI5[UVGOU)NQUUCT[4GHGTGPEGU+PFGZ )GPWKPG%QPEGTPUHQT*WOCPKV[+PFGZ
Latest Print 2010 / 312 pp. / 17.8 × 23.5 cm Latest Print 2012 / 360 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3351-2 / C 295.00 ISBN-978-81-203-4583-6 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 43 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Information Technology

Information Introduction to
Technology: Information
Principles and Technology, 2nd ed.
Applications

AJOY KUMAR RAY, 2TQHGUUQTCV


&GRCTVOGPVQH'NGEVTQPKEUCPF
'NGEVTKECN %QOOWPKECVKQP
'PIKPGGTKPI++6-JCTCIRWT

TINKU ACHARYA, 5GPKQT'ZGEWVKXG8KEG2TGUKFGPVCPF%JKGH V. RAJARAMAN, *QPQTCT[ 2TQHGUUQTKPVJG5WRGTEQORWVGT


5EKGPEG1HHKEGTQH#XKUGTG+PE6WEUQP#TK\QPC75#*GKUCNUQ 'FWECVKQP CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVGQH5EKGPEG
CP#FLWPEV2TQHGUUQTKPVJG&GRCTVOGPVQH'NGEVTKECN'PIKPGGTKPI $CPICNQTG
#TK\QPC5VCVG7PKXGTUKV[75#
This textbook is designed for a first course in Information
This comprehensive yet accessible text provides a good Technology (IT), offered as core course for all undergraduate
introduction to the fundamental concepts of Information university students. It will also benefit students preparing
Technology and skillfully elaborates on their applications, for DOEACC (O level), polytechnic students, and
covering in the process the entire spectrum of IT related professional courses such as CA. As IT is a rapidly
topics. advancing technology, the main objective of this book is to
emphasize reasonably stable fundamental concepts on
Organized into three parts, the book offers an insightful which this technology is built.
analysis of the subject, explaining the concepts through
suitable illustrations. It is intended for undergraduate The book is broadly organized into three parts. The first part
and postgraduate students of information technology, describes the hardware devices used for acquisition of
computer science as well as electronics and electrical numerical, graphical, audio and video data and their
representation in binary form. The second part describes the
communication engineering. It should also serve as an
methods of storing, processing and disseminating data. The
excellent reference for professionals in the IT field.
final part describes both the systems and application
CONTENTS: (QTGYQTF  (QTGYQTF  2TGHCEG software. Applications include word processors, spread-
#EMPQYNGFIGOGPVU%QPVTKDWVQTU2CTV+%QTG%QPEGRVUCPF sheets, multimedia processing, some uses of the Internet,
+UUWGUō+PVTQFWEVKQP &CVCDCUG /CPCIGOGPV 5[UVGOU 4QNG business processes and e-commerce. The concluding chapter
of Telecommunication in Information Technology. Basics of presents a discussion of social networks, social impacts of
VJG +PVGTPGV 1XGTXKGY QH 2TGUGPV &C[ 0GVYQTMKPI Information Technology and career opportunities in the field
6GEJPQNQIKGU 2TKPEKRNGU QH 8KUWCN +PHQTOCVKQP #PCN[UKU of IT.
Information Technology for Multimedia Communication. KEY FEATURES
2CTV ++ &GXGNQROGPV QH +PHQTOCVKQP 5[UVGOUō)TCRJ
Ŗ 2TQXKFGU EQORTGJGPUKXG EQXGTCIG QH +6 HTQO HKTUV
6JGQTGVKE 5VTWEVWTG QH VJG 9QTNF 9KFG 9GD 2TKPEKRNGU QH principles
Image Compression. Text Compression. Content-based Ŗ &GUETKDGUCNCTIGPWODGTQHKORQTVCPVCRRNKECVKQPUQH+6
/WNVKOGFKC #PCN[UKU CPF 4GVTKGXCN 5RGGEJ CPF #WFKQ Ŗ 'ZRNCKPU CESWKUKVKQP UVQTCIG QTICPK\CVKQP RTQEGUUKPI
%QORTGUUKQP #NN1RVKECN 0GVYQTMKPI CPF 'XQNWVKQP QH display, and dissemination of multimedia data
0GVYQTM +PHTCUVTWEVWTG (TQO 'NGEVTKECN VQ 1RVKECN Ŗ %QXGTU DWUKPGUU FCVC RTQEGUUKPI VJG +PVGTPGV CPF 9QTNF
Computer Security Threats and Countermeasures. Image Wide Web, e-commerce, social impacts of IT and job
&CVCDCUGU 2TKPEKRNGU CPF #RRNKECVKQPU QH 5QHV %QORWVKPI opportunities in IT enabled services
#P +PVTQFWEVKQP VQ %NWUVGTKPI 6GEJPKSWGU 2CTV +++ Ŗ 'XGT[ EJCRVGT DGIKPU YKVJ C UVCVGOGPV QH NGCTPKPI IQCNU
+ORQTVCPV #RRNKECVKQP #TGCU QH +6ō$KQKPHQTOCVKEU +UUWGU and ends with a comprehensive summary.
CPF %JCNNGPIGU +PHQTOCVKQP 6GEJPQNQI[ KP *GCNVJECTG CPF
CONTENTS: 2TGHCEG &CVC CPF +PHQTOCVKQP #ESWKUKVKQP QH
6GNGOGFKEKPG #P 1XGTXKGY QH 4GOQVG 5GPUKPI CPF )+5
0WODGTU CPF 6GZVWCN &CVC #ESWKTKPI )TCRJKECN &CVC
6GEJPKSWGU 'EQOOGTEG # 5QWTEG QH %QORGVKVKXG
Acquiring Audio Data. Acquisition of Video. Data Storage.
Advantage in Global Market. An Investigation into the
%GPVTCN 2TQEGUUKPI 7PKV %QORWVGT 0GVYQTMU 1WVRWV
Emerging ‘Cybermediary’ Concept. Industrial Information &GXKEGU%QORWVGT5QHVYCTG&CVC1TICPK\CVKQP2TQEGUUKPI
6GEJPQNQI[ %QNQWT +OCIG 2TQEGUUKPI CPF #PCN[UKU 0WOGTKECN &CVC 2TQEGUUKPI CPF &KURNC[KPI 6GZVWCN &CVC
Information Technology in Mining and Electrical Load 2TQEGUUKPI /WNVKOGFKC &CVC 5QOG +PVGTPGV #RRNKECVKQPU
(QTGECUVKPI+PHQTOCVKQP2TQEGUUKPIHTQO&QEWOGPV+OCIGU Business Information Systems. Electronic Commerce.
+PHQTOCVKQP 6GEJPQNQI[ HQT 4WTCN &GXGNQROGPV 5QEKGVCN +ORCEVU QH +PHQTOCVKQP 6GEJPQNQI[ 4GHGTGPEGU
#RRGPFKZō2TQLGEVUHQT+6%QWTUGU+PFGZ Index.
Latest Print 2011 / 628 pp. / 17.8 × 23.5 cm Latest Print 2013 / 384 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2184-7 / C 550.00 ISBN-978-81-203-4731-1 / C 295.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 44
COMPUTER SCIENCE AND ENGINEERING
Information Technology

TCP/IP
Illustrated

N.P. GOPALAN, 2TQHGUUQT &GRCTVOGPVQH%QORWVGT Information Technology, as well as for students of computer
#RRNKECVKQPU 0CVKQPCN+PUVKVWVGQH6GEJPQNQI[6KTWEJKTCRRCNNK applications (BCA and MCA). It can also be a valuable
6COKN 0CFW reference for ME/MTech students of Computer Science and
B. SIVA SELVAN 4GUGCTEJ5EJQNCT&GRCTVOGPVQH%QORWVGT Engineering and Information Technology, specializing in
5EKGPEG CPF'PIKPGGTKPI0CVKQPCN+PUVKVWVGQH6GEJPQNQI[ computer networks and network programming.
6KTWEJKTCRRCNNK 6COKN0CFW CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP
0GVYQTM 6GEJPQNQIKGU 4GXKUKVGF +PVGTPGV #TEJKVGEVWTG CPF
6JG 6%2+2 VGEJPQNQI[ JCU GXQNXGF QXGT VJG [GCTU CPF %QPEGRVU #FFTGUU 4GUQNWVKQP 2TQVQEQNU 4GXGTUG #FFTGUU
undergone substantial improvements to meet the demands 4GUQNWVKQP 2TQVQEQN
4#42  %QPPGEVKQPNGUU &CVCITCO
of modern high-speed network technologies. These de- &CVCITCO 4QWVKPI +PVGTPGV %QPVTQN /GUUCIG 2TQVQEQN
mands involve the handling of increased traffic, providing
+%/2  5WDPGV CPF %NCUUNGUU #FFTGUUKPI 2TKPEKRNGU
better and efficient services, and implementing foolproof 2TQVQEQN 1TICPK\CVKQP 7UGT &CVCITCO 2TQVQEQN
7&2 
security measures for authentic and safe communication. 6TCPUOKUUKQP %QPVTQN 2TQVQEQNō4GNKCDNG 5GTXKEGU 4QWVKPI
Offering clear explanations of underlying issues, this book #NIQTKVJOU 'ZVGTKQT )CVGYC[ 2TQVQEQNU HQT 4QWVKPI
provides an accessible introduction the basic principles of #WVQPQOQWU 5[UVGOU 4QWVKPI /WNVKECUVKPI 1XGT VJG
VJG +PVGTPGV CPF KVU CEEQORCP[KPI 6%2+2 RTQVQEQN UWKV +V +PVGTPGV 6%2+2 QXGT #6/ 0GVYQTMU /QDKNG +2 2TKXCVG
FKUEWUUGUCYKFGTCPIGQHVQRKEUKPENWFKPI 0GVYQTM %QPPGEVKQPUō820 CPF 0#6 %NKGPV 5GTXGT
Interaction. Socket Interface. Automatic Configuration and
Ŗ 2TKPEKRNGU CPF CRRNKECVKQPU QH 6%2+2 CPF QVJGT $QQV 5VTCRRKPI &QOCKP 0COG 5[UVGO
&05  6GNPGV CPF
TGNGXCPV RTQVQEQNU Ŗ %QQTFKPCVKQP QH OWNVKRNG KPVGT 4GOQVG .QIKP #RRNKECVKQPU (KNG 6TCPUHGT 2TQVQEQN
(62 
EQPPGEVGF RJ[UKECN PGVYQTMU CPF RTQVQEQNU Ŗ 4QWVKPI CPF Electronic Mail (E-mail). World Wide Web (WWW) and
its specific components—Internet addressing, protocol *662 8QKEG CPF 8KFGQ 1XGT +2
81+2  +PVGTPGV 5GEWTKV[
NC[GTKPI CPF KORNGOGPVCVKQP Ŗ %NKGPVUGTXGT OQFGN QH +2Xō6JG (WVWTG QH 6%2+2 .KUV QH 0GVYQTMKPI 6GTOU
EQOOWPKECVKQPŖ+PVGTPGVUGEWTKV[ōKUUWGUCPFEQPEGRVU Bibliography. Index.
This textbook is designed for students of BE/BTech Latest Print 2008 / 308 pp. / 17.8 × 23.5 cm
pursuing courses in Computer Science and Engineering, ISBN-978-81-203-3283-6 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 45 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Internet Technology

Developing Web
Applications Using
ASP.NET and Oracle,
2nd ed.
ZLWK &'520

PRANAB KUMAR DAS GUPTA, 5GPKQT5EKGPVKUVKP&GHGPEG Science, Computer Applications and Information
4GUGCTEJ CPF &GXGNQROGPV 1TICPK\CVKQP
&4&1  2TGUGPVN[ JG Technology. Besides, it would also be useful to IT
KU #FFKVKQPCN&KTGEVQTCV2TQQHCPF'ZRGTKOGPVCN'UVCDNKUJOGPV professionals to enhance their technical skills.
%JCPFKRWT $CNCUQTG1FKUJC
KEY FEATURES
RAMPROSAD MONDAL KU C/KETQUQHV%GTVKHKGF6GEJPQNQI[
5RGEKCNKUV
/%65 URGEKCNK\GFKP#520'6*GKUCEQTRQTCVG Ŗ /QTGVJCPYQTMGFQWVGZCORNGUCPFCUUKIPOGPVU
VTCKPGT KP/KETQUQHV6GEJPQNQIKGU Ŗ #TQWPFQDLGEVKXGCPFUWDLGEVKXGV[RGSWGUVKQPU
Ŗ 6YQTGCNYQTNFECUGUVWFKGUYKVJUQNWVKQPU
This thoroughly revised and updated Second Edition
provides an in-depth information that readers need to fully Ŗ 2TQLGEV FGXGNQROGPV YQTM HQNNQYKPI VJG EQORNGVG 5&.%
GZRNQKVVJGHWPEVKQPCNKV[QH/KETQUQHVŏU#520'6HTCOGYQTM process model.
and Oracle’s Database Server to build dynamic and Ŗ 6JTGG CRRGPFKEGU PCOGN[ +PVGITCVKPI /KETQUQHV 4GRQTVU
interactive web applications that can handle a large number KP #520'6 +PUVCNNCVKQP QH 8KUWCN 5VWFKQ  CPF
of simultaneous users. #PUYGTUVQ%JCRVGTGPF2TCEVKEG3WGUVKQPU

The book provides readers with information pertaining to NEW TO THE SECOND EDITION
#520'6  CTEJKVGEVWTG KVU KPUVCNNCVKQP YGD EQPVTQNU Ŗ 2TQXKFGU KPHQTOCVKQP HQT FGUKIPKPI CPF FGXGNQRKPI VJG
OCUVGT RCIGU VJGOGU UVCVG OCPCIGOGPV #,#: CPF web applications using Visual Studio.
FGRNQ[OGPV QH YGD CRRNKECVKQPU +V KPENWFGU VJG *[RGTVGZV Ŗ +PENWFGU VYQ PGY EJCRVGTUōQPG QP /CUVGT 2CIGU
/CTMWR .CPIWCIG
*6/.  CPF VJG %CUECFKPI 5V[NG 5JGGV 6JGOGUCPF5VCVG/CPCIGOGPVCPFVJGQVJGTQP#,#:KP
(CSS), which are used for designing the web pages. In order #520'6CPF9GD&GRNQ[OGPVQH#RRNKECVKQP
to facilitate an easy learning of intricate concepts involved in Ŗ +PENWFGUVJGPGYHGCVWTGUQH#520'6
the development of data-driven dynamic web applications, Ŗ )KXGUCFFKVKQPCNSWGUVKQPUKPGCEJEJCRVGT
the book provides a detailed treatment on the Oracle Ŗ +PENWFGU C %&41/ YJKEJ EQPVCKPU RTQITCOU
VGUVGF
5VTWEVWTGF 3WGT[ .CPIWCIG
53.  CPF 1TCENG 2.53. +V YKVJ #520'6  CPF EQORCVKDNG YKVJ 1TCENG I
also introduces the distributed architecture and discusses corresponding to all the examples, assignments, case
JQY #520'6 HTCOGYQTM 1TCENG FCVCDCUG CPF +PVGTPGV studies and the project included in the book. The
Information Services (IIS) can be used to develop and installation processes of programs are described in the
deploy the solutions for distributed environment. relevant chapters of the book.
#HVGT IQKPIVJTQWIJVJKUDQQMVJGUVWFGPVURTQHGUUKQPCNU CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP VQ
YKNNDGCDNGVQ #520'6 CPF &KUVTKDWVGF #TEJKVGEVWTG *[RGTVGZV /CTMWR
Ŗ Develop data-driven web applications using Oracle as .CPIWCIG5VTWEVWTGF3WGT[.CPIWCIG5RGEKHKEVQ#520'6
back-end. 1TCENG 2.53. 5RGEKHKE VQ #520'6 9GD %QPVTQNU
Ŗ 2TGUGPVFCVCVJTQWIJFCVCDQWPFEQPVTQNU Validation, Menu, Cookies and Login Controls. Data
Ŗ Manage consistent look and fill using master pages and %QPVTQNU /CUVGT 2CIGU 6JGOGU CPF 5VCVG /CPCIGOGPV
themes. #,#: KP #520'6 CPF 9GD &GRNQ[OGPV QH #RRNKECVKQP
Ŗ Develop stateful e-commerce applications. %CUG 5VWFKGU 2TQLGEV 5[UVGO 4GSWKTGOGPV 5RGEKHKECVKQP
Ŗ &GXGNQRTKEJKPVGTCEVKXGYGDCRRNKECVKQPUWUKPI#,#: 2TQLGEV&GUKIPKPICPF%QFKPI#RRGPFKEGUō#+PVGITCVKPI
Ŗ 'ODGF /KETQUQHV 4GRQTVU VQ RTQFWEG F[PCOKE RTKPVCDNG /KETQUQHV 4GRQTVU KP #520'6 $ +PUVCNNCVKQP QH 8KUWCN
output. 5VWFKQ%#PUYGTUVQ%JCRVGTGPF2TCEVKEG3WGUVKQPU
Ŗ Debug, deploy and secure web applications. Index.
The book is intended to serve as a guide for the Latest Print 2013 / 464 pp. / 17.8 × 23.5 cm
undergraduate and postgraduate students of Computer ISBN-978-81-203-4732-8 / C 525.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 46
COMPUTER SCIENCE AND ENGINEERING
Internet Technology

Essentials of Internetworking
E-Commerce Technologies: An
Technology Engineering
Perspective
V. RAJARAMAN, *QPQTCT[
2TQHGUUQTKPVJG5WRGTEQORWVGT RAHUL BANERJEE KUYKVJVJG
'FWECVKQPCPF4GUGCTEJ%GPVTG %QORWVGT5EKGPEGCPF+PHQTOCVKQP
+PFKCP+PUVKVWVGQH5EKGPEG 5[UVGOU)TQWRCV$+652KNCPK
$CPICNQTG

This book is designed to acquaint the readers with major Designed as an advanced text on internetworking
aspects of e-commerce with particular emphasis on technologies for senior undergraduate/graduate students of
technology such as cryptography, e-payment and mobile computer science, this unique book provides an introduction
payment security.
to the key concepts related to front line areas of internet-
The book presents a layered architecture of e-commerce work-specific research and development. The text would
systems with six layers. The physical layer (the bottommost
also be highly useful to professionals, who wish to keep
layer) described first, provides the basic communication
infrastructure needed by e-commerce. The next layer abreast of various state-of-the-art technologies in their fields
described is the logical layer consisting of Local Area of research.
0GVYQTMU VJG +PVGTPGV +PVTCPGV GVE YJKEJ RTQXKFG
connectivity. The layer above is the network services layer SALIENT FEATURES
which provides e-mail and World Wide Web applications. Ŗ 1HHGTU C UKORNG [GV ENGCT XKGY QH KORNKECVKQPU QH FGUKIP
Above this is a very important messaging layer of time choices on the evolution of internetwork protocols,
e-commerce which provides facilities for exchanging design and architectures.
messages securely using the communication infrastructure.
*GTG XCTKQWU OGVJQFU QH GPET[RVKQP RWDNKE MG[ Ŗ #NNQYUCWPKHKGFVTGCVOGPVQHEQORNGZUWDLGEVUD[OGCPU
infrastructure and digital signature are discussed. It is also of identification of common threads.
explained as to how the messaging layer is used to exchange Ŗ &GUKIP GZGTEKUGU CV VJG GPF QH TGNGXCPV EJCRVGTU GZVGPF
UVTWEVWTGFGNGEVTQPKEFQEWOGPVUWUKPI:/.6JGPGZVNC[GT the coverage of the text by addressing real-world design
called middleman services layer, describes the design of issues and developing a fuller view of the domain.
home page of an organization and elaborates various
payment services such as credit card, e-cash, smart card, etc. Ŗ (QEWUUGU QP VJG +2X CPF FGUKIP CPF KORNGOGPVCVKQP
The topmost layer is on applications, namely, B2C, B2B and issues specific to the next-generation internetworking
C2C e-commerce which are defined and described at the WUKPI+2XCUVJGKTDCUGVGEJPQNQI[
beginning of the book. Ŗ 2TQRQUGF UQNWVKQPU VQ VJG +2X SWCNKV[QHUGTXKEG
As use of mobile phones and mobile network is rapidly specification problems, discussed in the appendices,
increasing, a whole chapter is devoted to explain provide an insight into several approaches of
m-commerce. Of special interest are detailed discussions of contemporary significance.
9KTGNGUU #RRNKECVKQP 2TQVQEQN UGEWTKV[ KUUWGU CPF RC[OGPV
methods. A complete chapter is also devoted to new 5WRRQTVKPI YGDUKVG
JVVRYYYDKVURKNCPKCEKP`TCJWN
developments in multimedia information goods such as maintained by the author provides several supporting tools
GDQQMU/2EQORTGUUGFCWFKQCPFFKIKVCNSWCNKV[XKFGQ# for the readers.
unique feature of these goods is the method of delivery
which also uses the mobile Internet infrastructure. The CONTENTS: 2TGHCEG 2CTV + (WPFCOGPVCNU QH +PVGTPGV
legal framework of e-commerce is also provided—the working, Multimedia, Compression and Intelligent Agent
Information Technology Act 2000 (and the amended act of Technology—Introductory Concepts in Internetworking.
2008) is explained.
Multimedia Internetworking Technology. Data Compression
This book with its numerous student-friendly features is an Technology. Intelligent Agent Technology in Internet-
ideal text for undergraduate and postgraduate students
of Computer Science and Information Technology (BSc YQTMKPI 2CTV ++ +PVGTPGVYQTMKPI 5[UVGO #TEJKVGEVWTGUō
and MSc), Computer Applications (BCA and MCA), and for 6JG 6%2+2X +PVGTPGVYQTMKPI #TEJKVGEVWTG +PVGT
undergraduate engineering students of Computer Science PGVYQTMKPI 4QWVKPI #TEJKVGEVWTGU +PVGTPGVYQTM
and Engineering and Information Technology. Management Architectures. Internet Security Architectures.
CONTENTS: 2TGHCEG 9JCV KU 'NGEVTQPKE %QOOGTEG! 2CTV +++ +PVGTPGVYQTMKPI #RRNKECVKQP #TEJKVGEVWTGUō
+PHTCUVTWEVWTG HQT '%QOOGTEG %QOOWPKECVKQP 0GVYQTMU Internetwork-based Video-on-Demand Architectures.
HQT '%QOOGTEG 0GVYQTM 5GTXKEGU 5GEWTG /GUUCIKPI Internetwork-based Digital Library Architectures. Internet-
2C[OGPV 5[UVGOU KP '%QOOGTEG 5VTWEVWTGF 'NGEVTQPKE EQOOGTEG #TEJKVGEVWTGU +PVGTPGV 2TQITCOOKPI
Documents. M-Commerce. E-Commerce of Multimedia.
.GICN (TCOGYQTM QH '%QOOGTEG 4GHGTGPEGU #PUYGTU VQ Appendices. Bibliography. Index.
1DLGEVKXG3WGUVKQPU+PFGZ Latest Print 2011 / 264 pp. / 16.0 × 24.1 cm
Latest Print 2011 / 260 pp. / 17.8 × 23.5 cm ISBN-978-81-203-2185-4 / C 175.00
ISBN-978-81-203-3937-8 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 47 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
IT Management Knowledge Management

IT Services Business Knowledge


Management: Management
Concepts, Processes
and Practices H.C. MRUTHYUNJAYA,
%QPUWNVCPV
%QTRQTCVG5[UVGOU
SANJIVA SHANKAR DUBEY UGTXKPI XCTKQWUQTICPK\CVKQPU
KUCPGZRGTVQP+6UVTCVGI[CPF 'NGEVGFCUC.KHG/GODGTQH
+PPQXCVKQP*GJCUURGPVQXGT +PFKCP#ECFGO[QH9QQF5EKGPEG
[GCTUKP+6YJKNGYQTMKPIYKVJ+$/
CPF6CVC5VGGN
In IT Services, the businesses are managed with a customer- (QT GPUWTKPI UWUVCKPCDNG UWEEGUU KP C EQORGVKVKXG INQDCN
centric approach. This book, through various concepts, market scenario, business enterprises are seeking for their
processes and stages, explores the need and framework of IT own latent knowledge treasures. This book explicitly
Services business, and how they are managed to deliver explains how stringent strategies and practices emphasized
services par excellence. under knowledge management can help streamline
The book comprehensively explains how ITSE (IT Services organization and its resources.
Enterprises) strategies are analyzed and formulated with the Divided into ten chapters the book elaborates on the
help of three-dimensional cube—customer-centricity, niche concepts, theories and principles governing knowledge
vs. end-to-end offering and disruptive innovation vs. management. Beginning with history and evolution of
gradual innovation. The book further teaches that a good knowledge, and its growth and impact on the society, it
marketing must start with an integrative vision of the ITS further explains the role of knowledge management towards
Enterprise, and reveals how a customer plays a dominant %QTRQTCVG 5QEKCN 4GURQPUKDKNKV[
%54  6JG EJCRVGTU QP
role in co-creating IT Services. It also details on the various /CPCIKPI %QORGVKVKXGPGUU and /CPCIKPI -PQYNGFIG(QTEG
stages of sales cycle called Sales funnel, and how the sales discuss how innovative business strategies can help to
team manages the sales opportunity’s progress. achieve new landmarks, and how the employees of an
organization can turn into a knowledge force and achieve
The concluding chapters discuss the aspects needed for the
success by churning out profit.
survival and growth of the ITSE firms; the factors that
RTQRGN ITQYVJō&GOCPF 3WCNKV[ QH VJG DWUKPGUU The concluding chapters highlight two important aspects
environment and Supply response of an enterprise. It also of knowledge management, certainty management and
shows how the future of the IT Services depend on the uncertainty control. The chapters discuss how an organi-
combination of—Business environment, Information and zation can flourish by predicting and controlling the
Communication Technology (ICT) trends, IT Services uncertainties and managing the obvious situations.
business model trends and IT governance trends. The highlight of this book is the inclusion of well-analyzed
The book is well-supported with the diagrams and live cases. All the cases demonstrate how seemingly
KNNWUVTCVKQPU VQ GZRNCKP VJG EQPEGRVU ENGCTN[ 6JG 4GXKGY impossible tasks can be successfully handled with an
3WGUVKQPU CTG CNUQ KPEQTRQTCVGF VQ CPCN[\G VJG UVWFGPVUŏ efficient handling of knowledge management principles and
learning skills. practices.
2TKOCTKN[ KPVGPFGF HQT VJG UVWFGPVU QH OCPCIGOGPV VJKU
The book is intended for the postgraduate students of
book can also prove beneficial to the practising managers.
business administration, MCA and MSc (IT). Besides, the
book will also be beneficial for the IT Services executives KEY FEATURES
and managers. Ŗ 2TGUGPVU C INQDCN RKEVWTG QH MPQYNGFIG OCPCIGOGPV KP
CONTENTS: 2TGHCEG +6 5GTXKEGU +PFWUVT[ .CPFUECRG +6 practice in live shop-floors
5GTXKEGU 2QTVHQNKQ +6 5GTXKEGU $WUKPGUU 2TQEGUUGU /QFGNU Ŗ +PEQTRQTCVGU CTQWPF  ENCUUKHKGF CWFKV RTQDG SWGUVKQPU
CPF (WPEVKQPU 5VTCVGIKE (QWPFCVKQP HQT +6 5GTXKEGU embracing various areas of knowledge management
Business. Marketing of IT Services.Business Development of Ŗ +NNWUVTCVGU VJG EQPEGRVU RTKPEKRNGU CPF RTCEVKEGU QH
IT Services. IT Services Selling. Delivery Management of IT knowledge management with well-labelled figures, tables
5GTXKEGU +6 5GTXKEGU 3WCNKV[ #UUWTCPEG +6 5GTXKEGU and boxes
'PVGTRTKUG /GCUWTGOGPV CPF &TKXKPI RGTHQTOCPEG CONTENTS: 2TGHCEG -PQYNGFIG /CPCIGOGPV 5[UVGOU
%TGCVKPIC9KPKPI+65GTXKEGU6GCO/CPCIKPI-PQYNGFIG -PQYNGFIG2TQHKNG-PQYNGFIG/CPCIGOGPVCPF%QTRQTCVG
Innovation and Creating a Learning Organization. Managing 5QEKCN 4GURQPUKDKNKV[ &GUKIPKPI -PQYNGFIG /CPCIGOGPV
+65GTXKEGU'PVGTRTKUG)TQYVJ(WVWTG6TGPFUKP+65GTXKEGU 5[UVGOU #WFKVKPI -PQYNGFIG /CPCIGOGPV 5[UVGOU
Index. Managing Competitiveness. Managing Success. Managing
Latest Print 2012 / 280 pp. / 17.8 × 23.5 cm -PQYNGFIG (QTEG %GTVCKPV[ /CPCIGOGPV 7PEGTVCKPV[
ISBN-978-81-203-4531-7 / C 250.00 Control. Index.
Latest Print 2011 / 740 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4178-4 / C 495.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 48
COMPUTER SCIENCE AND ENGINEERING
Lab Manual Machine Learning

Analog Computation Machine Learning


and Simulation with SVM and
Other Kernel
Methods
ZLWK &'520

V. RAJARAMAN, *QPQTCT[ 2TQHGUUQT5WRGTEQORWVGT K.P. SOMAN, *GCF %GPVTG HQT'ZEGNNGPEGKP%QORWVCVKQPCN


'FWECVKQP CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVGQH5EKGPEG 'PIKPGGTKPI CPF0GVYQTMKPI#OTKVC8KUJYC8KF[CRGGVJCO
$CPICNQTG %QKODCVQTG
R. LOGANATHAN, 4GUGCTEJ #UUQEKCVG %GPVTGHQT'ZEGNNGPEG
This is a book on techniques of using analog computers for KP %QORWVCVKQPCN'PIKPGGTKPICPF0GVYQTMKPI#OTKVC8KUJYC
solving differential equations and for simulating dynamic 8KF[CRGGVJCO %QKODCVQTG
systems. It presents analog computers to those with little V. AJAY, 5GPKQT .GEVWTGT %GPVTG HQT 'ZEGNNGPEG KP
background in electronics. Some knowledge of ordinary %QORWVCVKQPCN 'PIKPGGTKPICPF0GVYQTMKPI#OTKVC8KUJYC
differential equations and basics of physics is the only 8KF[CRGGVJCO %QKODCVQTG
requirement to understand most of the book.
The numerous examples in the text illustrate scaling of Support vector machines (SVMs) represent a breakthrough
analog computers for solving both linear and non-linear in the theory of learning systems. It is a new generation
problems. Systematic methods of checking analog computer learning system based on recent advances in statistical
solutions, and iterative analog computations are also learning theory.
outlined. Designed for the undergraduate students of computer
This book is intended for use in colleges for introductory science and engineering, this book provides a compre-
courses on analog computation. The subject matter of the hensive introduction to the state of the art algorithm and
text is also useful in courses relating to continuous systems techniques in this field. It covers most of the well known
simulation; as an adjunct text for signal systems, control algorithms supplemented with code and data. One Class,
systems, chemical process control, mechanical vibrations Multiclass and hierarchical SVMs are included which will
and dynamics, this book is very beneficial. help the students to solve any pattern classification
problems with ease and that in Excel.
CONTENTS: 2TGHCEG +PVTQFWEVKQP .KPGCT %QORWVKPI
Circuits. Time Scaling. Amplitude Scaling. Combined Time Ŗ 6JG %& CEEQORCP[KPI VJG DQQM KPENWFGU CPKOCVKQPU QP
and Amplitude Scaling. Systematic Checking of Computer UQNXKPI 58/ VTCKPKPI RTQDNGO KP /KETQUQHV ':%'. CPF
5QNWVKQPU 5KOWNCVKQP QH 6TCPUHGT (WPEVKQPU #RRNKECVKQPU by using SVMLight software. In addition, Matlab codes is
QH /WNVKRNKGTU 0QPNKPGCT (WPEVKQP )GPGTCVQTU +VGTCVKXG given for all the formulations of SVM along with the data
Operation of Analog Computers. Digital Simulation of sets mentioned in the exercise section of each chapter.
Analog Computation. Appendix—Laboratory Exercises. CONTENTS: 2TGHCEG /CEJKPG .GCTPKPI YKVJ 5WRRQTV
Index. Vector Machines. Supervised Automatic Learning—
Latest Print 1995 / 200 pp. / 21.6 × 27.8 cm 2TQDCDKNKUVKE (TCOGYQTM 'UUGPVKCN /CVJGOCVKECN
ISBN-81-203-0011-4 / C 85.00 $CEMITQWPF -GTPGN /GVJQFU CPF VJG 'XQNWVKQP QH 58/
5WRRQTV 8GEVQT 4GITGUUKQP 5KORNG 8CTKCPVU QH 58/ō
Mangasarian’s Approaches. Sequential Minimization
Algorithms (SMO). One Class SVM. Multiclass and
*KGTCTEJKECN 5WRRQTV 8GEVQT /CEJKPGU 5VTKPI -GTPGNU
-GTPGN$CUGF/GVJQFUHQT%NWUVGTKPI&CVC&CVC5GVU1VJGT
-GTPGN /GVJQFU -2%# -%%# -2.5 -+%# -GTPGN
/GVJQFU HQT 6GZV %CVGIQTK\CVKQP -GTPGN /GVJQFU HQT
5RGGEJ 4GEQIPKVKQP -GTPGN /GVJQFU KP 0CVWTCN .CPIWCIG
2TQEGUUKPIō#P +PVTQFWEVKQP #RRGPFKZ # 2QRWNCT 58/
6QQNU#RRGPFKZ$$KQUMGVEJQH5EKGPVKUVU+PFGZ
Latest Print 2011 / 496 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3435-9 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 49 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Management Information System

Analysis and Design Self-study Guide to


of Information Analysis and Design
Systems, 3rd ed. of Information
Systems
V. RAJARAMAN, *QPQTCT[ ZLWK &'520
2TQHGUUQT5WRGTEQORWVGT'FWECVKQP
CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVG
QH 5EKGPEG $CPICNQTG

One of the most important uses of computers is (as an aid to V. RAJARAMAN, *QPQTCT[ 2TQHGUUQT 5WRGTEQORWVGT
managers) to provide up-to-date information to efficiently 'FWECVKQP CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVGQH5EKGPEG
run their organizations. Of the total number of computers $CPICNQTG
installed in the world today, over eighty percent are used in
organizations for management information systems. It is Designed to accompany the textbook #PCN[UKU CPF
thus very important for all students of management, &GUKIP QH+PHQTOCVKQP5[UVGOU , 2nd ed., authored by
commerce and computer science to know how to design 2TQH 4CLCTCOCP VJKU 5GNH5VWF[ )WKFG CKOU CV JGNRKPI VJG
computer-based information systems to aid management. teachers for effective teaching of the course and the students
This introductory text gives a lucid, self-contained presenta- KPVJGKTUGNHUVWF[+VJCUVYQRCTVUCVGZVCPFC%&6JGVGZV
tion to students on how to analyse and design information EQORTKUGUVJGHQNNQYKPI
systems for use by managers.
Ŗ 1DLGEVKXGUQHGCEJEJCRVGT
Information Systems Analysis and Design (also known as Ŗ 5WOOCT[QHGCEJEJCRVGT
System Analysis and Design) is a compulsory subject for Ŗ /WNVKRNGEJQKEGSWGUVKQPUCTTCPIGFUGEVKQPYKUG
MCA, BCA, B.Com. and B.E. students of Computer Science Ŗ 'ZGTEKUGUHQTGCEJEJCRVGTYKVJCPUYGTU
and Information Technology. This book covers the syllabus Ŗ -G[VQQDLGEVKXGSWGUVKQPU
of this course and that of the DOEACC (Level A) Ŗ #P KPFGZ EQPUKUVKPI QH MG[YQTFU CRRGCTKPI KP
examination. each chapter
Thoroughly classroom tested and evolved out of twenty
The CD-ROM features
years of teaching Information Systems Design course at IIT
-CPRWT CPF ++5E $CPICNQTG VJKU DQQM RTGUGPVU TGCN +PFKCP Ŗ 2QYGT2QKPV VTCPURCTGPEKGU CTTCPIGF UGEVKQPYKUG HQT
examples. teachers to use in classes. (These transparencies can also
In this third edition every chapter has been updated, besides be used by students to review the contents of the book.)
the addition of a new chapter on Use Case Method to reflect Ŗ /WNVKRNGEJQKEGSWGUVKQPUYJKEJCUVWFGPVECPCPUYGTQP
the rapid changes taking place in designing information NKPG6JG%&41/VGNNUVJGUVWFGPVYJ[JKUJGTEJQKEGKU
systems. wrong when he/she makes a wrong choice.
Ŗ #3WGUVKQP#PUYGTKPIU[UVGOYJKEJCNNQYUCUVWFGPVVQ
This book has been used to prepare learning material for
ask questions at the end of each chapter. Appropriate
VJG EQWTUG 5[UVGOU #PCN[UKU CPF &GUKIP HQT VJG 0CVKQPCN
2TQITCOOG HQT 6GEJPQNQI[ 'PJCPEGF .GCTPKPI QH VJG responses are provided by the system.
/KPKUVT[ QH *WOCP 4GUQWTEG &GXGNQROGPV )QXGTPOGPV QH Ŗ +ORNGOGPVCVKQP QH C ECUG UVWF[ GZRNCKPGF KP VJG DQQM VQ
India. The author has also delivered 40 lectures on this topic KNNWUVTCVG)7+QHKORNGOGPVGFU[UVGO
which may be heard in YouTube. This book also contains Students as well as teachers should find this unique Self-
UWRRNGOGPVCT[ OCVGTKCNU NKMG 226U CPF QDLGEVKXG SWGUVKQPU Study Guide stimulating and useful. Indeed, it breaks fresh
with explanation for each incorrect choice which are paths in an effort to aid the teacher-student community in its
available on www.phindia.com/rajaraman_ADIS quest for learning.
CONTENTS: 2TGHCEG +PHQTOCVKQP CPF /CPCIGOGPV CONTENTS: 2TGHCEG +PHQTOCVKQP CPF /CPCIGOGPV
Examples of Information Systems. Information Systems
Examples of Information Systems. Information Systems
Analysis Overview. Information Gathering. System
Analysis Overview. Information Gathering. System
4GSWKTGOGPVU5RGEKHKECVKQPU(GCUKDKNKV[#PCN[UKU&CVC(NQY
&KCITCOU2TQEGUU5RGEKHKECVKQPU&GEKUKQP6CDNGU7UG%CUG 4GSWKTGOGPVU 5RGEKHKECVKQP (GCUKDKNKV[ #PCN[UKU &CVC
Method. Logical Database Design. Database Management (NQY &KCITCOU 2TQEGUU 5RGEKHKECVKQPU &GEKUKQP 6CDNGU
Systems (DBMS). Object-Oriented System Modelling. Data Logical Database Design. Data Input Methods. Database
Input Methods. Designing Outputs. Control, Audit and Management Systems. Object-Oriented System Modelling.
Security of Information Systems. Electronic Commerce. Designing Outputs. Control, Audit and Security of
5[UVGO&GUKIP'ZCORNG#RRGPFKZ4GHGTGPEGU+PFGZ +PHQTOCVKQP5[UVGOU'NGEVTQPKE%QOOGTEG-G[YQTFU
Latest Print 2011 / 344 pp. / 17.8 × 23.5 cm Latest Print 2006 / 232 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4384-9 / C 250.00 ISBN-81-203-1740-8 / C 175.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 50
COMPUTER SCIENCE AND ENGINEERING
Management Information System

Computer Concepts Decision Support


and Management Systems
Information
Systems, 2nd ed.

DAVENDRANATH G. JHA, 5GPKQT (CEWNV[QH+PHQTOCVKQP V.S. JANAKIRAMAN, 2TQHGUUQT QH%QORWVGT5EKGPEG25)


5[UVGO -,5QOCK[C+PUVKVWVGQH/CPCIGOGPV5VWFKGUCPF %QNNGIGQH#TVU5EKGPEG%QKODCVQTG
4GUGCTEJ /WODCK K. SARUKESI, 2TQHGUUQT QH%QORWVGT5EKGPE G $JCTCVJK[CT
7PKXGTUKV[ %QKODCVQTG
The book, in its second edition, precisely addresses the need
of management students to acquaint with the basic concepts This compact and easy to read book describes in detail the
of computers, information technology and information basic principles of Decision Support Systems (DSS). The
system. book also gives a comprehensive account of the various
The book provides readers with information pertaining to models used in decision making process, the many facets of
database concepts, networking essentials, web concepts and &55 CPF GZRNCKPU JQY VJG[ CTG KORNGOGPVGF (WTVJGT KV
phases of system development life cycle. The business discusses the significance of business reengineering, the role
RTQEGUUGU UWEJ CU 'PVGTRTKUG 4GUQWTEG 2NCPPKPI %WUVQOGT of client-server technology, Internet and Intranet, and
4GNCVKQPUJKR /CPCIGOGPV CPF KP G%QOOGTEG CTG CNUQ analyzes the concepts of Database Management Systems
introduced in the second edition.
&$/5 OQFGNOCPCIGOGPVCPFXCTKQWU)7+U
Thus the book can be regarded as one-stop compact Designed as a textbook for the undergraduate and graduate
teaching-reading resource for getting started with topics students of computer science and management, this book
relevant to development of IT solutions. would also be of great help to the practising professional.
KEY FEATURES CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU %QPEGRVU KP
Ŗ 6JGVGZVKUNGEVWTGDCUGFYJKEJOCMGUVJGVGCEJKPIQHVJG General Management. Information Systems. Decision
subject easier. Support Systems. Database Management Systems. Model
Ŗ %QORTGJGPUKXG EQXGTCIG QH CNN KORQTVCPV VQRKEU HQT Base Management Systems. Dialogue Management
thorough understanding of the subject. 5WDU[UVGO *CTFYCTG CPF 5QHVYCTG 6GEJPQNQIKGU HQT &55
Ŗ %JCRVGTGPF TGXKGY SWGUVKQPU JGNR UVWFGPVU VGUV VJGKT #TVKHKEKCN +PVGNNKIGPEG CPF 'ZRGTV 5[UVGOU +PVGTPGV 6JG
own knowledge of the subject matter. (WVWTG QH %QORWVKPI 'NGEVTQPKE &CVC +PVGTEJCPIG
Ŗ %JCRVGTGPF UWOOCT[ HQT SWKEM TGECRKVWNCVKQP QH %QORWVGT0GVYQTMU#RRGPFKZ#ō1TCENG#%CUG5VWF[KP
concepts before examination or moving to the next 1TCENG$ō+PVGTCEVKXG(KPCPEKCN2NCPPKPI5[UVGO+PFGZ
chapter. Latest Print 2009 / 236 pp. / 16.0 × 24.1 cm
Ŗ 6CDNGU HKIWTGU CPF KNNWUVTCVKQPU GPJCPEG EQPEGRV ISBN-978-81-203-1444-3 / C 150.00
apprehension.
CONTENTS: 2TGHCEG 'NGOGPVU QH %QORWVGT 5[UVGO
*KUVQT[ CPF %NCUUKHKECVKQP QH %QORWVGTU *CTFYCTG CPF
2GTKRJGTCN &GXKEGU %NCUUKH[KPI 5QHVYCTG 1RGTCVKPI 5[UVGO
CPF(KNG1TICPK\CVKQP&GUKIP&CVCDCUG%QPEGRVU0GVYQTM
'UUGPVKCNU 9GD %QPEGRVU 5[UVGO &GXGNQROGPV 2TQEGUU
Information System. IT Applications in Business. Glossary.
$KDNKQITCRJ[/QFGN2CRGT+PFGZ
Latest Print 2013 / 232 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4707-6 / C 195.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 51 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Management Information System

Information Systems: Magnifying


A Concise Study Object-Oriented
Analysis and Design
S.A. KELKAR, (QTOGT#FLWPEV
2TQHGUUQT&GRCTVOGPVQH%QORWVGT
5EKGPEGCPF'PIKPGGTKPICUYGNNCU
CVVJG5JCKNGUJ,/GJVC5EJQQNQH
/CPCIGOGPV++6$QODC[

This comprehensive book serves as a “one-stop overview” ARPITA GOPAL KU&KTGEVQTŌ/%#CV5KPJICF+PUVKVWVGQH


for understanding, developing, and deploying Information $WUKPGUU#FOKPKUVTCVKQPCPF4GUGCTEJ2WPG
Systems. It aims to provide the students with a conceptual NETRA PATIL KU #UUKUVCPV2TQHGUUQT5KPJICF+PUVKVWVGQH
framework to understand Information Systems (IS). The $WUKPGUU#FOKPKUVTCVKQPCPF4GUGCTEJ2WPG
text, written in easy to understand language using bullet
form style to highlight various points, covers topics the way A firm grounding in the theory of object-oriented analysis
they are encountered by a typical IS professional. and design and its practical application is essential for
understanding how to build good software. This book, the
6JG DQQM KU FKXKFGF KPVQ VJTGG WPKVUō7PKV + +PHQTOCVKQP third of the /CIPKH[KPI5GTKGU, attempts to explain the object-
5[UVGOU $CUKEU 7PKV ++ /CPCIKPI YKVJ +PHQTOCVKQP CPF oriented analysis and design of software through case
7PKV +++ /CPCIKPI +PHQTOCVKQP 4GUQWTEGU 5QOG QH VJG studies covering various business domains.
VQRKEU FKUEWUUGF GPNCTIG VJG UEQRG QH VJG DQQM CPF KPENWFG The book describes various software development models
G%QOOGTEG CPF G$WUKPGUU %4/ '42 5%/ #RRNKECVKQP and techniques before introducing the concepts and
5ETCR $QQM 'PVGTRTKUG CPF 5VTCVGI[ 5VTCVGI[ 2NCPPKPI HQT principles of object-oriented analysis and design. It explains
+5 CPF ,WUVKHKECVKQP HQT +5 6JG OCKP DQF[ QH VJG VGZV KU analysis models with the help of business process diagrams,
supplemented with six appendices, which can be read on a use-case diagrams, class diagrams and object diagrams. The
need-to-know basis. book elaborates design models through sequence diagrams,
The book is well suited for the undergraduate students of collaboration diagrams, statechart diagrams and activity
diagrams. It also deals with implementation models with the
Computer Science and Engineering, Information Technology;
JGNR QH EQORQPGPV CPF FGRNQ[OGPV FKCITCOU (QT GCEJ
postgraduate students of Information Technology and
diagram, its purpose, notations and design guidelines are
Computer Science; and students pursuing MCA and MBA. given. In addition, the book explains existing object-oriented
Those teaching a course on IS or conducting equivalent methodologies.
training programme for professionals will also benefit from
VJKU VGZV (KPCNN[ VJG DQQM YQWNF DG WUGHWN HQT VJQUG KEY FEATURES
professionals who wish to grasp the essentials without Ŗ &GXGNQRU C HTCOGYQTM HQT CPCN[UKU QH DWUKPGUU ECUGU
attending a formal instructional course. followed by design of software solutions for them.
Ŗ +PENWFGU UGXGTCN ECUG UVWFKGU VQ FGRKEV VJG CRRNKECVKQP QH
CONTENTS:2TGHCEG#DDTGXKCVKQPU7PKV1PG+PHQTOCVKQP object-oriented analysis and design.
Systems Basics—Managing in the 21st Century. Information,
Ŗ 2TGUGPVU EJCRVGTGPF GZGTEKUGU HQT VJG UVWFGPVUŏ
Systems, and IS. Classification of IS. Applications Scrap
comprehension of the subject matter.
$QQM G%QOOGTEG CPF G$WUKPGUU %4/ '42 CPF 5%/
7PKV 6YQ /CPCIKPI YKVJ +PHQTOCVKQPō'PVGTRTKUG CPF The text is designed for the students of computer
5VTCVGI[ 5VTCVGIKE 2NCPPKPI +5 HQT &GEKUKQP 5WRRQTV applications (BCA/MCA), computer science (B.Sc./M.Sc.),
,WUVKHKECVKQP HQT +6+5 7PKV 6JTGG /CPCIKPI +PHQTOCVKQP and computer science and engineering (BE/B.Tech).
TGUQWTEGUō+PHQTOCVKQP 4GUQWTEGU /CPCIGOGPV 5VTCVGIKE CONTENTS: 2TGHCEG 5[UVGO #PCN[UKU CPF &GUKIP
2NCPPKPIHQT+5(WPEVKQP+PHQTOCVKQP5GEWTKV[CPF+PVGITKV[ 1DLGEV1TKGPVGF #PCN[UKU CPF &GUKIP $WUKPGUU 2TQEGUU
Appendices—A. Information Technology Basics. B. Data &KCITCOCPF7UG%CUG&KCITCO%NCUU&KCITCOCPF1DLGEV
/CPCIGOGPV%5QHVYCTG&GXGNQROGPVKP0WVUJGNN&$TKGH Diagram. Sequence Diagram and Collaboration Diagram.
.QQM CV 5QHVYCTG 2TQLGEV /CPCIGOGPV ' 5QHVYCTG Activity Diagram and State Chart Diagram. Component
4GSWKTGOGPVU 'NKEKVCVKQP ( 0QVG QP /GVTKEU CPF Diagram and Deployment Diagram. CASE S67&+'5 5VWFGPV
/GCUWTGOGPVU5WIIGUVGF4GCFKPI Loan System. On Line Trading of Securities. Credit Card
Management System. Warehouse Management System.
Latest Print 2009 / 952 pp. / 17.8 × 23.5 cm Existing Object-Oriented Methodologies. Index.
ISBN-978-81-203-3651-3 / C 495.00
Latest Print 2010 / 304 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4068-8 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 52
COMPUTER SCIENCE AND ENGINEERING
Management Information System

Management Management
Information Information Systems:
Systems A Concise Study,
2nd ed.

S. SADAGOPAN, &KTGEVQT +PFKCP+PUVKVWVGQH+PHQTOCVKQP S.A. KELKAR, (QTOGT #FLWPEV2TQHGUUQT&GRCTVOGPVQH


6GEJPQNQI[ $CPICNQTG %QORWVGT 5EKGPEGCPF'PIKPGGTKPICUYGNNCUCVVJG5JCKNGUJ,
/GJVC5EJQQNQH/CPCIGOGPV++6$QODC[
This introductory book on Management Information
Systems is designed to serve as a text for students of science, It is widely recognized that the knowledge of information
engineering and management, and working executives at systems is very much essential in today’s business
both junior and senior levels. After discussion of the organizations to survive and prosper. This book, in its
background material which gives an overview of MIS and a second edition, provides students with a conceptual
short introduction to organization systems, there is a framework to understand information systems. The focus of
detailed elaboration on the interplay between the information systems (irrespective of the level of use of
organizational systems and the information systems. The information) is on producing quality information needed to
relationship of MIS to the functional areas of management is facilitate decision making. The objective of this book is to
discussed next with a series of examples. capture the material on information systems and organize it
around a framework that offers a current and relevant
The book concentrates on the core topics of MIS, namely knowledge based on information system by providing just
databases, decision support systems (DSS), provides a quick the adequate amount of material in a concise format.
introduction to applied artificial intelligence (AI) and expert
systems and finally details the techniques of systems 6JG DQQM KU QTICPK\GF KP VJTGG RCTVU
K  Information
analysis and design which enable the actual MIS systems to systems basics, (ii) Managing with information and
be built to meet the information needs of an organization. A (iii) Managing information resources. Though the main
case study is discussed at length to provide the students structure of the second edition remains the same, the
with insight into the actual processes involved. chapters have been updated and revised as per the recent
development in the fields of information technology.
Eminently readable, its clear and authoritative account Besides this, a new chapter is added to explain the concepts
should appeal to all those who simply require a digestable, NKMG GDWUKPGUU %WUVQOGT TGNCVKQPUJKR OCPCIGOGPV
%4/ 
but sound overview of the subject. 'PVGTRTKUG TGUQWTEGU CPF RNCPPKPI
'42  CPF 5WRRN[ EJCKP
CONTENTS: 2TGHCEG 0QVG VQ +PUVTWEVQT +PVTQFWEVKQP management (SCM), comprehensively.
Organizational Systems. Information Systems and Intended for the students of computer applications (BCA
Organizations. Computers and Information Systems. and MCA) and management (BBA and MBA), and the
Communications Technology. Database Technology. undergraduate students of Computer Science engineering,
Decision Support Systems. Expert Systems and Artificial the book is equally useful for the busy professionals who
Intelligence. Systems Analysis and Design. Bibliography. wish to grasp the essentials of management information
Index. systems, without attending a formal instructional course.
Latest Print 2012 / 232 pp. / 16.0 × 24.1 cm CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
ISBN-978-81-203-1180-0 / C 195.00 #DDTGXKCVKQPU 7PKV 1PG +PHQTOCVKQP 5[UVGOU $CUKEUō
Managing in 21st Century. Information, Systems, and IS.
%NCUUKHKECVKQP QH +5 'DWUKPGUU %4/ '42 CPF 5%/ 7PKV
6YQ /CPCIKPI9KVJ+PHQTOCVKQPō5VTCVGIKE2NCPPKPICPF
+5 ,WUVKHKECVKQP HQT +6+5 +5 HQT &GEKUKQP 5WRRQTV 3WCNKV[
CPF 2TKXCE[ +UUWGU 7PKV 6JTGG /CPCIKPI +PHQTOCVKQP
4GUQWTEGUō+PHQTOCVKQP 4GUQWTEGU /CPCIGOGPV 5VTCVGIKE
2NCPPKPI HQT +5 (WPEVKQP 5GEWTKV[ %QPVTQN CPF #WFKV
5WIIGUVGF4GCFKPI
Latest Print 2012 / 316 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3765-7 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 53 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
Management Information System Microprocessors and Microcontrollers

Management 0000 to 8085:


Information Systems Introduction to
in the Knowledge Microprocessors for
Economy Engineers and
Scientists, 2nd ed.

P.T. JOSEPH, S.J., 2TQHGUUQT +PHQTOCVKQP 5[UVGOUCPF P.K. GHOSH, HQTOGT 2TQHGUUQTCVV JG +PFKCP+PUVKVWVGQH
1TICPK\CVKQPCN $GJCXKQWTCVVJG:CXKGT+PUVKVWVGQH/CPCIGOGPV 6GEJPQNQI[-CPRWT
$JWDCPGUYCT
:+/$  P.R. SRIDHAR, 'NGEVTQPKEU 'PIKPGGT+PFKCP+PUVKVWVGQH
SANJAY MOHAPATRA, #UUQEKCVG 2TQHGUUQTKP+PHQTOCVKQP 6GEJPQNQI[-CPRWT
5[UVGOU CVVJG:CXKGT+PUVKVWVGQH/CPCIGOGPV$JWDCPGUYCT

:+/$  The 8085 processor and its peripherals have been used to
explain the basic concepts of microprocessor operation and
This textbook for undergraduate and postgraduate students
of management (BBA/MBA) provides comprehensive system realization. This text can be used by electrical
coverage of business applications of management engineering undergraduates in their first course on
information systems in today’s new era of knowledge-based microprocessors, and by engineering students in several
economy where the value of a firm’s knowledge assets has other disciplines, and also by students of science with some
become a key resource that can be leveraged into long-term preparation in digital electronics.
strategic benefits. The text focuses on the information
systems requirements vis-a-vis management perspectives KEY FEATURES
required in a business environment. The technology Ŗ 6JGRGTKRJGTCNFGXKEGUCTGFKUEWUUGFEQORTGJGPUKXGN[
innovations are covered, with particular emphasis on Data Ŗ 6JG VGZV IKXGU FGUKIP RTKPEKRNGU CNQPI YKVJ EQORNGVG
Management Systems, Decision Support and Expert
circuit and printed circuit board details of a stand-alone
Systems. On the other hand, several business applications
such as e-commerce and mobile applications, made possible microcomputer. This also serves as an outstanding
only because of continuing innovations in the field of illustration of practical realization of microprocessor-
information and communication technology, are thoroughly based systems.
treated in the text. Besides, the book covers crucial issues of Ŗ 6JGVGZVJCUDGGPUWEEGUUHWNN[VGUVGFKPVJGENCUUTQQOCPF
information security, and legal and ethical issues which are also in workshops on microprocessor systems.
as important both from the point of view of technology and
business. Ŗ +P VJG RTGUGPV GFKVKQP C UCORNG UGV QH OQPKVQT TQWVKPGU
The book uses case discussions in each chapter to help has been given, the number of problems has been
students understand MIS practices in organizations. The substantially increased, and HWNN UQNWVKQPU to the extended
cases also enable students to grasp how a systemic approach problem set have been provided.
to every functional aspect of management can lead to CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 6JG
formulating technology-based strategies in line with
corporate goals. Generic Microcomputer. The Architecture of a Micro-
RTQEGUUQT 6JG # %27 6JG # +PUVTWEVKQP 5GV
The knowledge and information provided in this book will Memory and Input/Output Addressing. 8085A Minimum
also be of immense value to business managers and
practitioners for improving decision making processes and 5[UVGO %QPHKIWTCVKQP '241/ CPF 4#/ /GOQTKGU 
achieving competitive advantage. CPF2TQITCOOCDNG-G[DQCTF&KURNC[+PVGTHCEG
2TQITCOOCDNG +PVGTXCN 6KOGT  2TQITCOOCDNG
CONTENTS: 2TGHCEG +PHQTOCVKQP 5[UVGOU KP VJG -PQY
ledge Economy. Information Systems for Strategic Advant- 2GTKRJGTCN +PVGTHCEG  5GTKCN %QOOWPKECVKQP CPF VJG
CIG &CVCDCUG &GUKIP CPF 2TQEGUU /QFGNNKPI &GEKUKQP 75#46  2TQITCOOCDNG &/# %QPVTQNNGT 
5WRRQTV CPF 'ZRGTV 5[UVGOU -PQYNGFIG /CPCIGOGPV HQT 2TQITCOOCDNG +PVGTTWRV %QPVTQNNGT  #RRGPFKEGU #ō
Strategic Advantage. Computer Communication Systems. A Summary of Basic Digital Circuits. B—Some Assembly
Information Systems Supporting e-Commerce Models. .CPIWCIG 2TQITCOU %ō&GUKIP 2TKPEKRNGU CPF (WNN %KTEWKV
+PHQTOCVKQP 5[UVGOU HQT /QDKNG %QOOGTEG -PQYNGFIG Description of the Microcomputer CASE 3.1. D—8085A
/CPCIGOGPV #RRNKECVKQPU KP $WUKPGUU (WPEVKQPU +PUVTWEVKQP 5GV 6CDNGU 2TQDNGOU 5QNWVKQPU VQ VJG 2TQDNGOU
Information System Security. Legal and Ethical Issues.
Index.
Index.
Latest Print 2009 / 560 pp. / 17.8 × 23.5 cm Latest Print 2013 / 328 pp. / 21.6 × 27.8 cm
ISBN-978-81-203-3654-4 / C 350.00 ISBN-978-81-203-0978-4 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 54
COMPUTER SCIENCE AND ENGINEERING
Microprocessors and Microcontrollers

8085 Microprocessor: Embedded Systems


Programming and
Interfacing

N.K. SRINATH, 2TQHGUUQT CPF*GCF&GRCTVOGPVQH+PHQT B. KANTA RAO, 5GPKQT 2TQHGUUQT &GRCTVOGPV QH %QORWVGT
OCVKQP 5EKGPEGCPF'PIKPGGTKPI48%QNNGIGQH'PIKPGGTKPI 5EKGPEG CPF'PIKPGGTKPI)C[CVTK%QNNGIGQH'PIKPGGTKPI
$CPICNQTG 8KUCMJCRCVPCO

This up-to-date and contemporary book is designed as a first Designed as a textbook for the undergraduate students
level undergraduate text on microprocessors for the of electronics and communication engineering, electronics
students of engineering (computer science, electrical, and instrumentation engineering, computer science and
electronics, telecommunication, instrumentation), computer engineering, information communication technology as well
applications and information technology. It gives a clear as for the postgraduate students of computer applications
exposition of the architecture, programming and interfacing (MCA), it lays the foundation for all readers on all possible
and applications of 8085 microprocessor. Besides, it provides applications of embedded processors.
a brief introduction to 8086 and 8088 Intel microprocessors. This text deals with some of the interesting processors
THE BOOK FOCUSSES ON: that will enlighten the need for new instructions and fast
Ŗ OKETQRTQEGUUQTUUVCTVKPIHTQOVQ program implementation. The processors covered are the
Ŗ KPUVTWEVKQP UGV QH  OKETQRTQEGUUQT IKXKPI VJG ENGCT ENCUUKE  HCOKN[ #6OGIC HCOKN[ 2+% HCOKN[ CPF
picture of the operations at the machine level. 6GZCU  HCOKN[ CNQPI YKVJ C IQQF KPVTQFWEVKQP VQ #4/
processors.
Ŗ VJG XCTKQWU UVGRU QH VJG CUUGODN[ NCPIWCIG RTQITCO
development cycle. KEY FEATURES
Ŗ VJG JCTFYCTG CTEJKVGEVWTG QH OKETQEQORWVGT DWKNV YKVJ Ŗ 9GNN FGUKIPGF JCTFYCTGŌUQHVYCTG KPVGITCVGF RTQITCOU
the 8085 microprocessor. and exercises
Ŗ VJG TQNG QH VJG JCTFYCTG KPVGTHCEGU OGOQT[ KPRWV Ŗ 'ZCORNGUHQTGCEJRTQEGUUQTKPUVTWEVKQPUGV
output and interrupt, in relation to overall micro- Ŗ 'ZVGPUKXG FKUEWUUKQP QP ENCUUKE  HCOKN[ KPENWFKPI CNN
computer system operation. recent developments
Ŗ RGTKRJGTCNEJKRUUWEJCUCPFVQ CONTENTS: 2TGHCEG 'ODGFFGF 2TQEGUUQT #TEJKVGEVWTGU
interface with 8085 microprocessor and to program it for An Overview. Intel 8051 Architecture (Classic Version).
different applications. 2TQITCOOKPI %QOOWPKECVKQP +PVGTHCEGU 6KOGTU CPF
CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU %QWPVGTU #PCNQI 5WDU[UVGOU KP 'ODGFFGF 2TQEGUUQTU
Introduction to Microprocessors. 8085 Microprocessor. #FXCPEGF 4GUGCTEJ /KETQRTQEGUUQT
#4/  #TEJKVGEVWTG
Instruction Set [Intel 8085]. (WPFCOGPVCNU QH 2TQITCOOKPI #FXCPEGF 'ODGFFGF 5[UVGOU #6OGIC 2TQEGUUQTU
Semiconductor Memory. Input/Output Interface. /KETQEJKR 2+% 'ODGFFGF 2TQEGUUQT (COKN[ +PVGITCVGF
2TQITCOOCDNG 2GTKRJGTCN +PVGTHCEG # 2TQITCOOCDNG &GXGNQROGPV 'PXKTQPOGPV #UUGODNGT CPF 5KOWNCVKQP
+PVGTPCN 6KOGT  2TQITCOOCDNG +PVGTTWRV %QPVTQNNGT +PVTQFWEVKQPVQ4GCN6KOG5[UVGOU#RRGPFKEGU+PFGZ
# 2TQITCOOCDNG &/# %QPVTQNNGT  5GTKCN &CVC Latest Print 2011 / 560 pp. / 17.8 × 23.5 cm
6TCPUHGT2TQITCOOCDNG-G[DQCTF&KURNC[+PVGTHCEG
  ISBN-978-81-203-4081-7 / C 395.00
 /KETQRTQEGUUQT #TEJKVGEVWTG  2KP%QPHKIWTCVKQP
Appendix. Index.
Latest Print 2012 / 348 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2785-6 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 55 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Microprocessors and Microcontrollers

Embedded System Microcontrollers:


Design, 2nd ed. Principles and
SANTANU CHATTOPADHYAY, Applications
2TQHGUUQTCVVJG&GRCTVOGPVQH
'NGEVTQPKEU CPF'NGEVTKECN
%QOOWPKECVKQP 'PIKPGGTKPI+PFKCP
+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT

Embedded system, as a subject, is an amalgamation of AJIT PAL, 2TQHGUUQTKPVJG&GRCTVOGPVQH%QORWVGT5EKGPEGCPF


different domains, such as digital design, architecture, 'PIKPGGTKPICV+PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT
operating systems, interfaces, and algorithmic optimization
techniques. This book acquaints the students with the This book gives a comprehensive coverage of different
alternatives and intricacies of embedded system design. It is aspects of microcontroller-based system design and
designed as a textbook for the undergraduate students of development in a generalized manner. Basic ideas and
Electronics and Communication Engineering, Electronics fundamental concepts common to all microcontrollers have
and Instrumentation Engineering, Computer Science and
been introduced before giving specific examples using the
Engineering, Information Communication Technology (ICT),
as well as for the postgraduate students of Computer 8051 microcontroller, which is the most popular
Applications (MCA). microcontroller in use today. Coverage of the three
important issues such as hardware, software and hardware-
While in the hardware platform the book explains the role of software integration has been provided in a balanced
microcontrollers and introduces one of the most widely used OCPPGT(QTGCU[WPFGTUVCPFKPIQHVJGUWDLGEVCDQVVQOWR
GODGFFGF RTQEGUUQT #4/ KV CNUQ FGNKDGTCVGU QP QVJGT
approach has been followed.
alternatives, such as digital signal processors, field
programmable devices, and integrated circuits. It provides a The book is designed for the undergraduate students of
very good overview of the interfacing standards covering electrical engineering, computer science and engineering,
45%454575$+T&#$NWGVQQVJCPF%#0 and electronics and communication engineering.
In the software domain, the book introduces the features of KEY FEATURES
real-time operating systems for use in embedded
applications. Various scheduling algorithms have been Ŗ 2TQXKFGU OCP[ RGFCIQIKECN HGCVWTGU UWEJ CU NGCTPKPI
discussed with their merits and demerits. The existing real- objectives, introduction, examples, summary, fill in the
time operating systems have been surveyed. Guided by cost blanks and chapter-end exercises to assist teaching and
and performance requirements, embedded applications are learning.
often implemented partly in hardware and partly in Ŗ 2C[UURGEKCNCVVGPVKQPVQVJGKPVGTHCEKPIQH+1FGXKEGUHQT
software. The book covers the different optimization human interaction, and I/O devices for process control
techniques proposed in the literature to take a judicious and instrumentation, which are important in the context
FGEKUKQPCDQWVVJKURCTVKVKQPKPIQHCRRNKECVKQPVCUMU2QYGT of embedded systems.
aware design of embedded systems has also been dealt with. Ŗ )KXGU EQORTGJGPUKXG KPHQTOCVKQP CDQWV FGXGNQROGPV
In its second edition, the text has been extensively revised aids and trouble-shooting techniques for the develop-
and updated. Almost all the chapters have been modified ment of microcontroller-based systems.
and elaborated including detailed discussion on hardware Ŗ +PENWFGUCPWODGTQHTGCNNKHGCRRNKECVKQPGZCORNGUYKVJ
RNCVHQTOUō#4/ &52 CPF (2)# 6JG EJCRVGT QP complete details of hardware and software
“interfacing standards” has been updated to incorporate the implementation, after fabricating prototype models in the
latest information. laboratory.
The new edition will be thereby immensely useful to the CONTENTS: 2TGHCEG+PVTQFWEVKQP#TEJKVGEVWTGQHVJG+PVGN
students, practitioners and advanced readers.  +PUVTWEVKQP 5GV 8QECDWNCT[ QH VJG /CEJKPG #UUGODN[
CONTENTS: 2TGHCEG +PVTQFWEVKQP #4/ #P #FXCPEGF .CPIWCIG2TQITCOOKPI+PVGTHCEKPI'ZVGTPCN/GOQT[&CVC
/KETQEQPVTQNNGT &KIKVCN 5KIPCN 2TQEGUUQTU (KGNF 6TCPUHGT 6GEJPKSWGU CPF +1 2QTVU +PVGTHCEKPI HQT *WOCP
2TQITCOOCDNG )CVG #TTC[U +PVGTHCEKPI 4GCNVKOG Interaction. Interfacing of Transducers, Sensors and
1RGTCVKPI 5[UVGO 5RGEKHKECVKQP 6GEJPKSWGU *CTFYCTGŌ Actuators. Timer/Counter Operations. Serial Mode of Data
5QHVYCTG %QUKOWNCVKQP *CTFYCTGŌ5QHVYCTG 2CTVKVKQPKPI Transfer. System Development and Development Aids.
(WPEVKQPCN 2CTVKVKQPKPI CPF 1RVKOK\CVKQP .QY 2QYGT Application Examples. Index.
Embedded System Design. Bibliography. Index.
Latest Print 2011 / 400 pp. / 17.8 × 23.5 cm
Latest Print 2013 / 240 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4730-4 / C 225.00 ISBN-978-81-203-4392-4 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 56
COMPUTER SCIENCE AND ENGINEERING
Microprocessors and Microcontrollers

Microprocessor 8085 Microprocessor


and its Interfacing, 8085: Architecture,
2nd ed. Programming, and
SUNIL MATHUR, #UUKUVCPV Interfacing
2TQHGUUQT&GRCTVOGPVQH'NGEVTQPKEU
CPF %QOOWPKECVKQP 'PIKPGGTKPI
/CJCTCLC#ITCUGP+PUVKVWVGQH
6GEJPQNQI[)WTW)QDKPF5KPIJ
+PFTCRTCUVJC7PKXGTUKV[&GNJK

This comprehensive and thoroughly updated text now in its AJAY WADHWA, #UUQEKCVG 2TQHGUUQT &GRCTVOGPV QH 2J[UKEU
second edition continues to provide the complete 5)6$-JCNUC%QNNGIG7PKXGTUKV[QH&GNJK
knowledge about the Intel’s 8085 microprocessors, its
programming and concept of interfacing of memory, Input/ This book is designed as a first-level introduction
output devices and programmable peripheral chips. to Microprocessor 8085, covering its architecture,
1TICPK\GF KP HQWT RCTVU 2CTV +
%JCRVGTU Ō  EQXGTU C programming, and interfacing aspects. Microprocessor 8085
review of the analog and digital signals as well as hardware is the basic processor from which machine language
CPFUQHVYCTGTGNCVGFCURGEVUQHOKETQRTQEGUUQT2CTV++ programming can be learnt. The text offers a compre-
(Chapters 10 and 11) discusses memory and input-output hensive treatment of microprocessor’s hardware and
concepts, analog to digital and digital to analog converters software.
and various memory and IO address decoding techniques.
2CTV +++
%JCRVGTU Ō  GZRNCKPU VJG RTQITCOOCDNG DISTINGUISHING FEATURES
KPVGTHCEKPI EJKRU YKVJ GZVGPUKXG KPVGTHCEKPI GZCORNGU 2CTV Ŗ #NN VJG KPUVTWEVKQPU QH  RTQEGUUQT CTG GZRNCKPGF YKVJ
IV (Chapters 18 and 19) presents a brief discussion on other the help of examples and diagrams.
8-bit microprocessors along with 16 and 32-bit Intel
Ŗ +PUVTWEVKQPU JCXG DGGP ENCUUKHKGF KPVQ ITQWRU CPF VJGKT
2TQEGUUQTU 'CEJ VQRKE JCU DGGP UWRRQTVGF YKVJ PWOGTQWU
mnemonic hex codes have been derived.
examples that will help students apply the concepts to other
microprocessors in the course at advanced level. Ŗ /GOQT[ OCRU QH FKHHGTGPV OGOQT[ UK\GU JCXG DGGP
illustrated with examples.
This book is designed specifically for the undergraduate
students of electronics and communication engineering, Ŗ 6KOKPI FKCITCOU QH XCTKQWU KPUVTWEVKQPU JCXG DGGP
computer science and engineering, and information illustrated with examples.
technology. Ŗ # NCTIG PWODGT QH NCDQTCVQT[VGUVGF RTQITCOOKPI
NEW TO THIS EDITION examples and exercises are provided in each chapter.
Ŗ #V VJG GPF QH GCEJ EJCRVGT PWOGTQWU SWGUVKQPU CPF
Ŗ %JCRVGTU QP ő#TEJKVGEVWTG CPF 1TICPK\CVKQP QH /KETQ
processor” and “Instruction Set of 8085 Microprocessor” problems have been given.
have been revised and modified substantially. Ŗ 2TQDNGOUHTQORTGXKQWU[GCTUŏSWGUVKQPRCRGTUJCXGDGGP
separately given in each chapter.
Ŗ /WNVKRNG EJQKEG SWGUVKQPU JCXG DGGP CFFGF VQ CNN VJG
chapters. Ŗ /QTGVJCPGZCORNGUCPFRTQDNGOUJCXGDGGPEQXGTGF
in the entire text.
CONTENTS:2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP#EMPQY
ledgements. PART—I: 0WODGT 5[UVGO #TEJKVGEVWTG This book is designed for undergraduate courses in B.Sc.
and Organization of Microcomputer. Architecture and
*QPU  2J[UKEU CPF $5E
*QPU  'NGEVTQPKEU +V YKNN CNUQ DG
Organization of Microprocessor. Instruction Set of 8085 useful for the students pursuing B.Tech. degree/diploma in
Microprocessor. Instruction Timing and Operation of 8085 electrical and electronics engineering.
/KETQRTQEGUUQT2TQITCOOKPIQH/KETQRTQEGUUQT5VCEM
CPF 5WDTQWVKPG +PVGTTWRVU QH  5GTKCN CPF 2CTCNNGN &CVC CONTENTS: 2TGHCEG Basic Computer Design.
Transfer. PART—II: IO and Memory Interfacing. Digital– Microprocessor 8085 Architecture. Assembly Language
Analog Conversion. PART—III: 0QP2TQITCOOCDNG 2TQITCOOKPI /GOQT[ /KETQRTQEGUUQTō6KOKPI CPF
CPF 2TQITCOOCDNG 2GTKRJGTCN +PVGTHCEKPI %JKRU  Control. Interfacing. Appendices. Index.
2TQITCOOCDNG 6KOGT &/# %QPVTQNNGT  CPF  Latest Print 2012 / 172 pp. / 16.0 × 24.1 cm
# 2TQITCOOCDNG +PVGTTWRV %QPVTQNNGT
2+%  -G[DQCTF
ISBN-978-81-203-4013-8 / C 150.00
CPF&KURNC[+PVGTHCEKPI7PKXGTUCN5[PEJTQPQWU#U[P
EJTQPQWU 4GEGKXGT 6TCPUOKVVGT
75#46  PART—IV: Other
8-Bit Microprocessors. Advance Microprocessors. Index.
Latest Print 2011 / 704 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4390-0 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 57 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Microprocessors and Microcontrollers

Microprocessor 8086: Microprocessors and


Architecture, Microcontrollers:
Programming and Architecture,
Interfacing Programming and
System Design
8085, 8086,
8051, 8096

SUNIL MATHUR KU #UUKUVCPV2TQHGUUQT&GRCTVOGPVQH KRISHNA KANT, (QTOGTN[5GPKQT&KTGEVQTKPVJG&GRCTVOGPV


'NGEVTQPKEU CPF%QOOWPKECVKQP'PIKPGGTKPI/CJCTCLC#ITCUGP QH +PHQTOCVKQP6GEJPQNQI[/KPKUVT[QH  %QOOWPKECVKQPUCPF
+PUVKVWVG QH6GEJPQNQI[)WTW)QDKPF5KPIJ+PFTCRTCUVJC +PHQTOCVKQP 6GEJPQNQI[
7PKXGTUKV[ &GNJK
2TKOCTKN[ KPVGPFGF HQT VJG WPFGTITCFWCVG UVWFGPVU QH This book provides the students with a solid foundation in
electronics and communication engineering, computer the technology of microprocessors and microcontrollers,
science and engineering, and information technology, this their principles and applications. It comprehensively
book skilfully integrates both the hardware and software presents the material necessary for understanding the
aspects of the 8086 microprocessor. It offers the students an internal architecture as well as system design aspects of
up-to-date account of the state-of-the-art microprocessors Intel’s legendary 8085 and 8086 microprocessors and Intel’s
and therefore can be regarded as an incomparable source of
information on recently developed microprocessor chips. 8051 and 8096 microcontrollers.
The book covers the advanced microprocessor architecture The book throughout maintains an appropriate balance
QHVJG+PVGNOKETQRTQEGUUQTHCOKN[HTQOVQ2GPVKWO between the basic concepts and the skill sets needed
6JG VGZV KU QTICPK\GF KP HQWT RCTVU 2CTV +
%JCRVGTU Ō for system design. Besides, the book lucidly explains
includes a detailed description of the architecture, the hardware architecture, the instruction set and
organization, instruction set, and assembler directives of programming, support chips, peripheral interfacing, and
OKETQRTQEGUUQT  2CTV ++
%JCRVGTU Ō  FKUEWUUGU VJG cites several relevant examples to help the readers develop
math coprocessor, multiprocessing and multiprogramming, a complete understanding of industrial application
the different types of data transfer schemes, and memory
EQPEGRVU 2CTV +++
%JCRVGTU Ō  EQXGTU RTQITCOOCDNG projects. Several system design case studies are included
interfacing chips with the help of extensive interfacing to reinforce the concepts discussed.
GZCORNGU 2CTV +8
%JCRVGTU Ō  FGCNU YKVJ CFXCPEGF With exhaustive coverage provided and practical approach
RTQEGUUQTUōHTQOVQ2GPVKWO emphasized, the book would be indispensable to
This well-organized and student-friendly text should prone undergraduate students of Electrical and Electronics,
to be an invaluable asset to the students as well as the Electronics and Communication, and Electronics and
practising engineers. Instrumentation Engineering. It can be used for a variety
KEY FEATURES of courses in Microprocessors, Microcontrollers, and
Ŗ )KXGU GNCDQTCVG RTQITCOOKPI GZCORNGU VQ FGXGNQR VJG Embedded System Design.
analytical ability of students. CONTENTS: 2TGHCEG Acknowledgements. System Design
Ŗ 2TQXKFGU UQNXGF GZCORNGU EQXGTKPI FKHHGTGPV V[RGU QH 7UKPI/KETQRTQEGUUQT9JCVC/KETQRTQEGUUQT+U+PVGN
typical interfacing problems to develop the practical skills
of students. /KETQRTQEGUUQTō*CTFYCTG #TEJKVGEVWTG +PVGN  /KETQ
Ŗ (WTPKUJGU EJCRVGTGPF GZGTEKUGU VQ TGKPHQTEG VJG WPFGT RTQEGUUQTō+PUVTWEVKQP 5GV CPF 2TQITCOOKPI +PVGN ō
standing of the subject. *CTFYCTG #TEJKVGEVWTG +PVGN  /KETQRTQEGUUQTō
+PUVTWEVKQP 5GV CPF 2TQITCOOKPI /KETQRTQEGUUQTō
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU #TEJKVGEVWTG
and Organization of Microprocessors and Microcomputers. 2GTKRJGTCN +PVGTHCEKPI 5[UVGO &GUKIP 7UKPI +PVGN 
Introduction to 8086. 8086 Based System. Instructions Set of and Intel 8086 Microprocessors—Case Studies. Intel
#UUGODNGT&KTGEVKXGU2TQITCOOKPIQH+PVGTTWRVU  /KETQEQPVTQNNGTō*CTFYCTG #TEJKVGEVWTG +PVGN 
of 8086. Math Coprocessor 8087. Multiprocessing and /KETQEQPVTQNNGTō+PUVTWEVKQP 5GV CPF 2TQITCOOKPI 6JG
/WNVKRTQITCOOKPI5GTKCNCPF2CTCNNGN&CVC6TCPUHGT+1CPF 8051 Microcontroller-Based System Design—Case Studies.
/GOQT[ +PVGTHCEKPI 2TQITCOOCDNG 2GTKRJGTCN +PVGTHCEKPI +PVGN  /KETQEQPVTQNNGTō*CTFYCTG #TEJKVGEVWTG +PVGN
%JKRU2TQITCOOCDNG6KOGT&/#%QPVTQNNGT  /KETQEQPVTQNNGTō+PUVTWEVKQP 5GV CPF 2TQITCOOKPI
CPF  -G[DQCTF CPF &KURNC[ +PVGTHCEKPI  CPF The 8096 Microcontroller-Based System Design—Case
80286 Microprocessors. Intel’s 32-bit Microprocessors.
6QFC[ŏU2TQEGUUQTŏU+PFGZ Studies. Appendices. Index.

Latest Print 2012 / 688 pp. / 17.8 × 23.5 cm Latest Print 2013 / 748 pages / 17.8 × 23.5 cm
ISBN-978-81-203-4087-9 / C 450.00 ISBN-978-81-203-3191-4 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 58
COMPUTER SCIENCE AND ENGINEERING
Microprocessors and Microcontrollers

Microprocessors, Microprocessors: The


PC Hardware and 8086/8088, 80186/
Interfacing 80286, 80386/80486
and the Pentium
Family

N. MATHIVANAN, &KTGEVQT 7PKXGTUKV[5EKGPEG NILESH B. BAHADURE, 4GCFGT KPVJG&GRCTVOGPVQH


+PUVTWOGPVCVKQP%GPVTG/CFWTCK-COTCL7PKXGTUKV[/CFWTCK 'NGEVTQPKEU CPF6GNGEQOOWPKECVKQP'PIKPGGTKPICVVJG$JKNCK
+PUVKVWVGQH6GEJPQNQI[&WTI
/KETQRTQEGUUQT KU VJG OQUV HWPFCOGPVCN EQORQPGPVU KP 2%
systems, and for learning the hardware organization and This comprehensive text provides a thorough understanding
interfacing techniques, a complete knowledge of 8086 of the principles and applications of microprocessors. It
microprocessor is essential. This book thus provides a explains the architectures, assembly language programming,
complete picture of the features and workings of micro- interfacing, and applications of Intel’s 8086/8088 micro-
processor. It explains the architecture, instructions, processors, 8087 math coprocessor, and 8255, 8253, 8251,
programming, system design, peripheral devices and 8259, 8279 and 8237 peripherals. Besides, the book also
interfacing. EQXGTU +PVGNŏU   CPF VJG 2GPVKWO
$GIKPPKPI YKVJ CP QXGTXKGY QH 2% JCTFYCTG HTQO VJG family microprocessors.
QTKIKPCN +$/ 2% VQ VJG TGEGPV 2GPVKWO U[UVGOU VJG DQQM The book throughout maintains an appropriate balance
presents the internal architecture and instruction set of 8086 between the basic concepts and the skill sets needed for
microprocessor and the design of an 8086 based system, and system design. A large number of solved examples on
then describes the hardware and software of interfacing assembly language programming and interfacing are
techniques to I/O buses and the standard ports in detail, provided to help the students gain mastery of the topics
substantiating them with examples and worked out discussed.
programs in C++ and assembly language. Operations of
advanced Intel microprocessors such as 80286, 80386, 80486, The book is eminently suitable for undergraduate
2GPVKWO 2GPVKWO 2TQ 2GPVKWO //: CPF 2GPVKWO ++ CPF engineering students of Electronics, Electronics and
usage of the pins and signals of different types of Communication, Electronics and Instrumentation, Computer
I/O buses have also been covered in detail. Science and Engineering, and Information Technology.

The book is useful for students of electronics and instru- CONTENTS: 2TGHCEG +PVTQFWEVKQP #TEJKVGEVWTG CPF
mentation engineering, and courses in communication. (WPEVKQPCN $NQEM &KCITCO QH /KETQRTQEGUUQT 
+PUVTWEVKQP 5GVU CPF 2TQITCOOKPI QH /KETQRTQEGUUQT 
CONTENTS: 2TGHCEG *CTFYCTG 1TICPK\CVKQP QH +$/ 2% #UUGODN[ .CPIWCIG 2TQITCOOKPI QH /KETQRTQEGUUQT 
The 8086 Microprocessor. The 8086 Based System Design. Interrupts of Microprocessor 8086. Interfacing of Memory
2GTKRJGTCN +PVGTHCEGU #FXCPEGF /KETQRTQEGUUQTU 6JG with Microprocessors 8086 and 8088. Timing Diagram of
/QVJGTDQCTF QH +$/ 2% &TKXGU 2GTKRJGTCNU +PRWV1WVRWV /KETQRTQEGUUQT  0WOGTKE &CVC 2TQEGUUQT 
$WUGU 2CTCNNGN CPF 5GTKCN 2QTVU 7PKXGTUCN 5GTKCN $WU 2TQITCOOCDNG 2GTKRJGTCN +PVGTHCEG  2TQITCOOCDNG
#RRGPFKEGU 1DLGEVKXG6[RG 3WGUVKQPU #PUYGTU VQ 5GNGEV +PVGTXCN 6KOGT  2TQITCOOCDNG +PVGTTWRV
4GXKGY3WGUVKQPU+PFGZ %QPVTQNNGT7PKXGTUCN5[PEJTQPQWUō#U[PEJTQPQWU4GEGKXGT
Latest Print 2012 / 532 pp. / 17.8 × 23.5 cm 6TCPUOKVVGTU 2TQITCOOCDNG -G[DQCTF &KURNC[ +PVGTHCEG
ISBN-978-81-203-2317-9 / C 350.00 8279. Direct Memory Access (DMA) Controller 8257/8237.
Other 16 Bits Microprocessors 80186 and 80286. 32 Bits
/KETQRTQEGUUQTU   CPF +PVTQFWEVKQP VQ 2GPVKWO
(COKN[+PFGZ
Latest Print 2012 / 680 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3942-2 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 59 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Mobile Computing

Fundamentals of Mobile Computing


Mobile Computing
PRASANT KUMAR PATTNAIK,
#UUQEKCVG2TQHGUUQTCVVJG5EJQQNQH
%QORWVGT'PIKPGGTKPI-++6
7PKXGTUKV[$JWDCPGUYCT
RAJIB MALL, 2TQHGUUQTKPVJG
&GRCTVOGPVQH%QORWVGT5EKGPEGCPF
'PIKPGGTKPICVVJG+PFKCP+PUVKVWVGQH
6GEJPQNQI[-JCTCIRWT
This textbook addresses the main topics associated with SIPRA DASBIT, 2TQHGUUQT KPVJG& GRCTVOGPV QH%QORWVGT
mobile computing and wireless networking at a level that 5EKGPEG CPF6GEJPQNQI[$GPICN'PIKPGGTKPICPF5EKGPEG
enables the students to develop a fundamental under- 7PKXGTUKV[5JKDRWT
standing of the technical issues involved in this new and fast
BIPLAB K. SIKDAR, #UUKUVCPV2TQHGUUQTKPVJG&GRCTVOGPVQH
emerging discipline.
%QORWVGT 5EKGPEGCPF6GEJPQNQI[CV$GPICN'PIKPGGTKPICPF
The book first examines the basics of wireless technologies 5EKGPEG7PKXGTUKV[5JKDRWT
and computer communications that form the essential
infrastructure required for building knowledge in the area of This textbook provides students with a sound foundation in
mobile computations involving the study of invocation the concepts and applications of mobile computing. It
mechanisms at the client end, the underlying wireless com- discusses all the relevant topics in mobile computing in a
munication, and the corresponding server-side technologies. clear and straightforward style.
The book includes coverage of development of mobile The book begins with an introduction to the subject and
cellular systems, protocol design for mobile networks, then moves on to describe the fundamentals of wireless
special issues involved in the mobility management of communication including a brief description of different
cellular system users, realization and applications of mobile modulation techniques. The text includes coverage of
CFJQEPGVYQTMU
/#0'6U FGUKIPCPFQRGTCVKQPQHUGPUQT second generation (2G) cellular network together with its
networks, special constraints and requirements of mobile two important implementation standards GSM & IS-95; it
operating systems, and development of mobile computing CNUQ FKUEWUUGU 9.. CPF 9.#0 +P CFFKVKQP KV RTGUGPVU C
applications. variety of data services available in the domain of mobile
(KPCNN[ CP GZCORNG CRRNKECVKQP QH VJG OQDKNG EQORWVKPI EQORWVKPIYKVJQVJGTTGNGXCPVKUUWGU(KPCNN[KVIKXGUCDTKGH
infrastructure to M-commerce is described in the concluding QP 7/65 C TGRTGUGPVCVKXG QH VJG VJKTF IGPGTCVKQP
)  QH
chapter of the book. cellular networks. The fundamental tenets of mobile
computing, such as mobility management, channel
This book is suitable as an introductory text for a one-
assignment, protocols at air interface, and system design are
semester course in mobile computing for the undergraduate
carefully covered for all categories of wireless networks
students of Computer Science and Engineering, Information
described here.
Technology, Electronics and Communication Engineering,
Master of Computer Applications (MCA), and the A perfect balance between theoretical aspects of mobile
undergraduate and postgraduate science courses in computing and its implementation standards has been
computer science and Information Technology. maintained throughout the book. Many examples and
KEY FEATURES exercises are included, which will help students prepare for
examinations.
Ŗ 2TQXKFGU WPKHKGF EQXGTCIG QH OQDKNG EQORWVKPI CPF
communication aspects The book is intended primarily for students of B.E./B.Tech.
Ŗ &KUEWUUGU VJG OQDKNG CRRNKECVKQP FGXGNQROGPV OQDKNG of Computer Science and Engineering, Information
operating systems and mobile databases as part of the Technology, Electronics and Communication Engineering,
material devoted to mobile computing and related disciplines. It will also be useful to the students
Ŗ +PEQTRQTCVGU C UWTXG[ QH OQDKNG QRGTCVKPI U[UVGOU CPF of BCA/MCA and B.Sc./M.Sc. (Computer Science/
the latest developments such as the Android operating Electronics).
system
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP
CONTENTS: 2TGHCEG $CUKEU QH %QOOWPKECVKQP 6GEJPQ 9KTGNGUU 9KFG #TGC 0GVYQTM
%GNNWNCT 0GVYQTM  %GNNWNCT
logies. Introduction to Mobile Computing. Mobile MAC 0GVYQTM 5VCPFCTFU
)5/  +5  9KTGNGUU /GVTQRQNKVCP
2TQVQEQNU/QDKNG+PVGTPGV2TQVQEQN/QDKNG6TCPURQTV.C[GT #TGC 0GVYQTM
9KTGNGUU .QECN .QQR  9KTGNGUU .QECN #TGC
/QDKNG&CVCDCUG/QDKNG#FJQE0GVYQTMU9KTGNGUU5GPUQT 0GVYQTM 9KTGNGUU &CVC 5GTXKEG 1XGTXKGY QH 6JKTF
0GVYQTMU1RGTCVKPI5[UVGOUHQT/QDKNG%QORWVKPI&GXKEGU )GPGTCVKQP%GNNWNCT0GVYQTM
7/65 +PFGZ
/QDKNG%QOOGTEG9#2$NWGVQQVJCPF,/'+PFGZ
Latest Print 2010 / 192 pp. / 16.0 × 24.1 cm
Latest Print 2012 / 252 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3952-1 / C 175.00
ISBN-978-81-203-4632-1 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 60
COMPUTER SCIENCE AND ENGINEERING
Natural Language Processing Network Security

Natural Language Network Security


Processing: and Management,
A Paninian 3rd ed.
Perspective ZLWK &'520
AKSHAR BHARATIKUVJG BRIJENDRA SINGH,
RGTUQPKHKECVKQPQHCITQWRYQTMKPIQP 2TQHGUUQT&GRCTVOGPVQH
0.2CV+PFKCP+PUVKVWVGQH %QORWVGT5EKGPEG7PKXGTUKV[QH
6GEJPQNQI[-CPRWT. .WEMPQY.WEMPQY
VINEET CHAITANYA, +PFKCP +PUVKVWVGQH6GEJPQNQI[ Written in an easy-to-understand style, this textbook, now in
-CPRWT. its third edition, continues to discuss in detail important
RAJEEV SANGAL, &KTGEVQT +PFKCP+PUVKVWVGQH+PHQTOCVKQP concepts and major developments in network security and
6GEJPQNQI[*[FGTCDCFCPFHQTOGT2TQHGUUQTQH%QORWVGT5EKGPEG management. It is designed for a one-semester course for
CPF'PIKPGGTKPI+PFKCP+PUVKVWVGQH6GEJPQNQI[-CPRWT . undergraduate students of Computer Science, Information
Technology, and undergraduate and postgraduate students
6JKU DQQM KU QP 0CVWTCN .CPIWCIG 2TQEGUUKPI RTGUGPVGF of Computer Applications.
YKVJ C 2CPKPKCP RGTURGEVKXG 2CPKPK (circa 500 B.C.) was a
grammarian and well known for his contribution to Students are first exposed to network security principles,
the grammar and structure of the language. In this book the organizational policy and security infrastructure, and then
TGCFGT KU HKTUV KPVTQFWEGF VQ 0CVWTCN .CPIWCIG 2TQEGUUKPI drawn into some of the deeper issues of cryptographic
CPF VJGP VQ 2CPKPKCP ITCOOCT CPF HTCOGYQTM HQT algorithms and protocols underlying network security
processing of modern Indian languages using the computer. applications. Encryption methods, secret key and public key
6JGTGCHVGT C EQORCTKUQP QH 2CPKPKCP ITCOOCT HTCOGYQTM cryptography, digital signature and other security
with that of modern western computational grammars is mechanisms are emphasized. Smart card, biometrics, virtual
presented. private networks, trusted operating systems, pretty good
privacy, database security, and intrusion detection systems
This book is useful for courses in %QORWVCVKQPCN .KPIWKUVKEU
are comprehensively covered. An in-depth analysis of
KP VJG NKPIWKUVKE FGRCTVOGPVU CPF HQT 0.2 KP EQORWVGT
technical issues involved in security management, risk
science departments.
management and security and law is presented.
KEY FEATURES
In the third edition, two new chapters—one on Information
Ŗ 6JKU DQQM KU VJG HKTUV QH KVU MKPF KP RTGUGPVKPI C
Systems Security and the other on Web Security—and
EQORCTKUQP QH 2CPKPKCP )TCOOCT
2)  YKVJ VJG GZKUVKPI OCP[ PGY UGEVKQPU UWEJ CU FKIKVCN UKIPCVWTG -GTDGTQU
modern western computational grammars. public key infrastructure, software security and electronic
Ŗ +PVTQFWEGU VJTGG YGUVGTP ITCOOCT HTCOGYQTMU WUKPI mail security have been included. Additional matter has also
GZCORNGU HTQO 'PINKUJ .GZKECN (WPEVKQPCN )TCOOCT been added in many existing sections.

.()  6TGGU #FLQKPKPI )TCOOCT
6#)  CPF
Government and Binding (GB). The presentation does not KEY FEATURES
assume any background on part of the reader regarding Ŗ 'ZVGPUKXGWUGQHDNQEMFKCITCOUVJTQWIJQWVJGNRUGZRNCKP
these frameworks. and clarify the concepts discussed.
Ŗ 'CEJ RTGUGPVCVKQP CNUQ FKUEWUUGU GKVJGT VJG CRRNKECDKNKV[ Ŗ #DQWV  SWGUVKQPU CPF CPUYGTU CV VJG GPF QH VJG DQQM
of the framework to HTGG YQTFQTFGT languages, or a facilitate fruitful revision of the topics covered.
EQORCTKUQPYKVJ2)HTCOGYQTM Ŗ +PENWFGUCINQUUCT[QHKORQTVCPVVGTOU
Ŗ +VKUCUKPINGUQWTEGKPRCVJDTGCMKPITGUGCTEJQP0CVWTCN
.CPIWCIG 2TQEGUUKPI WUKPI VJG ENCUUKE CPF VKOGVGUVGF CONTENTS: 2TGHCEG +PVTQFWEVKQP 1TICPK\CVKQPCN 2QNKE[
and Security. Security Infrastructure. Cryptography.
2CPKPKCPHTCOGYQTM
0GVYQTM (WPFCOGPVCNU *CTFYCTG CPF 5QHVYCTG 5GEWTKV[
CONTENTS: .KUV QH (KIWTGU 2TGHCEG #EMPQYNGFIG Database Security. Information Systems Security. Intrusion
OGPVU +PVTQFWEVKQP VQ 0.2 .CPIWCIG 5VTWEVWTG CPF &GVGEVKQP 5[UVGOU 0GVYQTM 5GEWTKV[ 9KTGNGUU 5GEWTKV[
Language Analyzer. Words and Their Analyzer. Local Word 9GD5GEWTKV[0GVYQTM/CPCIGOGPV5GEWTKV[/CPCIGOGPV
)TQWRKPI 2CPKPKCP )TCOOCT 2CPKPKCP 2CTUGT /CEJKPG 4KUM /CPCIGOGPV CPF +PEKFGPV /CPCIGOGPV 5GEWTKV[ CPF
6TCPUNCVKQP .GZKECN (WPEVKQPCN )TCOOCT .() CPF +PFKCP .CY +PVGTPGV )QXGTPCPEG CPF 'NGEVTQPKE /CKN 2QNKE[
Languages. Tree Adjoining Grammar. Comparing TAG with 5GEWTKV[ QH +PVGTPGV $CPMKPI 5[UVGO #RRGPFKEGUō#
2) )QXGTPOGPV CPF $KPFKPI %QORCTKPI )$ YKVJ 2) +PVGTPGV5VCPFCTFUCPFVJG+PVGTPGV5QEKGV[$#DDTGXKCVKQPU
#RRGPFKEGU#ō2CPKPKŏU)TCOOCTCPF5CPUMTKV$ō4QOCP CPF #ETQP[OU % 3WGUVKQPU CPF #PUYGTU & )NQUUCT[
0QVCVKQPHQT&GXCPCITK$KDNKQITCRJ[+PFGZ)NQUUCT[ Bibliography. Index.
Latest Print 2010 / 240 pp. / 15.3 × 22.9 cm Latest Print 2012 / 420 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-0921-0 / C 175.00 ISBN-978-81-203-4497-6 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 61 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Networking Neural Networks

Fundamentals of Artificial Neural


Computer Networks, Networks
2nd ed.
B. YEGNANARAYANA,
SUDAKSHINA KUNDU, HQTOGT2TQHGUUQT&GRCTVOGPVQH
2TQHGUUQTCPF*GCF %QORWVGT5EKGPEGCPF'PIKPGGTKPI
&GRCTVOGPVQH%QORWVGT +PFKCP+PUVKVWVGQH6GEJPQNQI[
5EKGPEG'PIKPGGTKPI
/CFTCU
9GUV$GPICN7PKXGTUKV[QH
6GEJPQNQI[

(QEWUGF QP HWPFCOGPVCN EQPEGRVU CPF RTCEVKECN This self-contained introductory text explains the basic
applications, this book provides a strong foundation in the principles of computing with models of artificial neural
principles and terminology of computer networking and networks, which the students with a background in basic
internet technology. This thoroughly revised second engineering or physics or mathematics can easily
edition, incorporating some of the latest technical features in understand. Besides students, practising engineers and
networking, is suitable for introductory one-semester research scientists would also cherish this book which treats
courses for undergraduate students of computer science and the emerging and exciting area of artificial neural networks
engineering, electronics and telecommunication engineering, YKVJVJGHQNNQYKPIFKUVKPIWKUJKPIHGCVWTGU
information technology, as well as students of computer
applications (BCA and MCA). KEY FEATURES
This text begins with an overview of computer networking Ŗ 2TKPEKRNGU QH PGWTCN PGVYQTMU CTG GZRNCKPGF YKVJQWV
and a discussion on data communication. Then it proceeds presuming any prior knowledge of the subject.
to explain how computer networks such as local area Ŗ 9JKNG RCVVGTP RTQEGUUKPI HGCVWTGU QH VJG PGWTCN PGVYQTMU
PGVYQTMU
.#0U  CPF YKFG CTGC PGVYQTMU
9#0U  YQTM are emphasised, the pattern recognition tasks used in
and how internetworking is implemented. Besides, the book problem solving by human beings are identified.
RTQXKFGUCFGUETKRVKQPQHVJG+PVGTPGVCPF6%2+2RTQVQEQN
With the prolific growth of networking, ‘network Ŗ #PCN[UKU QH RCVVGTP TGEQIPKVKQP VCUMU CTG RTGUGPVGF KP
management and security’ has become an increasingly detail by basic topologies of artificial neural networks.
important part of the academic curriculum. This topic has Ŗ +PENWFGU TGCNYQTNF CRRNKECVKQPU QH PGWTCN PGVYQTMU KP
been adequately dealt with in a separate chapter. The speech and image processing.
practical aspects of networking, listing the essential Ŗ 6JG VGZV FKUEWUUGU VJG HQNNQYKPI VQRKEU HTQO HKTUV
requirements needed for actually setting up a computer RTKPEKRNGU
network, are thoroughly explained in the final chapter of the
book. – Activation and synaptic dynamics
– Learning laws for feedforward neural networks
What is New in the Second Edition
– Analysis of feedback neural networks
Ŗ 9KTGNGUU.#0KP%JCRVGT
Ŗ #2+CPF5QEMGV2TQITCOOKPICPF'PFVQ'PF2TQVQEQNKP – Competitive learning networks
Chapter 7 – Architectures for complex pattern recognition tasks
Ŗ 4GOQVG2TQEGFWTG%CNN
42% 2TQVQEQNKP%JCRVGT – Applications in speech and image processing.
Ŗ &[PCOKE*QUV%QPHKIWTCVKQP2TQVQEQN'TTQTTGRQTVKPID[
+%/28KTVWCN2TKXCVG0GVYQTM
820 0GVYQTM#FFTGUU CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP
6TCPUNCVKQP
0#6 KP%JCRVGT $CUKEU QH #TVKHKEKCN 0GWTCN 0GVYQTMU #EVKXCVKQP CPF
5[PCRVKE &[PCOKEU (WPEVKQPCN 7PKVU QH #00 HQT 2CVVGTP
An appendix dealing with telephone networking, wireless
networking, cellular networking and satellite and telemetry 4GEQIPKVKQP 6CUMU (GGFHQTYCTF 0GWTCN 0GVYQTMU
communication has been included to meet the requirements (GGFDCEM 0GWTCN 0GVYQTMU %QORGVKVKXG .GCTPKPI 0GWTCN
of the students. 0GVYQTMU #TEJKVGEVWTGU HQT %QORNGZ 2CVVGTP 4GEQIPKVKQP
6CUMU #RRNKECVKQPU QH #00 #RRGPFKEGUō# (GCVWTGU
CONTENTS: 2TGHCEG %QORWVGT 0GVYQTMKPIō#P QH $KQNQIKECN 0GWTCN 0GVYQTMU VJTQWIJ 2&2 /QFGNU
Overview. Electronic Communication of the Digital
$/CVJGOCVKECN2TGNKOKPCTKGU%$CUKEUQH)TCFKGPV&GUEGPV
&CVC $CUKE 2TKPEKRNGU QH 0GVYQTMKPI QH %QORWVGTU
/GVJQFU & )GPGTCNK\CVKQP KP 0GWTCN 0GVYQTMU #P
6TCPUOKUUKQP KP .QECN #TGC 0GVYQTMU 5YKVEJKPI CPF
(QTYCTFKPI KP 9KFG #TGC 0GVYQTMKPI +PVGTPGVYQTMKPI 1XGTXKGY ' 2TKPEKRCN %QORQPGPV 0GWTCN 0GVYQTMU #P
+PVGTPGV CPF 6%2+2 2TQVQEQN 5WKV 0GVYQTM #RRNKECVKQPU 1XGTXKGY ( %WTTGPV 6TGPFU KP 0GWTCN 0GVYQTMU
0GVYQTM /CPCIGOGPV CPF 5GEWTKV[ 5GVVKPI WR C 0GVYQTM Bibliography. Author Index. Subject Index.
Appendix. Glossary. Index. Latest Print 2011 / 476 pp. / 16.0 × 24.1 cm
Latest Print 2009 / 300 pp. / 17.8 × 23.5 cm ISBN-978-81-203-1253-1 / C 275.00
ISBN-978-81-203-3452-6 / C 225.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 62
COMPUTER SCIENCE AND ENGINEERING
Neural Networks Object-Oriented Programming

Neural Networks, C++ and Object-


Fuzzy Logic and Oriented
Genetic Algorithms: Programming
Synthesis and Paradigm,
Applications 2nd ed.
ZLWK &'520
DEBASISH JANA, 2TKPEKRCN
5QHVYCTG'PIKPGGTYKVJ#PUJKP
5QHVYCTG -QNMCVC
S. RAJASEKARAN, 2TQHGUUQT 'OGTKVWU&GRCTVOGPVQH%KXKN This book which treats C++, one of the most widely used
'PIKPGGTKPI25)%QNNGIGQH6GEJPQNQI[%QKODCVQTG programming languages of today, and object-oriented
G.A. VIJAYALAKSHMI PAI, 5T .GEVWTGT%QORWVGT RTQITCOOKPI
112  RCTCFKIO JCU DGGP YGNN TGEGKXGF D[
#RRNKECVKQPU25)%QNNGIGQH6GEJPQNQI[%QKODCVQTG the readers, and this enthusiastic response has prompted the
author to bring out this second edition. This revised and
This book provides comprehensive introduction to a updated new edition takes into account the recent trends in
consortium of technologies underlying soft computing, %  CPF 112 6JG DQQM EQPVKPWGU VQ IKXG CP QXGTXKGY QH
an evolving branch of computational intelligence. The programming as well as an introduction to basic object-
constituent technologies discussed comprise neural oriented (OO) concepts and elements of C. It also provides
networks, fuzzy logic, genetic algorithms, and a number the standard and advanced features of C++ for further
of hybrid systems which include classes such as neuro- UVWF[ 6JG VGZV GUVCDNKUJGU VJG RJKNQUQRJ[ QH 112 D[
fuzzy, fuzzy-genetic, and neurogenetic systems. The highlighting the core features of C++ and demonstrating the
hybridization of the technologies is demonstrated on semantic differences between C as a procedural paradigm
CTEJKVGEVWTGU UWEJ CU (W\\[$CEMRTQRCICVKQP 0GVYQTMU and the object-oriented paradigm of C++.

00(.  5KORNKHKGF (W\\[ #46/#2


00(.  CPF (W\\[ This new edition updates and elaborates on the following
Associative Memories. The book also gives an exhaustive VQRKEU
FKUEWUUKQPQH(.)#J[DTKFK\CVKQP
Ŗ 4GHGTGPEG FCVC V[RGU Ŗ +PNKPG HWPEVKQPU Ŗ 6YQŏU
Every architecture has been discussed in detail through EQORNGOGPV TGRTGUGPVCVKQP QH UKIPGF PWODGTU Ŗ 2CTCOGVGT
illustrative examples and applications. The algorithms passing—passing pointers by value as well as by reference
have been presented in pseudo-code with a step-by-step Ŗ 2QN[OQTRJKUO Ŗ 5GCTEJKPI CPF UQTVKPI CNIQTKVJOU
illustration of the same in problems. The applications, Ŗ +ORNGOGPVCVKQP QH NKPMGF NKUV Ŗ 2JCUGU QH UQHVYCTG
demonstrative of the potential of the architectures, have FGXGNQROGPVŖ7/.
been chosen from diverse disciplines of science and 2TKOCTKN[ KPVGPFGF CU C VGZV HQT WPFGTITCFWCVG UVWFGPVU QH
engineering. engineering (B.Tech.), undergraduate and postgraduate
This book with a wealth of information that is clearly students of computer applications (BCA/MCA), and
presented and illustrated by many examples and postgraduate students of management, the book should also
applications is designed for use as a text for courses in soft prove to be a stimulating study for all those who have a
computing at both the senior undergraduate and first-year keen interest in the subject.
postgraduate engineering levels. It should also be of interest KEY FEATURES
to researchers and technologists desirous of applying soft Ŗ 2TCEVKECNCRRNKECVKQPQHVJGQTKGUVJTQWIJUGXGTCNGZCORNGU
computing technologies to their respective fields of work. and program source codes
CONTENTS: (QTGYQTF 2TGHCEG +PVTQFWEVKQP VQ #TVKHKEKCN Ŗ +PVTKECEKGU QH NCPIWCIG HGCVWTGU KP VJG NKIJV QH 11 FGUKIP
+PVGNNKIGPEG 5[UVGOU 2CTV + 0GWTCN 0GVYQTMUō CPFOQFGNKPIRCTCFKIOCPF7/.
(WPFCOGPVCNU QH 0GWTCN 0GVYQTMU $CEMRTQRCICVKQP Ŗ 'ZJCWUVKXGINQUUCT[QHRTQITCOOKPIVGTOU
0GVYQTMU #UUQEKCVKXG /GOQT[ #FCRVKXG 4GUQPCPEG CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 1XGTXKGY
6JGQT[ 2CTV ++ (W\\[ .QIKEō(W\\[ 5GV 6JGQT[ (W\\[ &GENCTCVKQPU CPF 'ZRTGUUKQPU 5VCVGOGPVU #TTC[ 2QKPVGT
5[UVGOU 2CTV +++ )GPGVKE #NIQTKVJOUō(WPFCOGPVCNU QH CPF 5VTWEVWTG (WPEVKQPU 2TGRTQEGUUQT &KTGEVKXGU 5VCPFCTF
)GPGVKE #NIQTKVJOU )GPGVKE /QFGNNKPI 2CTV +8 *[DTKF % .KDTCT[ (WPEVKQPU CPF 5VCPFCTF *GCFGT (KNGU &CVC
5[UVGOUō+PVGITCVKQP QH 0GWTCN 0GVYQTMU (W\\[ .QIKE #DUVTCEVKQP VJTQWIJ %NCUUGU CPF 7UGT&GHKPGF &CVC 6[RGU
and Genetic Algorithms. Genetic Algorithm based 1RGTCVQT 1XGTNQCFKPI %NCUU 4GNCVKQPUJKRU #FXCPEGF
$CEMRTQRCICVKQP 0GVYQTM (W\\[ $CEMRTQRCICVKQP Concepts. The Standard Library in C++. Data Structures and
0GVYQTM 5KORNKHKGF (W\\[ #46/#2 (W\\[ #UUQEKCVKXG Applications in C++. Object-Oriented Design and Modeling.
/GOQTKGU (W\\[ .QIKE %QPVTQNNGF )GPGVKE #NIQTKVJOU 7PKHKGF /QFGNKPI .CPIWCIG 2TQDNGOU
HQT .CDQTCVQT[
Word Index. Author Index. Workouts). Glossary. Bibliography. Index.
Latest Print 2012 / 456 pp. / 17.8 × 23.5 cm Latest Print 2011 / 548 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2186-1 / C 325.00 ISBN-978-81-203-2871-6 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 63 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
Object-Oriented Programming

Java and Object- Object-Oriented


Oriented Programming with
Programming C++ and Java
Paradigm

DEBASISH JANA, 2TKPEKRCN


5QHVYCTG'PIKPGGT#PUJKP5QHVYCTG
2XV.VF

6JKU RTCEVKEGQTKGPVGF VGZV GZRNQTGU VJG KPVTKECEKGU QH ,CXC D. SAMANTA, #UUKUVCPV 2TQHGUUQT5EJQQNQH+PHQTOCVKQP
language in the light of different procedural and object- 6GEJPQNQI[+PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT
oriented paradigms. It is primarily focussed on the Object-
1TKGPVGF 2TQITCOOKPI
112  RCTCFKIO WUKPI ,CXC CU C This book is designed to introduce object-oriented
language. RTQITCOOKPI
112  KP %  CPF ,CXC CPF KU FKXKFGF KPVQ
HQWTCTGCUQHEQXGTCIG
The text begins with the programming overview and
introduces the reader to the important object-oriented (OO) 2TGNKOKPCTKGU'ZRNCKPUVJGDCUKEHGCVWTGUQH%% CPF,CXC
VGTOU +V VJGP FGCNU YKVJ ,CXC FGXGNQROGPV CU YGNN CU such as data types, operators, control structures, storage
runtime environment set-up along with the steps of classes, and array structures.
compilation and running of a simple program. The text 2CTV + %QXGTU ENCUUGU QDLGEVU FCVC CDUVTCEVKQP HWPEVKQP
GZRNCKPU VJG RJKNQUQRJ[ QH ,CXC D[ JKIJNKIJVKPI KVU EQTG overloading, information hiding, memory management,
features and demonstrating its advantages over C++. inheritance, binding, polymorphism, class template using
$GUKFGU KV EQXGTU )7+ VJTQWIJ ,CXC CRRNGVU 5YKPI CU YGNN working illustrations based on simple concepts.
as concurrency handling and synchronization through
threads. A chapter is exclusively devoted to fundamental 2CTV ++ &KUEWUUGU CNN VJG RCTCFKIOU QH ,CXC RTQITCOOKPI
FCVC UVTWEVWTGU CPF VJGKT CRRNKECVKQPU KP ,CXC 6JG DQQM with ready-to-use programs.
UJQYU JQY 7PKHKGF /QFGNKPI .CPIWCIG
7/.  TGRTGUGPVU 2CTV +++ %QPVCKPU GKIJV ,CXC RCEMCIGU YKVJ VJGKT HWNN
objects, classes, components, relationships, and architec- structures.
tural design.
The book offers straightforward explanations of the
This comprehensive and student friendly book is intended EQPEGRVU QH 112 CPF FKUEWUUGU VJG WUG QH %  CPF ,CXC KP
as a text for the students of computer science and 112 VJTQWIJ UOCNN DWV GHHGEVKXG KNNWUVTCVKQPU +V KU KFGCNN[
engineering, computer applications (BCA/MCA), and IT suited for undergraduate/postgraduate courses in computer
courses. science. The IT professionals should also find the book
KEY FEATURES useful.
Ŗ 5JQYU VJG RTCEVKECN CRRNKECVKQP QH VJGQTKGU VJTQWIJ CONTENTS: 2TGHCEG 2TGNKOKPCTKGUō$CUKEU QH %% 
several examples and program source codes. ,CXC 2CTV +ō)GVVKPI 5VCTVGF 1XGTNQCFKPI CPF +PHQTOCVKQP
Ŗ 2TQXKFGU GPFQHEJCRVGT TGXKGY SWGUVKQPU CPF GPFQH *KFKPI /GOQT[ /CPCIGOGPV KP %  +PJGTKVCPEG $KPFKPI
book laboratory workouts for easy assimilation of CPF 2QN[OQTRJKUO )GPGTKE (CEKNKV[ (KNG *CPFNKPI KP % 
concepts learned and self-evaluation. 2CTV ++ō(WPFCOGPVCNU QH ,CXC 2TQITCOOKPI YKVJ ,CXC
Ŗ %QXGTU VJG HGCVWTGU QH NCVGUV XGTUKQP QH ,CXC KG ,CXCŠ  1DLGEV1TKGPVGF /CEJKPG KP ,CXC +PVGTHCEG CPF 2CEMCIG
2NCVHQTO5VCPFCTF'FKVKQP
,5'  'ZEGRVKQP *CPFNKPI KP ,CXC 6JTGCF CPF /WNVKVJTGCFKPI
#RRNKECVKQP &GXGNQROGPV YKVJ ,CXC ,CXC +PRWV1WVRWV
CONTENTS: 2TGHCEG Acknowledgements. Overview. Data
0GVYQTMKPI ,CXC /WNVKOGFKC 2CTV +++ō6JG ,CXC #RRNGV
Types and Expressions. Statements. Arrays. Methods or
2CEMCIG 6JG ,CXC .CPIWCIG 2CEMCIG 6JG ,CXC 7VKNKV[
(WPEVKQPU &CVC #DUVTCEVKQP 6JTQWIJ %NCUUGU %NCUU
2CEMCIG6JG#DUVTCEV9KPFQY6QQNMKV
#96 2CEMCIG6JG
4GNCVKQPUJKRU /WNVKVJTGCFKPI ,CXC 5VCPFCTF 2CEMCIGU CPF
#96+OCIG2CEMCIG6JG#962GGT2CEMCIG6JG,CXC+1
Classes. Input and Output. Applet. Swing. Data Structures
2CEMCIG6JG,CXC0GVYQTMKPI2CEMCIG
CPF #RRNKECVKQPU KP ,CXC 1DLGEV1TKGPVGF &GUKIP CPF
/QFGNKPI 7PKHKGF /QFGNKPI .CPIWCIG #FFKVKQPCN Latest Print 2009 / 344 pp. / 17.8 × 23.5 cm
2TQDNGOU#RRGPFKZ+PFGZ ISBN-978-81-203-1620-1 / C 225.00
Latest Print 2010 / 656 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2775-7 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 64
COMPUTER SCIENCE AND ENGINEERING
Object-Oriented Programming

Object-oriented Object-Oriented
Programming Programming:
with C++, Fundamentals and
2nd ed. Applications

POORNACHANDRA SARANG JCUDGGPC8KUKVKPI2TQHGUUQT PROBAL SENGUPTA, 5[UVGOU#PCN[UV%QORWVGT8KUKQPCPF


QH%QORWVGT'PIKPGGTKPICVVJG7PKXGTUKV[QH0QVTG&COG75# 2CVVGTP 4GEQIPKVKQP
%824 7PKV+PFKCP5VCVKUVKECN+PUVKVWVG
CPF EWTTGPVN[JQNFUCRQUKVKQPQHCFLWPEV(CEWNV[CVVJG
+5+  -QNMCVC
&GRCTVOGPVQH%QORWVGT5EKGPEG7PKXGTUKV[QH/WODCK BIDYUT BARAN CHAUDHURI, 2TQHGUUQT CPF*GCF
%QORWVGT8KUKQPCPF2CVVGTP4GEQIPKVKQP7PKV+PFKCP5VCVKUVKECN
Written in a style that is both engaging and understandable, +PUVKVWVG -QNMCVC
this second edition benefits from Dr. Sarang’s many years of
teaching computer science students as well as providing Designed as a text for senior undergraduate and post-
consultancy is designing and architecting programming graduate students of computer science, this book provides a
solutions. It is an ideal text for beginners, developed to meet ENGCT KPUKIJV KPVQ 1DLGEV1TKGPVGF 2TQITCOOKPI
112  CPF
the needs of the students for a comprehensive introduction FGNKPGCVGU VJG OCLQT CTGCU YJGTG 112 RTKPEKRNGU ECP DG
to object-oriented programming using C++. RTQHKVCDN[ CRRNKGF 6JG HWPFCOGPVCN VGPGVU QH 112 XK\
The book covers the full range of object-oriented topics, GPECRUWNCVKQP KPJGTKVCPEG and CDUVTCEVKQP U[PFTQOG are
from the fundamental features through classes, inheritance, skillfully analyzed. What’s more, the book blends theory
polymorphism, and templates. It uses a practical problem- and applications in the most adept fashion to make it
solving approach to drive home the essential concepts and extremely handy for the students. The text takes C++ as an
example and details some of the fundamental requirements
principles of object-oriented programming, helping the
HTQOVJG112CPING+PCFFKVKQPKVFKUEWUUGUXCTKQWUCURGEVU
readers to build a strong foundation in design and
QH UQHVYCTG FGXGNQROGPV WUKPI 112 $GUKFGU VJG DQQM
implementation of software solutions.
EQXGTU UWEJ VQRKEU CU )7+U
RCTVKEWNCTN[ /59KPFQYU  CPF
KEY FEATURES OF THE NEW EDITION CFXCPEGF)7+RTQITCOOKPIEQPEGRVU
Ŗ 2TQXKFGUCHWNNEJCRVGTQPUVTKPIENCUU
KEY FEATURES
Ŗ 5GXGTCNPGYN[CFFGFRTQITCOOKPIGZCORNGU
Ŗ #VVGORVUVQGZRNCKP112TKIJVHTQOVJGDCUKEU
Ŗ 5JQYU VJG UETGGP QWVRWV QH GCEJ RTQITCO HQT GCUG QH
learning Ŗ 2TQXKFGU C XGT[ EQORTGJGPUKXG XKGY QH FCVC UVTWEVWTGU
Ŗ 2TQXKFGU UWRRQTV HQT DQVJ /KETQUQHV 8KUWCN %  CPF CPFEQPVCKPGTUHTQOVJG112CPING
Turbo C++ so that the students can run the programs in Ŗ 'ZRCPFU VJG IGPGTCN FGUKIP RJKNQUQRJ[ WPFGTN[KPI
an environment of their choice object-based Windows library.
This book is appropriate for learning C++ by: Ŗ 9QTMGFQWVGZCORNGUCPFGZGTEKUGUJCXGDGGPRTQXKFGF
wherever necessary, to illustrate the concepts discussed.
Ŗ UVWFGPVUQHEQORWVGTUEKGPEG
Ŗ UVWFGPVUQHEQORWVGTCRRNKECVKQPU CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP
Ŗ UVWFGPVU QH +PHQTOCVKQP %QOOWPKECVKQP 6GEJPQNQI[ 6JG (WPFCOGPVCNU QH 1DLGEV1TKGPVGF 2TQITCOOKPI #
(ICT) $TKGH 5WTXG[ QH %  CU CP 1DLGEV1TKGPVGF 2TQITCOOKPI
Ŗ UVWFGPVUQHCNNGPIKPGGTKPIFKUEKRNKPGU Language. Data Structures in Object-Oriented Environ-ment.
1DLGEV1TKGPVGF )TCRJKECN 7UGTUŏ +PVGTHCEG 2TQITCOOKPI
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 1DLGEV1TKGPVGF )7+ 2TQITCOOKPIō#FXCPEGF %QPEGRVU
#EMPQYNGFIGOGPVU 1DLGEV1TKGPVGF 2TQITCOOKPI 4GHGTGPEGU+PFGZ
Concepts. Language Constructs. Advanced Constructs.
%NCUUGU KP %  /GODGT (WPEVKQPU 1RGTCVQT 1XGTNQCFKPI Latest Print 2004 / 272 pp. / 16.0 × 24.1 cm
Constructors and Destructors. Inheritance. Multiple ISBN-81-203-1258-9 / C 150.00
+PJGTKVCPEG 2QN[OQTRJKUO *CPFNKPI 'ZEGRVKQPU
Templates. C++ I/O. Strings. Appendices. Index.
Latest Print 2011 / 372 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3670-4 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 65 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Operating Systems

Distributed Distributed
Operating Systems:
Systems: Computing Over
Concepts and Networks
Design
JOEL M. CRICHLOW,
#UUQEKCVG2TQHGUUQTQH%QORWVGT
5EKGPEGCV4QYCP7PKXGTUKV[
)NCUUDQTQ0GY,GTUG[
75# 

PRADEEP K. SINHA, %GPVTG HQT&GXGNQROGPVQH#FXCPEGF This compact and up-to-date text provides a thorough
%QORWVKPI
%&#% 2WPG understanding of the fundamental principles and techno-
logies pertinent to the design and construction of the
This highly praised book in communications networking distributed systems. This also provides invaluable insights
into key features of distributed systems, such as
HTQO +''' 2TGUU KU PQY CXCKNCDNG KP VJG 'CUVGTP 'EQPQO[ organization, naming and addressing, availability and
Edition. reliability, replication, privacy and security, communication,
This is a non-mathematical introduction to Distributed concurrency and failure, and synchronization, etc., using a
Operating Systems explaining the fundamental concepts and bottom-up approach.
design principles of this emerging technology. As a textbook Beginning with an introduction to the subject, the book
for students and as a self-study text for systems managers discusses the techniques of software and network
architectures and presents the issues pertaining to the
and software engineers, this book provides a concise handling and accessing of resources. This also focuses on
and an informal introduction to the subject. OCLQT CRRNKECVKQP CTGCU (KPCNN[ VJG DQQM RTQXKFGU VJG
Each chapter addresses de-facto standards, popular examples for explaining the concepts discussed.
technologies, and design principles applicable to a wide KEY FEATURES
variety of systems. Complete with chapter summaries, end- Ŗ +PVTQFWEGU +PVGTPGV 6JG 9QTNF 9KFG 9GD 9GD UGTXKEGU
of-chapter exercises and bibliographies, the book concludes CPFPGVYQTMVGEJPQNQIKGUXK\9#0.#0CPF/#0
Ŗ &KUEWUUGU UQHVYCTG FGXGNQROGPV VQQNU NKMG 28/ /2+
with a set of ECUGUVWFKGUthat provide TGCNYQTNF insights into &%'%14$#CPFVJG)NQDWUVQQNMKV
four distributed operating systems. The reader will find Ŗ 2TQXKFGU FKUEWUUKQPU QP PGVYQTM RTQVQEQN UWKVGU KG
EQORTGJGPUKXGEQXGTCIGQHCNNOCLQTKUUWGUKPVJGHKGNF 6%2+25/62CPF*662
Ŗ &GCNU YKVJ ITKF EQORWVKPI YKTGNGUU EQORWVKPI CPF
Ŗ +PVGTRTQEGUUEQOOWPKECVKQP client-server model.
Ŗ &KUVTKDWVGFUJCTGFOGOQT[ Ŗ 2TGUGPVUCRRNKECVKQPUQH0(5%QFC/KETQUQHV53.UGTXGT
Ŗ 5[PEJTQPK\CVKQP 1TCENG #OQGDC %JQTWU /CEJ 9KPFQYU 06 CPF 1TDKZ
technologies.
Ŗ 4GUQWTEGCPFRTQEGUUOCPCIGOGPV Ŗ 'ORJCUK\GU VJG RTQITCOOKPI NCPIWCIGU NKMG #FC %
Ŗ (KNGOCPCIGOGPV CPF,CXC
Ŗ +PENWFGUEJCRVGTGPF
Ŗ 0COKPICPFUGEWTKV[ – summary of key concepts for revision. – review
Ŗ #OWNVKVWFGQHFGUKIPQRVKQPUCPFOQTG questions to test the understanding of the concepts
discussed. – references to explore further.
CONTENTS: 2TGHCEG #EMPQYNGFIOGPVU #DDTGXKCVKQPU Ŗ #NUQKPENWFGUGZVGPUKXGINQUUCT[QHVGEJPKECNVGTOU
CPF #ETQP[OU (WPFCOGPVCNU %QORWVGT 0GVYQTMU
The book is intended as a textbook for undergraduate
/GUUCIG 2CUUKPI 4GOQVG 2TQEGFWTG %CNNU &KUVTKDWVGF engineering students of Computer Science, Computer
5JCTGF /GOQT[ 5[PEJTQPK\CVKQP 4GUQWTEG /CPCIGOGPV Science and Engineering, and Information Technology for a
2TQEGUU /CPCIGOGPV &KUVTKDWVGF (KNG 5[UVGOU 0COKPI course on distributed systems/operating systems. It would
Security. Case Studies. Index. also be useful to postgraduate engineering students of
Computer Science, Computer Science and Engineering, and
Latest Print 2012 / 764 pp. / 17.8 × 23.5 cm Information Technology as well as to postgraduate students
ISBN-978-81-203-1380-4 / C 375.00 of Computer Applications. The book can also be used by
software engineers, programmers, analysts, scientists and
researchers for reference.
CONTENTS: 2TGHCEG Introduction. Software Architecture
HQT &KUVTKDWVGF 5[UVGOU 0GVYQTM #TEJKVGEVWTG HQT
&KUVTKDWVGF 5[UVGOU /CPCIKPI &KUVTKDWVGF 4GUQWTEGU
#EEGUUKPI &KUVTKDWVGF 4GUQWTEGU /CLQT #RRNKECVKQP #TGCU
for Distributed Systems. Some Examples of Distributed
Systems. Glossary. Index.
Latest Print 2009 / 208 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3810-4 / C 175.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 66
COMPUTER SCIENCE AND ENGINEERING
Operating Systems

Introduction to Linux: Learning the


Operating System, Essentials
An: Concepts and
Practice,
3rd ed.

PRAMOD CHANDRA P. BHATT,


JCUDGGPCEQPUWNVCPVVQUGXGTCN
EQORCPKGU
+PVGN+$/#EEGPVWTG
2JKNKRU 5JCTR5CV[CO#$$ CPF#FXKUQTVQVJG+PFKC K.L. JAMES, 6GEJPKECN 1HHKEGTCVVJG%QORWVGT%GPVTGKP
5GOKEQPFWEVQT #UUQEKCVKQP 7PKXGTUKV[ QH-GTCNC6JKTWXCPCPVJCRWTCO
In this substantially revised third edition, the text offers a
EQORTGJGPUKXG VTGCVOGPV QH QRGTCVKPI U[UVGOU 9JKNG 7PKZ This book aims at providing a thorough understanding of
and Windows are covered in good detail, this edition the essentials and the workings of Linux Operating System
emphasises changes that have occurred in design technology (OS). It explores the technicalities of this free and open
and pattern of use. The new edition, comes with focus on source OS so as to enable readers to harness the full power
Linux kernel, VxWorks and operating systems for handheld of Linux.
systems. These changes make the book contemporary. A set
of mini-projects have been incorporated to help students to The text gives a methodical insight into Linux. Beginning
put to practice the mechanisms that they have learned. The with an introduction to Linux, the book discusses its salient
new chapters and appendices added to some chapters features, different stages of its development, its basic
together with modification to existing chapters cover topics operations and installation steps, and then describes the
that are part of the evolving curriculum requirements of
most universities at the undergraduate level. desktop environments, file management, administration,
and basic Linux commands. In addition, chapters are written
What is new in this edition
on different applications of Linux such as graphics, audio/
Ŗ #EJCRVGTQPQRGTCVKPIU[UVGOHQTJCPFJGNFU[UVGOU
Ŗ #EJCRVGTQP8Z9QTMUQRGTCVKPIU[UVGO video, gaming and internet, along with their usage details.
Ŗ #TGYTKVVGPEJCRVGTQP.KPWZōGORJCUKUJCUDGGPUJKHVGF 2TGUGPVGF KP C UKORNG CPF GPICIKPI UV[NG VJG DQQM KU KFGCN
to kernel description. for all computer courses covering the fundamentals of the
Ŗ 4GXKUKQP QH VQRKEU KP %JCRVGTU  CPF  GORJCUKUKPI Linux Operating System, or where Linux forms the core
virtualisation, usability of operating systems, models for
versioning systems, etc. subject. It is ideally suited for self-learning by beginners who
Ŗ /KPKRTQLGEVUCNQPIYKVJUQOGECUGUVWFKGU can acquire skills in Linux OS in their own desktop
Ŗ 6QRKEU NKMG HNCUJ OGOQT[ WPKXGTUCN UGTKCN DWU
75$  environment at home.
RGTKRJGTCN EQORQPGPVU KPVGTHCEG
2%+  DWU CPF $NWGVQQVJ
with respective protocols for their interfaces. KEY FEATURES
The book is intended for the students of computer science 1. Gives a comprehensive understanding and working
and engineering, computer applications, and information details of Linux.
technology. 2. Devotes exclusive chapters on Gimp Image Editor and
CONTENTS:(QTGYQTF2TGHCEG 2TGHCEGVQVJG(KTUV'FKVKQP OpenOffice.org Applications.
2CTV +ō15 %QPEGRVUō+PVTQFWEVKQP VQ 1RGTCVKPI 5[UVGOU  2TQXKFGU UVGRD[UVGR KPUVTWEVKQPU QP GUUGPVKCN
(KNG 5[UVGOU CPF /CPCIGOGPV 2TQEGUU CPF 2TQEGUU applications used in Linux to help gain hands-on
Management. Memory Management. Input Output (IO) experience.
/CPCIGOGPV 4GUQWTEG 5JCTKPI CPF /CPCIGOGPV
+PVGTRTQEGUU%QOOWPKECVKQP&KUVTKDWVGF%QORWVKPI4GCN CONTENTS: 2TGHCEG #P +PVTQFWEVKQP VQ .KPWZ .KPWZ
Time Operating Systems and Microkernels. OS and Security. Distributions and Installation. Linux Desktop Environments.
4GEGPV 6TGPFU KP 15  2CTV ++ō15 7PKZ KP 2TCEVKEGō7PKZ )GVVKPI5VCTVGFKP.KPWZ/CPCIKPI.KPWZ(KNGUCPF(QNFGTU
2TKOGT 5GCTEJ CPF 5QTV 6QQNU #9- 6QQN KP 7PKZ 5JGNN Linux Administration Basics. Command Line Operations
5ETKRVU KP 7PKZ 2TQITCOOKPI YKVJ 6JTGCFU 7PKZ -GTPGN and Shell Scripts. Linux Text Editors. Linux Graphics
Architecture. Make6QQNKP7PKZ5QOG1VJGT6QQNUKP7PKZ Applications. Linux Audio and Video Applications. Linux
5QWTEG %QFG %QPVTQN 5[UVGO KP 7PKZ :9KPFQYU KP 7PKZ
5[UVGO #FOKPKUVTCVKQP KP 7PKZ 2CTV +++ō%QPVGORQTCT[ )COKPI #RRNKECVKQPU 0GVYQTMKPI CPF 7UKPI VJG +PVGTPGV
Operating Systems—Linux. Windows Operating Systems. Applications Development in Linux. Gimp Image Editor.
Vista Operating Systems. VxWorks Operating System. OpenOffice.org Applications. Index.
1RGTCVKPI5[UVGOUHQT*CPFJGNF5[UVGOU2CTV+8ō2TQLGEVU
#PF 3WGUVKQP $CPMō%CUG 5VWFKGU CPF 2TQLGEV +FGCU Latest Print 2013 / 336 pp. / 17.8 × 23.5 cm
3WGUVKQP$CPM4GHGTGPEGU+PFGZ ISBN-978-81-203-4475-4 / C 350.00
Latest Print 2012 / 824 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4138-8 / C 375.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 67 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
Operating Systems

Operating Systems Operating Systems:


Principles and Design

PABITRA PAL CHOUDHURY,


HCEWNV[CV#RRNKGF5VCVKUVKEU7PKV
+PFKCP 5VCVKUVKECN+PUVKVWVG-QNMCVC

I. CHANDRA MOHAN, YCU2TQHGUUQTCPF*GCF&GRCTVOGPV This well-organized and comprehensive book, written in an


QH/CVJGOCVKEU587PKXGTUKV[6KTWRCVK easy-to-understand language, provides a deep insight into
the working of an operating system, which is essentially a
Operating System, an integral part of any computer, is the concurrent program, and strikes a fine balance between
interface between the computer users and the hardware. theory and practice.
This comprehensive book provides the readers with the
The text provides the program design illustration and
basic understanding of the theoretical and practical aspects
guidance along with new concepts. It gives an in-depth
of operating systems.
analysis of the fundamental concepts of an OS as an
The text explains the operating systems and components of interrupt driven program whose basic constituents are the
QRGTCVKPI U[UVGOU KPENWFKPI CVVTKDWVGU QH .KPWZ CPF 7PKZ RTQEGUUGU IKXKPI TKUG VQ C EQPEWTTGPV RTQITCO (WTVJGT VJG
operating systems. It also discusses Android operating book gives a comprehensive coverage of such topics as
system and Tablet computer. The book explicates in-depth %27 UEJGFWNKPI FGXKEG UEJGFWNKPI FGCFNQEMU OGOQT[
the concepts of process, threads/multithreading and management, file system, and the considerations of the
scheduling and describes process synchronization, security of the whole system. The programs discussed in the
deadlocks and memory management including file access text are in C language and have been successfully run and
methods and directory structure. In addition, it also tested in the Linux operating system.
describes security and protection along with distributed file
KEY FEATURES
systems.
Ŗ &GXQVGU UGRCTCVG EJCRVGTU VQ FGXKEG OCPCIGOGPV HKNG
The book is designed as a textbook for undergraduate management, and low power system design.
students of Electronics and Communication Engineering,
Ŗ &KUEWUUGU 4GKUGT(U C HKNG U[UVGO
EQPUKFGTGF VQ DG CP
Computer Science and Engineering, and Information
asset), which is given as an Appendix to Chapter 10.
Technology as well as postgraduate students of computer
applications and computer science. Ŗ +PENWFGUCFGVCKNGFFKUEWUUKQPQPJQYCRTQITCOOGTECP
guard against hacking Linux and its clones.
CONTENTS: 2TGHCEG 1RGTCVKPI 5[UVGOUō#P 1XGTXKGY
2TQEGUU /CPCIGOGPV %QPEWTTGPE[ CPF 2TQEGUU This student friendly book, with profuse use of illustrative
5[PEJTQPK\CVKQP &GCFNQEMU /GOQT[ /CPCIGOGPV (KNGU programs, is intended as a text for undergraduate and
5[UVGO +PVGTHCEG CPF +ORNGOGPVCVKQP 2TQVGEVKQP CPF postgraduate students pursuing courses in Computer
Security. Distributed Systems. Index. Science and Engineering, Information Technology,
Computer Applications (BCA, MCA), and Computer Science
Latest Print 2013 / 236 pp. / 17.8 × 23.5 cm (B.Sc. and M.Sc.). Besides, students from other engineering
ISBN-978-81-203-4726-7 / C 250.00 streams who wish to keep themselves abreast of operating
systems would also find the text immensely valuable.
CONTENTS: 2TGHCEG Acknowledgement. Introduction
VQ VJG 1RGTCVKPI 5[UVGO 15 2TGTGSWKUKVGU %QPEWTTGPV
2TQEGUUKPI5EJGFWNKPI&KUEWUUKQPQP%QPEWTTGPE[%QPVTQN
Deadlock. Main Memory Management. Virtual Memory
6GEJPKSWG 5RQQNGT CPF &KUM 5EJGFWNKPI (KNG 5[UVGO
Architecture. Device Driver for Operating System. Linux
-GTPGNCPF5GEWTKV[4QNGQH15VQYCTFU.QY2QYGT&GUKIP
Bibliography. Index.
Latest Print 2011 / 656 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3811-1 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 68
COMPUTER SCIENCE AND ENGINEERING
Oracle Parallel Computing

Oracle Developer Parallel Computers:


2000: Basics to Architecture and
Implementation Programming
ZLWK &'520

PRANAB KUMAR DAS GUPTA, 5GPKQT5EKGPVKUVKP&GHGPEG V. RAJARAMAN, *QPQTCT[ 2TQHGUUQT 5WRGTEQORWVGT


4GUGCTEJ CPF &GXGNQROGPV 1TICPK\CVKQP
&4&1  2TGUGPVN[ JG 'FWECVKQP CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVGQH5EKGPEG
KU &GRWV[&KTGEVQT
%QORWVGT9KPI CV2TQQHCPF'ZRGTKOGPVCN $CPICNQTG
'UVCDNKUJOGPV %JCPFKRWT C. SIVA RAM MURTHY, #UUQEKCVG 2TQHGUUQT QH %QORWVGT
PRANAB GHOSH, 5EKGPVKUV KP&GHGPEG4GUGCTEJCPF 5EKGPEG+PFKCP+PUVKVWVGQH6GEJPQNQI[/CFTCU%JGPPCK
&GXGNQROGPV 1TICPK\CVKQP
&4&1  2TGUGPVN[ JG KU#UUKUVCPV
&KTGEVQT
%QORWVGT 9KPI  CV 2TQQH CPF 'ZRGTKOGPVCN Today, parallel computing arouses enormous interest among
'UVCDNKUJOGPV %JCPFKRWT students and professionals as it is clear that, as the new
millennium progresses, all computers will work in parallel.
The objective of this book is to cater to the needs of the A basic knowledge of the design and use of parallel
students and professionals aspiring to become Oracle computers is, therefore, essential for both students of
software developers. It covers the basics of Oracle Developer computing and users of computers.
2000, and exposes the readers to its important features and Designed as an introductory-level textbook for the final year
tools for application development. The concepts are undergraduate students of computer science and
explained with the help of numerous illustrations. Workout engineering, this well-organized book covers state-of-the-art
sections and case studies are designed to provide a real-life principles and techniques for designing and programming
experience of development of application software. parallel computers. The book begins with an introduction to
The book is most suitable for beginners, including the the current state and developments in parallel computing,
students pursuing courses in engineering disciplines then it goes on to give a detailed discussion on such topics
(B.Tech/M.Tech) and computer applications (MCA/BCA) as instruction level parallel processing, architecture of
and research students who wish to learn and master parallel computers, parallel algorithms and parallel
Oracle Developer 2000 for writing project reports and programming. Besides, the book gives an in-depth coverage
FKUUGTVCVKQPU 2TQHGUUKQPCNU VQQ ECP NGCTP CPF GZRNQTG of compiler transformations and operating systems for
Oracle Developer, using this book as a guide. parallel computers. The text concludes with a chapter on
performance evaluation of parallel computers.
CD-ROM Features:
Interspersed with copious examples and numerous
Ŗ %QPVCKPU RTQITCOU QH 'ZCORNGU 9QTMQWVU CPF %CUG exercises, this timely book should prove to be a handy and
Studies treasured volume for students as well as professionals.
Ŗ 2TQITCOUCTGEQORCVKDNGYKVJ1TCENGKKCPFI
CONTENTS: 2TGHCEG +PVTQFWEVKQP 5QNXKPI 2TQDNGOU KP
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU $CUKEU QH (QTOU 2CTCNNGN +PUVTWEVKQP .GXGN 2CTCNNGN 2TQEGUUKPI 5VTWEVWTG
$WKNFGT (QTO %QORQPGPVU .KUV QH 8CNWGU 'FKVQT 8KUWCN QH 2CTCNNGN %QORWVGTU 2CTCNNGN #NIQTKVJOU 2CTCNNGN
#VVTKDWVG+PRWVCPF0QPKPRWV+VGOU6TKIIGT/GUUCIGCPF 2TQITCOOKPI %QORKNGT 6TCPUHQTOCVKQPU HQT 2CTCNNGN
#NGTV #FXCPEGF 6TKIIGTU /GPW (WPEVKQP -G[ /QWUG CPF %QORWVGTU 1RGTCVKPI 5[UVGOU HQT 2CTCNNGN %QORWVGTU
6KOGT 9KPFQYU CPF /WNVKRNG (QTOU $CUKEU QH 4GRQTV 2GTHQTOCPEG 'XCNWCVKQP QH 2CTCNNGN %QORWVGTU #RRGPFKZ
$WKNFGT 7UKPI 4GRQTV 9K\CTF /CPWCN &GXGNQROGPV QH Index.
4GRQTVU %CUG 5VWF[ &KIKVCN /GUUCIG $QCTFō#P
+PVTQFWEVKQP%CUG5VWF[&KIKVCN/GUUCIG$QCTFō5QHVYCTG Latest Print 2012 / 388 pp. / 17.8 × 23.5 cm
Development. #RRGPFKZ #+PUVCNNCVKQPQH1TCENG&CVCDCUGCPF ISBN-978-81-203-1621-8 / C 250.00
&GXGNQRGT((QTOUCPF4GRQTVU). #RRGPFKZ$6CDNGU7UGF
KPVJG$QQM#RRGPFKZ%6TKIIGT%CVGIQT[+PFGZ
Latest Print 2008 / 600 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3510-3 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 69 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Parallel Processing Programming

Introduction to Computer
Parallel Processing Programming in C

V. RAJARAMAN, *QPQTCT[
2TQHGUUQT5WRGTEQORWVGT'FWECVKQP
CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVG
QH 5EKGPEG $CPICNQTG

M. SASIKUMAR, DINESH SHIKHARE, and P. RAVI This book introduces computer programming to a beginner
PRAKASH, #NN YKVJ VJG 0CVKQPCN %GPVTG HQT 5QHVYCTG using the programming language C. The version of C used is
6GEJPQNQI[
0%56 /WODCK VJG QPG UVCPFCTFKUGF D[ VJG #OGTKECP 0CVKQPCN 5VCPFCTFU
+PUVKVWVG
#05+ %  % JCU TCRKFN[ ICKPGF WUGTU FWG VQ KVU
(TQO VJG FC[U QH XCEWWO VWDGU VQFC[ŏU EQORWVGTU JCXG efficiency, rich data structure, variety of operators and
EQOG C NQPI YC[ KP %27 RQYGT 1TFGT QH OCIPKVWFG CHHKPKV[ VQ VJG 70+: QRGTCVKPI U[UVGO % KU C FKHHKEWNV
increase in computational power is now being realized using language to learn if it is not methodically approached. The
the technology of parallel processing. The area of parallel attempt has been to introduce the basic aspects of C to
processing is exciting, challenging and, perhaps, enable the student to quickly start writing C programs and
intimidating. This compact and lucidly written book gives postpone more difficult features of C to later chapters. The
the readers an overview of parallel processing, exploring the methodology of presentation closely follows the one used by
interesting landmarks in detail and providing them with VJG CWVJQT KP JKU RQRWNCT DQQM QP 2#5%#. RTQITCOOKPI
sufficient practical exposure to the programming issues. This 6JQUG YJQ MPQY 2#5%#. YKNN HKPF KV XGT[ GCU[ VQ NGCTP %
enables them to make realistic attempts at writing parallel using this book.
programs using the available software tools. KEY FEATURES
The book systematically covers such topics as shared Ŗ # UGNHEQPVCKPGF KPVTQFWEVKQP VQ RTQITCOOKPI KP % HQT
memory programming using threads and processes, beginners.
FKUVTKDWVGF OGOQT[ RTQITCOOKPI WUKPI 28/ CPF 42% Ŗ #NNKORQTVCPVRTQITCOOKPINCPIWCIGHGCVWTGUKNNWUVTCVGF
data dependency analysis, parallel algorithms, parallel with over 100 example programs.
programming languages, distributed databases and Ŗ )QQFUV[NGKPRTQITCOOKPIGORJCUKUGF
operating systems, and debugging of parallel programs. It is
an ideal textbook for courses on parallel programming at the Ŗ 'OKPGPVN[UWKVCDNGHQTUGNHUVWF[
undergraduate and postgraduate levels. It will also be useful CONTENTS: 2TGHCEG %QORWVGT #NIQTKVJOU (NQY %JCTVU
for computer professionals interested in exploring the field 2TQITCOOKPI 2TGNKOKPCTKGU 5KORNG %QORWVGT 2TQITCOU
of parallel computing. 0WOGTKE %QPUVCPVU CPF 8CTKCDNGU #TKVJOGVKE 'ZRTGUUKQPU
CONTENTS: 2TGHCEG +PVTQFWEVKQP 2CTCNNGN 2TQEGUUKPI +PRWV CPF 1WVRWV KP % 2TQITCOU %QPFKVKQPCN 5VCVGOGPVU
#TEJKVGEVWTGU 2TQITCOOCDKNKV[ +UUWGU &CVC &GRGPFGPE[ +ORNGOGPVKPI .QQRU KP 2TQITCOU &GHKPKPI CPF
#PCN[UKU 5JCTGF /GOQT[ 2TQITCOOKPI 6JTGCFDCUGF Manipulating Arrays. Logical Expressions and More Control
+ORNGOGPVCVKQP &KUVTKDWVGF %QORWVKPIō+ /GUUCIG 5VCVGOGPVU % 2TQITCO 'ZCORNGU (WPEVKQPU 2TQEGUUKPI
2CUUKPI /QFGN &KUVTKDWVGF %QORWVKPIō++ 4GOQVG Character Strings. Enumerated Data Types and Stacks.
2TQEGFWTG %CNN #NIQTKVJOU HQT 2CTCNNGN /CEJKPGU 2CTCNNGN 5VTWEVWTGU 2QKPVGT &CVC 6[RG CPF #RRNKECVKQPU .KUVU CPF
2TQITCOOKPI .CPIWCIGU &GDWIIKPI 2CTCNNGN 2TQITCOU 6TGGU 4GEWTUKQP $KV .GXGN 1RGTCVKQPU CPF #RRNKECVKQPU
1VJGT 2CTCNNGNKUO 2CTCFKIOU &KUVTKDWVGF &CVC $CUGU (KNGU KP % /KUEGNNCPGQWU (GCVWTGU KP % #RRGPFKEGU
&KUVTKDWVGF 1RGTCVKPI 5[UVGOU #RRGPFKEGUō# 215+: %QORKNKPI CPF 4WPPKPI % 2TQITCOU KP 7PKZ 4GUGTXGF
6JTGCFU 4GHGTGPEG $ 28/ 4GHGTGPEG % 70+: .KDTCT[ 9QTFU KP % /CVJGOCVKECN (WPEVKQPU 5VTKPI (WPEVKQPU
HQT 5JCTGF /GOQT[ #DUVTCEVKQP & 2TQITCOOKPI %JCTCEVGT %NCUU 6GUVU (KNG /CPKRWNCVKQP (WPEVKQPU 7VKNKV[
Assignments. Bibliography. Index. (WPEVKQPU 5WOOCT[ QH % .CPIWCIG +PFGZ 4GHGTGPEGU
Index.
Latest Print 2012 / 276 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-1619-5 / C 175.00 Latest Print 2012 / 372 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-0859-6 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 70
COMPUTER SCIENCE AND ENGINEERING
Programming

Computer Computer
Programming in Programming in
FORTRAN 77 FORTRAN 90 and 95
(With an Introduction
V. RAJARAMAN, *QPQTCT[
to FORTRAN 90), 2TQHGUUQT5WRGTEQORWVGT'FWECVKQP
4th ed. CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVG
QH 5EKGPEG $CPICNQTG

V. RAJARAMAN, *QPQTCT[ 2TQHGUUQT5WRGTEQORWVGT This book introduces computer programming to a beginner


'FWECVKQP CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVGQH5EKGPEG WUKPI (1464#0  CPF KVU TGEGPV GZVGPUKQP (1464#0 
$CPICNQTG 9JKNG (1464#0  JCU DGGP WUGF HQT OCP[ [GCTU CPF KU
still very popular, the International Standards Organization
This book is the revised and enlarged version of the author’s UGVWRCITQWRVQŎOQFGTPK\Gŏ(1464#0CPFKPVTQFWEGPGY
widely acclaimed book %QORWVGT2TQITCOOKPIKP(1464#0 HGCVWTGU YJKEJ JCXG OCFG NCPIWCIGU UWEJ CU 2CUECN CPF %

2TGPVKEG*CNN QH +PFKC   In its fourth edition, the popular. The committee came up with the new standard,
OCLQT CFFKVKQP KU C EJCRVGT QP (1464#0  YJKEJ JCU (1464#0  YJKEJ JCU KPVTQFWEGF OCP[ PGY HGCVWTGU KP
recently emerged as a new standard. The obsolete features of (1464#0 UWEJ CU TGEWTUKQP RQKPVGTU WUGT FGHKPGF FCVC
(1464#0  JCXG VJGTGHQTG DGGP RQKPVGF QWV VJTQWIJQWV V[RGU GVE JKVJGTVQ CXCKNCDNG QPN[ KP 2CUECN CPF %
VJGVGZVCPFHKPCNN[EQPUQNKFCVGFKPCP#RRGPFKZ*QYGXGT (1464#0  KU PQV CP GXQNWVKQPCT[ EJCPIG QH (1464#0
CNN (1464#0  RTQITCOU YTKVVGP CFJGTKPI VQ #05+  DWV KU FTCUVKECNN[ FKHHGTGPV 6JQWIJ (1464#0 
standard (without using the obsolete features) are executable RTQITCOU ECP DG TWP WUKPI C (1464#0  EQORKNGT
YKVJQWVEJCPIGKP(1464#0EQORKNGTU6JWU(1464#0 (1464#0  KU UQ FKHHGTGPV VJCV VJG CWVJQT HGNV KV YCU C
77 will continue to be used for sometime. IQQF KFGC VQ KPVTQFWEG (1464#0  HTQO DCUKEU +P 
As with the previous editions, this book introduces the basic UQOG UOCNN GZVGPUKQPU YGTG OCFG VQ (1464#0  CPF
EQPEGRVU QH EQORWVGT RTQITCOOKPI WUKPI (1464#0  ECNNGF(1464#06JKUDQQMCNUQFKUEWUUGUVJGUGHGCVWTGU
language. The style of presentation is simple and elucidative #U CNN PGY RTQITCOU KP (1464#0 YKNN JGPEGHQTVJ DG
and suitable for self study. The concepts introduced have YTKVVGPKP(1464#0KVKUGUUGPVKCNHQTUVWFGPVUVQNGCTP
been illustrated with worked example programs, written this language.
using the structured programming style. The worked One of the main merits of the book is that every concept in
GZCORNGU JCXG DGGP VGUVGF WUKPI VJG #05+ (1464#0  the language has been illustrated with an appropriate
compiler. example program. This approach makes the book eminently
CONTENTS:2TGHCEG%QORWVGT1TKGPVGF2TQEGFWTGU(NQY suitable for self-study as well.
%JCTVU (QTVTCP 2TQITCOOKPI 2TGNKOKPCTKGU (QTVTCP CONTENTS: 2TGHCEG 'XQNWVKQP QH (1464#0 5KORNG
Constants and Variables. Arithmetic Expressions. Input- (1464#0  2TQITCOU 0WOGTKE %QPUVCPVU CPF 8CTKCDNGU
1WVRWV 5VCVGOGPVU 5KORNG %QORWVGT 2TQITCOU %QPVTQN Arithmetic Expressions. Input-Output Statements.
Statements. The DO Statement. Subscripted Variables. %QPFKVKQPCN 5VCVGOGPVU +ORNGOGPVKPI .QQRU KP 2TQITCOU
'NGOGPVCT[ (QTOCV 5RGEKHKECVKQPU .QIKECN 'ZRTGUUKQPU CPF Logical Expressions and More Control Statements.
&GEKUKQP 6CDNGU (QTVTCP 2TQITCO 'ZCORNGU (WPEVKQPU CPF (WPEVKQPU CPF 5WDTQWVKPGUō$CUKEU &GHKPKPI CPF
5WDTQWVKPGU 2TQEGUUKPI (KNGU KP (QTVTCP %JCTCEVGT /CPKRWNCVKPI #TTC[U 'NGOGPVCT[ (QTOCV 5RGEKHKECVKQPU
/CPKRWNCVKQP KP (QTVTCP /KUEGNNCPGQWU (1464#0  2TQEGUUKPI 5VTKPIU QH %JCTCEVGTU 2TQITCO 'ZCORNGU
(GCVWTGU +PVTQFWEVKQP VQ (QTVTCP  #22'0&+%'5ō 2TQEGFWTGU YKVJ #TTC[ #TIWOGPVU &GTKXGF 6[RGU
+ $WKNVKP (WPEVKQPU KP (1464#0 ++ 5WOOCT[ #FFKVKQPCN (GCVWTGU KP 2TQEGFWTGU 2TQEGUUKPI (KNGU KP
QH (1464#0  (GCVWTGU +++ 1DUQNGVG (GCVWTGU QH (1464#0 2QKPVGT &CVC 6[RGU CPF #RRNKECVKQPU 7UG QH
(1464#0+84GHGTGPEGU+PFGZ /QFWNGU /KUEGNNCPGQWU (GCVWTGU QH (1464#0 
Latest Print 2011 / 208 pp. / 21.6 × 27.8 cm #FFKVKQPCN (GCVWTGU QH (1464#0  #RRGPFKEGUō#
ISBN-978-81-203-1172-5 / C 195.00 +PVTKPUKE2TQEGFWTGUKP(1464#0$5VCVGOGPV1TFGTKP
(1464#0  % 5VCVGOGPV QH (1464#0  FGENCTGF CU
1DUQNGVG KP (QTVTCP  & 0GY (1464#0  (GCVWTGU
EQORCTGFYKVJ(1464#04GHGTGPEGU+PFGZ
Latest Print 2012 / 364 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-1181-7 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 71 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Programming Software Engineering

Write Your First Fundamentals of


Program Software Engineering,
Write Your
First Program
3rd ed.
AMIT SAHA, 5QHVYCTG'PIKPGGT
YKVJ4GF*CV+PE$TKUDCPG RAJIB MALL, 2TQHGUUQT
#WUVTCNKC &GRCTVOGPVQH%QORWVGT5EKGPEG
CPF'PIKPGGTKPI++6-JCTCIRWT
AMIT SAHA

This introductory book on programming introduces Advancements and rapid developments have led to many
EQORWVGT RTQITCOOKPI WUKPI VJG % CPF 2[VJQP ramifications in the ever-changing world of software
programming languages on Microsoft Windows and Linux engineering. This book, in its third edition, is restructured
operating systems to beginners. The book assumes no and revised to trace the advancements made and landmarks
familiarity with programming and teaches the basics of achieved in the field. This book not only incorporates latest
programming to its readers. It helps the readers to write and enhanced software engineering techniques and practices
programs to solve problems in computer science, finance, but also shows how these techniques are applied into
mathematics or physics. the practical software assignments. The chapters are
incorporated with illustrative examples to add an analytical
7PNKMG QVJGT KPVTQFWEVQT[ IWKFGU VQ RTQITCOOKPI 9TKVG insight on the subject. The book is logically organized to
;QWT (KTUV 2TQITCO focuses on the exact information that cover expanded and revised treatment of all software
beginners are required to apply while creating practical process activities.
programs. The book is organized in eight chapters—with
each chapter introducing a major programming topic, NEW TO THIS EDITION
focusing on the concepts and then implementing them in Ŗ 6JG EQPVGPVU CPF RTGUGPVCVKQP QH CNN EJCRVGTU JCXG DGGP
both the languages. This book will teach you to write your improved thoroughly.
first program and progress on to concepts such as working Ŗ # PGY NC[QWV JKIJNKIJVU VJG KORQTVCPV EQPEGRVU CPF
with data, decision making, persistent data storage and theories in a box format, in order to help the students in
implementing mathematical operations. Apart from learning process.
programming, the book also discusses version control Ŗ # PGY EJCRVGT QP 'OGTIKPI 6TGPFU emphasizes on the
systems and open source projects. most upcoming and advanced techniques in the field of
The aim of the book is to focus on the programming logic, Software Engineering.
and then see how the logic can be implemented using two 2TKOCTKN[ KPVGPFGF HQT VJG WPFGTITCFWCVG UVWFGPVU QH
different languages. Thus, it helps the readers to learn two Software Engineering, the book is also beneficial for the
vastly different ways of programming. This book is intended students opting for a course in MCA, MBA and IT.
for all those who are interested to learn/sharpen their KEY FEATURES
programming skills.
– Large number of worked-out examples and practice
Companion Website problems.
The website for this book (www.phindia.com/saha) is an – Chapter-end exercises and solutions to selected problems
KPVGITCNRCTVQHVJGDQQMYJGTG[QWYKNNHKPF to check students’ comprehension on the subject.
– Solutions manual available for instructors.
Ŗ 'ZVGPFGFVTGCVOGPVQHEGTVCKPVQRKEU
Ŗ #FFKVKQPCNVKRUCPFVWVQTKCNU Ō 2QYGT2QKPV UNKFGU CXCKNCDNG QPNKPG CVwww.phindia.com/
Ŗ 3WGUVKQPUCPFEQOOGPVURCIG rajibmall to provide integrated learning to the students.

CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU )GVVKPI 5VCTVGF CONTENTS: 2TGHCEG Introduction. Software Life Cycle
8CTKCDNGU /GOQT[ #NNQECVKQP CPF 2QKPVGTU $CUKE /QFGNU 5QHVYCTG 2TQLGEV /CPCIGOGPV 4GSWKTGOGPVU
#PCN[UKU CPF 5RGEKHKECVKQP 5QHVYCTG &GUKIP (WPEVKQP
2TQITCOOKPI %QPUVTWEVU &CVC 5VTWEVWTGU (KNG *CPFNKPI
QTKGPVGF 5QHVYCTG &GUKIP 1DLGEV /QFGNNKPI 7UKPI 7/.
CPF 2GTUKUVGPV 5VQTCIG /CVJGOCVKECN (WPEVKQPU #FXCPEGF
1DLGEV1TKGPVGF 5QHVYCTG &GXGNQROGPV 7UGT +PVGTHCEG
6QRKEU 6JG 4QCF #JGCF #RRGPFKZ # % 2TQITCOOKPI
&GUKIP %QFKPI CPF 6GUVKPI 5QHVYCTG 4GNKCDKNKV[ CPF
4GUQWTEGU #RRGPFKZ $ 2[VJQP 2TQITCOOKPI 4GUQWTEGU
3WCNKV[ /CPCIGOGPV %QORWVGT #KFGF 5QHVYCTG
#RRGPFKZ%/KUEGNNCPGQWU+PFGZ 'PIKPGGTKPI 5QHVYCTG /CKPVGPCPEG 5QHVYCTG 4GWUG
340 pp. (approx.) / 16.0 × 24.1 cm 'OGTIKPI6TGPFU4GHGTGPEGU+PFGZ
ISBN-978-81-203-4741-0 / FORTHCOMING Latest Print 2013 / 464 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3819-7 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 72
COMPUTER SCIENCE AND ENGINEERING
Software Engineering

Object-Oriented Software
Software Engineering:
Engineering A Concise Study

YOGESH SINGH, 8KEG %JCPEGNNQT6JG/CJCTCLC5C[CLKTCQ S.A. KELKAR, (QTOGT #FLWPEV2TQHGUUQT&GRCTVOGPVQH


7PKXGTUKV[QH$CTQFC8CFQFCTC)WLCTCV  %QORWVGT 5EKGPEGCPF'PIKPGGTKPICUYGNNCUCVVJG5JCKNGUJ,
RUCHIKA MALHOTRA, #UUKUVCPV 2TQHGUUQT&GRCTVOGPVQH /GJVC5EJQQNQH/CPCIGOGPV++6$QODC[
5QHVYCTG 'PIKPGGTKPI&GNJK6GEJPQNQIKECN7PKXGTUKV[&GNJK
This book presents the essentials of theory and practice of
This book is designed for the undergraduate and post- UQHVYCTG GPIKPGGTKPI KP CP CDUVTCEVGF HQTO 2TGUGPVKPI VJG
graduate students of computer science and engineering, information based on software development life cycle,
information technology and MCA. the text guides the students through all the stages of
software production—4GSWKTGOGPVU &GUKIPKPI %QPUVTWE
The text focuses on object-oriented software engineering in
tion, Testing and Maintenance.
the context of an overall effort to present object-oriented
concepts, techniques and models that can be applied in KEY FEATURES
software estimation, analysis, design, testing and quality Ŗ 'ORJCUK\GUQPPQPEQFKPICTGCU
improvement. It presents traditional and object-oriented Ŗ +PENWFGUCRRGPFKEGUQPőPGGFVQMPQYŒDCUKU
software development life cycle models with a special focus
Ŗ /CMGU VJG NGCTPKPI GCUKGT CU QTICPK\GF D[ UQHVYCTG
on rational unified process model. It explains the type of
development life cycle
classes, their relationships and structures using unified
modelling language notations. The text addresses the This text is well suited for academic courses on Software
important issues of improving software quality and Engineering or for conducting training programmes for
measuring various object-oriented constructs using object- software professionals. This book will be equally useful to
QTKGPVGF OGVTKEU (KPCNN[ KV CPCN[UGU VJG KORQTVCPEG QH the instructors of software engineering as well as busy
object-oriented testing and maintenance of software professionals who wish to grasp the essentials of software
developed using object-oriented software engineering engineering without attending a formal instructional course.
techniques and methods. CONTENTS: 2TGHCEG Abbreviations. Software Engineering
The book includes a number of solved examples, multiple $CEMFTQR 5QHVYCTG &GXGNQROGPV 1TKGPVCVKQP 2TCEVKEGU
choice questions, review questions and case studies. The 2TQEGUUGU CPF #TEJKVGEVWTG 5QHVYCTG 2TQLGEV /CPCIGOGPV
concepts and models explained and developed in this book 2TQLGEV 2NCPPKPI 2TQLGEV 'ZGEWVKQP %QPVTQN CPF %NQUKPI
are demonstrated using a real-life case study of library 5QHVYCTG 4GSWKTGOGPVU 2JCUG 5QHVYCTG &GUKIP 2JCUG
management system. 1DLGEV 1TKGPVGF #PCN[UKU CPF &GUKIP 7UGT +PVGTHCEG
&GXGNQROGPV 5QHVYCTG %QPUVTWEVKQP 2JCUG 3WCNKV[
CONTENTS: 2TGHCEG +PVTQFWEVKQP 5QHVYCTG &GXGNQROGPV
%QPVTQN#RRGPFKEGUō#'UVKOCVKQP6GEJPKSWGU$3WCNKV[
.KHG %[ENG /QFGNU 5QHVYCTG 4GSWKTGOGPVU 'NKEKVCVKQP CPF
CPF3WCNKV[/CPCIGOGPV5[UVGOU%/GVTKEUCPF/GCUWTG
Analysis. Object-Oriented Software Estimation. Object-
OGPVU&%QPHKIWTCVKQP/CPCIGOGPV'2TQEGUU/QFGNNKPI
Oriented Analysis. Object-Oriented Desgin. Moving towards
( &CVC /QFGNNKPI ) 6KOG (TCOG /QFGNNKPI * 1DLGEV
+ORNGOGPVCVKQP 5QHVYCTG 3WCNKV[ CPF /GVTKEU 5QHVYCTG
1TKGPVCVKQPCPF7/.$KDNKQITCRJ[
6GUVKPI 5QHVYCTG /CKPVGPCPEG 4GHGTGPEGU #RRGPFKZ
#PUYGTUVQ/WNVKRNG%JQKEG3WGUVKQPU Latest Print 2011 / 952 pp. / 17.8 x 23.5 cm
ISBN-978-81-203-3272-0 / C 495.00
Latest Print 2012 / 312 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4535-5 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 73 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Software Project Management

Information Software Project


Technology Project Management:
Management: A Concise Study,
A Concise Study, 3rd ed.
3rd ed.

S.A. KELKAR, (QTOGT #FLWPEV 2TQHGUUQTKPVJG&GRCTVOGPVQH S.A. KELKAR, (QTOGT #FLWPEV 2TQHGUUQT KP VJG &GRCTVOGPV
%QORWVGT 5EKGPEGCPF'PIKPGGTKPICPFVJG5JCKNGUJ,/GJVC QH%QORWVGT5EKGPEGCPF'PIKPGGTKPI5JCKNGUJ,/GJVC5EJQQNQH
5EJQQN QH/CPCIGOGPVCVVJG+PFKCP+PUVKVWVGQH6GEJPQNQI[ /CPCIGOGPV+PFKCP+PUVKVWVGQH6GEJPQNQI[$QODC[
$QODC[ /WODCK
This well-established and highly appreciated book, now in
This book, in its third edition, is aimed at emphasizing its Third Edition, continues to build on the strength of the
VJG HWPFCOGPVCN EQPEGRVU CUUQEKCVGF YKVJ +6 2TQLGEV previous two editions.
Management from a balanced perspective of theory and
practice. By presenting the information in an abstracted 9JKNG TGVCKPKPI OCP[ QH VJG GZKUVKPI VQRKEU 2TQHGUUQT 5#
form, this text guides the students through all phases of -GNMCTYKVJJKUYGCNVJQHGZRGTKGPEGCPFGZRGTVKUGIKXGUCP
project life cycle, i.e. initiation, planning, execution, uptodate analysis of the subject, incorporating several new
monitoring and control, and closure. topics. The book is suffused with illustrations to reinforce
the concepts discussed. As software project management is a
Besides such general management activities, this book core course in Computer Science and Engineering and
comprehensively deals with all critical dimensions of
project such as scope, time, cost, quality, human resources, Information Technology, and is a preferred choice of many
communication, risk, procurement, and integrations in management students, this book should be treasured by the
order to enhance the reader’s understanding of technical readers, both for its utility and novelty of treatment.
competencies required in project management. Intended as a text for undergraduate and postgraduate
NEW TO THIS EDITION students of Computer Science and Engineering and
Information Technology, this concise and compact book
+PEQTRQTCVGUCNNVJGEJCPIGUDTQWIJVCDQWVKP2/$1-
would be extremely useful also to the postgraduate students

(QWTVJ'FKVKQP CPF+51
of Computer Applications and postgraduate students of
Though the basic structure of this book remains the same, Management specializing in IT.
several chapters have been modified and reorganized
according to the latest trends NEW TO THIS EDITION
Ŗ 6JTGG #RRGPFKEGU QP Nutshell: Managing Complex
This book is well-suited for an academic course (one
Projects; Overview of IT Service Management; and
semester) on IT project management or for conducting an
Emotional Intelligence in Project Management are
equivalent training programme for IT professionals. IT
included.
project managers, who are aspiring to get appropriate
Ŗ %JCRVGT  JCU DGGP TGQTICPK\GF VQ OCMG KV OQTG
EGTVKHKECVKQP EQWTUG DCUGF QP 2/$1- 
(QWTVJ 'FKVKQP
comprehensive.
HTQO 2/+ 75# YKNN DG ITGCVN[ DGPGHKVGF D[ TGCFKPI VJKU
Ŗ %JCRVGT  JCU DGGP URNKV KPVQ VJTGG EJCRVGTU
book. Besides, this book will be equally useful for the
(Chapters 2, 3 and 4). Each chapter deals with project
software professionals who wish to grasp the essentials
management basics, planning, and control, emphasizing
without attending a formal instructional course on the
stakeholder management, quality management, and
subject.
earned management.
CONTENTS: 2TGHCEG #DDTGXKCVKQPU 2TQLGEV /CPCIGOGPV CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
$CEMFTQR 3WCNKV[ CPF 3WCNKV[ /CPCIGOGPV 5[UVGOU
2TQLGEV /CPCIGOGPV 2TQEGUUGU CPF 2/+5 2TGRTQLGEV Abbreviations. Technical Development of Software.
5EGPCTKQ 2TQLGEV +PKVKCVKQP 2TQLGEV 2NCPPKPI 2TQLGEV 5QHVYCTG 2TQLGEV /CPCIGOGPV $CUKEU 2TQLGEV +PKVKCVKQP CPF
'ZGEWVKQP /QPKVQTKPI CPF %QPVTQN 2TQLGEV %NQUKPI CPF 2NCPPKPI 2TQLGEV 'ZGEWVKQP %QPVTQN %NQUKPI CPF $G[QPF
$G[QPF 2TQLGEV /CPCIGOGPV 5WOOCT[ D[ -PQYNGFIG 5QHVYCTG2TQLGEV'UVKOCVKQP5QHVYCTG3WCNKV[/CPCIGOGPV
Areas. Appendices—# +6 #TQWPF 7U $ %CRCEKV[ Software Configuration Management. Software Team
2NCPPKPI % 5QHVYCTG &GXGNQROGPV 1TKGPVCVKQP & /CPCIGOGPV 4QNG QH 7UGT KP 5QHVYCTG 2TQLGEVU
'UVKOCVKQP 6GEJPKSWGU ' 3WCNKV[ %QPVTQN ( /GVTKEU CPF #RRGPFKEGUō# /GVTKEU CPF /GCUWTGOGPVU $ 0WVUJGNN
/GCUWTGOGPVU ) %QPHKIWTCVKQP /CPCIGOGPV * *WOCP /CPCIKPI %QORNGZ 2TQLGEVU % 1XGTXKGY QH +6 5GTXKEG
4GUQWTEGU /CPCIGOGPV + 2TQLGEV 5VTWEVWTG CPF 4QNGU /CPCIGOGPV & 'OQVKQPCN +PVGNNKIGPEG KP 2TQLGEV
5WIIGUVGF4GCFKPI /CPCIGOGPV(WTVJGT4GCFKPIU
Latest Print 2012 / 864 pp. / 17.8 × 23.5 cm Latest Print 2013 / 372 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4273-6 / C 525.00 ISBN-978-81-203-4702-1 / C 275.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 74
COMPUTER SCIENCE AND ENGINEERING
Software Testing

Software Quality Software Testing:


and Testing: A Practical
A Concise Study Approach

S.A. KELKAR, (QTOGT #FLWPEV2TQHGUUQTKPVJG&GRCTVOGPVQH SANDEEP DESAI, 8KEG2TGUKFGPV


+PHQTOCVKQP6GEJPQNQI[ 
%QORWVGT 5EKGPEGCPF'PIKPGGTKPICPFVJG5JCKNGUJ,/GJVC #(%105 +PHTCUVTWEVWTG.KOKVGF/WODCK%WTTGPVN[JGKUC
5EJQQN QH/CPCIGOGPVCVVJG+PFKCP+PUVKVWVGQH6GEJPQNQI[ UGPKQT8KUKVKPI(CEWNV[CV50&6%QNNGIG/WODCK
$QODC[ /WODCK ABHISHEK SRIVASTAVA, 5QHVYCTGGPIKPGGTKPIKUCRCTVPGT
CV6'%*%#08#55
This book is aimed at emphasising the fundamental concepts
CUUQEKCVGFYKVJ5QHVYCTG3WCNKV[CPF5QHVYCTG6GUVKPIHTQO This concise text provides an insight into practical aspects of
a balanced perspective of theory and practice. By presenting software testing and discusses all the recent technological
the information in an abstracted form, this text guides the developments in this field including quality assurance. The
readers through all aspects of developing quality software book also illustrates the specific kinds of problems that
(across the entire development life cycle). The book is software developers often encounter during development of
written around the strategy of error avoidance, error software.
detection (and correction), and error tolerance (as a last The book first builds up the basic concepts inherent in the
resort). software development life cycle (SDLC). It then elaborately
discusses the methodologies of both static testing and
This text is well suited for teaching an academic course as a
dynamic testing of the software, covering the concepts of
part of the Computer Science and/or Information
structured group examinations, control flow and data flow,
Technology and/or MCA curriculum, or for conducting an
unit testing, integration testing, system testing and
equivalent training programme for professionals. acceptance testing. The text also focuses on the importance
KEY FEATURES of the cost-benefit analysis of testing processes. The concepts
Ŗ 'ORJCUKUGU QP OCPCIGOGPV RGQRNG KUUWGU KP SWCNKV[ of test automation, object-oriented applications, client-server
management and web-based applications have been covered in detail.
Ŗ 9TKVVGPKPDWNNGVRQKPVHQTO (KPCNN[ VJG DQQM DTKPIU QWV VJG WPFGTN[KPI EQPEGRVU QH
commercial off-the-shelf (COTS) software applications and
Ŗ %JCRVGTU HQNNQY VJG PCVWTCN GXQNWVKQP QH SWCNKV[
describes the testing methodologies adopted in them.
management
The book is intended for the undergraduate and post-
CONTENTS: 2TGHCEG #DDTGXKCVKQPU (TQO 3WCNKV[ VQ
graduate students of computer science and engineering for a
3WCNKV[ /CPCIGOGPV 3WCNKV[ #UUWTCPEG 3WCNKV[ %QPVTQN course in software testing.
+PURGEVKQPU 4GXKGYU CPF 9CNMVJTQWIJU 5QHVYCTG 6GUVKPI
Levels of Testing. Testing Techniques. Debugging. Software KEY FEATURES
6GUVKPI 6QQNU 3WCNKV[ CPF #WFKVKPI #RRGPFKEGUō# Ŗ 2TQXKFGU TGCNNKHG GZCORNGU KNNWUVTCVKXG FKCITCOU CPF
5QHVYCTG &GXGNQROGPV 1TKGPVCVKQP $ /GCUWTGOGPVU CPF tables to explain the concepts discussed.
5QHVYCTG/GVTKEU%6QQNUCPF6GEJPKSWGUHQT3%&3/5 Ŗ )KXGU C PWODGT QH CUUKIPOGPVU FTCYP HTQO RTCEVKECN
/QFGNU5WIIGUVGF4GCFKPI experience to help the students in assimilating the
concepts in a practical way.
Latest Print 2012 / 624 pp. / 17.8 × 23.5 cm Ŗ +PENWFGUOQFGNSWGUVKQPUKPCFFKVKQPVQCNCTIGPWODGTQH
ISBN-978-81-203-4628-4 / C 475.00 chapter-end review questions to enable the students to
hone their skills and enhance their understanding of the
subject matter.
CONTENTS: 2TGHCEG +PVTQFWEVKQP 5QHVYCTG &GXGNQROGPV
Life Cycle and Testing. Static Testing. Dynamic Testing. Test
Management. Testing Tools. Object-oriented Testing.
6GUVKPI 5RGEKCNK\GF 5[UVGOU 6GUVKPI %QVU /QFGN 2CRGTU
Glossary. Index.
Latest Print 2012 / 192 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4534-8 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 75 PHI Learning: Publications
COMPUTER SCIENCE AND ENGINEERING
Supercomputing Systems Analysis and Design

Grid and Cluster Structured Systems


Computing Analysis and Design:
A Concise Study
C.S.R. PRABHU, &GRWV[
&KTGEVQT )GPGTCN0CVKQPCN
+PHQTOCVKEU %GPVTG
0+% 
*[FGTCDCF

Grid Computing and Cluster Computing are advanced S.A. KELKAR, (QTOGT #FLWPEV2TQHGUU QT &GRCTVOGPVQH
topics and latest trends in computer science that find a place %QORWVGT 5EKGPEGCPF'PIKPGGTKPICUYGNNCUCVVJG5JCKNGUJ,
in the computer science and information technology /GJVC5EJQQNQH/CPCIGOGPV++6$QODC[
curricula of many engineering institutes and universities
VQFC[&KXKFGFKPVQVYQRCTVUō2CTV+)TKF%QORWVKPICPF Virtual presence of Internet and availability of information
2CTV++%NWUVGT%QORWVKPIōVJKUEQORCEVCPFEQPEKUGVGZV on the net have led to information systems becoming an
strives to make the concepts of grid computing and cluster inseparable part of organizations. Today, computer-based
computing comprehensible to the students through its fine information systems are extensively used for acquisition,
RTGUGPVCVKQP CPF CEEGUUKDNG UV[NG 2CTV + QH VJG DQQM GPCDNGU storage, and dissemination of data throughout the
the student not only to understand the concepts involved in organizations. These information systems, however, need to
grid computing but also to build their own grids for specific be backed by sound software development activities.
applications. The systems analysts play a key role in development
Similarly, as today supercomputers are being built using and implementation of the information systems in the
ENWUVGT EQORWVKPI CTEJKVGEVWTGU 2CTV ++ RTQXKFGU CP KPUKIJV organizations. It is, therefore, essential that they remain
into the basic principles involved in cluster computing and abreast of the latest software development methods and
equips the readers with the knowledge to build their own tools while using them.
clusters in-house.
This concise book presents in an abstracted form, the
Diagrams are used to illustrate the concepts discussed and essentials of theory and practice of structured systems
to enable the reader to actually construct a grid or a cluster analysis and design. It is aimed at getting the conceptual
himself. framework across to the readers and thus aiding in concept
The book is intended as a text for undergraduate and implementation. Well-suited for teaching an academic
postgraduate students of computer science and engineering, course of one semester in systems analysis and design, the
information technology (B.Tech./M.Tech. Computer Science text is also suitable for conducting short term training
and Engineering/IT), and postgraduate students of programmes for software professionals. Armed with these
computer science/information technology (M.Sc. Computer concepts and ideas, the systems analysts will be able to
Science and M.Sc. IT). Besides, practising engineers tackle various aspects of systems analysis and design in real
and computer science professionals should find the text life situations.
very useful.
CONTENTS: 2TGHCEG 55#& 6JG 2TQLGEV (KV &GXGNQROGPV
CONTENTS: 2TGHCEG 2CTV + )TKF %QORWVKPIō Methodologies and CASE Tools. Systems Analysis.
Introduction. Technologies and Architectures for Grid 4GSWKTGOGPVU 5VTCVGIKGU CPF /GVJQFU 2TQEGUU /QFGNKPI
Computing. World Wide Grid Computing Activities, .QIKECN &(&U &CVC /QFGNKPI 'PVKV[ .KHG *KUVQTKGU 7UGT
1TICPK\CVKQPU CPF 2TQLGEVU 9GD 5GTXKEGU CPF VJG 5GTXKEG +PVGTHCEG 'UVCDNKUJ 4GSWKTGOGPVU 5QHVYCTG 3WCNKV[
1TKGPVGF #TEJKVGEVWTG
51#  1)5# CPF 954( )NQDWU
#UUWTCPEG 5[UVGO &GUKIP 0QTOCN (QTO #PCN[UKU 5[UVGO
6QQNMKV 6JG )TKF CPF VJG &CVCDCUGU 2CTV ++ %NWUVGT
2CTVKVKQPKPI2TQITCO&GUKIP5QHVYCTG6GUVKPI2WVVKPIVJG
Computing—What is Cluster Computing? Cluster
5[UVGOUVQ7UG5WIIGUVGF4GCFKPI
/KFFNGYCTG #P +PVTQFWEVKQP 'CTN[ %NWUVGT #TEJKVGEVWTGU
CPF *KIJ 6JTQWIJRWV %QORWVKPI %NWUVGTU 0GVYQTMKPI Latest Print 2009 / 324 pp. / 16.0 × 24.1 cm
2TQVQEQNU CPF +1 HQT %NWUVGTU 5GVVKPI 7R CPF ISBN-978-81-203-2451-0 / C 225.00
#FOKPKUVGTKPI C %NWUVGT %NWUVGT 6GEJPQNQI[ HQT *KIJ
#XCKNCDKNKV[ 2GTHQTOCPEG /QFGNU CPF 5KOWNCVKQP 2TQEGUU
Scheduling. Load Sharing and Load Balancing. Distributed
5JCTGF /GOQT[ %CUG 5VWFKGU QH %NWUVGT 5[UVGOU $GQYWNH
%1/2C50CP15CPF2#4#/+PFGZ
Latest Print 2011 / 256 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3428-1 / C 295.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 76
COMPUTER SCIENCE AND ENGINEERING
Systems Analysis and Design System Software

Workbook on Systems System Software


Analysis & Design,
Revised 2nd ed.

VINOD KUMAR GARG 2TQHGUUQTQH+PHQTOCVK QP SANTANU CHATTOPADHYAY, 2TQHGUUQT YKVJVJG


/CPCIGOGPVCV52,CKP+PUVKVWVGQH/CPCIGOGPVCPF4GUGCTEJ &GRCTVOGPV QH'NGEVTQPKEUCPF'NGEVTKECN%QOOWPKECVKQP
/WODCK 'PIKPGGTKPI+PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT
S. SRINIVASAN, 2TQLGEV/CPCIGTQH&GNQKVVG%QPUWNVKPI
*[FGTCDCF Intended as a text for the undergraduate students of
Computer Science and Master of Computer Applications
This second edition, provides step-by-step approach to (MCA), this comprehensive yet concise book introduces
the fundamentals of systems development in interactive the reader to the recent Intel 32-bit architecture, its
hands-on and stimulating learning environment. It focuses programming and associated system programs. The text
on object-oriented analysis and design and approach to web begins by giving an overview of major system software and
application development. To enhance understanding of the proceeds to discuss the assembly language programming
subject, all the topics of the first edition have been reviewed with a number of examples. Topics such as assemblers,
and expanded. linkers and microprocessor CTG FGCNV YKVJ WUKPI 0GVYKFG
#UUGODNGT
0#5/ ōVJG HTGG RNCVHQTO KPFGRGPFGPV
The book first outlines the steps followed in analysis
assembler to generate object code. All the stages of a
and design and then illustrates them with examples. The
compiler design, its important methodologies, and the
end-of-chapter practice exercises provide an incremental
recent design techniques of text editor along with the
framework to reinforce the hands-on nature of learning.
advance data structures used for this purpose are also
It is useful for students and instructors as well as for the EQXGTGF KP UWHHKEKGPV FGVCKN (KPCNN[ VJG GUUGPVKCN HGCVWTGU QH
systems analysts and designers of IT companies to solve debuggers, their design techniques and, most importantly,
their day-to-day systems related problems. the hardware and software support for designing a good
debugger are described.
KEY FEATURES
Ŗ 2TQXKFGU JKPVU QP JQY VQ WUG VGEJPKSWGU QH 55#& KP KEY FEATURES
actual practice. Ŗ )KXGUCHCKTN[NCTIGPWODGTQHGZCORNGUCPFRTQDNGOUVQ
Ŗ )KXGU C EQORTGJGPUKXG ECUG UVWF[ KNNWUVTCVKPI JQY VJG help students in understanding the concepts better.
various application modeling tools could be applied in an Ŗ 6JGVGZVGCUKN[EQTTGNCVGUVJGQT[YKVJRTCEVKEG
integrated manner to a real life situation. Ŗ 2TQXKFGU GZJCWUVKXG FKUEWUUKQP QP 0GVYKFG #UUGODNGT
Ŗ 2TGUGPVU CFFKVKQPCN EJCRVGTU QP 11#& CPF YGD
0#5/ 
development.
CONTENTS: 2TGHCEG Acknowledgements. Introduction.
Ŗ 5WRRNKGU SWGUVKQP DCPM YKVJ OQTG VJCP  ECTGHWNN[ #UUGODN[ .CPIWCIG 2TQITCOOKPI #UUGODNGT &GUKIP
selected questions on various concepts. Linker and Loader. Macroprocessor. Compiler. Text Editor.
CONTENTS: 2TGHCEG #EMPQYNGFIOGPVU %JCRVGT &GDWIIGT #RRGPFKZ 6JG 0GVYKFG #UUGODNGT 0#5/
Summary. Introduction. Application Modeling. Database Bibliography. Index.
&GUKIP+PRWV1WVRWV&GUKIP2TQITCO&GUKIP%CUG5VWF[ Latest Print 2011 / 208 pp. / 17.8 × 23.5 cm
1DLGEV1TKGPVGF #PCN[UKU CPF &GUKIP 3WGUVKQP $CPM ISBN-978-81-203-3051-1 / C 175.00
Appendix A—Structured Methodology Elements. Appendix
B—Web Case Study. Glossary. Index.
Latest Print 2009 / 252 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-1724-6 / C 175.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 77 PHI Learning: Publications


COMPUTER SCIENCE AND ENGINEERING
Theory of Computer Science/Automata

Theory of Computer
Science (Automata,
Languages and
Computation),
3rd ed.

K.L.P. MISHRA, (QTOGTN[ 2TQHGUUQT&GRCTVOGPVQH'NGEVTKECN KEY FEATURES


CPF'NGEVTQPKEU'PIKPGGTKPICPF2TKPEKRCN4GIKQPCN'PIKPGGTKPI
Ŗ 1DLGEVKXGV[RG SWGUVKQPU KP GCEJ EJCRVGTōYKVJ CPUYGTU
%QNNGIG 6KTWEJKTCRCNNK
provided at the end of the book.
N. CHANDRASEKARAN, (QTOGTN[2TQHGUUQTQH/CVJGOCVKEU
Ŗ 'KIJV[VJTGG CFFKVKQPCN UQNXGF GZCORNGUōCFFGF CU
5V ,QUGRJŏU%QNNGIG6KTWEJKTCRCNNK
Supplementary Examples in each chapter.
This Third Edition, in response to the enthusiastic reception Ŗ &GVCKNGF UQNWVKQPU CV VJG GPF QH VJG DQQM VQ EJCRVGTGPF
given by academia and students to the previous edition, exercises.
offers a cohesive presentation of all aspects of theoretical
computer science, namely automata, formal languages, The book is designed to meet the needs of the under-
computability, and complexity. Besides, it includes graduate and postgraduate students of computer science
coverage of mathematical preliminaries. and engineering as well as those of the students offering
courses in computer applications.
NEW TO THIS EDITION
Ŗ 'ZRCPFGF UGEVKQPU QP RKIGQPJQNG RTKPEKRNG CPF VJG CONTENTS: 2TGHCEG 0QVCVKQPU 2TQRQUKVKQPU CPF
principle of induction (both in Chapter 2) 2TGFKECVGU /CVJGOCVKECN 2TGNKOKPCTKGU 6JG 6JGQT[ QH
Ŗ #TKIQTQWURTQQHQH-NGGPGŏUVJGQTGO
%JCRVGT #WVQOCVC (QTOCN .CPIWCIGU 4GIWNCT 5GVU CPF
Ŗ /CLQTEJCPIGUKPVJGEJCRVGTQP6WTKPIOCEJKPGU
6/U 4GIWNCT )TCOOCTU %QPVGZV(TGG .CPIWCIGU 2WUJFQYP
– A new section on high-level description of TMs #WVQOCVC .4
M) Grammars. Turing Machines and
– Techniques for the construction of TMs .KPGCT $QWPFGF #WVQOCVC &GEKFCDKNKV[ CPF 4GEWTUKXGN[
– Multitape TM and nondeterministic TM Enumerable Languages. Computability. Complexity.
#PUYGTU VQ 5GNH6GUVU 5QNWVKQPU
QT *KPVU  VQ %JCRVGTGPF
Ŗ # PGY EJCRVGT
%JCRVGT   QP FGEKFCDKNKV[ CPF
'ZGTEKUGU(WTVJGT4GCFKPI+PFGZ
recursively enumerable languages
Ŗ # PGY EJCRVGT
%JCRVGT   QP EQORNGZKV[ VJGQT[ Latest Print 2012 / 436 pp.
CPF02EQORNGVGRTQDNGOU 16.0 × 24.1 cm
Ŗ #UGEVKQPQPSWCPVWOEQORWVCVKQPKP%JCRVGT ISBN-978-81-203-2968-3 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 78
ENGINEERING
Agricultural
*;&41.1);) Agricultural (SOIL C105'48#6+10*;&41.1);)

Irrigation and Water Hydrology and Soil


Power Engineering Conservation
Engineering including
Watershed
Management,
2nd ed.

MADAN MOHAN DAS, HQTOGTN[ 2TQHGUUQT %KXKN GHANSHYAM DAS, HQTOGTN[ 'OGTKVWU(GNNQY
#+%6'
'PIKPGGTKPI&GRCTVOGPV#UUCO'PIKPGGTKPI%QNNGIG)WYCJCVK CPF 2TQHGUUQTKP5QKNCPF9CVGT%QPUGTXCVKQP'PIKPGGTKPI
#P 'OGTKVWU (GNNQYQH #+%6' &KTGEVQT QH 6GEJPKECN' FWECVKQP )$2CPV7PKXGTUKV[QH#ITKEWNVWTGCPF6GEJPQNQI[2CPVPCICT
)QXGTPOGPVQH#UUCO
MIMI DAS SAIKIA, 2TQHGUUQT%KXKN'PIKPGGTKPI&GRCTVOGPV Streamlined to facilitate student understanding, this second
#UUCO&QYP6QYP7PKXGTUKV[)WYCJCVK edition, containing the latest techniques and methodologies
and some new problems, continues to provide a compre-
Designed primarily as a textbook for the undergraduate hensive treatment of hydrology of watersheds, soil erosion
students of civil and agricultural engineering, this compre- problems, design and installation of soil conservation
hensive and well-written text covers irrigation system and practices and structures, hydrologic and sediment yield
hydroelectric power development in lucid language. models, watershed management and water harvesting. It
6JG VGZV KU QTICPK\GF KP VYQ RCTVU 2CTV +
+TTKICVKQP also deals with the special requirements of management of
Engineering) deals with the methods of water distribution to agricultural and forested watersheds.
crops, water requirement of crops, soil-water relationship, This book is designed for undergraduate students of
well irrigation and hydraulics of well, canal irrigation and agricultural engineering for courses in hydrology, and soil
FKHHGTGPV VJGQTKGU QH KTTKICVKQP ECPCN FGUKIP 2CTV ++
9CVGT and water conservation engineering. It will also be of
2QYGT'PIKPGGTKPI  QHHGTU VJG RTQEGFWTGU QH JCTPGUUKPI VJG considerable value to students of agriculture, soil science,
hydropotential of river valleys to produce electricity. It also forestry, and civil engineering.
discusses different types of dams, surge tanks, turbines,
draft tubes, power houses and their components. The text FEATURES
emphasizes on the solutions of unsteady equations of surge Ŗ 'ORJCUKUGUHWPFCOGPVCNUWUKPIPWOGTQWUKNNWUVTCtions to
tank and pipe carrying water to power house under water help students visualise different phenomena
hammer situation. It also includes computer programs for Ŗ 1HHGTUNWEKFRTGUGPVCVKQPQHHKGNFRTCEVKEGU
the numerical solutions of hyperbolic partial differential Ŗ 2TGUGPVU VJG CPCN[UKU CPF FGUKIP QH DCUKE J[FTCWNKE
equations. structures
Besides undergraduate students, this book will also be of Ŗ &GXQVGUCPGPVKTGEJCRVGTVQYCVGTUJGFOCPCIGOGPV
immense use to the postgraduate students of water
Ŗ 2TQXKFGU PWOGTQWU UQNXGF FGUKIP RTQDNGOU CPF GZGTEKUG
resources engineering.
problems to develop a clear understanding of the theory
CONTENTS: 2TGHCEG 2CTV + +TTKICVKQP 'PIKPGGTKPIō
Ŗ )KXGU VJGQTGVKECN SWGUVKQPU CPF QDLGEVKXG V[RG SWGUVKQPU
+TTKICVKQP 'PIKPGGTKPI #P +PVTQFWEVKQP /GVJQFU QH 9CVGT
with answers to test the students’ understanding.
&KUVTKDWVKQP VQ %TQR (KGNFU 9CVGT 4GSWKTGOGPV QH %TQRU
CPF 5QKN 9CVGT 4GNCVKQPUJKR 9GNN *[FTCWNKEU CPF 9GNN CONTENTS: 2TGHCEG +PVTQFWEVKQP 2TGEKRKVCVKQP
+TTKICVKQP (NQY +TTKICVKQP %CPCN *GCFYQTMU %TQUU #DUVTCEVKQP .QUUGU 5VTGCO (NQY 4WPQHH (TGSWGPE[
&TCKPCIG 9QTMU %CPCN .KPKPI CPF 9CUVGNCPF %CPCN (CNN #PCN[UKU QH *[FTQNQIKE 'XGPVU *[FTQITCRJU (NQQF
&GUKIP QH %CPCN 2CTV ++ 9CVGT 2QYGT 'PIKPGGTKPIō9CVGT 4QWVKPI 5[UVGO %QPEGRVWCN CPF &[PCOKE /QFGNU QH
2QYGT 'PIKPGGTKPI #P +PVTQFWEVKQP 4GUGTXQKTU &COU # 4WPQHH *[FTQITCRJ 6KOG 5GTKGU #PCN[UKU 5QKN 'TQUKQP
General Introduction. Gravity Dam. Earth Dam and Arch %QPVTQNNKPI 5QKN 'TQUKQP 9CVGT *CTXGUVKPI 9CVGTUJGF
Dam. Spillways. Intake Structures. Other Components of /CPCIGOGPV (KGNF /GCUWTGOGPVU 4WPQHH CPF 5GFKOGPV
9CVGT 2QYGT 2NCPV 7PUVGCF[ 'SWCVKQPU QH 5WTIG 6CPM #P Discharge. Appendices. Index.
#PCN[UKU 9CVGT *COOGT 2TGUUWTG KP %QPFWKV 9KVJQWV C
Latest Print 2012 / 552 pp. / 17.8 × 23.5 cm
Surge Tank. Index.
ISBN-978-81-203-3586-8 / C 395.00
Latest Print 2012 / 436 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3587-5 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 79 PHI Learning: Publications


ENGINEERING
Agricultural (W#6'4 4'5174%' M#0#)'/'06)

Irrigation and Irrigation Water


Water Power Management:
Engineering Principles and
Practice

MADAN MOHAN DAS, HQTOGTN[ 2TQHGUUQT %KXKN DILIP KUMAR MAJUMDAR, 2TQHGUUQT QH #ITQPQO[
'PIKPGGTKPI&GRCTVOGPV#UUCO'PIKPGGTKPI%QNNGIG)WYCJCVK +PUVKVWVGQH#ITKEWNVWTG8KUXC$JCTCVK7PKXGTUKV[
#P 'OGTKVWU (GNNQYQH #+%6' &KTGEVQT QH 6GEJPKECN' FWECVKQP
)QXGTPOGPVQH#UUCO This book fills the need for an up-to-date comprehensive
MIMI DAS SAIKIA, 2TQHGUUQT%KXKN'PIKPGGTKPI&GRCTVOGPV text on irrigation water management for students of
#UUCO&QYP6QYP7PKXGTUKV[)WYCJCVK agriculture both at the undergraduate and postgraduate
levels. The scope of the book makes it a useful reference for
Designed primarily as a textbook for the undergraduate courses in agricultural engineering, agronomy, soil science,
students of civil and agricultural engineering, this agricultural physics and environmental sciences. It can also
comprehensive and well-written text covers irrigation serve as a valuable guidebook to persons working with
system and hydroelectric power development in lucid farming communities.
language.
The book has useful research data and a large number of
6JG VGZV KU QTICPK\GF KP VYQ RCTVU 2CTV +
+TTKICVKQP diagrams for easy comprehension of the topics. The end-of-
Engineering) deals with the methods of water distribution to chapter problems and numerous worked-out examples serve
crops, water requirement of crops, soil-water relationship, to aid further understanding of the subject. The book also
well irrigation and hydraulics of well, canal irrigation and
has an extensive glossary, whilst a detailed bibliography
FKHHGTGPV VJGQTKGU QH KTTKICVKQP ECPCN FGUKIP 2CTV ++
9CVGT
concludes each chapter.
2QYGT'PIKPGGTKPI  QHHGTU VJG RTQEGFWTGU QH JCTPGUUKPI VJG
hydropotential of river valleys to produce electricity. It also CONTENTS:2TGHCEG)GPGTCN9CVGT9GCNVJCPF+TTKICVKQP
discusses different types of dams, surge tanks, turbines, KP +PFKC 5QKN9CVGT 4GNCVKQPUJKR 5QKN 9CVGT /GCUWTGOGPV
draft tubes, power houses and their components. The text 5QKN 9CVGT2NCPV 4GNCVKQPUJKR 'UVKOCVKPI 9CVGT
emphasizes on the solutions of unsteady equations of surge 4GSWKTGOGPV QH %TQRU /GVJQFU QH +TTKICVKQP /GCUWTGOGPV
tank and pipe carrying water to power house under water of Water. Irrigation Efficiency. Scheduling Irrigation.
hammer situation. It also includes computer programs for +TTKICVKQP2TCEVKEGUKP%TQRU3WCNKV[QH9CVGTCPF+TTKICVKQP
the numerical solutions of hyperbolic partial differential YKVJ 5CNKPG 9CVGT +TTKICVKQP CPF %TQRRKPI 2CVVGTP
equations.
+TTKICVKQP CPF (GTVKNK\GT 7UG 9CVGT /CPCIGOGPV KP *KIJ
Besides undergraduate students, this book will also be of Water Table Areas. Appendices. Glossary. Index.
immense use to the postgraduate students of water
resources engineering. Latest Print 2012 / 500 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-1729-1 / C 350.00
CONTENTS: 2TGHCEG 2CTV + +TTKICVKQP 'PIKPGGTKPIō
+TTKICVKQP 'PIKPGGTKPI #P +PVTQFWEVKQP /GVJQFU QH 9CVGT
&KUVTKDWVKQP VQ %TQR (KGNFU 9CVGT 4GSWKTGOGPV QH %TQRU
CPF 5QKN 9CVGT 4GNCVKQPUJKR 9GNN *[FTCWNKEU CPF 9GNN
+TTKICVKQP (NQY +TTKICVKQP %CPCN *GCFYQTMU %TQUU
&TCKPCIG 9QTMU %CPCN .KPKPI CPF 9CUVGNCPF %CPCN (CNN
&GUKIP QH %CPCN 2CTV ++ 9CVGT 2QYGT 'PIKPGGTKPIō9CVGT
2QYGT 'PIKPGGTKPI #P +PVTQFWEVKQP 4GUGTXQKTU &COU #
General Introduction. Gravity Dam. Earth Dam and Arch
Dam. Spillways. Intake Structures. Other Components of
9CVGT 2QYGT 2NCPV 7PUVGCF[ 'SWCVKQPU QH 5WTIG 6CPM #P
#PCN[UKU 9CVGT *COOGT 2TGUUWTG KP %QPFWKV 9KVJQWV C
Surge Tank. Index.
Latest Print 2012 / 436 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3587-5 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 80
ENGINEERING
Chemical (B+1%*'/+%#.)

Biochemical Biochemical
Engineering Engineering: Principles
and Concepts, 3rd ed.

SYED TANVEER AHMED


INAMDAR, #UUKUVCPV2TQHGUUQT
KPVJG&GRCTVOGPVQH%JGOKECN
'PIKPGGTKPI5&/%QNNGIGQH
'PIKPGGTKPICPF6GEJPQNQI[&JCTY CF
-CTPCVCMC
MUKESH DOBLE, 2TQHGUUQT &GRCTVOGPV QH $KQVGEJPQNQI[ The book, now in its Third Edition, continues to offer the
++6/CFTCU basic concepts and principles of biochemical engineering. It
SATHYANARAYANA N. GUMMADI, #UUKUVCPV 2TQHGUUQT covers the curriculum for a first-course in Biochemical
&GRCTVOGPVQH$KQVGEJPQNQI[++6/CFTCU Engineering at the undergraduate level of Chemical
Engineering discipline and also caters to the requirements of
This text is intended to provide students with a solid BTech Biotechnology and BSc Biotechnology offered by
grounding in basic principles of biochemical engineering. various universities.
Beginning with a historical review and essential concepts of The text first explains the basics of microbiology and
biochemical engineering in part I, the next three parts are biochemistry before moving on to explore the significance of
devoted to a comprehensive discussion of various topics in enzymes, their properties, types, kinetics, industrial
the areas of life sciences, kinetics of biological reactions and applications, production and formulation and the methods
engineering principles. of their immobilization. It also deals with cell growth and its
kinetic aspects and discusses various types of biological
*CXKPI FGUETKDGF VJG FKHHGTGPV DWKNFKPI DNQEMU QH NKHG reactors with an emphasis on key engineering practices
microbes, metabolism and bioenergetics, the book proceeds related to fermentation processes and products, bioreactor
to explain enzymatic kinetics and kinetics of cell growth and design and operation. It offers a complete description on
product formation. The engineering principles cover downstream processing and control of microorganisms.
transport phenomena in bioprocess systems and various Besides, it also covers in the appendices some important
bioreactors, downstream processing and environmental topics such as process kinetics and reactor analysis,
VGEJPQNQI[ (KPCNN[ VJG DQQM EQPENWFGU YKVJ CP bioenergetics, and environmental microbiology to justify
KPVTQFWEVKQPVQTGEQODKPCPV&0#VGEJPQNQI[ their relevance in biochemical engineering.
This textbook is designed for B.Tech. courses in NEW TO THIS EDITION
biotechnology, B.Tech. courses in chemical engineering and Ŗ 1HHGTU C EQORNGVG FGUETKRVKQP YKVJ CRRNKECVKQPU CPF
other allied disciplines, and M.Sc. courses in biotechnology. configurations of membrane bioreactors (Chapter 7).
Ŗ 2TGUGPVU C HCEGNKHV QH FQYPUVTGCO RTQEGUUGU KP VJG VQRKEU
CONTENTS: 2TGHCEG 2CTV + +PVTQFWEVKQPō+PVTQFWEVKQP VQ
viz. disruption of cells supported with flow sheet, freeze
$KQEJGOKECN 'PIKPGGTKPI 2CTV ++ 'UUGPVKCN .KHG 5EKGPEGō
drying, formulation, etc. along with a total revamping of
Biomolecules. Microbial World. Metabolism and the discussion on supercritical fluid extraction and
$KQGPGTIGVKEU (WPEVKQPU QH %GNN 2CTV +++ -KPGVKEU QH induction of biofouling (Chapter 9).
$KQNQIKECN 4GCEVKQPUō-KPGVKEU QH 'P\[OCVKE 4GCEVKQPU %GNN
Ŗ 2TQXKFGU C PGY CRRGPFKZō#RRGPFKZ &ōQP 5GNH
)TQYVJ CPF 2TQFWEV (QTOCVKQP 2CTV +8 'PIKPGGTKPI Assessment Exercises, which incorporates questions in the
2TKPEKRNGUō6TCPURQTV 2JGPQOGPC KP $KQRTQEGUU 5[UVGOU form of multiple choice, true/false and fill in the blanks in
$KQTGCEVQTU CPF 5ECNGWR &QYPUVTGCO 2TQEGUUKPI order to assess the level of understanding.
'PXKTQPOGPVCN6GEJPQNQI[4GEQODKPCPV&0#6GEJPQNQI[
Bibliography. Index. CONTENTS: (QTGYQTF2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP
$KQEJGOKECN 'PIKPGGTKPI # 2GTURGEVKXG /KETQDKQNQI[
Latest Print 2007 / 236 pages / 16.0 × 24.1 cm (WPFCOGPVCNU $KQNQIKECN 2QN[OGTU 'P\[OGU CPF 'P\[OG
ISBN-978-81-203-3052-8 / C 195.00 -KPGVKEU +PFWUVTKCN 'P\[OGU CPF #RRNKECVKQPU
+OOQDKNK\GFGP\[OG 6GEJPQNQI[ $KQOCUU 2TQFWEVKQP +P
%GNN %WNVWTGU $KQNQIKECN 4GCEVQTU (GTOGPVCVKQP
6GEJPQNQI[ō6TCFKVKQPCN 2TQEGUUGU CPF 2TQFWEVU
&QYPUVTGCO 2TQEGUUKPI 6JG %QPVTQN QH /KETQQTICPKUOU
#RRGPFKEGUō# 2TQEGUU -KPGVKEU CPF 4GCEVQT #PCN[UKU $
$KQGPGTIGVKEU % %QPEGRVU +P 'PXKTQPOGPVCN /KETQDKQNQI[
&5GNHCUUGUUOGPV'ZGTEKUGU)NQUUCT[$KDNKQITCRJ[+PFGZ
Latest Print 2012 / 468 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4585-0 / C 375.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 81 PHI Learning: Publications
ENGINEERING
Chemical (B+1%*'/+%#.) Chemical (C*'/+%#. 241%'55 C10641.)

Bioseparations: Chemical Process


Principles and Modelling and
Techniques Computer
Simulation,
2nd ed.

B. SIVASANKAR, 2TQHGUUQT &GRCTVOGPVQH%JGOKUVT[#PPC AMIYA K. JANA, #UUKUVCPV2TQHGUUQTCV++6-JCTCIRWT


7PKXGTUKV[ %JGPPCK
This comprehensive and thoroughly revised text, now in its
This systematically organized and well-balanced book second edition, continues to present the fundamental
concepts of how mathematical models of chemical processes
compresses within the covers of a single volume the
are constructed and demonstrate their applications to the
theoretical principles and techniques involved in bio- simulation of two of the very important chemical
separations, also called downstream processing. These GPIKPGGTKPI U[UVGOU VJG EJGOKECN TGCEVQTU CPF FKUVKNNCVKQP
techniques are derived from a range of subjects, for example, systems.
physical chemistry, analytical chemistry, biochemistry,
biological science and chemical engineering. The book provides an integrated treatment of process
description, mathematical modelling and dynamic
Organized in its 15 chapters, the text covers in the first few simulation of realistic problems, using the robust process
chapters topics related to chemical engineering unit model approach and its simulation with efficient numerical
operations such as filtration, centrifugation, adsorption, techniques. Theoretical background materials on activity
extraction and membrane separation as applied to coefficient models, equation of state models, reaction
bioseparations. The use of chromatography as practiced kinetics, and numerical solution techniques-needed for the
at laboratory as well as industrial scale operation development of mathematical models-are also addressed in
and related techniques such as gel filtration, affinity the book.
and pseudoaffinity chromatography, ion-exchange The topics of discussion related to tanks, heat exchangers,
chromatography, electrophoresis and related methods have chemical reactors (both continuous and batch), biochemical
been discussed. The important applications of these reactors (continuous and fed-batch), distillation columns
techniques have also been highlighted. (continuous and batch), equilibrium flash vaporizer, and
refinery debutanizer column contain several worked-out
DISTINGUISHING FEATURES examples and case studies to teach students how chemical
Ŗ Basic principles involved in the various techniques are processes can be measured and monitored using computer
dealt with illustrative diagrams and description. programming.
Ŗ Worked examples are given at the end of relevant 6JG PGY GFKVKQP KPENWFGU VYQ OQTG EJCRVGTUō4GCEVKXG
chapters. Distillation Column and Vaporizing Exchangers—which will
Ŗ An overview of entire course/subject of bioseparations is further strengthen the text.
presented in Chapter 1.
This book is designed for senior level undergraduate and
The book is intended primarily as a textbook for HKTUV[GCT RQUVITCFWCVG NGXGN EQWTUGU KP ő%JGOKECN 2TQEGUU
undergraduate and postgraduate students of biotechno- Modelling and Simulation”. The book will also be useful for
logy—both in science and engineering. Some of the topics students of petrochemical engineering, biotechnology, and
covered would also greatly benefit students who wish to biochemical engineering. It can serve as a guide for research
specialize on certain areas as well as those in the industry scientists and practising engineers as well.
engaged in biotechnology research. CONTENTS: 2TGHCEG 2CTV + +PVTQFWEVKQPō+PVTQFWEVKQP VQ
CONTENTS: 2TGHCEG #P 1XGTXKGY QH $KQUGRCTCVKQPU /QFGNNKPI CPF 5KOWNCVKQP 0WOGTKECN /GVJQFU 2CTV ++
%GNN &KUTWRVKQP (KNVTCVKQP %GPVTKHWICVKQP #FUQTRVKQP 4GCEVQTō$CVEJ 4GCEVQT %QPVKPWQWU 5VKTTGF 6CPM 4GCEVQT
$KQTGCEVQT2CTV+++&KUVKNNCVKQPō%QORCTVOGPVCN&KUVKNNCVKQP
'ZVTCEVKQP /GODTCPG 5GRCTCVKQP 2TQEGUUGU 2TGEKRKVCVKQP
Model. Ideal Binary Distillation Column. Activity
%JTQOCVQITCRJ[ 2TKPEKRNGU CPF 2TCEVKEG )GN (KNVTCVKQP Coefficient Models. Binary Batch Distillation Column.
Ion Exchange Chromatography and Chromatofocusing. Binary Continuous Distillation Column. Multicomponent
4GXGTUGF 2JCUG CPF *[FTQRJQDKE +PVGTCEVKQP %JTQOCVQ $CVEJ &KUVKNNCVKQP %QNWOP 'SWKNKDTKWO (NCUJ 8CRQTK\CVKQP
graphy. Affinity Chromatography. Electrokinetic Methods 'SWCVKQP QH 5VCVG /QFGNU 4GHKPGT[ &GDWVCPK\GT %QNWOP
QH 5GRCTCVKQP (KPKUJKPI 1RGTCVKQPU CPF (QTOWNCVKQP 4GCEVKXG &KUVKNNCVKQP %QNWOP 2CTV +8 8CRQTK\KPI
Bibliography. Index. 2TQEGUUGUō8CRQTK\KPI'ZEJCPIGTU+PFGZ
Latest Print 2012 / 280 pp. / 16.0 × 24.1 cm Latest Print 2012 / 376 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2649-1 / C 250.00 ISBN-978-81-203-4477-8 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 82
ENGINEERING
Chemical (C*'/+%#. 241%'55 C10641.) Chemical
(C*'/+%#. 241%'55 M1&'..+0) #0& S+/7.#6+10)
Process Control: Chemical Process
Concepts, Dynamics Technology and Chemical Process
and Applications Technology and
Simulation Simulation

S.K. SINGH, *GCF/CKPVGPCPEG


5GTXKEGU)TQWR
'NGEVTKECN CPF
6GNGEQOOWPKECVKQP 6CVC5VGGN
54+-7/#4-1;+--#.
.KOKVGF,COUJGFRWT

2TQEGUU EQPVTQN C UWDFKUEKRNKPG QH CWVQOCVKE EQPVTQN SRIKUMAR KOYIKKAL, CITCFWCVGKP%JGOKECN'PIKPGGTKPI


involves tailoring methods for the efficient operation of CPF CRQUVITCFWCVGKP Ŏ%JGOKECN 2TQLGEV 'PIKPGGTKPIŏCPFYKVJ
KPFWUVTKCN RTQEGUUGU 2TQRGT CRRNKECVKQP QH RTQEGUU EQPVTQN  [GCTUQHKPFWUVTKCNGZRGTKGPEGKPRTQEGUUFGUKIPKUEWTTGPVN[
improves the safety and profitability of a process, while YQTMKPICUC2TQEGUU&GUKIP%QPUWNVCPVVQEJGOKECNKPFWUVTKGU
maintaining consistently high product quality.
This book is a comprehensive introduction to the vast and This book is designed to apprise the students of chemical
important field of control systems. The text introduces the engineering with the process descriptions of chemical
theory of automatic control and its applications to the VGEJPQNQIKGUYKVJVJGJGNRQHUKORNKHKGFHNQYUJGGVU0GYGT
chemical process industries with emphasis on topics that are technologies have been added and some technologies which
of use to the process control engineers and specialists. It also have lost their relevance have been omitted. Computer
covers the advanced control strategies and its practical simulation methods have been described for many
implementation with an excellent balance of theoretical important technologies. In short, the book considers
concepts and engineering practice. computer design tools and design software, in a manner that
KEY FEATURES fits in smoothly into the main subject. The book is expected
Ŗ 'ZVGPUKXG EQXGTCIG QH VQRKEU UWEJ CU (GGFDCEM EQPVTQN to become useful not only to students but also to practicing
Modelling, Controller design, and response analysis and engineers and process designers.
stability criterion per evaluating robustness of control There are chapters on natural products and fermentation
systems. process chemicals, organic chemicals, inorganic chemicals,
Ŗ .CTIGPWODGTQHKNNWUVTCVKXGHKIWTGUCPFUQNXGFGZCORNGU
refinery operations, oil and gas operations and
at the end of the chapters.
nanotechnology products. In some of them computer
Ŗ 'ZVGPUKXGUGVQHTGXKGYSWGUVKQPUCPF self-check quizzes
with answers at the end of each chapter. simulation and costing examples are included.
Ŗ %CUG UVWFKGU HQT DTKFIKPI VJG ICR DGVYGGP VJGQTGVKECN Computerisation by process simulation is included in this
learning and practical implementation. book. An example of modelling and simulation using C++ is
also given as an example of ‘user written’ programs for
Designed to serve as a textbook for both undergraduate and simulation. A third method that can be used for simulation
postgraduate students of chemical engineering, this book
is the use of spreadsheets which is also described with the
will also be useful for mechanical, instrumentation and
electrical engineers who help design process control help of an example. Chapters on refinery and oil and gas
systems. processes are suited to the present situation. A new
important topic of today being ‘polysilicon’ used in the
CONTENTS:(QTGYQTF 2TGHCEG#EMPQYNGFIGOGPVU2CTV+ manufacture of computer chips and solar panels, is also
2TQEGUU %QPVTQN %QPEGRVUō+PVTQFWEVKQP VQ 2TQEGUU %QPVTQN covered in detail.
5[UVGOU 2TQEGUU %QPVTQN /QFGNNKPI (GGFDCEM %QPVTQN
5[UVGO 2CTV ++ 2TQEGUU %QPVTQN &[PCOKEU CPF &GUKIPō CONTENTS:2TGHCEG+PVTQFWEVKQP0CVWTCNCPF$KQRTQEGUU
4GURQPUG#PCN[UKUQH%QPVTQN5[UVGOCPF5VCDKNKV[%TKVGTKQP Chemicals. Organic Chemicals. Inorganic Chemicals.
&GUKIP QH 2TQEGUU %QPVTQN 5[UVGOU 2CTV +++ #FXCPEGF 4GHKPGT[ 1RGTCVKQPU 1KN CPF )CU 1RGTCVKQPU 0CPQ
2TQEGUU%QPVTQNō#FXCPEGF2TQEGUU%QPVTQN5VTCVGIKGU2CTV 6GEJPQNQI[ 2TQFWEVU /QFGNNKPI CPF 5KOWNCVKQP 7UGT
+8 %QORWVGT$CUGF %QPVTQNō%QORWVGT#KFGF 2TQEGUU YTKVVGP2TQITCO'ZCORNG%QUV'UVKOCVKQP'ZCORNGU6CDNGU
%QPVTQN %QORWVGT *CTFYCTG HQT 2TQEGUU %QPVTQN CPF%JCTVU4GHGTGPEGU+PFGZ
%QORWVGT 5QHVYCTG HQT 2TQEGUU %QPVTQN /KETQEQORWVGT
$CUGF 2TQEGUU %QPVTQNō# 2TQITCOOCDNG .QIKE %QPVTQNNGT Latest Print 2013 / 352 pp. / 17.8 × 23.5 cm

2.%  /KETQEQORWVGT$CUGF 2TQEGUU %QPVTQNō# ISBN-978-81-203-4709-0 / C 395.00


&KUVTKDWVGF %QPVTQN 5[UVGO
&%5  2CTV 8 %CUG 5VWFKGUō
2TQEGUU%QPVTQN%CUG5VWF[$KDNKQITCRJ[#PUYGTUVQ5GNH
%JGEM3WK\\GU+PFGZ
Latest Print 2012 / 748 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3678-0 / C 450.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 83 PHI Learning: Publications
ENGINEERING
Chemical (C*'/+%#. 241%'55 M1&'..+0) #0& S+/7.#6+10)

Process Simulation
and Control Using
ASPEN™, 2nd ed.

AMIYA K. JANA, #UUKUVCPV2TQHGUUQTCV++6-JCTCIRWT NEW TO THIS EDITION


Solving the model structure with a large equation set Ŗ 5GEVKQP  QP 5VGRYKUG #URGP2NWU5KOWNCVKQPQH(NCUJ
becomes a challenging task due to the involvement of &TWOU is thoroughly updated (Chapter 1)
several complex processes in an industrial plant. To Ŗ 5GEVKQP  QP #URGP 2NWU5KOWNCVKQPQH VJG $KPCT[
overcome these challenges, various process flow sheet &KUVKNNCVKQP %QNWOPU is updated, a new section on
simulators are used. 5KOWNCVKQP QH C 4GCEVKXG &KUVKNNCVKQP %QNWOP is added
This book, now in its second edition, continues to discuss (Section 3.6), and a new topic on %QNWOP 5K\KPI is
the simulation, optimization, dynamics and closed-loop introduced (Chapter 3)
control of a wide variety of chemical processes using the Ŗ # PGY UGEVKQP QP #URGP 5KOWNCVKQPQHC2GVN[WM%QNWOP
OQUVRQRWNCTEQOOGTEKCNHNQYUJGGVUKOWNCVQT#52'0Š# YKVJ5VTGCOU4GE[ENKPI is included (Chapter 4)
large variety of chemical units including flash drum,
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
continuous stirred tank reactor, plug flow reactor, petroleum
#EMPQYNGFIGOGPVU 2CTV + 5VGCF[ 5VCVG 5KOWNCVKQP CPF
refining column, heat exchanger, absorption tower, reactive
1RVKOK\CVKQP WUKPI #URGP 2NWUŠō+PVTQFWEVKQP CPF
distillation, distillation train, and monomer production unit
5VGRYKUG#URGP2NWUŠ5KOWNCVKQP5KORNG'ZCORNGU#URGP
are thoroughly explained. The book acquaints the students
2NWUŠ 5KOWNCVKQP QH 4GCEVQT /QFGNU #URGP 2NWUŠ
with the simulation of large chemical plants with several
single process units. With the addition of the new sections, 5KOWNCVKQP QH &KUVKNNCVKQP /QFGNU 2CTV ++ %JGOKECN 2NCPVU
additional information and plenty of illustrations and 5KOWNCVKQP WUKPI #URGP 2NWUŠō#URGP 2NWUŠ 5KOWNCVKQP
exercises, this text should prove extremely useful for the QH %JGOKECN 2NCPVU 2CTV +++ &[PCOKEU CPF %QPVTQN WUKPI
students. #URGP &[PCOKEUŠō&[PCOKEU CPF %QPVTQN QH (NQYFTKXGP
2TQEGUUGU &[PCOKEU CPF %QPVTQN QH 2TGUUWTGFTKXGP
Designed for the students of chemical engineering at the 2TQEGUUGU+PFGZ
senior undergraduate and postgraduate level, this book will
also be helpful to research scientists and practising engineers Latest Print 2012 / 372 pp. / 17.8 × 23.5 cm
as a handy guide to simulation of chemical processes. ISBN-978-81-203-4568-3 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 84
ENGINEERING
Chemical (COLLOIDS) Chemical (E0)+0''4+0) D4#9+0))

Colloid and Chemical Process


Interface Science Equipment:
Design and
Drawing, Vol. I

PALLAB GHOSH, #UUQEKCVG 2TQHGUUQT&GRCTVOGPVQH SURESH C. MAIDARGI, 2TQHGUUQTQH%JGOKECN'PIKPGGTKPICV


%JGOKECN'PIKPGGTKPI+PFKCP+PUVKVWVGQH6GEJPQNQI[)WYCJCVK &C[CPCPFC5CICT%QNNGIGQH'PIKPGGTKPI$CPICNQTG

The applications of colloids and interfaces are ubiquitous in This text introduces the students to the practices and
human civilization. Beginning with edibles and personal standards of making drawings for equipment in chemical
hygiene products, the applications of colloid and interface industries. The textbook follows the Bureau of Indian
science are visible in large-scale industrial undertakings such Standards (BIS) 696–1972 specifications and methodology of
as petroleum recovery, manufacture of heavy chemicals and equipment drawings. It uses the symbolic representations of
coating processes. In recent times, it has grown into a the equipment as used in the industry and provides the
multidisciplinary subject meant for study by the chemical detailed drawings of some commonly used equipment. It
engineers, biotechnologists, chemists, physicists and includes numerous orthographic and assembled views of
environmental scientists. equipment, and provides several photographs to relate these
This book provides a thorough understanding of the FTCYKPIUVQGSWKROGPVWUGFKPKPFWUVTKGU(KPCNN[VJGDQQM
fundamental concepts and applications of colloid and includes several assignments to reinforce the concepts
interface science. It deals with the colloid chemistry and discussed in the text.
interfacial phenomena at both fluid-fluid and solid-fluid The text is intended for the undergraduate students of
interfaces. The emerging areas of colloid and interface chemical engineering and its related branches such as
science such as nanomaterials and nanotechnology have also polymer engineering, petroleum engineering, and pipeline
been discussed. engineering.
The book is designed as a textbook for B.Tech. students of CONTENTS: (QTGYQTF 2TGHCEG +PVTQFWEVKQP 'UUGPVKCNU QH
chemical engineering. Besides, it would also be useful to the &TCYKPI 'SWKROGPV 5[ODQNU 2TQRQTVKQPCVG &TCYKPIU
students of biotechnology, chemistry, chemical engineering, QH 5QOG 2CTVU QH 'SWKROGPV 2TQRQTVKQPCVG &TCYKPIU QH
food science, physics and environmental science, scientists Some Common Equipment. Dimensioned Drawings of Some
and engineers working in this field will also find this book (KVVKPIU &KOGPUKQPGF &TCYKPIU QH 5QOG 2KRG (KVVKPIU
useful. Dimensioned Drawings of Some Valves. Dimensioned
Explained with a large number of figures and solved &TCYKPIUQH5QOG2WORU+PVTQFWEVKQPVQ%QORWVGT#KFGF
problems, and with the aid of many unsolved problems, this Design and Drawing. Bibliography. Index.
text should prove to be very helpful for understanding the Latest Print 2012 / 152 pp. / 17.8 × 23.5 cm
subject. ISBN-978-81-203-4496-9 / C 175.00
CONTENTS: 2TGHCEG 5+ 7PKVU $CUKE %QPEGRVU QH %QNNQKFU
CPF+PVGTHCEGU2TQRGTVKGUQH%QNNQKF&KURGTUKQPU5WTHCEVCPVU
CPF VJGKT 2TQRGTVKGU 5WTHCEG CPF +PVGTHCEKCN 6GPUKQP
+PVGTOQNGEWNCTCPF5WTHCEG(QTEGU#FUQTRVKQPCV+PVGTHCEGU
+PVGTHCEKCN 4JGQNQI[ /QPQNC[GTU CPF 6JKP .KSWKF (KNOU
'OWNUKQPU /KETQGOWNUKQPU CPF (QCOU $KQNQIKECN
+PVGTHCEGU0CPQOCVGTKCNU+PVGTHCEKCN4GCEVKQPU+PFGZ
Latest Print 2009 / 520 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3857-9 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 85 PHI Learning: Publications


ENGINEERING
Chemical (E:2'4+/'06#. D'5+)0 #0& A0#.;5+5) Chemical
(OOD T'%*01.1);)

Design and Food Processing and


Analysis of Preservation
Experiments
ZLWK &'520

R. PANNEERSELVAM, 2TQHGUUQT&GRCTVOGPVQH/CPCIGOGPV B. SIVASANKAR, 2TQHGUUQTCV&GRCTVOGPVQH%JGOKUVT[#PPC


5VWFKGU 5EJQQNQH/CPCIGOGPV2QPFKEJGTT[7PKXGTUKV[ 7PKXGTUKV[ %JGPPCK
2WFWEJGTT[
(QQF UEKGPEG CPF VGEJPQNQI[ KU CP KPVGTFKUEKRNKPCT[ UWDLGEV
Designed primarily as a text for the undergraduate and involving topics from chemistry, microbiology, chemical
postgraduate students of industrial engineering, chemical engineering and process technology. These topics need
engineering, production engineering, mechanical engineer- an interactive approach in order to comprehend the
ing, and quality engineering and management, it covers complexities involved in food processing and preservation.
fundamentals as well as advanced concepts of Design of This book provides a thorough understanding of all major
Experiments. The text is written in a way that helps students aspects of food processing with an emphasis on the
to independently design industrial experiments and to microorganisms associated with food, before going into the
analyze for the inferences. problems of large-scale production and preservation of
Written in an easy-to-read style, it discusses different foodstuffs.
experimental design techniques such as completely Written in a style that is student-friendly, the text introduces
randomized design, randomized complete block design and the important aspects of food science, such as functional role
Latin square design. Besides this, the book also covers 22, 23, of the nutrients, the changes that the nutrients undergo
and 3n factorial experiments; two-stage, three-stage and during processing and preservation, and the chemical
mixed design with nested factors and factorial factors; reactions responsible for spoiling various food materials as
different methods of orthogonal array design; and well as maintaining the organoleptic properties of foods.
OWNVKXCTKCVG CPCN[UKU QH XCTKCPEG
/#018#  HQT QPGYC[ Intended as a textbook for undergraduate students of
/#018#CPFHCEVQTKCN/#018# science and engineering, the study would also benefit the
KEY FEATURES postgraduate students offering courses in food science as
Ŗ %CUG5VWFKGUVQKNNWUVTCVGVJGEQPEGRVUCPFVGEJPKSWGU well as professionals and researchers.
Ŗ %JCRVGTGPFSWGUVKQPUQPRTQVQV[RGTGCNKV[RTQDNGOU CONTENTS: 2TGHCEG +PVTQFWEVKQP 9CVGT %CTDQJ[FTCVGU
Ŗ ;CVGUCNIQTKVJOHQTPHCEVQTKCNGZRGTKOGPVU .KRKFU2TQVGKPUCPF'P\[OGU8KVCOKPUCPFOKPGTCNU(QQF
%QNQWTU CPF (NCXQWTU (QQF #FFKVKXGU /KETQQTICPKUOU
Ŗ #PUYGTUVQ5GNGEVGF3WGUVKQPU
#UUQEKCVGF YKVJ (QQF (GTOGPVGF (QQFU CPF (QQF
CONTENTS: 2TGHCEG +PVTQFWEVKQP /QVKXCVKQP HQT 7UKPI %JGOKECNU (QQF $QTPG &KUGCUGU (QQF 5RQKNCIG (QQF
Analysis of Variance. Simple Designs of Anova. Complete 'PIKPGGTKPI 1RGTCVKQPU (QQF %QPXGTUKQP 1RGTCVKQPU
(CEVQTKCN 'ZRGTKOGPV 'ZRGTKOGPVCN &GUKIPU YKVJ CV .GCUV (QQF 2TGUGTXCVKQP CPF 7UG QH *KIJ 6GORGTCVWTGU (QQF
1PG 4CPFQO (CEVQT 0GUVGF &GUKIP %QPHQWPFGF &GUKIP 2TGUGTXCVKQPD['XCRQTCVKQPCPF&T[KPI.QY6GORGTCVWTG
(TCEVKQPCN (CEVQTKCN &GUKIP 5RNKV 2NQV &GUKIP 4GITGUUKQP (QQF 2TQEGUUKPI CPF 2TGUGTXCVKQP (QQF 2TGUGTXCVKQP D[
#RRTQCEJ 4GURQPUG 5WTHCEG /GVJQFQNQI[ 1TVJQIQPCN +TTCFKCVKQP CPF #NNKGF 1RGTCVKQPU KP (QQF +PFWUVT[ /KNM
#TTC[U4QDWUV2CTCOGVGT&GUKIP)TG[4GNCVKQPCN#PCN[UKU CPF &CKT[ 2TQFWEVU 8GIGVCDNGU CPF (TWKVU %GTGCNU
Multivariate Analysis of Variance (Manova). Appendices. .GIWOGU CPF 0WVU /GCV CPF /GCV 2TQFWEVU (CVU CPF 1KN
4GHGTGPEGU#PUYGTUVQ5GNGEVGF3WGUVKQPU+PFGZ $GXGTCIGU5WICT5YGGVPGUU*QPG[CPF%QPHGEVKQPGT[5CNV
Latest Print 2012 / 576 pp. / 17.8 × 23.5 cm CPF5RKEGU(QQF3WCNKV[4GHGTGPEGU+PFGZ
ISBN-978-81-203-4499-0 / C 450.00 Latest Print 2011 / 372 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-2086-4 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 86
ENGINEERING
Chemical
(OOD T'%*01.1);) Chemical (I0641&7%6+10 TO C*'/+%#. E0)+0''4+0))

Fundamentals of Introduction to
Food Engineering Chemical
Engineering
D.G. RAO, 5EKGPVKUVCPF*GCF
%GPVTCN (QQF 6GEJPQNQIKECN
4GUGCTEJ+PUVKVWVG
%(64+
4GUQWTEG%GPVTG*[FGTCDCF

(QQF VGEJPQNQI[ KU VJG CRRNKECVKQP QH HQQF UEKGPEG VQ VJG S. PUSHPAVANAM KUVJG*GCFQHVJG&GRCTVOGPVQH%JGOKECN
selection, preservation, processing, packaging, distribution 'PIKPGGTKPICVVJG+PFKCP+PUVKVWVGQH6GEJPQNQI[/CFTCU
and use of safe nutritious and wholesome food. The
amalgamation of food technology with engineering This book is an outgrowth of the author’s teaching
operations has given birth to the discipline of food experience of a course on +PVTQFWEVKQPVQ%JGOKECN'PIKPGGTKPI
engineering. to the first-year chemical engineering students of the Indian
Divided into four parts, the book begins with a brief Institute of Technology Madras. The book serves to
introduction to food technology and its historical introduce the students to the role of a chemical engineer in
importance and development in the first part. The second society. In addition to the classical industries, the role of
part covers the basic principles, materials and energy chemical engineers in several esoteric areas such as
balance concepts that prepare a solid ground for easy semiconductor processing and biomedical engineering is
comprehension of the technology involved. discussed. Besides highlighting the principles and processes
The third part, which deals with unit operations in food of chemical engineering, the book shows how chemical
processing, is the core component of the book. It includes all engineering concepts from the basic sciences and economics
the transport phenomena, mechanical operations, size are used to seek solutions to engineering problems.
reduction, grinding and milling. A separate chapter is
The book is rich in examples of innovative solutions found
devoted to microwave heating in view of its importance
in food processing. Dehydration, solvent extraction, to problems faced in chemical industry. It includes a wide
distillation, crystallization and mechanical operations have spectrum of topics, selected from the industrial interactions
been discussed extensively. The fourth part deals with food of the author. It encourages the student to see the similarities
industry management, and the peripheral and integrated in the concepts which govern apparently dissimilar
food engineering operations. examples. It introduces various concepts, using both
physical and mathematical bases, to facilitate the
The present textbook is designed for students of BTech
understanding of difficult processes such as the scale-up

(QQF 6GEJPQNQI[(QQF 'PIKPGGTKPI  CPF /5E


(QQF
Technology). Besides, the students of Biochemical process.
Engineering, Chemical Engineering and Biotechnology will The book contains several case studies on safety, ethics and
find it immensely useful. environmental issues in chemical process industries.
CONTENTS: (QTGYQTF 2TGHCEG 2CTV + )GPGTCN CONTENTS: 2TGHCEG4QNGQHC%JGOKECN'PIKPGGT/QFGTP
+PVTQFWEVKQPō+PVTQFWEVKQP (QQF 2TGUGTXCVKQP /GVJQFU %JGOKECN 'PIKPGGTKPI 2NCPVU %JGOKECN 'PIKPGGT CPF
2CTV ++ $CUKE 'PIKPGGTKPI 2TKPEKRNGUō$CUKE 2TKPEKRNGU %JGOKECN 'PIKPGGTKPI 2TQHGUUKQP 4QNG CPF +ORQTVCPEG QH
6JGTOQ &[PCOKEU 5VGCO )GPGTCVKQP CPF 7VKNK\CVKQP Basic Sciences in Engineering. Dimensionless Analysis and
4GHTKIGTCVKQP *WOKFKV[ CPF *WOKFKHKECVKQP /GCUWTGOGPV
5ECNGWRō#PQVJGT +NNWUVTCVKQP QH *QY 2J[UKEU CPF
CPF %QPVTQN QH 2TQEGUU 2CTCOGVGTU 2CTV +++ 7PKV
Mathematics can be Combined. Semi-empirical Approach in
1RGTCVKQPUō(NWKF /GEJCPKEU 4JGQNQI[ QH (QQFU *GCV
6TCPUHGTD[%QPFWEVKQP*GCV6TCPUHGTD[%QPXGEVKQP*GCV 'PIKPGGTKPIō&GRCTVWTG HTQO 5EKGPVKHKE 4KIQT #RRNKECVKQPU
6TCPUHGT'SWKROGPV*GCV6TCPUHGTD[4CFKCVKQP/KETQYCXG KP #VOQURJGTKE 2QNNWVKQP CPF 6WTDWNGPEG 5CHGV[ *GCNVJ
*GCVKPI 'XCRQTCVKQP &KHHWUKQP CPF /CUU 6TCPUHGT 'PXKTQPOGPV CPF 'VJKEU #RRGPFKZō/#6.#$ 2TQITCOU
&GJ[FTCVKQP 'SWKNKDTKWO 5VCIG 1RGTCVKQPU 'ZVTCEVKQP Index.
%T[UVCNNK\CVKQP (KNVTCVKQP 5GFKOGPVCVKQP CPF Latest Print 2012 / 184 pp. / 16.0 × 24.1 cm
%GPVTKHWICVKQP /KZKPI 5K\G 4GFWEVKQP CPF 5GRCTCVKQP ISBN-978-81-203-4577-5 / C 195.00
/CVGTKCN *CPFNKPI CPF 6TCPURQTVCVKQP 2CTV +8 (QQF
+PFWUVT[ /CPCIGOGPVō%NGCPKPI CPF 5CPKVCVKQP QH 2TQEGUU
2NCPVU(QQF2TQEGUU'EQPQOKEU2NCPV&GUKIP.QECVKQPCPF
Equipment Layout. Appendices. Index.
Latest Print 2012 / 704 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3871-5 / C 425.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 87 PHI Learning: Publications
ENGINEERING
Chemical/Biochemical (MASS T4#05('4) Chemical (M#6'4+#. #0& E0'4); B#.#0%')

Mass Transfer: Process Calculations,


Principles and 2nd ed.
Operations

Late A.P. SINHA UGTXGF CU &GCP (CEWNV[ QH 'PIKPGGTKPI V. VENKATARAMANI, JCUDGGP2TQHGUUQTKPVJG&GRCTVOGPV
$WTFYCP7PKXGTUKV[9GUV$GPICN QH %JGOKECN'PIKPGGTKPI0CVKQPCN+PUVKVWVGQH6 GEJPQNQI[
PARAMESWAR DE, 2TQHGUUQT KPVJG&GRCTVOGPVQH%JGOKECN 6KTWEJKTCRRCNNK
'PIKPGGTKPICVVJG7PKXGTUKV[QH%CNEWVVC N. ANANTHARAMAN, 2TQHGUUQT KPVJG&GRCTVOGPVQH
%JGOKECN 'PIKPGGTKPI0CVKQPCN+PUVKVWVG QH 6GEJPQNQI[
This book introduces the fundamental principles of the mass 6KTWEJKTCRRCNNK
transfer phenomenon and its diverse applications in process K.M. MEERA SHERIFFA BEGUM, #UUQEKCVG2TQHGUUQTKPVJG
&GRCTVOGPV QH%JGOKECN'PIKPGGTKPI0CVKQPCN+PUVKVWVGQH
industry. It covers the full spectrum of techniques for
6GEJPQNQI[ 6KTWEJKTCRRCNNK
chemical separations and extraction.
This compact and highly readable text, now in its second
Beginning with molecular diffusion in gases, liquids and
edition, continues to provide a thorough introduction to the
solids within a single phase, the mechanism of inter-phase basic chemical engineering principles and calculations to
mass transfer is explained with the help of several theories. enable the students to evaluate the material and energy
The separation operations are explained comprehensively in DCNCPEGU KP XCTKQWU WPKVU QH C RTQEGUU RNCPV 7PNGUU C
two distinct ways—stage-wise contact and continuous chemical engineer is conversant with the energy conser-
differential contact. The primary design requirements of vation techniques at every stage of the process, economy
gas–liquid equipment are discussed. cannot be achieved in the design of process equipment.
The book provides a detailed discussion on all individual The text lucidly explains the techniques involved in
gas–liquid, liquid–liquid, solid–gas, and solid–liquid analyzing different chemical processes and the underlying
separation processes. The students are also exposed to the theories by making a generous use of appropriate worked
examples. The examples are simple and concrete to make the
underlying principles of the membrane-based separation book useful for self-instruction.
processes.
In this new edition, besides worked examples, several
The book is replete with real applications of separation exercises are included to aid students in testing their
RTQEGUUGUCPFGSWKROGPV2TQDNGOUCTGYQTMGFQWVKPGCEJ knowledge of the material contained in each chapter.
chapter. Besides, problems with answers, short questions,
The book is primarily intended for undergraduate students
multiple choice questions with answers are given at the end of Chemical Engineering. It would also be useful to
of each chapter. WPFGTITCFWCVG UVWFGPVU QH 2GVTQNGWO 6GEJPQNQI[
The text is intended for a course on mass transfer, transport 2JCTOCEGWVKECN 6GEJPQNQI[ CPF QVJGT CNNKGF DTCPEJGU QH
and separation processes prescribed for the undergraduate Chemical Engineering.
and postgraduate students of chemical engineering. KEY FEATURES
CONTENTS: 2TGHCEG +PVTQFWEVKQP &KHHWUKQP /CUU Ŗ 'ZRQUGU VJG TGCFGT VQ DCEMITQWPF KPHQTOCVKQP QP
Transfer Coefficients and Analogy Equations. Interphase different systems of units, dimensions and behaviour of
gases, liquids and solids.
Mass Transfer. Methods of Operation and Computation. Ŗ 2TQXKFGU UGXGTCN GZCORNGU YKVJ FGVCKNGF UQNWVKQPU VQ
Equipment for Gas–Liquid Contact. Gas Absorption. explain the concepts discussed.
&KUVKNNCVKQP *WOKFKHKECVKQP 1RGTCVKQPU .KSWKFŌ.KSWKF Ŗ +PENWFGU EJCRVGTGPF GZGTEKUGU YKVJ CPUYGTU VQ GPJCPEG
Extraction. Leaching. Drying. Crystallization. Adsorption learning.
and Chromatography. Membrane Separation. Index.
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
Latest Print 2012 / 616 pp. / 17.8 × 23.5 cm #EMPQYNGFIGOGPVU7PKVUCPF&KOGPUKQPU/CUU4GNCVKQPU
ISBN-978-81-203-4541-6 / C 450.00 +FGCN)CUGU8CRQWT2TGUUWTG2U[EJTQOGVT[%T[UVCNNK\CVKQP
/CUU $CNCPEG 4GE[ENG CPF $[RCUU 'PGTI[ $CNCPEG
2TQDNGOU1P7PUVGCF[5VCVG1RGTCVKQPU6CDNGU#PUYGTUVQ
Exercises. Index.
Latest Print 2012 / 240 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4199-9 / C 195.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 88
ENGINEERING
Chemical (M#6'4+#. #0& E0'4); B#.#0%') Chemical (M#6*'/#6+%#. M'6*1&5)

Stoichiometry Mathematical
and Process Methods in Chemical
Calculations Engineering

K.V. NARAYANAN, 2TQHGUUQT CPF *GCF &GRCTVOGPV QH S. PUSHPAVANAM, #UUQEKCVG 2TQHGUUQT&GRCTVOGPVQH


%JGOKECN 'PIKPGGTKPI)QXGTPOGPV'PIKPGGTKPI%QNNGIG %JGOKECN'PIKPGGTKPI+PFKCP+PUVKVWVGQH6GEJPQNQI[/CFTCU .
6JTKUUWT
B. LAKSHMIKUTTY, 2TQHGUUQT &GRCTVOGPV QH %JGOKECN This comprehensive, well organized and easy-to-read book
'PIKPGGTKPI)QXGTPOGPV'PIKPGGTKPI%QNNGIG6JTKUUWT presents concepts in a unified framework to establish a
similarity in the methods of solutions and analysis of
This textbook is designed for undergraduate courses such diverse systems as algebraic equations, ordinary
in chemical engineering and related disciplines such differential equations and partial differential equations.
as biotechnology, polymer technology, petrochemical The distinguishing feature of the book is the clear focus on
engineering, electrochemical engineering, environmental analytical methods of solving equations. The text explains
engineering, safety engineering and industrial chemistry. how the methods meant to elucidate linear problems can be
The chief objective of this text is to prepare students to make extended to analyse nonlinear problems. The book also
analysis of chemical processes through calculations and also discusses in detail modern concepts like bifurcation theory
to develop in them systematic problem-solving skills. The and chaos.
students are introduced not only to the application of law of Intended as a textbook for the postgraduate students in
combining proportions to chemical reactions (as the word engineering, the book could also be of great help to the
‘stoichiometry’ implies) but also to formulating and solving research students.
material and energy balances in processes with and without
chemical reactions. CONTENTS: 2TGHCEG /QFGNU KP %JGOKECN 'PIKPGGTKPI
Vector and Vector Spaces. Matrices, Operators and
The book presents the fundamentals of chemical engineering Transformations. Applications to Chemical Engineering
operations and processes in an accessible style to help the
5[UVGOU 2CTVKCN &KHHGTGPVKCN 'SWCVKQPU 5VWTO.QWKXKNNG
students gain a thorough understanding of chemical process
6JGQT[ 5GRCTCVKQP QH 8CTKCDNGU CPF (QWTKGT 6TCPUHQTOU
calculations. It also covers in detail the background
)TGGPŏU (WPEVKQP 7PKSWGPGUU %QPFKVKQPU HQT .KPGCT
materials such as units and conversions, dimensional
CPF 0QPNKPGCT 5[UVGOU 5VGCF[ 5VCVG %JCTCEVGTKUVKEU QH
analysis and dimensionless groups, property estimation,
0QPNKPGCT &[PCOKECN 5[UVGOU .KPGCT 5VCDKNKV[ CPF .KOKV
286 behaviour of fluids, vapour pressure and phase
Cycles. Secondary Bifurcations and Chaos. Index.
equilibrium relationships, humidity and saturation.
With the help of examples, the book explains the construc- Latest Print 2012 / 336 pp. / 17.8 × 23.5 cm
tion and use of reference-substance plots, equilibrium ISBN-978-81-203-1262-3 / C 295.00
diagrams, psychrometric charts, steam tables and enthalpy
composition diagrams. It also elaborates on thermophysics
and thermochemistry to acquaint the students with the
thermodynamic principles of energy balance calculations.
CONTENTS: 2TGHCEG +PVTQFWEVKQP 7PKVU CPF &KOGPUKQPU
(WPFCOGPVCN %QPEGRVU QH 5VQKEJKQOGVT[ +FGCN )CUGU CPF
)CU /KZVWTGU 2TQRGTVKGU QH 4GCN )CUGU 8CRQWT 2TGUUWTG
5QNWVKQPU CPF 2JCUG $GJCXKQWT *WOKFKV[ CPF *WOKFKV[
%JCTV/CVGTKCN$CNCPEGKP7PKV1RGTCVKQPU/CVGTKCN$CNCPEG
YKVJ %JGOKECN 4GCEVKQP 'PGTI[ $CNCPEG 6JGTOQRJ[UKEU
'PGTI[ $CNCPEG 6JGTOQEJGOKUVT[ #RRGPFKZ6CDNGU QH
2TQRGTVKGU. 1DLGEVKXG6[RG3WGUVKQPU $KDNKQITCRJ[ #PUYGTUVQ
'ZGTEKUGU Index.
Latest Print 2012 / 604 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2992-8 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 89 PHI Learning: Publications


ENGINEERING
Chemical
21.;/'4 T'%*01.1);) Chemical
07/'4+%#. M'6*1&5)

Fundamentals of Introduction to
Polymers: Raw Numerical Methods in
Materials to Finish Chemical Engineering
Products

NIRANJAN KARAK, 2TQHGUUQT QH2QN[OGT5EKGPEGCPF PRADEEP AHUJA, #UUQEKCVG 2TQHGUUQT&GRCTVOGPVQH


6GEJPQNQI[KP%JGOKECN5EKGPEGU&GRCTVOGPV6G\RWT7PKXGTUKV[ %JGOKECN 'PIKPGGTKPICPF6GEJPQNQI[+PUVKVWVGQH6GEJPQNQI[
$CPCTCU*KPFW7PKXGTUKV[8CTCPCUK
This systematically organized text gives a clear
understanding of the basic concepts of polymer science and This book is an exhaustive presentation of the numerical
technology and presents the preparation, characterization, methods used in chemical engineering. Intended primarily
properties and applications of polymers. as a textbook for BE/BTech students of chemical
The book discusses the raw materials for polymers, engineering, the book will also be useful to research and
polymer forming processes and the various techniques of development/process professionals in the fields of chemical,
polymerization. It explains the modification of polymers biochemical, mechanical and biomedical engineering.
and all types of additives used with polymers in their end The initial chapters discuss the linear and nonlinear
applications. The book also describes the analytical, algebraic equations. The ensuing chapters cover the
instrumental and spectroscopic techniques for testing and problems in chemical engineering thermodynamics as well
characterizing polymers, as well as covers the structures as initial value problems, boundary value problems and
and properties of polymers along with their processing and convection–diffusion problems. Topics related to chemical
applications. Thermoplastic and thermosetting polymers reaction, dispersion and diffusion as well as steady and
with a main focus on their manufacturing processes,
transient heat conduction are treated in the final chapters.
structures and properties are also discussed. A comparative
The book covers a large number of numerical methods
study of conventional linear polymers and advanced highly
including tridiagonal matrix algorithm (TDMA) method,
DTCPEJGF OCETQOQNGEWNGU JCU DGGP KPENWFGF (KPCNN[ C
0GYVQPŏU OGVJQF 4WPIGŌ-WVVC HQWTVJQTFGT OGVJQF
discussion on the basic idea and manufacturing process
of some polymer-based industrial products adds value to 7RYKPF &KHHGTGPEG 5EJGOG
7&5  OGVJQF CPF #NVGTPCVKPI
this text. Direction Implicit (ADI) method. Strong emphasis is given
on applications and uses of numerical analysis specifically
KEY FEATURES required at the undergraduate level.
Ŗ 2TGUGPVUCFXCPEGFVQRKEUUWEJCUFGPFTKVKERQN[OGTUCPF The book contains numerous worked-out examples and
polymer nanocomposites. chapter-end exercises. The answers to all chapter-end
Ŗ +PENWFGU C PWODGT QH KNNWUVTCVKQPU VQ TGKPHQTEG VJG exercises are provided. The Appendix contains a total of 33
understanding of the subject. programs in C++ related to the various numerical methods
Ŗ %QPVCKPUEJCRVGTGPFGZGTEKUGUHQTRTCEVKEG explained in the book.
This book is designed for the undergraduate and CONTENTS: 2TGHCEG Linear Algebraic Equations.
postgraduate students of chemical engineering, polymer 0QPNKPGCT #NIGDTCKE 'SWCVKQPU %JGOKECN 'PIKPGGTKPI
science and technology, and rubber science and technology. 6JGTOQF[PCOKEU +PKVKCN 8CNWG 2TQDNGOU $QWPFCT[ 8CNWG
It is also useful to postgraduate students of applied and 2TQDNGOU %QPXGEVKQPŌ&KHHWUKQP 2TQDNGOU 6WDWNCT 4GCEVQT
industrial chemistry. YKVJ #ZKCN &KURGTUKQP %JGOKECN 4GCEVKQP CPF &KHHWUKQP KP
CONTENTS: 2TGHCEG $CUKE %QPEGRV /CVGTKCNU CPF 5RJGTKECN %CVCN[UV 2GNNGV 1PG&KOGPUKQPCN 6TCPUKGPV *GCV
/GVJQFU /QFKHKECVKQP CPF #FFKVKXGU HQT 2QN[OGTU %QPFWEVKQP 6YQ&KOGPUKQPCN 5VGCF[ CPF 6TCPUKGPV *GCV
%JCTCEVGTK\CVKQP CPF #PCN[UKU QH 2QN[OGTU 5VTWEVWTG %QPFWEVKQP #RRGPFKZ 2TQITCOU KP %  $KDNKQITCRJ[
CPF 2TQRGTV[ QH 2QN[OGTU 2TQEGUUKPI CPF #RRNKECVKQPU Index.
6JGTOQRNCUVKE 2QN[OGTU 6JGTOQUGVVKPI 2QN[OGTU Latest Print 2010 / 304 pp. / 17.8 × 23.5 cm
&GPFTKVKE 2QN[OGTU 2QN[OGT 0CPQEQORQUKVGU 2TQFWEV ISBN-978-81-203-4018-3 / C 275.00
/CPWHCEVWTKPI4GHGTGPEGU+PFGZ
Latest Print 2009 / 304 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3877-7 / C 275.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 90
ENGINEERING
Chemical
241%'55 C10641.)

Process Dynamics Process Simulation


and Control and Control Using
ASPEN™, 2nd ed.

AMIYA K. JANA, #UUKUVCPV


2TQHGUUQTCV++6-JCTCIRWT

SUDHEER S. BHAGADE, 2TQHGUUQT &GRCTVOGPVQH%JGOKECN Solving the model structure with a large equation set
'PIKPGGTKPI #PWTCFJC'PIKPGGTKPI%QNNGIG%JKMJNK becomes a challenging task due to the involvement of

/CJCTCUJVTC  several complex processes in an industrial plant. To


GOVIND DAS NAGESHWAR JCU DGGP HQTOGT &KTGEVQT QH overcome these challenges, various process flow sheet
simulators are used.
.CZOKPCTC[CP+PUVKVWVGQH6GEJPQNQI[0CIRWT
/CJCTCUJVTC 
This book, now in its second edition, continues to discuss
This well-organized and comprehensive book presents the the simulation, optimization, dynamics and closed-loop
control of a wide variety of chemical processes using the
basic concept and terminology of process control citing
OQUVRQRWNCTEQOOGTEKCNHNQYUJGGVUKOWNCVQT#52'0Š#
examples from day-to-day life. The text discusses the order large variety of chemical units including flash drum,
of dynamic elements and their responses, transportation lag, continuous stirred tank reactor, plug flow reactor, petroleum
block diagrams, final control elements, controllers, the refining column, heat exchanger, absorption tower, reactive
concept of stability, techniques to tune controllers, etc. in distillation, distillation train, and monomer production unit
detail. It also explains the way the elements are put together are thoroughly explained. The book acquaints the students
to form a loop and their interactions to each other, Ziegler– with the simulation of large chemical plants with several
0KEJQNU CPF 6[TGWUŌ.W[DGP EQPVTQNNGT UGVVKPIU CPF C JQUV single process units. With the addition of the new sections,
of other topics that help students understand the control additional information and plenty of illustrations and
configuration. exercises, this text should prove extremely useful for the
students.
2TKOCTKN[ KPVGPFGF HQT WPFGTITCFWCVG UVWFGPVU QH EJGOKECN
engineering, this text can also be useful for undergraduate Designed for the students of chemical engineering at the
students of electrical and mechanical engineering. senior undergraduate and postgraduate level, this book will
also be helpful to research scientists and practising engineers
KEY FEATURES as a handy guide to simulation of chemical processes.
Ŗ 2TQXKFGU GZCORNGU QH UGXGTCN F[PCOKE GNGOGPVU HTQO NEW TO THIS EDITION
chemical industry.
Ŗ 5GEVKQP  QP 5VGRYKUG #URGP2NWU5KOWNCVKQPQH(NCUJ
Ŗ +PENWFGU C NCTIG PWODGT QH FKCITCOU KNNWUVTCVKPI VJG &TWOU is thoroughly updated (Chapter 1)
control action to be implemented. Ŗ 5GEVKQP  QP #URGP 2NWU5KOWNCVKQPQH VJG $KPCT[
Ŗ )KXGU GZCORNGU QH F[PCOKE GNGOGPVU HTQO EJGOKECN &KUVKNNCVKQP %QNWOPU is updated, a new section on
industry to correlate functioning of equipment from 5KOWNCVKQP QH C 4GCEVKXG &KUVKNNCVKQP %QNWOP is added
control point of view. (Section 3.6), and a new topic on %QNWOP 5K\KPI is
Ŗ &GCNUYKVJDQVJGNGEVTQPKECPFRPGWOCVKEEQPVTQNNGTU introduced (Chapter 3)
CONTENTS: 2TGHCEG 9JCV KU 2TQEGUU %QPVTQN! 1TFGT QH Ŗ # PGY UGEVKQP QP #URGP 5KOWNCVKQPQHC2GVN[WM%QNWOP
YKVJ5VTGCOU4GE[ENKPI is included (Chapter 4)
'NGOGPVU &[PCOKEU QH (KTUV 1TFGT 'NGOGPVU &[PCOKEU QH
*KIJGT 1TFGT 'NGOGPVU &[PCOKEU QH 'NGOGPVU 9KVJ CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
7PWUWCN %JCTCEVGTKUVKEU %JCTCEVGTKUVKEU QH 4GCN 5[UVGOU #EMPQYNGFIGOGPVU 2CTV + 5VGCF[ 5VCVG 5KOWNCVKQP CPF
Control Valves. Controllers. Control Loops. Closed Loop 1RVKOK\CVKQP WUKPI #URGP 2NWUŠō+PVTQFWEVKQP CPF
4GURQPUG %QPVTQN 3WCNKV[ 4QWVJ 6GUV 4QQV .QEWU 5VGRYKUG#URGP2NWUŠ5KOWNCVKQP5KORNG'ZCORNGU#URGP
&KCITCOU (TGSWGPE[ 4GURQPUG 6GEJPKSWG /+/1 5[UVGOU 2NWUŠ 5KOWNCVKQP QH 4GCEVQT /QFGNU #URGP 2NWUŠ
5KOWNCVKQP QH &KUVKNNCVKQP /QFGNU 2CTV ++ %JGOKECN 2NCPVU
Compensation. Control Strategies. Sampled Data Systems.
5KOWNCVKQP WUKPI #URGP 2NWUŠō#URGP 2NWUŠ 5KOWNCVKQP
Index.
QH %JGOKECN 2NCPVU 2CTV +++ &[PCOKEU CPF %QPVTQN WUKPI
Latest Print 2011 / 352 pp. / 17.8 × 23.5 cm #URGP &[PCOKEUŠō&[PCOKEU CPF %QPVTQN QH (NQYFTKXGP
ISBN-978-81-203-4405-1 / C 350.00 2TQEGUUGU &[PCOKEU CPF %QPVTQN QH 2TGUUWTGFTKXGP
2TQEGUUGU+PFGZ
Latest Print 2012 / 372 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4568-3 / C 350.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 91 PHI Learning: Publications
ENGINEERING
Chemical (S'2#4#6+10 241%'55)

Bioseparations: Membrane Separation


Principles and Processes
Techniques
KAUSHIK NATH, #UUKUVCPV
2TQHGUUQTCPF*GCF&GRCTVOGPVQH
%JGOKECN'PIKPGGTKPI)*2CVGN
%QNNGIGQH'PIKPGGTKPICPF
6GEJPQNQI[8CNNCDJ8KF[CPCICT
)WLCTCV

B. SIVASANKAR, 2TQHGUUQT &GRCTVOGPVQH%JGOKUVT[#PPC This concise and systematically organized text gives a clear
7PKXGTUKV[ %JGPPCK insight into various membrane separation processes,
covering the fundamentals as well as the recent develop-
This systematically organized and well-balanced book ments of different processes as well as their industrial
compresses within the covers of a single volume the applications and the products. It covers the basic principles,
theoretical principles and techniques involved in bio- operating parameters, types of membrane used, flux
separations, also called downstream processing. These equation, transport mechanism, and applications of
techniques are derived from a range of subjects, for example, membrane-based technologies.
physical chemistry, analytical chemistry, biochemistry,
biological science and chemical engineering. Membrane separation processes are largely rate-controlled
separations which require rate analysis for complete
Organized in its 15 chapters, the text covers in the first understanding. Moreover, a higher level of mathematical
few chapters topics related to chemical engineering unit analysis, along with the understanding of mass transfer, is
operations such as filtration, centrifugation, adsorption, also required. These are amply treated in different chapters
extraction and membrane separation as applied to
of the book to make the students comprehend the
bioseparations. The use of chromatography as practiced
membrane separation principles with ease. The book has a
at laboratory as well as industrial scale operation and related
sufficient number of examples and exercises, thus making it
techniques such as gel filtration, affinity and pseudoaffinity
student friendly.
chromatography, ion-exchange chromatography, electro-
phoresis and related methods have been discussed. The KEY FEATURES
important applications of these techniques have also been Ŗ 2TQXKFGU UWHHKEKGPV PWODGTU QH GZCORNGU QH KPFWUVTKCN
highlighted. applications related to chemical, metallurgical, bio-
DISTINGUISHING FEATURES chemical and food processing industries.
Ŗ Basic principles involved in the various techniques are Ŗ (QEWUGU QP KORQTVCPV DKQOGFKECN CRRNKECVKQPU QH
dealt with illustrative diagrams and description. membrane-based technologies such as blood oxygenator,
Ŗ Worked examples are given at the end of relevant controlled drug delivery, plasmapheresis, and bioartificial
chapters. organs.
Ŗ An overview of entire course/subject of bio-separations is Ŗ +PENWFGUEJCRVGTGPFUJQTVSWGUVKQPUCPFRTQDNGOUVQVGUV
presented in Chapter 1. students’ comprehension of the subject.
The book is intended primarily as a textbook for This textbook is primarily designed for undergraduate
undergraduate and postgraduate students of biotechno- students of chemical engineering, biochemical engineering
logy—both in science and engineering. Some of the topics and biotechnology for the course in membrane separation
covered would also greatly benefit students who wish to processes. Besides, the book will also be useful to process
specialize on certain areas as well as those in the industry engineers and researchers.
engaged in biotechnology research.
CONTENTS: 2TGHCEG 1XGTXKGY QH /GODTCPG 5GRCTCVKQP
CONTENTS: 2TGHCEG #P 1XGTXKGY QH $KQUGRCTCVKQPU 2TQEGUUGU /GODTCPG 6[RGU /CVGTKCNU 2TGRCTCVKQP CPF
%GNN &KUTWRVKQP (KNVTCVKQP %GPVTKHWICVKQP #FUQTRVKQP %JCTCEVGTK\CVKQP 4GXGTUG 1UOQUKU 0CPQHKNVTCVKQP
'ZVTCEVKQP /GODTCPG 5GRCTCVKQP 2TQEGUUGU 2TGEKRKVCVKQP 7NVTCHKNVTCVKQP /KETQHKNVTCVKQP &KCN[UKU )CU 5GRCTCVKQP
%JTQOCVQITCRJ[ 2TKPEKRNGU CPF 2TCEVKEG )GN (KNVTCVKQP 2GTXCRQTCVKQP +QP 'ZEJCPIG /GODTCPG 2TQEGUU 'NGEVTQ
Ion Exchange Chromatography and Chromatofocusing. FKCN[UKU +PVTQFWEVKQP VQ .KSWKF /GODTCPG (CEKNKVCVGF
4GXGTUGF 2JCUG CPF *[FTQRJQDKE +PVGTCEVKQP %JTQOCVQ 6TCPURQTV 1VJGT /GODTCPG 2TQEGUUGU $KQOGFKECN
graphy. Affinity Chromatography. Electrokinetic Methods #RRNKECVKQPU QH /GODTCPGU #RRGPFKZ 4GHGTGPEGU CPF
QH 5GRCTCVKQP (KPKUJKPI 1RGTCVKQPU CPF (QTOWNCVKQP (WTVJGT4GCFKPI+PFGZ
Bibliography. Index.
Latest Print 2012 / 336 pp. / 16.0 × 24.1 cm
Latest Print 2012 / 280 pp. / 16.0 × 24.1 cm ISBN-978-81-203-3532-5 / C 295.00
ISBN-978-81-203-2649-1 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 92
ENGINEERING
Chemical (T*'4/#. E0)+0''4+0))

Chemical Fundamentals of
Engineering Heat and
Thermodynamics Mass Transfer

PRADEEP AHUJA, 4GCFGTKP


VJG&GRCTVOGPVQH%JGOKECN
'PIKPGGTKPICPF6GEJPQNQI[
+PUVKVWVGQH6GEJPQNQI[$CPCTCU
*KPFW 7PKXGTUKV[8CTCPCUK

This book offers a full account of thermodynamic systems in B.K. VENKANNA 2TQHGUUQT QH /GEJCPKECN 'PIKPGGTKPI CV
chemical engineering. It provides a solid understanding of 5TK$CUCXGUJYCT'PIKPGGTKPI%QNNGIG$CICNMQV-CTPCVCMC
the basic concepts of the laws of thermodynamics as well as
their applications with a thorough discussion of phase and This comprehensive text on the basics of heat and mass
chemical reaction equilibria. transfer theory provides a solid introduction to mathe-
matical and empirical methods used for solving a variety of
At the outset the text explains the various key terms
of thermodynamics with suitable examples and then engineering problems. The book helps students develop
thoroughly deals with the virial and cubic equations of state an intuitive and practical understanding of the processes by
by showing the 2-8-6 (pressure, molar volume and emphasizing the underlying physical phenomena involved.
temperature) relation of fluids. It elaborates on the first and (QEWUKPIQPVJGTGSWKTGOGPVVQENGCTN[GZRNCKPVJGGUUGPVKCN
second laws of thermodynamics and their applications with fundamentals and impart the art of solving problems, this
the help of numerous engineering examples. The text further text is written to meet the needs of undergraduate students
discusses the concepts of exergy, standard property changes in mechanical engineering, production engineering, indust-
of chemical reactions, thermodynamic property relations rial engineering, automobile engineering, and aeronautical
and fugacity. The book also includes detailed discussions on engineering.
residual and excess properties of mixtures, various activity
coefficient models, local composition models, and group KEY FEATURES
contribution methods. In addition, the text focuses on Ŗ %QXGTU VJG VJGQTGVKECN OCVGTKCN U[UVGOCVKECNN[ CPF KP C
vapour-liquid and other phase equilibrium calculations, and step-by-step approach.
analyzes chemical reaction equilibria and adiabatic reaction Ŗ (QEWUGUQPRTQDNGOUQNXKPIVGEJPKSWGU
temperature for systems with complete and incomplete Ŗ 2TQXKFGU CP GZEGNNGPV UGNGEVKQP QH OQTG VJCP  ITCFGF
conversion of reactants. solved examples to foster understanding of the theory.
The book is primarily designed for the undergraduate Ŗ )KXGU QXGT  EJCRVGTGPF RTQDNGOU WUGHWN HQT UGNH
students of chemical engineering and its related disciplines assessment
such as petroleum engineering and polymer engineering. It
Ŗ 5WOOCTK\GU VJG KORQTVCPV GSWCVKQPU CV VJG GPF QH GCEJ
can also be useful to professionals.
chapter.
The Solution Manual containing the complete worked-out
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVQT[
solutions to chapter-end exercises and problems is available
%QPEGRVU CPF &GHKPKVKQPU %QPFWEVKQP $CUKE 'SWCVKQPU
for instructors.
One-Dimensional Steady State Conduction. One-
CONTENTS: 2TGHCEG 0QOGPENCVWTG +PVTQFWEVKQP dimensional Transient Conduction. Convection-Concepts
'SWCVKQPU QH 5VCVG 6JG (KTUV .CY CPF +VU #RRNKECVKQPU 6JG CPF$CUKE4GNCVKQPUKP$QWPFCT[.C[GTU(QTEGF%QPXGEVKQP
Second Law and Its Applications. Exergy (Availability). (TGG %QPXGEVKQP %QPFGPUCVKQP CPF $QKNKPI *GCV
%JGOKECN 4GCEVKQPU 6JGTOQF[PCOKE 2TQRGTV[ 4GNCVKQPU QH 'ZEJCPIGTU4CFKCVKQP *GCV 6TCPUHGT/CUU 6TCPUHGT /QFGN
2WTG 5WDUVCPEGU 6JGTOQF[PCOKE %[ENGU )GPGTCN 4GUKFWCN 3WGUVKQP2CRGTU+PFGZ
2TQRGTV[ 4GNCVKQPU 4GUKFWCN 2TQRGTVKGU D[ 'SWCVKQPU QH
Latest Print 2010 / 508 pp. / 17.8 × 23.5 cm
5VCVG2TQRGTVKGUQHC%QORQPGPVKPC/KZVWTG2CTVKCN/QNCT
8QNWOGCPF'PVJCNR[HTQO'ZRGTKOGPVCN&CVC(WICEKV[QHC ISBN-978-81-203-4031-2 / C 395.00
Component in a Mixture by Equations of State. Activity
Coefficient Models of Liquid Mixtures. Vapour–Liquid
'SWKNKDTKWO 1VJGT 2JCUG 'SWKNKDTKC %JGOKECN 4GCEVKQP
'SWKNKDTKC #FKCDCVKE 4GCEVKQP 6GORGTCVWTG #RRGPFKZ
Bibliography. Index.
Latest Print 2009 / 720 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3637-7 / C 450.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 93 PHI Learning: Publications
ENGINEERING
Chemical (T*'4/#. E0)+0''4+0))

Heat Transfer: Introduction to


Principles and Chemical Engineering
Applications Thermodynamics

BINAY K. DUTTA, 2TQHGUUQT KP %JGOKECN 'PIKPGGTKPI GOPINATH HALDER, #UUKUVCPV 2TQHGUUQT%JGOKECN
&GRCTVOGPV QH7PKXGTUKVK6GMPQNQIK2GVTQPCU/CNC[UKC 'PIKPGGTKPI&GRCTVOGPV0+6&WTICRWT9GUV$GPICN

This textbook is intended for courses in heat transfer for This book provides a comprehensive introduction to the
undergraduates, not only in chemical engineering and principles of chemical engineering thermodynamics and also
related disciplines of biochemical engineering and chemical introduces the student to the application of principles to
technology, but also in mechanical engineering and various practical areas. Though intended primarily for
production engineering. The author provides the reader undergraduate students of Chemical Engineering, the book
with a very thorough account of the fundamental principles will also be useful for postgraduate students of the subject as
and their applications to engineering practice, including a well as professionals in the relevant fields.
survey of the recent developments in heat transfer The book emphasizes the role of the fundamental principles
equipment. of thermodynamics in the derivation of significant relation-
The three basic modes of heat transfer—conduction, ships between the various thermodynamic properties. The
convection and radiation—have been comprehensively initial chapter provides an overview of the basic concepts
analyzed and elucidated by solving a wide range of practical and processes, and discusses the important units and
and design-oriented problems. A whole chapter has been dimensions involved. The ensuing chapters, in a logical
devoted to explain the concept of the heat transfer presentation, thoroughly cover the first and second laws of
coefficient to give a feel of its importance in tackling thermodynamics, the heat effects, the thermodynamic
problems of convective heat transfer. The use of the properties and their relations, the flow, refrigeration and
important heat transfer correlations has been illustrated with liquefaction processes, and the equilibria between phases
carefully selected examples. and in chemical reactions.
A collection of short questions at the end of chapters allows The book is suitably illustrated with a large number of
students to measure their learning. The exercise problems visuals. It contains numerous solved examples in each
relate to various industrial processes and have been carefully chapter, as well as solved model question papers and a set of
designed to offer challenge and stimulus to the students. 360 multiple-choice questions at the end of the book, to help
UVWFGPVU FGXGNQR RTQDNGOUQNXKPI UMKNNU 2NGPVKHWN GZGTEKUGU
CONTENTS: 2TGHCEG 0QVCVKQPU +PVTQFWEVKQP 5VGCF[
at the end of each chapter help develop the students’ ability
5VCVG %QPFWEVKQP KP 1PG &KOGPUKQP *GCV 6TCPUHGT
and confidence in the application of the underlying
%QGHHKEKGPV (QTEGF %QPXGEVKQP (TGG %QPXGEVKQP $QKNKPI
concepts.
CPF %QPFGPUCVKQP 4CFKCVKQP *GCV 6TCPUHGT *GCV
'ZEJCPIGTU 'XCRQTCVKQP CPF 'XCRQTCVQTU 7PUVGCF[ 5VCVG CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU &GFKECVKQP
CPF /WNVKFKOGPUKQPCN *GCV %QPFWEVKQP $QWPFCT[ .C[GT +PVTQFWEVKQP CPF $CUKE %QPEGRVU (KTUV .CY QH 6JGTOQ
*GCV6TCPUHGT#PUYGTUVQ5GNGEVGF2TQDNGOU+PFGZ F[PCOKEU 2TQRGTVKGU QH 2WTG 5WDUVCPEGU *GCV 'HHGEVU
5GEQPF.CYQH6JGTOQF[PCOKEU6JGTOQF[PCOKE2TQRGTV[
Latest Print 2013 / 544 pp. / 17.8 × 23.5 cm
4GNCVKQPU #RRNKECVKQP QH 6JGTOQF[PCOKEU VQ (NQY
ISBN-978-81-203-1625-6 / C 325.00
2TQEGUUGU 4GHTKIGTCVKQP CPF .KSWGHCEVKQP 2TQEGUU 5QNWVKQP
6JGTOQF[PCOKEU 2TQRGTVKGU 8CRQWTŌ.KSWKF 'SWKNKDTKWO
#FFKVKQPCN 6QRKEU KP 2JCUG 'SWKNKDTKWO %JGOKECN 4GCEVKQP
'SWKNKDTKC #RRGPFKEGUō# 2TQRGTV[ 6CDNGU $ 5QNXGF
/QFGN 3WGUVKQP 2CRGTU % /WNVKRNG %JQKEG 3WGUVKQPU
Bibliography. Index.
Latest Print 2009 / 672 pp. / 17.8 x 23.5 cm
ISBN-978-81-203-3846-3 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 94
ENGINEERING
Chemical (T*'4/#. E0)+0''4+0))

Introduction to Mass Transfer:


Heat Transfer Theory and Practice

S.K. SOM, 2TQHGUUQTKPVJG


FGRCTVOGPVQHOGEJCPKECN
GPIKPGGTKPICVVJG+PFKCP
+PUVKVWVGQH6GEJPQNQI[
-JCTCIRWTCPFEWTTGPVN[VJG
&GCPQH#ECFGOKE#HHCKTU

WPFGTITCFWCVGUVWFKGU 
This book presents a comprehensive treatment of the N. ANANTHARAMAN, 2TQHGUUQT KPVJG&GRCTVOGPVQH
essential fundamentals of the topics that should be taught as %JGOKECN 'PIKPGGTKPI0CVKQPCN+PUVKVWVG QH 6GEJPQNQI[
VJG HKTUVNGXGN EQWTUG KP *GCV 6TCPUHGT VQ VJG UVWFGPVU QH 6KTWEJKTCRRCNNK
engineering disciplines. The book is designed to stimulate
student learning through clear, concise language. The K.M. MEERA SHERIFFA BEGUM, #UUQEKCVG2TQHGUUQTKPVJG
theoretical content is well balanced with the problem- &GRCTVOGPV QH%JGOKECN'PIKPGGTKPI0CVKQPCN+PUVKVWVGQH
solving methodolgy necessary for developing an orderly 6GEJPQNQI[ 6KTWEJKTCRRCNNK
approach to solving a variety of engineering problems. The
book provides adequate mathematical rigour to help Mass transfer operations are of great importance in a process
students achieve a sound understanding of the physical industry as it has a direct impact on the cost of the final
processes involved. product. A chemical/process engineer therefore should have
KEY FEATURES sound knowledge of the basics of mass transfer and its
applications. This book is designed to equip the reader with
Ŗ # YGNNDCNCPEGF EQXGTCIG DGVYGGP CPCN[VKECN VTGCVOGPVU
physical concepts and practical demonstrations. sufficient knowledge of mass transfer operations and face
Ŗ #PCN[VKECN FGUETKRVKQPU QH VJGQTKGU RGTVCKPKPI VQ FKHHGTGPV the challenges ahead.
modes of heat transfer by the application of conservation The objective of this textbook is to teach a budding chemical
equations to control volume and also by the application of
conservation equations in differential form like continuity engineer the principles involved in analyzing a process and
GSWCVKQP0CXKGTŌ5VQMGUGSWCVKQPUCPFGPGTI[GSWCVKQP apply the desired mass transfer operation to separate the
Ŗ # UJQTV FGUETKRVKQP QH EQPXGEVKXG JGCV VTCPUHGT DCUGF QP components involved. It deals with operations involving
physical understanding and practical applications without diffusion, interphase mass transfer, humidification, drying,
going into mathematical analyses (Chapter 5). crystallization, absorption, distillation, extraction, leaching
Ŗ # EQORTGJGPUKXG FGUETKRVKQP QH VJG RTKPEKRNGU QH and adsorption. The principles and equipment used for
convective heat transfer based on mathematical
foundation of fluid mechanics with generalized analytical different mass transfer operations have been lucidly
treatments (Chapters 6, 7 and 8). explained.
Ŗ # UGRCTCVG EJCRVGT FGUETKDKPI VJG DCUKE OGEJCPKUOU CPF Designed for a two-semester course, this text is primarily
principles of mass transfer showing the development of
intended for the undergraduate students of chemical,
mathematical formulations and finding the solution
of simple mass transfer problems. pharmaceutical, petrochemical engineering as well as
Ŗ # UWOOCT[ CV VJG GPF QH GCEJ EJCRVGT VQ JKIJNKIJV MG[ biotechnology and industrial biotechnology. It will also be
terminologies and concepts and important formulae useful to plant engineers and design professionals.
developed in that chapter.
Ŗ # PWODGT QH YQTMGFQWV GZCORNGU VJTQWIJQWV VJG VGZV KEY FEATURES
review questions, and exercise problems (with answers) at 1. Explains the theoretical concepts with full derivation of
the end of each chapter. equations.
This book is appropriate for a one-semester course in 2. Illustrates the application of theory through worked-out
*GCV 6TCPUHGT HQT WPFGTITCFWCVG GPIKPGGTKPI UVWFGPVU numerical examples.
pursuing careers in mechanical, metallurgical, aerospace and  2TQXKFGU GZGTEKUG RTQDNGOU YKVJ CPUYGTU CV VJG GPF QH
chemical disciplines. each chapter for practice.
CONTENTS: 2TGHCEG (WPFCOGPVCN %QPEGRVU 1PG
FKOGPUKQPCN 5VGCF[UVCVG *GCV %QPFWEVKQP /WNVK CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
FKOGPUKQPCN 5VGCF[UVCVG *GCV %QPFWEVKQP 7PUVGCF[ Introduction to Mass Transfer. Diffusion. Mass Transfer
%QPFWEVKQP %QPXGEVKQP +PEQORTGUUKDNG 8KUEQWU (NQY # Coefficient and Interphase Mass Transfer. Equipments
$TKGH4GXKGY2TKPEKRNGUQH(QTEGF%QPXGEVKQP2TKPEKRNGUQH HQT )CUō.KSWKF 1RGTCVKPI *WOKFKHKECVKQP &T[KPI
(TGG %QPXGEVKQP *GCV 6TCPUHGT KP %QPFGPUCVKQP CPF Crystallisation. Absorption. Distillation. Extraction.
$QKNKPI 2TKPEKRNGU QH *GCV 'ZEJCPIGTU 4CFKCVKQP *GCV
Leaching. Adsorption. Appendix. Index.
6TCPUHGT2TKPEKRNGUQH/CUU6TCPUHGT#RRGPFKEGU+PFGZ
Latest Print 2011 / 572 pp. / 17.8 × 23.5 cm Latest Print 2011 / 440 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3060-3 / C 450.00 ISBN-978-81-203-4169-2 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 95 PHI Learning: Publications


ENGINEERING
Chemical (T*'4/#. E0)+0''4+0))

Principles of Textbook of Chemical


Mass Transfer Engineering Second Edition

and Separation Thermodynamics, A,


Processes 2nd ed.
BINAY K. DUTTA,
2TQHGUUQTKPVJG%JGOKECN K.V. NARAYANAN, (QTOGT
'PIKPGGTKPI&GRCTVOGPVQH 2TQHGUUQTCPF*GCF&GRCTVOGPV
7PKXGTUKVK 6GMPQNQIK 2GVTQPCU QH%JGOKECN'PIKPGGTKPI)QXGTPOGPV
/CNC[UKC 'PIKPGGTKPI%QNNGIG6JTKUUWT
This book is a comprehensive introduction to the principles Designed as an undergraduate-level textbook in Chemical
of mass transfer and their applications to major separation Engineering, this student-friendly, thoroughly class-room
RTQEGUUGU 2TGUGPVKPI UWHHKEKGPV VJGQT[ CPF FGUKIP tested book, now in its second edition, continues to provide
fundamentals to ensure a sound understanding of basic an in-depth analysis of chemical engineering thermo-
concepts, this clearly written and well-organized text is dynamics. The book has been so organized that it gives
UWKVCDNG HQT EQWTUGU KP /CUU 6TCPUHGT 5GRCTCVKQP 2TQEGUUGU comprehensive coverage of basic concepts and applications
6TCPURQTV 2TQEGUUGU CPF 7PKV 1RGTCVKQPU QHHGTGF VQ of the laws of thermodynamics in the initial chapters, while
undergraduate students in chemical engineering. It will also the later chapters focus at length on important areas of study
be useful to postgraduate students of chemical engineering, falling under the realm of chemical thermodynamics. The
students of allied disciplines, and practising engineers. reader is thus introduced to a thorough analysis of the
2TQITGUUKXG KP CRRTQCEJ VJG RJGPQOGPQP QH FKHHWUKQP CPF fundamental laws of thermodynamics as well as their
the concept of mass transfer coefficient have been elucidated applications to practical situations. This is followed by a
by drawing numerous examples from diverse areas. detailed discussion on relationships among thermodynamic
Separation processes relevant to chemical and allied properties and an exhaustive treatment on the thermo-
industries have been discussed in considerable depth, and dynamic properties of solutions. The role of phase equili-
the design methodologies have been illustrated. Adequate brium thermodynamics in design, analysis, and operation of
emphasis has been placed on practical applications. Details chemical separation methods is also deftly dealt with.
of construction and operation of various separation equip- (KPCNN[ VJG EJGOKECN TGCEVKQP GSWKNKDTKC CTG UMKNNHWNN[
ment including recent developments have been explained. explained.
The book has about one hundred and fifty solved problems Besides numerous illustrations, the book contains over 200
and over three hundred exercise problems, many of which worked examples, over 400 exercise problems (all with
directly pertain to process industries. In addition, over five answers) and several objective-type questions, which enable
hundred short and multiple choice questions have been students to gain an in-depth understanding of the concepts
designed to stimulate students’ understanding. and theory discussed.
KEY FEATURES The book will also be a useful text for students pursuing
Ŗ 2TQXKFGU DCNCPEGF EQXGTCIG QH VJG VJGQTGVKECN RTKPEKRNGU courses in chemical engineering-related branches such as
and applications. polymer engineering, petroleum engineering, and safety and
Ŗ +PENWFGU KORQTVCPV TGEGPV FGXGNQROGPVU KP OCUU VTCPUHGT environmental engineering.
equipment and practice. NEW TO THIS EDITION
Ŗ 'ORJCUK\GUUVTQPIRTQDNGOUQNXKPIUMKNNU Ŗ )KXGUOQTG'ZCORNG2TQDNGOUCPF'ZGTEKUG3WGUVKQPUKP
Ŗ %JCRVGTGPF RTQDNGOU JCXG DGGP UWRGTUETKRVGF   QT  each chapter.
to represent various levels of difficulty. Ŗ /QFKHKGU VJG VQRKE QP 2JCUG 'SWKNKDTKC KP %JCRVGT  VQ
Ŗ %QPVCKPU CPUYGTUJKPVU VQ UJQTV SWGUVKQPU OWNVKRNG highlight the significance of equations of state approach.
choice questions and selected problems. Ŗ +PENWFG)#6'3WGUVKQPUWRVQKP#RRGPFKZ%YKVJ
Solutions manual containing the complete worked-out answers.
solutions to problems is available for instructors. Ŗ &GUETKRVKXGRTQDNGOUKP#RRGPFKZ%IKXGPKPVJGGZKUVKPI
test are deleted and they are now included in the
CONTENTS: 2TGHCEG Introduction. Molecular Diffusion. respective chapters as either examples or exercise
Convective Mass Transfer and Mass Transfer Coefficient. questions.
Interphase Mass Transfer. Gas–Liquid Contacting
Equipment. Gas Absorption and Stripping. Distillation. CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
Liquid–Liquid Extraction. Solid–Liquid Extraction. +PVTQFWEVKQP CPF $CUKE %QPEGRVU (KTUV .CY QH
*WOKFKHKECVKQP CPF 9CVGT %QQNKPI &T[KPI QH 9GV 5QNKFU 6JGTOQF[PCOKEU286$GJCXKQWTCPF*GCV'HHGEVU5GEQPF
Adsorption. Crystallization. Membrane Separation. Law of Thermodynamics. Some Applications of the Laws
6JGTOQF[PCOKEU 6JGTOQF[PCOKE 2TQRGTVKGU QH 2WTG
Multicomponent Distillation. Transient Diffusion and Mass (NWKFU 2TQRGTVKGU QH 5QNWVKQPU 2JCUG 'SWKNKDTKC %JGOKECN
6TCPUHGTYKVJ%JGOKECN4GCEVKQP#RRGPFKZ#PUYGTU*KPVU 4GCEVKQP 'SWKNKDTKC #RRGPFKZGU #PUYGTU VQ 2TQDNGOU
VQ5GNGEVGF3WGUVKQPUCPF2TQDNGOU+PFGZ Index.
Latest Print 2011 / 960 pp. / 17.8 × 23.5 cm 520 pp. (approx.) / 17.8 × 23.5 cm
ISBN-978-81-203-2990-4 / C 495.00 ISBN-978-81-203-4747-2 / FORTHCOMING
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 96
ENGINEERING
Chemical (T4#052146 2*'01/'0#) Civil/Environmental (C105647%6+10 M#6'4+#.5)

Principles of Building
Mass Transfer Construction

KAL RENGANATHAN P.C. VARGHESE, *QPQTCT[


SHARMA,#FLWPEV2TQHGUUQT 2TQHGUUQTCV#PPC7PKXGTUKV[
&GRCTVOGPVQH%JGOKECN'PIKPGGTKPI %JGPPCKYCUHQTOGTN[2TQHGUUQT
4Q[)2GTT[%QNNGIGQH'PIKPGGTKPI CPF*GCF&GRCTVOGPVQH%KXKN
2TCKTKG8KGY#/7PKXGTUKV[ 'PIKPGGTKPI++6/CFTCU

This book addresses the specific needs of undergraduate A companion volume to the author’s book on $WKNFKPI
chemical engineering students for the two courses in Mass /CVGTKCNU, this book, explains the basics of building
Transfer I and Mass Transfer II. It is also suitable for a course construction practices in an accessible style. It discusses in
KP&QYPUVTGCO2TQEGUUKPIHQTDKQVGEJPQNQI[UVWFGPVU detail every element of building construction from start to
the finish—from site preparation to provision of services
This self-contained textbook is designed to provide single- (such as water supply, drainage and electricity supply).
volume coverage of the full spectrum of techniques for Besides, the text describes acoustics and maintenance
chemical separations. The operations covered include of buildings, which are important considerations in
vapour distillation, fluid adsorption, gas absorption, liquid construction of buildings.
extraction, solid leaching, gas humidification, solid drying, This book is primarily designed as an introductory textbook
foam separation, solution crystallization, metal alloying, for undergraduate students of civil engineering as well as
reverse osmosis, molecular sieves, electrodialysis, and ion those pursuing diploma courses in civil engineering and
exchange. CTEJKVGEVWTG2TCEVKUKPIGPIKPGGTUCPFCP[RGTUQPYJQJCUC
The text also discusses emerging applications such as keen interest in the construction and maintenance of his/her
own building will also find the book very helpful.
drug delivery, gel electrophoresis, bleaching, membrane
separations, polymer devolatilization, solution crystalli- CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
zation, and gas chromatography. Components of a Building and Building Specifications. Site
2TGRCTCVKQPCPF5GVVKPI1WVQH9QTMU'CTVJYQTMCPF#PVK
Equipment selection is discussed for different operations. A VGTOKVG 6TGCVOGPV %QPUVTWEVKQP QH (QWPFCVKQP $TKEM
table of industrial applications for each and every mass Masonry. Block Masonry. Stone Masonry. Arches and
transfer unit operation is provided. The worked examples .KPVGNU &2% CPF 9CVGTRTQQHKPI QH $CUGOGPVU %QPETGVG
illustrate problems from chemical process and bio- 9QTM 6GORQTCT[ 9QTMU (QTOYQTM CPF 5ECHHQNFKPI
VGEJPQNQI[ KPFWUVTKGU 4GXKGY SWGUVKQPU GPEQWTCIG ETKVKECN $GPFKPI CPF 2NCEKPI QH 4GKPHQTEGOGPV KP 4%% 9QTMU
thinking, and end-of-chapter problems emphasize grasping 2NCUVGTKPI CPF 2QKPVKPI (NQQTKPIō)GPGTCN %QPUKFGTCVKQPU
of the fundamentals as well as illustrate applications of %QPETGVGCPF$TKEM(NQQTU5VQPG(NQQTU%GTCOKE6KNG(NQQTU
theory to a wide variety of scenarios. CPF 9CNNU 4GUKNKGPV (NQQTU 9QQFDNQEM CPF 2CTSWGV
(NQQTKPI 6GTTC\\Q 9QTM (NCVHNQQT CPF (NCVTQQHU
KEY FEATURES %QPUVTWEVKQPU 5NQRGF 4QQHU &QQTU 9KPFQYU CPF
Ŗ +PENWFGUUGXGTCNECUGUVWFKGUTCPIKPIHTQOOCPWHCEVWTGQH 8GPVKNCVQTU 6KODGT ,QKPVU CPF )NC\KPI 5VCKTU CPF .KHVU
vitamin C, prilling tower to granulate urea to vanaspati 2CKPVKPI 9CVGTRTQQHKPI CPF 9GCVJGTRTQQHKPI 4% 4QQHU
discolouration and wilting of the lettuce. CPF 9CVGTRTQQHKPI 9GV #TGCU 4QQH &TCKPCIG CPF 4GRCKT
of Leakage. Water Supply in Buildings. Drainage of
Ŗ +PVTQFWEGUIGPGTCNK\GF(KEMŏUNCYQHFKHHWUKQP 9CUVGYCVGT CPF 5GYCIG CDQXG )TQWPF &TCKPCIG QH (QWN
Ŗ &KUEWUUGUJQNNQYHKDTGOCUUGZEJCPIGTU Water below the Ground Level. Electricity Supply in
Ŗ +PVTQFWEGU PGY EQPEGRVU UWEJ CU EQUQNXGPV HCEVQT < UVGR $WKNFKPIU %QOOQP 'SWKROGPV 7UGF KP %QPUVTWEVKQP QH
procedure for multistage cross-current extraction. 1TFKPCT[$WKNFKPIU/WPKEKRCN4GSWKTGOGPVUKP2NCPPKPIQH
$WKNFKPIU&GUKIPQH$WKNFKPIUHQT%QOHQTVKP*QV%NKOCVGU
CONTENTS:2TGHCEG(KEMŏU.CYUQH&KHHWUKQP)GPGTCNK\GF Acoustics of Buildings. Welding and Structural Steelworks.
(KEMŏU .CYU QH &KHHWUKQP /CUU 6TCPUHGT %QGHHKEKGPVU ,QKPKPI 2KRGU /KUEGNNCPGQWU 9QTMU /CKPVGPCPEG QH
Distillation. Adsorption, Chromatography and Ion Buildings. Appendices—A. Design of Brick Masonry Walls.
'ZEJCPIG 4GXGTUG 1UOQUKU /QNGEWNCT 5KGXGU CPF $ 'CTVJSWCMG4GUKUVCPV &GUKIP QH /CUQPT[ $WKNFKPIU
'NGEVTQFKCN[UKU )CU *WOKFKHKECVKQP CPF 5QNKF &T[KPI C. 'UVKOCVKPI %QUVU CPF /CVGTKCN 4GSWKTGOGPVU & /CLQT
Liquid Extraction and Solid Leaching. Gas Absorption, Items of Works for Construction of a Single-storey
(QCO 5GRCTCVKQP CPF 5QNWVKQP 5VTKRRKPI 5QNWVKQP 4GUKFGPVKCN $WKNFKPI ' 'SWKXCNGPV 2NCKP #TGCU QH 7PGXGP
Crystallisation and Metal Alloying. Emerging Applications 5WTHCEGU HQT 2C[OGPV HQT 2CKPVKPI QH $WKNFKPI 9QTMU
in Mass Transfer. Appendix A. Appendix B. Index. (5[NNCDWUHQT$WKNFKPI%QPUVTWEVKQP4GHGTGPEGU+PFGZ
Latest Print 2012 / 472 pp. / 17.8 × 23.5 cm
Latest Print 2007 / 452 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3083-2 / C 325.00
ISBN-978-81-203-3142-6 / C 295.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 97 PHI Learning: Publications
ENGINEERING
Civil/Environmental (C105647%6+10 M#6'4+#.5) Civil/Environmental (E#46*37#-' E0)+0''4+0))

Building Materials Advanced Soil


Dynamics and
P.C. VARGHESE, *QPQTCT[
2TQHGUUQTCV#PPC7PKXGTUKV[
Earthquake
%JGPPCKYCUHQTOGTN[2TQHGUUQT Engineering
CPF*GCF&GRCTVOGPVQH%KXKN
'PIKPGGTKPI++6/CFTCUCPF
70'5%1%JKGH6GEJPKECN#FXKUQT
7PKXGTUKV[ QH/QTCVWYC%QNQODQ

This practice-oriented book provides a lucid yet compre- BHARAT BHUSHAN PRASAD, 2TQHGUUQT CPF*GCF
hensive coverage of the engineering properties and uses of &GRCTVOGPV QH %KXKN 'PIKPGGTKPI )CNIQVKCU %QNNGIG QH
the materials commonly used in building construction in 'PIKPGGTKPICPF6GEJPQNQI[)TGCVGT0QKFC
+PFKC 2TQHWUGN[ KNNWUVTCVGF YKVJ VCDNGU CPF FKCITCOU VJG
book exposes the reader to the basics of building materials This text presents the applications of soil dynamics and
and their specifications. The text also acquaints the reader earthquake engineering for seismic-resistant design of
with the traditional as well as modern materials available in foundations and earth-retaining structures. It is a sequel to
the market. The references to IS codes and standards make the author’s book entitled (WPFCOGPVCNUQH5QKN&[PCOKEUCPF
this text suitable for further study and field use. 'CTVJSWCMG 'PIKPGGTKPI that presents the basic principles,
whereas advanced topics have been covered in this text.
This book is primarily designed as an introductory textbook
for the students pursuing undergraduate degree (B.E./ The book discusses topics such as the emerging challenges
B.Tech.) and diploma courses in civil engineering and to seismic-resistant foundations and other soil-retaining
architecture. Because of the lecture-based presentation of the structures, the practical issues of soil investigations for a
subject, the text would also be of considerable benefit for the specific project, the basic principles of vibrations along with
[QWPI VGCEJGTU HQT VJGKT ENCUUTQQO NGEVWTGU 2TCEVKUKPI their practical applications to civil engineering structures,
engineers would also get a clear understanding of the the dynamic stability of elastic systems, the dynamic
fundamentals of the subject. response to bomb blast loading and their effect on
foundations and sub-structures, the dynamics of beam on
KEY FEATURES
elastic foundations, and the dynamics of foundations.
Ŗ 4GXKGY SWGUVKQPU CV VJG GPF QH GCEJ EJCRVGT GPCDNG VJG
reader to recapitulate the topics. This textbook is essentially meant for undergraduate
students in Civil Engineering and also covers the
Ŗ %QPUKFGTCDNGCVVGPVKQPKUIKXGPQPHKGNFRTCEVKEG
postgraduate course in Earthquake Engineering. The book
Ŗ 5[NNCDWUQHNCDQTCVQT[YQTMQPEQPUVTWEVKQPOCVGTKCNUCPF will also be helpful as a ready reference for design and
C OQFGN SWGUVKQP RCRGT
#PPC 7PKXGTUKV[  CTG IKXGP KP consulting engineers.
appendices to guide the reader.
CONTENTS: 2TGHCEG +PVTQFWEVKQP 5KVG +PXGUVKICVKQPU
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU $WKNFKPI 5VQPGU Dynamics of Elastic Systems. Dynamic Stability of Beam-
Clay Bricks. Cement and Concrete Blocks. Lime. Cement. HQWPFCVKQP 5[UVGOU &[PCOKE 4GURQPUG VQ $QOD $NCUV
2Q\\QNCPCU 5CPF
(KPG #IITGICVG  %QCTUG #IITGICVG .QCFKPI &[PCOKEU QH $GCOU CPF 2NCVGU QP 'NCUVKE
9CVGT /QTVCTU CPF 2NCUVGTU %GOGPV %QPETGVG 5RGEKCN (QWPFCVKQPU &[PCOKE 4GURQPUG QH (QWPFCVKQPU )TQWPF
Structural Concretes. Mix Design of Ordinary Grade 4GURQPUG #PCN[UKU /CEJKPG (QWPFCVKQPU 5GKUOKE 5VCDKNKV[
%QPETGVG %QPETGVG %JGOKECNU CPF 4GCF[/KZGF %QPETGVG QH 5NQRGU 'CTVJSWCMG 4GUKUVCPV &GUKIP QH (QWPFCVKQPU CPF
6KODGT +PFWUVTKCN 6KODGT 2TQFWEVU )NCUU HQT $WKNFKPIU 1VJGT 5QKN 4GVCKPKPI 5VTWEVWTGU 8KDTCVKQP +UQNCVKQP CPF
%CUV +TQP CPF 5VGGN /CTMGV (QTOU QH 5VGGN HQT $WKNFKPI %QPVTQN4GHGTGPEGU+PFGZ
Construction. Aluminium and its Alloys. Other Metals and
VJGKT #NNQ[U 2CKPVU &KUVGORGTU CPF 8CTPKUJGU 4WDDGT Latest Print 2012 / 936 pp. / 17.8 × 23.5 cm
2NCUVKEU#URJCNV$KVWOGPCPF6CT#FJGUKXGU5GCNCPVUCPF ISBN-978-81-203-4039-8 / C 650.00
,QKPV (KNNGTU %GTCOKE 2TQFWEVU #UDGUVQU CPF #UDGUVQU
Cement. Geosynthetics. Waterproofing of Cement Works.
/CVGTKCNU HQT (NQQTKPI .KIJV 4QQHKPI /CVGTKCNU 2KRGU 7UGF
KP $WKNFKPI %QPUVTWEVKQP &QQT CPF 9KPFQY (KVVKPIU
Appendices. Index.
Latest Print 2012 / 292 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2848-8 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 98
ENGINEERING
Civil/Environmental (E#46*37#-') Civil/Environmental (E0)+0''4+0) D4#9+0))

Fundamentals of Engineering
Soil Dynamics and Graphics with
Earthquake AutoCAD,
Engineering Rev. ed.

BHARAT BHUSHAN PRASAD, 2TQHGUUQT CPF*GCF D.M. KULKARNI, #UUKUVCPV2TQHGUUQT/GEJCPKECN


&GRCTVOGPV QH %KXKN 'PIKPGGTKPI )CNIQVKCU %QNNGIG QH 'PIKPGGTKPI )TQWR$KTNC+PUVKVWVGQH6GEJPQNQI[CPF5EKGPEG
'PIKPGGTKPICPF6GEJPQNQI[)TGCVGT0QKFC 2KNCPK )QC%CORWU
ANAND P. RASTOGI, (QTOGT.GEVWTGT&GRCTVOGPVQH%KXKN
The majority of the cases of earthquake damage to buildings, 'PIKPGGTKPI $KTNC+PUVKVWVGQH6GEJPQNQI[CPF5EKGPEG
$+65 
bridges, and other retaining structures are influenced by soil 2KNCPK
and ground conditions. To address such phenomena, Soil A.K. SARKAR, 2TQHGUUQT QH %KXKN 'PIKPGGTKPI CPF &GCP
Dynamics and Earthquake Engineering is the appropriate +PUVTWEVKQP &KXKUKQPCPF(CEWNV[&KXKUKQP+$KTNC+PUVKVWVGQH
6GEJPQNQI[CPF5EKGPEG2KNCPK
discipline.
Designed as a text for the undergraduate students of all
This textbook presents the fundamentals of Soil Dynamics, branches of engineering, this compendium gives an
combined with the basic principles, theories and methods of opportunity to learn and apply the popular drafting
Geotechnical Earthquake Engineering. It is designed for software AutoCAD in designing projects.
senior undergraduate and postgraduate students in Civil The textbook is organized in three comprehensive parts.
Engineering & Architecture. The text will also be useful to 2CTV +
#WVQ%#&  FGCNU YKVJ VJG DCUKE EQOOCPFU QH
young faculty members, practising engineers and AutoCAD which is widely used as drafting software by
consultants. Besides, teachers will find it a useful reference GPIKPGGTU CPF CTEJKVGEVU 2CTV ++
2TQLGEVKQP 6GEJPKSWGU
for preparation of lectures and for designing short courses in contains various projection techniques used in engineering
Soil Dynamics and Geotechnical Earthquake Engineering. for technical drawings. These techniques have been
explained with a number of line diagrams to make them
The book first presents the theory of vibrations and UKORNG VQ VJG UVWFGPVU 2CTV +++
&GUETKRVKXG )GQOGVT[ 
dynamics of elastic system as well as the fundamentals of mainly deals with 3-D objects that require imagination.
engineering seismology. With this background, the readers
7PNKMG EQPXGPVKQPCN VGZVDQQMU VJG OQFGN UQNWVKQPU CPF
are introduced to the characteristics of Strong Ground
exercise problems are independent of dimensions.
/QVKQP CPF &GVGTOKPKUVKE CPF 2TQDCDKNKUVKE UGKUOKE JC\CTF Therefore, this book will also be useful for the students who
analysis. The risk analysis and the reliability process of use conventional drafting techniques.
geotechnical engineering are presented in detail. An in-
depth study of dynamic soil properties and the methods of KEY FEATURES
their determination provide the basics to tackle the dynamic Ŗ 'ZRNCKPUHWPFCOGPVCNUQHKOCIKPCVKQPUMKNNKPIGPGTKECPF
basic forms to crystallize key concepts in Engineering
UQKNŌUVTWEVWTG KPVGTCEVKQP RTQDNGOU 2TCEVKECN RTQDNGOU QH
Graphics.
dynamics of beam–foundation systems, dynamics of Ŗ +PENWFGU EJCRVGTU QP CURGEVU QH VGEJPKECN FTCYKPI CPF
retaining walls, dynamic earth pressure theory, wave AutoCAD as a tool.
propagation and liquefaction of soil are treated in detail with Ŗ 6TGCVU RTQDNGOU KP VJG VJKTF CPING CU YGNN CU HKTUV CPING
illustrative examples. methods of projection in line with the revised code of
CONTENTS: 2TGHCEG +PVTQFWEVKQP 5GKUOQNQI[ CPF +PFKCP5VCPFCTF%QFGQH2TCEVKEGHQT)GPGTCN&TCYKPI
Earthquakes. Theory of Vibrations. Dynamics of Elastic CONTENTS: 2TGHCEG 'PIKPGGTKPI )TCRJKEU #P 1XGTXKGY
5[UVGO 9CXG 2TQRCICVKQP &[PCOKE 5QKN 2TQRGTVKGU 2CTV + #WVQ%#&ō%QORWVGT #KFGF &TCHVKPI 2CTV ++
&[PCOKE 'CTVJ 2TGUUWTG 5VTQPI )TQWPF /QVKQP 5GKUOKE 2TQLGEVKQP 6GEJPKSWGUō6JGQT[ QH 2TQLGEVKQP #URGEVU QH
*C\CTF#PCN[UKU.KSWGHCEVKQPQH5QKNU4KUM4GNKCDKNKV[CPF 6GEJPKECN &TCYKPI 1TVJQITCRJKE 2TQLGEVKQPU +UQOGVTKE
Drawing. Interpretation of Given Views. Auxiliary
8WNPGTCDKNKV[#PCN[UKU#RRGPFKZ8KDTCVKQP/GCUWTGOGPVU
2TQLGEVKQPU 2CTV +++ &GUETKRVKXG )GQOGVT[ō2TQLGEVKQPU QH
4GHGTGPEGU+PFGZ 5VTCKIJV .KPGU 2TQLGEVKQPU QH 2NCPGT 5WTHCEGU 8CTKQWU
Latest Print 2011 / 584 pp. / 17.8 × 23.5 cm /GCUWTGOGPVU 2TQLGEVKQPU QH 5QNKFU 5GEVKQPU QH 5QNKFU
ISBN-978-81-203-2670-5 / C 450.00 Development of Surfaces of Solids. Inter-section of Surfaces.
(TGGJCPF5MGVEJKPI+PFGZ
Latest Print 2012 / 352 pp. / 21.6 × 27.8 cm
ISBN-978-81-203-3783-1 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 99 PHI Learning: Publications
ENGINEERING
Civil/Environmental (E08+410/'06#.)

Elements of Environmental
Environmental Engineering
Science and
Engineering, D. SRINIVASAN, HQTOGTN[
2TQHGUUQT&GRCTVOGPVQH
2nd ed. %JGOKECN'PIKPGGTKPI#PPC
7PKXGTUKV[ %JGPPCK

P. MEENAKSHI, &GRCTVOGPVQH%KXKN'PIKPGGTKPI%QKODCVQTG During the last two decades, the environmental pollution
+PUVKVWVGQH6GEJPQNQI[%QKODCVQTG6COKN0CFW regulations have undergone a vast change. Attempts have
been made to refine the conventional technologies and to
Designed as a text for all undergraduate students of develop new technologies to meet increasingly more
engineering for their core course in Environmental Science stringent environmental quality criteria. The challenge that
and Engineering and for elective courses in environmental one faces today is to meet these stringent requirements in an
health engineering and pollution and control engineering for environmentally acceptable and cost effective manner.
students of civil engineering, this comprehensive text The present book addresses the application of the state-of-
provides an in-depth analysis of the fundamental concepts. the-art technology to the solutions to today’s problems in
It also introduces the reader to different niche areas of industrial effluent pollution control and environmental
environmental science and engineering. protection. The highlight of this book is the inclusion of the
The book covers a wide array of topics, such as natural salient features of process modifications and other important
resources, disaster management, biodiversity, and various methods and techniques for the minimization of wastes. The
forms of pollution, viz. water pollution, air pollution, soil chapter on process modification for waste minimization
pollution, noise pollution, thermal pollution, and marine provides new technical features and tools, latest techno-
pollution, as well as environmental impact assessment and logies and techniques, and other industrial operations.
environmental protection. Besides, the text covers the role of an environmental
engineer in the methodology for making pollution control
KEY FEATURES decisions.
Ŗ )KXGU KPFGRVJ [GV NWEKF CPCN[UKU QH VQRKEU OCMKPI VJG
KEY FEATURES
book user-friendly.
Ŗ %QXGTUKORQTVCPVVQRKEUYJKEJCTGCFGSWCVGN[UWRRQTVGF Ŗ +PENWFGU PWOGTQWU UGNHGZRNCPCVQT[ VCDWNCT CPF FKC
grammatic representations.
by illustrative diagrams.
Ŗ 2TGUGPVU RQNNWVKQP RTQDNGOU QH HGY EJGOKECN CPF RTQ
Ŗ 2TQXKFGUcase studies to explore real-life problems.
cessing industries.
Ŗ 5WRRNKGU TGXKGY SWGUVKQPU CV VJG GPF QH GCEJ EJCRVGT VQ
Ŗ 2TQXKFGU case studies on environmental pollution
drill the students in self-study. problems and their prevention.
CONTENTS: 2TGHCEG 'PXKTQPOGPVCN 'FWECVKQPō2TGUGPV Ŗ #PCN[\GU VJQTQWIJN[ VJG RNCPPKPI CPF UVTCVGIKGU QH
5EGPCTKQ 5EKGPEG QH VJG 'PXKTQPOGPV 0CVWTCN 4GUQWTEGU environmental protection.
Disaster Management. Engineering Interventions. Designed as a textbook for the undergraduate students of
'EQU[UVGOU $KQFKXGTUKV[ 9CVGT 2QNNWVKQP #KT 2QNNWVKQP civil and chemical engineering, this book will also be useful
5QKN 2QNNWVKQP 0QKUG 2QNNWVKQP 6JGTOCN 2QNNWVKQP /CTKPG to the postgraduate students of environmental science and
2QNNWVKQP 5QNKF 9CUVGU *C\CTFQWU 9CUVGU 'PGTI[ engineering.
Environmental Threats. Environmental Impact Assessment.
Social Issues and the Environment. Environmental CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU Introduction.
2TQVGEVKQP +PFGZ Biogeochemical Cycles. The Chemistry of Waste Waters.
9CVGT 3WCNKV[ 9CUVG 9CVGT 6TGCVOGPV CPF &KURQUCN #KT
Latest Print 2012 / 324 pp. / 17.8 × 23.5 cm 3WCNKV[ 6TGCVOGPV 5[UVGOU HQT #KT 2QNNWVKQP %QPVTQN
ISBN-978-81-203-4523-2 / C 250.00 +PFWUVTKCN2QNNWVKQPCPF9CUVG6TGCVOGPVKPC(GY%JGOKECN
CPF 2TQEGUUKPI +PFWUVTKGU 5QNKF 9CUVGU 9CUVG
/KPKOK\CVKQPCPF2QNNWVKQP2TGXGPVKQP2NCPPKPI2TQEGUUHQT
2TGXGPVKQP QH 2QNNWVKQP 5VTCVGIKGU HQT 2QNNWVKQP 2TGXGPVKQP
*C\CTFQWU 9CUVG /CPCIGOGPV %CUG 5VWFKGU #RRGPFKEGU
4GHGTGPEGU+PFGZ
Latest Print 2012 / 440 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3600-1 / C 350.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 100
ENGINEERING
Civil/Environmental (E08+410/'06#.)

Essentials of Ecology Principles of


and Environmental Environmental
Science, 4th ed. Science and
Engineering

S.V.S. RANA, 2TQHGUUQT KPVJG&GRCTVOGPVQH<QQNQI[CPFCNUQ P. VENUGOPALA RAO, &KTGEVQT 5TKFGXK9QOGPŏU


VJG %QQTFKPCVQTQHVJG&GRCTVOGPVQH'PXKTQPOGPVCN5EKGPEGCU 'PIKPGGTKPI%QNNGIG*[FGTCDCF
YGNNCUVJG7)%+PPQXCVKXG#UUKUVCPEG2TQITCOOGKP6QZKEQNQI[
CV%JCWFJCT[%JCTCP5KPIJ7PK XGTUKV[/GGTWV 2TKOCTKN[ KPVGPFGF CU C VGZV HQT WPFGTITCFWCVG UVWFGPVU QH
This book, now in its fourth edition, is a lucid presentation engineering for their core course in environmental studies,
of the fundamental concepts and principles of ecology and this book gives a clear introduction to the fundamental
environmental science. Extensively illustrated, the book principles of ecology and environmental science and aptly
provides in-depth coverage of major areas such as summarizes the relationship between ecology and environ-
atmospheric and soil science, hydrobiology, biodiversity, mental engineering.
and pollution ecology. It seeks to impart comprehensive
understanding of the major ecological issues, policies and Divided into three parts, the book begins by discussing the
NCYU ETWEKCN HQT UQNXKPI GPXKTQPOGPVCN RTQDNGOU 0GY biosphere, natural resources, ecosystems, biodiversity, and
sections on vital topics such as acid rain and deposition, community health. Then it goes on to give detailed
metapopulations, environmental disasters and the Bali description on topics such as pollution and control,
Summit on Climate Change 2007 contribute strongly to this environmental management, and sustainable development.
endeavour. (KPCNN[ KV HQEWUGU QP GPXKTQPOGPVCN EJGOKUVT[ GPXKTQP
The book is primarily intended for undergraduate (B.Sc.) mental microbiology, and monitoring and analysis of
students of environmental science and other relevant pollutants.
biological sciences. It will also be very useful for KEY FEATURES
postgraduate (M.Sc.) students of these subjects as well as
field professionals and researchers. Ŗ -G[ YQTFU CPF UWOOCT[ CV VJG GPF QH GCEJ EJCRVGT
provide the students an easy way of recapitulation.
KEY FEATURES Ŗ #NCTIGPWODGTQHHKIWTGUKNNWUVTCVGVJGVQRKEUFKUEWUUGF
Ŗ 7UGQHKPFKIGPQWUGZCORNGUHQTGZRNCKPKPIUWDLGEVOCVVGT Ŗ 2TQLGEVUQHGPXKTQPOGPVCNEQPEGTPUWIIGUVGFCVVJGGPFQH
Ŗ %QXGTCIGQHGZVTGOGGPXKTQPOGPVUUWEJCU#PVCTEVKECVJG the book enable the students to work in field projects.
Arctic region, open oceans, and deserts, along with up-to-
date information on major ecosystems Besides engineering students, undergraduate students in
Ŗ %JCRVGTU FGXQVGF VQ DKQFKXGTUKV[ CU YGNN CU PCVWTCN CPF other streams, practicing engineers and professionals would
genetic resources of India find the text immensely useful.
Ŗ &GVCKNGF FGUETKRVKQPU QH GEQEQORCTVOGPVU UWEJ CU
atmosphere and lithosphere CONTENTS: 2TGHCEG 2CTV  'EQU[UVGOU CPF 2QRWNCVKQP
9GNHCTGō$KQURJGTG 0CVWTCN 4GUQWTEGU 'EQU[UVGOU
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP $KQFKXGTUKV[ CPF +VU %QPUGTXCVKQP %QOOWPKV[ *GCNVJ
#EMPQYNGFIGOGPVU &GHKPKVKQP 5EQRG CPF *KUVQT[ QH
2CTV2QNNWVKQP%QPVTQNCPF'PXKTQPOGPVCN/CPCIGOGPVō
Ecology. Ecology and Evolution. Environmental
Adaptations. Climate and Atmosphere. Earth and 2QNNWVKQP CPF %QPVTQN 'PXKTQPOGPVCN %QPEGTPU 'PXKTQP
.KVJQURJGTG *[FTQURJGTG $KQURJGTG $KQ)GQEJGOKECN CPF OGPVCN /CPCIGOGPV 5WUVCKPCDNG &GXGNQROGPV 2CTV 
0WVTKGPV %[ENGU 'PXKTQPOGPVCN (CEVQTU CPF 5RGEKGU Environmental Science—Environmental Chemistry.
+PVGTCEVKQPU $KQFKXGTUKV[ )GPGVKE 4GUQWTEGU 0CVWTCN Environmental Microbiology. Monitoring and Analysis of
4GUQWTEGU
/KPGTCNU 'PGTI[ 9CVGT (QTGUVU  'EQNQI[ QH 2QNNWVCPVU#RRGPFKZ)NQUUCT[ )GPGTCN3WGUVKQPUHQT5VWF[
2QRWNCVKQPU %QPEGRV QH %QOOWPKV[ 'EQU[UVGO
5VTWEVWTG and Assignment. Index.
CPF (WPEVKQP  (TCIKNG 'EQU[UVGOU #KT 2QNNWVKQP 9CVGT
2QNNWVKQP 0QKUG 2QNNWVKQP 4CFKQCEVKXG 2QNNWVKQP 5QNKF Latest Print 2012 / 288 pp. / 16.0 × 24.1 cm
9CUVG 2QNNWVKQP .CPF 2QNNWVKQP )NQDCN 'PXKTQPOGPVCN ISBN-978-81-203-2893-8 / C 225.00
2TQDNGOU 'PXKTQPOGPVCN &KUCUVGTU 'PXKTQPOGPVCN
Institutions, International Cooperation and Law. Glossary.
Index.
Latest Print 2010 / 584 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3894-4 / C 295.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 101 PHI Learning: Publications
ENGINEERING
Civil/Environmental (E08+410/'06#.)

Renewable Energy Renewable Energy


Sources: Their Technologies: A
Impact on Global Practical Guide for
Warming and Beginners
Pollution

TASNEEM ABBASI, #UUKUVCPV


2TQHGUUQT %GPVTGHQT2QNNWVKQP
%QPVTQNCPF'PGTI[6GEJPQNQI[
2QPFKEJGTT[7PKXGTUKV[2QPFKEJGTT[ CHETAN SINGH SOLANKI, #UUQEKCVG 2TQHGUUQT
S.A. ABBASI, 5GPKQT 2TQHGUUQTCPF%QQTFKPCVQT%GPVTGHQT &GRCTVOGPV QH'PGTI[5EKGPEGCPF'PIKPGGTKPI+PFKCP+PUVKVWVG
2QNNWVKQP %QPVTQN CPF 'PGTI[ 6GEJPQNQI[ 2QPFKEJGTT[ QH6GEJPQNQI[$QODC[
++6$ 
7PKXGTUKV[2QPFKEJGTT[
Today, the tide has turned so strongly in favour of renewables This book presents a highly accessible introduction to the
that for the first time since the dawn of the fossil fuel era over multi-disciplinary field of renewable energy sources—an
two hundred years ago renewable energy technologies have area which is becoming increasingly important. It is
started attracting more investment globally than that in the intended to serve as a textbook for undergraduate electrical
fossil fuel-based technologies. and mechanical engineering students and will also be useful
This text provides a comprehensive and wide ranging for courses in environmental science.
introduction to various renewable energy technologies and The book helps beginners to understand the basic energy
their applications, such as solar, wind, biomass, biogas, conversion processes involved in various renewable energy
wave, geothermal, tidal and small hydel. It provides a based equipment such as solar photovoltaics, solar water
thorough understanding of the basic energy conversion
JGCVGTU YKPF VWTDKPGU CPF DKQOCUU RNCPVU 7PFGT GCEJ
processes taking place in various renewable energy-based
technology, several possible system configurations and their
equipment like heat engines, photovoltaics, wind turbines,
windmills, wave machines, and so on. The text also deals usages are considered. Step-by-step procedures are given to
with the impact of renewable energy sources on global design and cost estimate several renewable energy based
warming and pollution. U[UVGOU FGUKIPGF HQT VJG IKXGP TGSWKTGOGPVU 0WOGTQWU
chapter-end problems are given to reinforce concepts, and
The book is intended for courses in Environmental Sciences,
for getting used to system design and system costing
Environmental/Electrical/Mechanical Engineering and
Energy Studies at the undergraduate and postgraduate procedures.
levels. It will also serve as a useful reference for scientists, Besides students, this book will be immensely useful for
technocrats and environmentalists. individuals interested in learning and practising renewable
+PFKCKUIGPGTQWUN[GPFQYGFYKVJTGPGYCDNGGPGTI[UQWTEGU energy technologies.
+ JQRG VJGRTGUGPV  DQQMD[2 TQH 6CUPGGO# DDCUK CPF CONTENTS: 2TGHCEG .KUV QH #DDTGXKCVKQPU $CUKEU QH
2TQH 5##DDCUKYKNNJGNRUVWFGPVUTGPGYCDNGGPGTI[ 'PGTI[ 5QNCT 4CFKCVKQP 5QNCT 2JQVQXQNVCKE 6GEJPQNQIKGU
RTQHGUUKQPCNU CPFGXGPVJGIGPGTCNOCUUGUVQWPFGTUVCPF Solar Thermal Technologies. Wind Energy. Biomass Energy.
XCTKQWU CURGEVUQHTGPGYCDNGGPGTI[VGEJPQNQIKGUCPFVJGKT
#RRGPFKEGUō# /QPVJN[ #XGTCIGF &CKN[ 5QNCT 4CFKCVKQP
CRRNKECVKQPU
ō &T (#4113 #$&7..#* $ )NQDCN #PPWCN 5QNCT 4CFKCVKQP /CR QH +PFKC % 9KPF
*QPŏDNG/KPKUVGT0GYCPF4GPGYCDNG'PGTI[ 'PGTI[&KUVTKDWVKQP/CRQH+PFKC&6[RKECN2QYGT4CVKPIU
Government of India QH'PGTI[#RRNKCPEGU'2J[UKECN%QPUVCPVUCPF%QPXGTUKQP
CONTENTS: (QTGYQTF 2TGHCEG (TQO 4GPGYCDNGU VQ (CEVQTU(5WDUKFKGUCPF/CPWHCEVWTGTU+PFGZ
4GPGYCDNGU 6JG *WOCP 3WGUV HQT 'PGTI[ %QOGU (WNN Latest Print 2011 / 168 pp. / 16.0 × 24.1 cm
%KTENG 2QNNWVKQP CPF )NQDCN 9CTOKPI &WG VQ VJG 7UG QH ISBN-978-81-203-3434-2 / C 225.00
(QUUKN (WGNU 6JG 'ZVGPV QH VJG 2TQDNGO &KTGEV 5QNCT
Biomass Energy. Biogas Energy. Wind Energy. Wave
'PGTI[  6KFCN 'PGTI[ )GQVJGTOCN 'PGTI[ 5OCNN *[FTQ
*[FTQIGP CU C 4GPGYCDNG 'PGTI[ 5QWTEG 5VQTCIG QH
+PVGTOKVVGPVN[IGPGTCVGF 4GPGYCDNG 'PGTI[ &GECTDQPK
\CVKQP QH (QUUKN (WGN 7UG D[ %12 %CRVWTG +U VJG 7UG QH
4GPGYCDNG 'PGTI[ 5QWTEGU CP #PUYGT VQ VJG 2TQDNGOU QH
)NQDCN9CTOKPICPF2QNNWVKQP!4GHGTGPEGU+PFGZ
Latest Print 2013 / 332 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3994-1 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 102
ENGINEERING
Civil/Environmental (E08+410/'06#.)

Renewable Energy
Sources and
Emerging
Technologies,
2nd ed.

D.P. KOTHARI, &KTGEVQT )GPGTCNQH8KPFJ[C)TQWRQH Ŗ #RRGPFKEGUQP


+PUVKVWVKQPU +PFQTG – Smart grid and grid system in India
K.C. SINGAL, CHVGTITCFWCVKQPKP'NGEVTKECN'PIKPGGTKPIKPVJG Ō 4GOQVG XKNNCIG GNGEVTKHKECVKQP YKVJ TGPGYCDNG GPGTI[
[GCT HTQO4QQTMGG7PKXGTUKV[
PQY++64QQTMGG UGTXGFKP sources
XCTKQWU ECRCEKVKGUYKVJ*CT[CPC5VCVG'NGEVTKEKV[$QCTF
*5'$ – Indian Electricity Act 2003, which supports exploration
CPFTGVKTGFCU%JKGH'PIKPGGT1RGTCVKQPKPVJG[GCT QH4GPGYCDNG'PGTI[
RAKESH RANJAN, 2TKPEKRCN QH+PVGTPCVKQPCN+PUVKVWVGQH SALIENT FEATURES
6GEJPQNQI[CPF$WUKPGUU5QPGRCV*CT[CPC Ŗ 2TQXKFGU DCNCPEGF KPVTQFWEVKQP VQ CNN CURGEVU QH UQNCT
GPGTI[EQPXGTUKQPKPENWFKPI28VGEJPQNQI[
This book, now in its Second Edition, is an introductory text Ŗ )KXGUEQORTGJGPUKXGEQXGTCIGQHCNNHCEGVUQHYKPFRQYGT
on renewable energy sources, technologies and their development.
applications—a subject which is becoming increasingly Ŗ 'ZRNCKPU UOCNN J[FTQRQYGT RTQLGEVU YKVJ KNNWUVTCVKXG
important worldwide. This edition includes two new figures.
chapters that introduce contemporary practices in renewable Ŗ 'ORJCUKUGUVJGKORQTVCPEGQHCXCKNCDKNKV[QHDKQHWGNHTQO
,CVTQRCRNCPV
technologies. It also discusses issues on environmental
Ŗ 5RGEKCNCVVGPVKQPKUIKXGPVQŎICUJ[FTCVGUŏCPFŎJ[FTQIGP
degradation and its reasons and remedies. energy’ sources.
Besides this, a large number of numerical problems to Ŗ (WGN EGNNU CTG GZRNCKPGF CU RGT VJG NCVGUV VGEJPQNQI[
correlate theory with typical values and chapter-end review available.
questions are also given to reinforce the understanding of Ŗ *CTPGUUKPIQHQEGCPGPGTI[KUFGCNVYKVJKPFGVCKN
the subject matter. Ŗ 7VKNKUCVKQPQHDKQOCUUCPFUQNKFYCUVGHQTGPGTI[TGEQXGT[
is emphasised.
Written in an accessible style, this text is designed to serve
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 'PGTI[
the needs of undergraduate students in electrical, 4GUQWTEGU CPF 6JGKT 7VKNKUCVKQP 'PXKTQPOGPVCN #URGEVU
mechanical and civil engineering disciplines. It will also be QH 'NGEVTKE 'PGTI[ )GPGTCVKQP 5QNCT 4CFKCVKQP CPF +VU
useful for all higher-level courses in energy programmes and Measurement. Solar Thermal Energy Collectors. Solar
multi-disciplinary postgraduate courses in science and 6JGTOCN 'PGTI[ %QPXGTUKQP 5[UVGOU 5QNCT 2JQVQXQNVCKE
engineering. 5[UVGO 9KPF 'PGTI[ 9KPF 'PGTI[ (CTOU 5OCNN
*[FTQRQYGT )GQVJGTOCN 'PGTI[ 'NGEVTKE 2QYGT
NEW TO THIS EDITION )GPGTCVKQP D[ 1EGCP 'PGTI[ $KQOCUU 'PGTI[ (WGN %GNNU
Ŗ +PENWUKQP QH VYQ PGY EJCRVGTUōŎ*[DTKF 5[UVGOUŏ CPF *[FTQIGP 'PGTI[ 5[UVGO *[DTKF 5[UVGOU 'PXKTQPOGPV
‘Environment, Energy and Global Climate Change’. Energy and Global Climate Change. Appendices.
Ŗ # PGY UGEVKQP QP &KUVTKDWVGF 'PGTI[ 5[UVGO CPF Bibliography. Index.
Dispersed Generation. Latest Print 2013 / 456 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4470-9 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 103 PHI Learning: Publications


ENGINEERING
Civil/Environmental (E08+410/'06#.)

Solid Waste Textbook of


Management Environmental
Engineering

K. SASIKUMAR, 2TQHGUUQT CPF*GCF&GRCTVOGPVQH P. VENUGOPALA RAO, &KTGEVQT 5TKFGXK 9QOGPŏU


%QOOGTEG 7PKXGTUKV[QH-GTCNC6JKTWXCPCPVJCRWTCO 'PIKPGGTKPI%QNNGIG*[FGTCDCF
SANOOP GOPI KRISHNA KU 'PXKTQPOGPVCN'PIKPGGTKPI
%QPUWNVCPV Designed for a first-course in environmental engineering for
undergraduate engineering and postgraduate science
Safe and effective management of solid waste generated by students, the book deals with environmental pollution and
the community governmental agencies and industries is the its control methodologies. It explains the basic environ-
need of the hour. This compact book describes how to avoid, mental technology — environmental sanitation, water
minimize and manage solid waste and discusses models supply, waste management, air pollution control and other
which, if implemented, can solve many of the current solid related issues — and presents a logical and systematic
waste problems. treatment of topics.
The text discusses the various sources of waste generation, The book, an outgrowth of author’s long experience in
composition of solid waste and the need for designing a teaching the postgraduate science and engineering students,
strategic plan for solid waste management. It explains the is presented in a student-oriented approach. It is
importance of public involvement, and public awareness interspersed with solved examples and illustrations to
in managing solid waste besides giving an account of solid reinforce many of the concepts discussed and apprise the
waste management hierarchy. In addition, the text describes readers of the current practices in areas of water processing,
in detail factors to be considered while developing a waste water distribution, collection and treatment of domestic
management programme, techniques for the recovery, reuse sewage and industrial waste water, and control of air
or recycling of solid waste, techniques of composting, and pollution. It emphasizes fundamental concepts and basic
how to manage special wastes such as bio-medical waste, applications of environmental technology for management
plastic, and e-waste. Case Studies of selected municipal of environmental problems.
corporations lend a practical flavour to the book. Besides students, the book will be useful to the academia of
The book is intended as a text for B.Tech. (Civil/Chemical environmental sciences, civil/environmental engineering as
Engineering) and M.Tech. (Civil/Environment Engineering, well as to environmentalists and administrators working in
Environmental Science). Besides, it will be quite handy for the field of pollution control.
consultants in solid waste management, environmental
CONTENTS 2TGHCEG 'EQNQI[ 'PXKTQPOGPVCN 5CPKVCVKQP
engineers, and municipal corporations. Drinking Water. Domestic Sewage. Waste Water from
CONTENTS: (QTGYQTF 2TGHCEG +PVTQFWEVKQP 5QNKF 9CUVG +PFWUVTKGU #KT 2QNNWVKQP /QPKVQTKPI CPF #PCN[UKU
/CPCIGOGPVō5VTCVGIKE2NCPPKPI&GEKUKQP/CMKPIKP5QNKF 'PXKTQPOGPVCN/CPCIGOGPV#RRGPFKEGUō#6QZKE9CUVGU
Waste Management—Integrated Solid Waste Management. $ )GQITCRJKECN +PHQTOCVKQP 5[UVGO % &KUCUVGT
2WDNKE +PXQNXGOGPV CPF 2CTVKEKRCVKQP KP 5QNKF 9CUVG Management. Bibliography. Index.
/CPCIGOGPV 5QNKF 9CUVG /CPCIGOGPV 2TQITCOOG
Latest Print 2011 / 280 pp. / 16.0 × 24.1 cm
Collection and Transfer of Municipal Solid Waste. Solid
ISBN-978-81-203-1930-1 / C 195.00
9CUVG /CPCIGOGPV 6GEJPKSWGU 4GE[ENKPI QH 5QNKF 9CUVG
Waste Disposal Techniques. Solid Waste Management of
$KQ/GFKECN 9CUVG 2NCUVKE CPF G9CUVG %CUG 5VWFKGU
Glossary. Index.
Latest Print 2012 / 312 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3869-2 / C 275.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 104
ENGINEERING
Civil/Environmental (E08+410/'06#.)

Wastewater Wind Energy:


Treatment: Theory and
Concepts and Practice,
Design Approach, 2nd ed.
2nd ed.

G.L. KARIA, 5GPKQT6GEJPKECN


%QPUWNVCPVYKVJ5CRKGPV6GEJPQ
%QPUWNVCPVU 5WTCV
R.A. CHRISTIAN, #UUQEKCVG 2TQHGUUQT &GRCTVOGPV QH %KXKN SIRAJ AHMED, 2TQHGUUQT &GRCTVOGPV QH /GEJCPKECN
'PIKPGGTKPI 580CVKQPCN+PUVKVWVGQH6GEJPQNQI[5WTCV*GKU 'PIKPGGTKPI /CWNCPC#\CF0CVKQPCN+PUVKVWVGQH6GEJPQNQI[
CNUQ JQNFKPICFOKPKUVTCVKXGRQUKVKQPCV580CVKQPCN+PUVKVWVGQH
/#0+6 $JQRCN
6GEJPQNQI[
This thoroughly revised Second Edition presents a In the contemporary world, wind energy is emerging as one
comprehensive account of the principles of operation and of the most viable alternatives to meet the challenge of
design of wastewater treatment plants. increasing energy demand, particularly for electrical energy
Beginning with the basic concepts of treatment of generation. It is clean, fuel-free and available almost in every
wastewater and the design considerations required of an country in the world and in abundance in off-shore. This
efficient treatment plant, the book moves on to spotlight the book, now in its Second Edition, covers most of the essential
design criteria for domestic wastewater treatment units. In engineering principles, theories and best practices for wind
essence, the text gives the detailed procedures for design energy development for electricity generation with clear
computations of all units of a wastewater treatment plant. It emphasis on state-of-the-art. In this edition, substantial
also describes the most common types of reactors used for addition has been made in the chapters on Aerodynamics,
physical operations and biological processes in wastewater 5KVKPI9KPF(CTO&GUKIPCPF9KPF'PGTI['EQPQOKEU
treatment plants.
This comprehensive book on wind energy is intended as a
Besides additional examples and exercises, this edition also text for the undergraduate and postgraduate students of
includes a new chapter on “Disinfection of Wastewater”. Mechanical/Electrical Engineering and students pursuing
The book is intended for the undergraduate students of Civil Energy Studies. It will also serve as a handbook and ready
and Environmental Engineering. It will also be useful to the reference for practicing engineers and professionals in the
practising professionals involved in the design of field of wind energy.
wastewater treatment plants.
KEY FEATURES
KEY FEATURES
Ŗ &GUETKDGUVGEJPQNQIKECNCFXCPEGUKPYKPFGPGTI[
Ŗ 2TQXKFGU UGXGTCN GZCORNGU UWRRQTVGF D[ ITCRJU CPF
Ŗ &GCNU YKVJ YKPF TGUQWTEG CUUGUUOGPV OGVJQFQNQI[
sketches to highlight the various design concepts of
instrumentation and advanced techniques.
wastewater treatment units.
Ŗ 'PECRUWNCVGU UKIPKHKECPV VJGQTGVKECN CPF EQORWVCVKQPCN Ŗ &KUEWUUGUVJGEQPEGRVUQHCGTQF[PCOKEUHQTYKPFVWTDKPG
information, and useful design hints in Note and Tip boxes. blade and rotor.
Ŗ +PENWFGU YGNNITCFGF RTCEVKEG GZGTEKUGU VQ JGNR UVWFGPVU Ŗ 2TQXKFGU KP FGVCKN VJG FGUKIP EQPEGRVU HQT OQFGTP
develop the skills in designing treatment plants. horizontal axis wind turbine.
Ŗ %QXGTUNC[QWVFGUKIPOKETQUKVKPICPFOQFGNNKPIQHYKPF
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 9CUVGYCVGT CPF
farms.
Treatment Concepts. Basic Design Considerations. General
Ŗ #PCN[\GU VJG GEQPQOKEU QH YKPF GPGTI[ RTQLGEVU HQT
2TQEGFWTG HQT &GUKIP %CNEWNCVKQPU 4GCEVKQPU CPF 4GCEVQTU
electricity generation.
&GUKIP QH 2TGNKOKPCT[ 6TGCVOGPV 7PKVU &GUKIP QH 2TKOCT[
6TGCVOGPV 7PKVU $KQNQIKECN 6TGCVOGPV QH 9CUVGYCVGT Ŗ (QEWUGU QP VJG KORCEV QH YKPF GPGTI[ QP VJG
#GTQDKE 2TQEGUUGU &GUKIP QH 5GEQPFCT[ $KQNQIKECN environment.
6TGCVOGPV 7PKVU 5WURGPFGF )TQYVJ 2TQEGUU &GUKIPU QH CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU .KUV QH 5[ODQNU
#GTQDKE $KQNQIKECN 6TGCVOGPV 7PKVU #VVCEJGF )TQYVJ .KUV QH #DDTGXKCVKQPU $CEMITQWPF 9KPF 4GUQWTEG
2TQEGUUGU #PCGTQDKE $KQNQIKECN 9CUVGYCVGT 6TGCVOGPV Assessment. Aerodynamics. Wind Turbine. Wind Turbine
&GUKIP QH 5NWFIG 6TGCVOGPV 7PKVU &KUKPHGEVKQP QH &GUKIP5KVKPI9KPF(CTO&GUKIP9KPF'PGTI['EQPQOKEU
9CUVGYCVGT#RRGPFKEGUō+.KUVQH5QOG7UGHWN%QPXGTUKQP Environmental Impact. Electrical and Control Systems.
(CEVQTU ++ &KOGPUKQP &GVCKNU QH 2CTUJCNN (NWOG
OO  +++
Appendices. Glossary. Bibliography. Index.
2J[UKECN2TQRGTVKGUQH9CVGT+85[ODQNUCPF7PKVU7UGFKP
9CUVGYCVGT6TGCVOGPV
KP5+7PKVU 4GHGTGPEGU+PFGZ Latest Print 2011 / 352 pp. / 17.8 × 23.5 cm
Latest Print 2013 / 448 pp. / 17.8 × 23.5 cm ISBN-978-81-203-4490-7 / C 395.00
ISBN-978-81-203-4735-9 / C 425.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 105 PHI Learning: Publications
ENGINEERING
Civil/Environmental (E08+410/'06#. S%+'0%') Civil/Environmental (E08+410/'06#. T'%*01.1);)

Environmental Industrial Waste


Science: Principles Water Treatment
and Practice

R.C. DAS, %QPUWNVKPI 2TQHGUUQT:CXKGT+PUVKVWVGQH A.D. PATWARDHAN, 2TQEGUU &GUKIP%QPUWNVCPVCPF


/CPCIGOGPV $JWDCPGUYCT
(QTOGTN[8KEG%JCPEGNNQT HQTOGTN[2TQHGUUQTCV8,6+/WODCK
$GTJCORWT 7PKXGTUKV[1TKUUC%JCKTOCP1TKUUC5VCVG2QNNWVKQP
%QPVTQN$QCTF$JWDCPGUYCT  All industrial production processes generate waste waters,
D.K. BEHERA, 5GPKQT 'PXKTQPOGPVCN5EKGPVKUV5VCVG2QNNWVKQP which can pollute water bodies into which they are
%QPVTQN $QCTF1TKUUC discharged without adequate treatment. It is, therefore,
essential to treat such wastes and eliminate their harmful
This book fulfills the need for a practical, clearly written effects on the environment.
introductory textbook on fundamental concepts and basic This book discusses sources, characteristics and treatment of
applications of principles of environmental science. It is waste waters produced in industries such as textiles, dairy,
designed to cover the curriculum of B.Sc. and M.Sc. courses tanneries, pulp and paper, fertilizer, pesticide, organic and
in Environmental Science. inorganic chemicals, engineering and fermentation. Many
Besides students, the basic knowledge of environmental flow diagrams have been included to illustrate industrial
management is highly essential today for regulators, processes and to indicate the sources of waste water in
industrial managers, and environmental activists. The book such processes. After describing treatment for individual
provides comprehensive information on all relevant factories, the author discusses the more advanced and
components relating to environmental issues in industries, economical common effluent plants. The text uses simple
the purpose being to sensitize the management staff to and straightforward language and makes the presentation
various environmental laws and regulations. attractive.
The book not only gives a thorough treatment of all This book should prove extremely useful to undergraduate
individual environmental components but also suggests students of civil and chemical engineering and postgraduate
strategies for improvement of environment quality. It students of environmental science and engineering.
discusses various pollution control methodologies along with Industrial design consultants will also find the book very
waste minimization and resource conservation. An attempt is handy. To the Greens, it may offer some of the solutions to
also made to blend the legal guidelines and statutory their concerns.
compliance with technical and scientific approach.
CONTENTS:2TGHCEG Treatment of Industrial Waste Waters.
Various environmental management tools have been (NQY /GCUWTGOGPV %JCTCEVGTK\CVKQP CPF 6TGCVCDKNKV[
discussed. Management of hazardous chemicals has been 5VWFKGU QH +PFWUVTKCN 9CUVG 9CVGTU 7PKV 1RGTCVKQPU CPF
dealt with in a separate chapter. 7PKV 2TQEGUUGU 5VTGCO 2QNNWVKQP CPF 5GNH2WTKHKECVKQP
CONTENTS: 2TGHCEG #DDTGXKCVKQPU $CUKE %QPEGRVU 2TGVTGCVOGPV QH +PFWUVTKCN 9CUVGU 6GZVKNG 9CUVGU &CKT[
QH 'EQNQI[ CPF 'PXKTQPOGPV 9CVGT 2QNNWVKQP
$CUKE 9CUVGU 5NCWIJVGTKPI /GCV 2CEMKPI 2QWNVT[ 2TQEGUUKPI
2TKPEKRNGU  9CVGT 2QNNWVKQP %QPVTQN /GVJQFU #KT 2QNNWVKQP (KUJ 2TQEGUUKPI CPF 4GPFGTKPI 9CUVGU 6CPPGT[ 9CUVGU

$CUKE 2TKPEKRNGU  #KT 2QNNWVKQP %QPVTQN /GVJQFU 0QKUG 5WICT /KNN 9CUVGU 2WNR CPF 2CRGT /KNN 9CUVGU
2QNNWVKQP 8GJKEWNCT 2QNNWVKQP 'PXKTQPOGPVCN .CYU CPF (GTOGPVCVKQP +PFWUVT[ 9CUVGU 6JG 'PIKPGGTKPI +PFWUVT[
%QPUVKVWVKQPCN 2TQXKUKQPU 2QNNWVKQP %QPVTQN 0QTOU CPF 2GVTQNGWO 4GHKPKPI +PFWUVT[ 2GVTQEJGOKECNU +PFWUVT[
5VCPFCTFU9CUVG/KPKOK\CVKQPCPF4GUQWTEG%QPUGTXCVKQP (GTVKNK\GTCPF2GUVKEKFGU+PFWUVTKGU8GIGVCDNG1KN(QQFCPF
/CPCIGOGPV QH 5QNKF 9CUVGU +PENWFKPI *C\CTFQWU 9CUVGU Allied Industries. Dyestuff and Dye Manufacturing
/CPCIGOGPV QH *C\CTFQWU %JGOKECNU CPF %JGOKECN +PFWUVTKGU4WDDGT9CUVGU4CFKQCEVKXG9CUVGU1TICPKECPF
Accidents. Environment Impact Assessment. Environ- +PQTICPKE %JGOKECNU %QOOQP 'HHNWGPV 6TGCVOGPV 2NCPVU
mental Audit. Environmental Management System. Index. Index.
Latest Print 2007 / 376 pp. / 17.8 × 23.5 cm Latest Print 2011 / 304 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3330-7 / C 250.00 ISBN-978-81-203-3350-5 / C 275.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 106
ENGINEERING
Civil/Environmental
(+0+6' E.'/'065)

Finite Element Finite Element


Analysis Using Methods:
ANSYS® 11.0 Basic Concepts and
Applications
PALETI SRINIVAS, #UUQEKCVG
2TQHGUUQTKPVJG&GRCTVOGPVQH
/GEJCPKECN'PIKPGGTKPI)+6#/
+PUVKVWVGQH6GEJPQNQI[)+6#/
7PKXGTUKV[ 8KUCMJCRCVPCO

KRISHNA CHAITANYA SAMBANA, &GUKIP 'PIKPGGTCPF CHENNAKESAVA R. ALAVALA, 2TQHGUUQT KPVJG


RTGUGPVN[ YQTMKPIKPV JG 2KRKPI'PIKPGGTKPI&GRCTVOGPVQH &GRCTVOGPV QH/GEJCPKECN'PIKPGGTKPI,CYCJCTNCN0GJTW
,CEQDU'PIKPGGTKPI+PFKC2XV.VF 6GEJPQNQIKECN7PKXGTUKV[
,067 *[FGTCDCF
RAJESH KUMAR DATTI, 2TGUGPVN[ YQTMKPIYKVJVJG
'PIKPGGTKPI+PFWUVTKCN5GTXKEGUFKXKUKQPQH6#6#%QPUWNVCPE[ (KPKVG 'NGOGPV /GVJQFU HQTO CP KPFKURGPUCDNG RCTV QH
5GTXKEGU.VF GPIKPGGTKPICPCN[UKUCPFFGUKIP6JGUVTGPIVJQH('/KUVJG
ease and elegance with which it handles the boundary
This book is designed for students pursuing a course on conditions. This compact and well-organized text presents a
(KPKVG 'NGOGPV #PCN[UKU
('# (KPKVG 'NGOGPV /GVJQFs at EQORTGJGPUKXGCPCN[UKUQH(KPKVG'NGOGPV/GVJQFU
('/ 
undergraduate and postgraduate levels in the areas of The book gives a clear picture of structural, torsion, free-
mechanical, civil, and aerospace engineering and their vibration, heat transfer and fluid flow problems. It also
related disciplines. It introduces the students to the provides detailed description of equations of equilibrium,
KORNGOGPVCVKQPQHHKPKVGGNGOGPVRTQEGFWTGUWUKPI#05;5® stress-strain relations, interpolation functions and element
('# UQHVYCTG 6JG DQQM HQEWUGU QP CPCN[UKU QH structural FGUKIP U[OOGVT[ CPF CRRNKECVKQPU QH ('/ 6JG VGZV KU C
mechanics problems and imparts a thorough understanding synthesis of both the physical and the mathematical
of the functioning of the software by making the students characteristics of finite element methods. A question bank at
KPVGTCEVYKVJUGXGTCNTGCNYQTNFRTQDNGOU6QVJKUGPF the end of each chapter comprises descriptive and objective
type questions to drill the students in self-study.
Ŗ  RTQDNGOU JCXG DGGP UQNXGF VJQTQWIJN[ KP #05;5®
/WNVKRJ[UKEUŠ VYQ RTQDNGOU UQNXGF KP #05;5® KEY FEATURES
9QTMDGPEJŠRTQDNGOUUQNXGFWUKPI('/ Ŗ +PENWFGUUVGRD[UVGRRTQEGFWTGVQUQNXGV[RKECNRTQDNGOU
Ŗ RTQDNGOUJCXGDGGPIKXGPCUGZGTEKUGU WUKPI#05;5® software.
Ŗ )KXGUPWOGTKECNRTQDNGOUKP5+WPKVU
Besides students, the book will be also immensely useful as a Ŗ 'NCDQTCVGUUJCRGTHWPEVKQPUHQTJKIJGTQTFGTGNGOGPVU
reference to practising engineers and consultants. Ŗ (WTPKUJGU C NCTIG PWODGT QH YQTMGFQWV GZCORNGU CPF
Organized into eight chapters, the book begins with an solved problems.
introduction to the finite element method and discusses its This profusely illustrated, student-friendly text is intended
application to solid and structural mechanics problems primarily for undergraduate students of Mechanical/
through simple examples. The readers are then exposed to the 2TQFWEVKQP%KXKN CPF #GTQPCWVKECN 'PIKPGGTKPI $[ C
#05;5® graphical user interface along with a general judicious selection of topics, it can also be profitably used by
procedure for solving static structural problems. A postgraduate students of these disciplines. In addition,
generalized step-by-step procedure is presented throughout practising engineers and scientists should find it very useful
the book for analysis of trusses, beams, plane stress and plane besides students preparing for competitive exams.
strain analysis, axisymmetric and three-dimensional solids, CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU Introduction.
GVE (KPCNN[ VJG DQQM GPFU YKVJ CP CPCN[UKU QH OKUEGNNCPGQWU (KPKVG 'NGOGPV /QFGNNKPI 1PG &KOGPUKQPCN $CT 'NGOGPVU
engineering problems using pipe, cable, link elements, etc., 2NCPG 6TWUU 'NGOGPVU 2NCPG $GCO 'NGOGPVU 2NCPG (TCOG
and also provides the procedure for the generation of 'NGOGPVU 2NCPG 5VTGUU CPF 2NCPG 5VTCKP 2TQDNGOU .KPGCT
GPIKPGGTKPITGRQTVUWUKPI#05;5®. Triangular Elements. Isoparametrization Two Dimensional
'NGOGPVU 0WOGTKECN +PVGITCVKQP #ZKU[OOGVTKE 'NGOGPVU
CONTENTS: 2TGHCEG (WPFCOGPVCN %QPEGRVU #05;5®
6JTGG&KOGPUKQPCN5VTGUU#PCN[UKU(TGG8KDTCVKQP#PCN[UKU
)TCRJKECN 7UGT +PVGTHCEG #PCN[UKU QH 6TWUUGU #PCN[UKU QH
4GXKGY3WGUVKQPU6QTUKQP#PCN[UKU*GCV6TCPUHGT#PCN[UKU
$GCOU CPF (TCOGU 2NCPG 5VTGUU CPF 2NCPG 5VTCKP #PCN[UKU (NWKF (NQY #PCN[UKU 'TTQT #PCN[UKU 5QNWVKQP QH ('
Analysis of Axisymmetric Solids. Analysis of Three- 'SWCVKQPU 2QUVRTQEGUUKPI #RRGPFKZ Matrix Algebra.
&KOGPUKQPCN 5QNKFU /KUEGNNCPGQWU 2TQDNGOU $KDNKQITCRJ[ Bibliography. Index.
Index.
Latest Print 2011 / 408 pp. / 17.8 × 23.5 cm
Latest Print 2012 / 548 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3584-4 / C 325.00
ISBN-978-81-203-4108-1 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 107 PHI Learning: Publications


ENGINEERING
Civil/Environmental
(+0+6' E.'/'065)

Finite Element Textbook of Finite


Methods: Concepts Element Analysis
and Applications in
Geomechanics,
2nd ed.
DEBASIS DEB, 2TQHGUUQTKPVJG
&GRCTVOGPVQH/KPKPI'PIKPGGTKPI
CVVJG+PFKCP+PUVKVWVGQH
6GEJPQNQI[-JCTCIRWT
Computational geomechanics is an emerging field in the P. SESHU, #UUQEKCVG 2TQHGUUQT/GEJCPKECN'PIKPGGTKPI
disciplines of Mining, Civil and Geotechnical Engineering. &GRCTVOGPV++6$QODC[
4GEGPV CFXCPEGOGPVU KP HKPKVG GNGOGPV OGVJQFU
('/U
have made it possible to solve a variety of complex This accessible, easy-to-read text presents finite element
problems related to geomechanics. This thoroughly revised OGVJQF
('/  CU C VQQN VQ HKPF CRRTQZKOCVG UQNWVKQPU VQ
second edition enhances the knowledge of the finite element differential equations rather than presenting it as a tool
methods in design and analysis of structures and to solve structural mechanics problems alone. Such an
excavations made in rock mass. A fine blend of finite
approach provides the students a better perspective on
element methodology and principles of rock mechanics, the
text emphasizes the basics of stress–strain analysis, the technique and its wide range of applications in
anisotropic material behaviour, isoparametric finite element engineering.
method, rock mass yielding/failure behaviour and its The text draws many worked-out examples from the field of
HQTOWNCVKQP KP ('/ RTQEGFWTG TQEM LQKPV DGJCXKQWT CU structural mechanics, heat transfer and fluid flow, which
equivalent material and discrete system. Analytical and illustrate the important concepts.
numerical formulations of interaction between rock bolts
and rock mass are introduced emphasizing parameters Illustrated primarily as a textbook for postgraduate/senior
which affect bolt performance. undergraduate students of mechanical, civil and
Besides senior undergraduate and postgraduate students of CGTQPCWVKECN GPIKPGGTKPI HQT C QPGUGOGUVGT EQWTUG KP ('/
Mining, Civil and Geotechnical Engineering, the book the book would also be useful to the practising engineers
would also be useful to practising engineers and researchers in the industry.
who wish to acquaint themselves with the state-of-the-art CONTENTS: 2TGHCEG +PVTQFWEVKQP (KPKVG 'NGOGPV
techniques of finite element methods. (QTOWNCVKQP5VCTVKPIHTQO)QXGTPKPI&KHHGTGPVKCN'SWCVKQPU
NEW TO THIS EDITION (KPKVG 'NGOGPV (QTOWNCVKQP $CUGF QP 5VCVKQPCTKV[ QH C
Ŗ 2TQXKFGU CP KPFGRVJ CPCN[UKU QH UVTGPIVJ CPF (WPEVKQPCN1PG&KOGPUKQPCN(KPKVG'NGOGPV#PCN[UKU6YQ
deformability of jointed rock mass. &KOGPUKQPCN (KPKVG 'NGOGPV #PCN[UKU &[PCOKE #PCN[UKU
Ŗ &KUEWUUGU VJG CRRNKECVKQP QH CKT[ UVTGUU HWPEVKQP HQT 7UKPI(KPKVG'NGOGPVU#RRNKECVKQP'ZCORNGU#RRGPFKEGUō
solving problems in solid mechanics. #5WIIGUVGF/KPKRTQLGEV6QRKEU$4GXKGYQH2TGNKOKPCTKGU
Ŗ #FFUCPGYEJCRVGTQP#PCN[UKUQH4QEM$QNVU %6[RKECN(KPKVG'NGOGPV2TQITCO+PFGZ
Ŗ %QPVCKPUVYQPGYCRRGPFKEGUō)CWUU3WCFTCVWTG4WNGCPF
%NQUGF(QTO+PVGITCVKQPKP0CVWTCN%QQTFKPCVGU Latest Print 2012 / 340 pp. / 17.8 × 23.5 cm
Ŗ +PENWFGUUGXGTCNPGYYQTMGFQWVGZCORNGUCPFGZGTEKUGU ISBN-978-81-203-2315-5 / C 250.00
Ŗ +PVGTCEVKQPDGVYGGPTQEMDQNVCPFTQEMOCUUKUCPCN[\GF
Ŗ 'NCDQTCVGUHQTOWNCVKQPU
CONTENTS: 2TGHCEG #PCN[UKU QH 5VTGUUGU CPF 5VTCKPU
5VTGUUŌ5VTCKP 4GNCVKQPUJKR +PVTQFWEVKQP QH (KPKVG 'NGOGPV
/GVJQF KP 'NCUVKEKV[ +UQRCTCOGVTKE 6TKCPIWNCT 'NGOGPVU
3WCFTKNCVGTCN (KPKVG 'NGOGPVU #ZKU[OOGVTKE CPF 6JTGG
FKOGPUKQPCN (KPKVG 'NGOGPV /GVJQF 4QEM CPF 4QEM /CUU
(CKNWTG %TKVGTKC 'NCUVKEŌ2NCUVKE (KPKVG 'NGOGPV #PCN[UKU
5VTGPIVJ CPF &GHQTOCDKNKV[ QH ,QKPVGF 4QEM /CUU (KPKVG
'NGOGPV 2TQEGFWTGU HQT #PCN[UKU QH 4QEM ,QKPVU #PCN[UKU
QH 4QEM $QNVU #RRGPFKEGUō# )CNGTMKP (KPKVG 'NGOGPV
/GVJQF $ 5M[NKPG 5VQTCIG QH 5VKHHPGUU /CVTKZ % )CWUU
3WCFTCVWTG 4WNG & %NQUGF (QTO +PVGITCVKQP KP 0CVWTCN
%QQTFKPCVGU4GHGTGPEGU+PFGZ
Latest Print 2012 / 376 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4295-8 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 108
ENGINEERING
Civil/Environmental
(.7+& M'%*#0+%5)

Engineering Fluid Experiments in


Mechanics Fluid Mechanics,
2nd ed.

P. BALACHANDRAN, 5GPKQT5EKGPVKUVCPFC&KXKUKQPCN*GCF SARBJIT SINGH, #UUQEKCVG 2TQHGUUQTQH%KXKN'PIKPGGTKPICV


2TQRWNUKQP 4GUGCTEJ&KXKUKQPKP.25%ō+PFKCP5RCEG4GUGCTEJ VJG6JCRCT7PKXGTUKV[2CVKCNC
1TICPKUCVKQP
+541 6TKXCPFTWO
This Second Edition EQPVCKPU  GZRGTKOGPVU KP (NWKF
'PIKPGGTKPI (NWKF /GEJCPKEU RTQXKFGU VJG DCUKE EQPEGRV Mechanics, selected from the prescribed curriculum of
of fluids and fluid flow which is essential for almost various universities and institutes. The laboratory work in
all engineering disciplines. This comprehensive and (NWKF /GEJCPKEU KU WPFGTVCMGP D[ VJG WPFGTITCFWCVG
systematically organized book presents a thorough, concise engineering students of several branches such as civil,
and accurate discussion of the fundamentals and principles mechanical, production, aerospace, chemical, biotechnology,
in fluid mechanics. It analyses the problems involving fluid electrical (wherever prescribed), and instrumentation and
flow using simple mathematical formulations to help control (wherever prescribed).
students follow the methodologies for future work. The first part of the book allows the students to review the
Along with the fundamental principles, the book discusses fundamental theory before stepping into the laboratory
in detail, the analysis of incompressible and compressible environment. The second part enumerates the experimental
flows, dimensional analysis and similarity, measurements in set-ups, and provides a concluding discussion of each
fluid flow and hydraulic machinery. experiment. Appendix A gives various questions based on
The book is designed to serve as a textbook for each experiment to test the student’s understanding of the
undergraduate students of civil, mechanical, electrical and learned material. Appendix B gives data on physical
electronics, chemical and aeronautical engineering. The book properties of water, air and some commonly used fluids in
will also be extremely useful for practising engineers. the laboratory, and also lists other standard data to be used
in various experiments.
KEY FEATURES
CONTENTS: 2TGHCEG 2CTV + 6JGQT[ QH (NWKF /GEJCPKEUō
Ŗ +PEQTRQTCVGUOQTGVJCPKNNWUVTCVKXGGZCORNGU (NWKF /GEJCPKEU #P +PVTQFWEVKQP 2CTV ++ 'ZRGTKOGPVUō
Ŗ +PENWFGUOQTGVJCPUKORNGFKCITCOUKNNWUVTCVKPIDCUKE  (NQY 6JTQWIJ C 8CTKCDNG &WEV #TGCō$GTPQWNNKŏU
principles and applications 2. Calibration of Venturimeter. 3. Calibration of
Ŗ 4GXKGY SWGUVKQPU CV VJG GPF QH GCEJ EJCRVGT VQ FTKNN 1TKHKEGOGVGT&GVGTOKPCVKQPQH(TKEVKQP(CEVQTHQT2KRGUQH
students in self study Different Materials. 5. Determination of Loss coefficients for
Ŗ 0WOGTKECN RTQDNGOU CPF VJGKT CPUYGTU VQ FGXGNQR 2KRG (KVVKPIU  8GTKHKECVKQP QH /QOGPVWO 'SWCVKQP
students’ problem-solving approach  %CNKDTCVKQP QH 8PQVEJ  &GVGTOKPCVKQP QH *[FTQUVCVKE
(QTEG QP C 8GTVKECNN[ 5WDOGTIGF 5WTHCEG  &GVGTOKPCVKQP
CONTENTS: 2TGHCEG (WPFCOGPVCN %QPEGRVU CPF (NWKF QH *[FTCWNKE %QGHHKEKGPVU QH 1TKHKEG  &GVGTOKPCVKQP QH
2TQRGTVKGU #PCN[UKU QH (NWKF CV 4GUV -KPGOCVKE #PCN[UKU QH %QGHHKEKGPV QH &KUEJCTIG QH %KTEWNCT 1TKHKEG 7UKPI 8CTKCDNG
(NWKF (NQY &[PCOKE #PCN[UKU QH (NQY #PCN[UKU QH *GCF /GVJQF  &GVGTOKPCVKQP QH /GVCEGPVTKE *GKIJV
+PEQORTGUUKDNG (NQY #PCN[UKU QH (NQY KP 2KRGU &WEVU &TCYKPIQH(NQY0GV*GNG5JCY/GVJQFCPF'NGEVTKECN
1TKHKEGU CPF /QWVJ 2KGEGU #PCN[UKU QH (NQY KP 1RGP #PCNQI[ /GVJQF  %CNKDTCVKQP QH 4QVCOGVGT
%JCPPGNU#PCN[UKUQH%QORTGUUKDNG(NQY/GCUWTGOGPVUKP  6TCPUKVKQP QH (NQYō4G[PQNFU 'ZRGTKOGPV  (TGG
(NWKF /GEJCPKEU &KOGPUKQPCN #PCN[UKU CPF /QFGN 5VWFKGU 8QTVGZ(NQY(QTEGF8QTVGZ(NQY%GPVTKHWICN2WOR
$CUKEU QH *[FTQ6WTDQOCEJKPGU *[FTCWNKE 6WTDKPGU 6GUV4KI(NQYKPC2KRG$GPF#RRGPFKZ##RRGPFKZ$
*[FTCWNKE2WORU+PFGZ
Latest Print 2012 / 156 pp. / 21.6 × 27.8 cm
Latest Print 2011 / 888 pp. / 17.8 × 23.5 cm ISBN-978-81-203-4511-9 / C 225.00
ISBN-978-81-203-4072-5 / C 495.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 109 PHI Learning: Publications


ENGINEERING
Civil/Environmental
(.7+& M'%*#0+%5)

Fluid Mechanics Fluid Mechanics,


with Laboratory 2nd ed.
Manual

BIRESWAR MAJUMDAR, 2TQHGUUQT &GRCTVOGPV QH 2QYGT A.K. MOHANTY, HQTOGTN[ 2TQHGUUQTCPF2TKPEKRCN4GIKQPCN
'PIKPGGTKPI,CFCXRWT7PKXGTUKV[-QNMCVC 'PIKPGGTKPI %QNNGIG4QWTMGNC

2TKOCTKN[ KPVGPFGF HQT VJG WPFGTITCFWCVG UVWFGPVU QH In this second edition of (NWKF/GEJCPKEU, which is a revised
mechanical engineering, civil engineering, chemical and substantially expanded version of the first edition,
engineering and other branches of applied science, this book UGXGTCN PGY VQRKEU UWEJ CU 1RGP %JCPPGN (NQY *[FTCWNKE
presents a comprehensive coverage of the basic laws of fluid 6WTDKPGU*[FTCWNKE6TCPUKGPVU(NQY/GCUWTGOGPVU2WORU
mechanics. The text also discusses the solutions of fluid-flow CPF (CPU CPF 1PG&KOGPUKQPCN 8KUEQWU (NQY JCXG DGGP
problems that are modelled by differential equations. added.
Emphasis is placed on formulating and solving typical After a comprehensive introduction, the book goes on
problems of engineering practice. to present a thorough analysis of such topics as fluid statics,
The text introduces the principle of fluid mechanics in a well fluid kinematics, analysis of finite control volumes and the
organized manner, beginning with the simple and mechanical energy equation. It also provides a compre-
proceeding to the complex. The aim of laboratory manual at hensive description of, among others, one-dimensional
the end of chapters is to teach the students, how to conduct viscous flow, dimensional analysis, two-dimensional flow of
experiments in fluid mechanics. It provides the step-wise ideal fluids, and normal and oblique shocks.
details of experiments which include objective, theory of the The summary and exercises provided at the end of each
experiment, apparatus used in the experiment, procedure, chapter enable the student to recapture the topics presented.
observations, and graphs to be plotted. Chapter-end The worked-out examples help the reader in comprehending
exercises enable the students to recapture the topics the problems discussed. The book is a happy fusion of
FKUEWUUGFCPFFTKNNVJGOKPVJGVJGQT[(KPCNN[VJGYQTMGF theory and applications and should prove to be an ideal text
out examples with solutions are useful to readers in for undergraduate students of civil and mechanical
comprehending the problems discussed. engineering and as a ready reference for the first-level
The book would also prove to be a useful ready reference for postgraduate students.
the first-level postgraduate student.
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
CONTENTS: 2TGHCEG +PVTQFWEVKQP (NWKF 5VCVKE (NWKF +PVTQFWEVKQP (NWKF 5VCVKEU (NWKF -KPGOCVKEU #PCN[UKU QH
-KPGOCVKEU +PXKUEKF (NWKF (NQY +PVGITCN #PCN[UKU QH (NWKF (KPKVG %QPVTQN 8QNWOGU /GEJCPKECN 'PGTI[ 'SWCVKQP 1PG
(NQY&KHHGTGPVKCN#PCN[UKUQH(NWKF(NQY'ZCEV5QNWVKQPUQH &KOGPUKQPCN 8KUEQWU (NQY &KOGPUKQPCN #PCN[UKU 6YQ
0GYVQPKCP(NWKF(NQY.QY4G[PQNFU0WODGT(NQY.CTIG &KOGPUKQPCN(NQYQH+FGCN(NWKFU6YQ&KOGPUKQPCN8KUEQWU
4G[PQNFU 0WODGT (NQY 6TCPUKVKQP CPF 6WTDWNGPV (NQYU (NQY .COKPCT $QWPFCT[ .C[GTU 6WTDWNGPV (NQY
(WPFCOGPVCNU QH %QORTGUUKDNG (NWKF (NQY &KOGPUKQPCN +PVTQFWEVKQP VQ %QORTGUUKDNG (NQYU 1PG&KOGPUKQPCN
Analysis and Similitude. Instrumentation and Measuring %QORTGUUKDNG (NQYU 0QTOCN CPF 1DNKSWG 5JQEMU (NWKF
6GEJPKSWGU %(& HQT 2TCEVKECN (NQYU (NWKF 'PGTI[ /CEJKPGU *[FTCWNKE 6WTDKPGU 2WORU CPF (CPU 1RGP
Conversion System. Laboratory Manual. Index. %JCPPGN (NQY *[FTCWNKE 6TCPUKGPVU (NQY /GCUWTGOGPVU
#RRGPFKZ5WIIGUVGF(WTVJGT4GCFKPI+PFGZ
Latest Print 2011 / 512 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4034-3 / C 325.00 Latest Print 2011 / 540 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-0894-7 / C 275.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 110
ENGINEERING
Civil/Environmental
(.7+& M'%*#0+%5)

Fluid Mechanics Pragmatic Approach


An Introduction, to Turbulence, A:
3rd ed. A Short Course in
Fluid Mechanics

ETHIRAJAN RATHAKRISHNAN, 2TQHGUUQT QH#GTQURCEG LEIF N. PERSEN KU 2TQHGUUQT'OGTKVWU&GRCTVOGPVQH'PGTI[


'PIKPGGTKPICVVJG+PFKCP+PUVKVWVGQH6GEJPQNQI[-CPRWT CPF 2TQEGUU'PIKPGGTKPI0QTYGIKCP7PKXGTUKV[QH5EKGPEGCPF
6GEJPQNQI[
0607 6TQPFJGKO0QTYC[
The third edition of this easy-to-understand text continues
to provide students with a sound understanding of the Intended for senior undergraduate students of mechanical,
fundamental concepts of various physical phenomena of civil and aeronautical engineering and for postgraduate
science of fluid mechanics. It adds a new chapter (Vortex students of applied mathematics and physics for an
Theory) which presents a vivid interpretation of vortex CFXCPEGFEQWTUGKP(NWKF/GEJCPKEUHQEWUKPIQPVJGRJ[UKEU
motions that are of fundamental importance in of turbulent fluid flow, this systematically organized text
aerodynamics and in the performance of many other shows the fundamental difference between the conventional
engineering devices. It elaborately explains the dynamics of approach and the pragmatic approach discussed in the book.
XQTVGZ OQVKQP YKVJ VJG JGNR QH *GNOJQNV\ŏU VJGQTGOU CPF 2TQHGUUQT 2GTUGP YKVJ JKU YGCNVJ QH GZRGTKGPEG CPF
provides illustrations of how the manifestations of expertise, skilfully explains the concept of virtual velocities
*GNOJQNV\ŏUVJGQTGOUECPDGQDUGTXGFKPFCKN[NKHG TGRNCEKPIVJGEQPEGRVQH4G[PQNFUUVTGUUGU
Several new problems along with answers are added at the In addition, the book analyses free jet flow and shows that
end of Chapter 4 on Boundary Layer. the discrepancies that originate from the concept of
4G[PQNFU UVTGUUGU CTG PQPGZKUVGPV YKVJ VJG PGY
The book is suitable for a one-semester course in fluid
KPVGTRTGVCVKQPQHVJGHNWEVWCVKQPVGTOU2TQHGUUQT2GTUGPCNUQ
mechanics for undergraduate students of mechanical,
provides a detailed account of his own approach to the
aerospace, civil and chemical engineering students.
turbulent boundary layer problem as the approach,
A Solutions Manual containing solutions to end-of-chapter QTKIKPCNN[ IKXGP CNQPI YKVJ VJG 4G[PQNFU UVTGUU EQPEGRV KU
problems is available for use by instructors. even more representative of the reality with the introduction
CONTENTS: 2TGHCEG2TGHCEGVQVJG5GEQPF'FKVKQP2TGHCEG QH VJG PGY EQPEGRV QH XKTVWCN XGNQEKVKGU (KPCNN[ VJG DQQM
VQVJG(KTUV'FKVKQP5QOG$CUKE(CEVUCDQWV(NWKF/GEJCPKEU demonstrates the possibility of finding the regions of
(WPFCOGPVCNU QH (NWKF /GEJCPKEU &KOGPUKQPCN #PCN[UKU similarity conditions in energy transfer in complex
and Similarity. Boundary Layer. Vortex Theory. situations.
Bibliography. Index. Illustrated with cases and large number of diagrams, the
Latest Print 2012 / 336 pp. / 16.0 × 24.1 cm book emphasizes the importance of proper understanding of
ISBN-978-81-203-4593-5 / C 250.00 the physics of the flow based on logic and mathematical
interpretation of experimental data.
CONTENTS: 2TGHCEG (WPFCOGPVCN 'SWCVKQPU )QXGTPKPI
VJG (NWKF (NQY $CUKE 'SWCVKQPU QH 6WTDWNGPV (NQY %NQUWTG
2TQDNGOQH6WTDWNGPV(NQY(TGG6WTDWNGPEG
,GVCPF9CMG
(NQY  6WTDWNGPV $QWPFCT[ .C[GT +
(NCVG 2NCVG  6WTDWNGPV
Boundary Layer II (The Manipulated Layer). Analysis of
Experimental Data. The Thermal Boundary Layer.
(WPFCOGPVCN#URGEVUQH6JGTOCN,GVU4GHGTGPEGU+PFGZ
Latest Print 2011 / 280 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4092-3 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 111 PHI Learning: Publications


ENGINEERING
Civil/Environmental
(.7+& M'%*#0+%5) Civil/Environmental (G'16'%*0+%#.)

Open Channel Flow Soil Mechanics and


Foundation
Engineering

MADAN MOHAN DAS, HQTOGTN[ 2TQHGUUQT %KXKN UTSAV CHANDRA KALITA, 2TQHGUUQT CPF#ECFGOKE
'PIKPGGTKPI&GRCTVOGPV#UUCO'PIKPGGTKPI%QNNGIG)WYCJCVK &KTGEVQT#UUCO&QYP6QYP7PKXGTUKV[)WYCJCVK
#P 'OGTKVWU (GNNQYQH #+%6' &KTGEVQT QH 6GEJPKECN' FWECVKQP
)QXGTPOGPVQH#UUCO Designed for the undergraduate students of civil
engineering, this textbook covers the theoretical aspects of
2TKOCTKN[ KPVGPFGF CU C VGZVDQQM HQT VJG WPFGTITCFWCVG soil mechanics and foundation engineering in a single
and postgraduate students of civil engineering, this book volume.
provides a comprehensive knowledge in open channel flow.
6JG VGZV KU QTICPK\GF KP VYQ RCTVUō2CTV +
5QKN OGEJCPKEU)
The book starts with the concept of open channel flow, types CPF2CTV++
(QWPFCVKQPGPIKPGGTKPI 2CTV+KPENWFGUVJGDCUKE
of forces acting on the flow, types of channel flow, velocity properties and strength of soil, vertical and lateral pressures,
distribution and coefficients, and basic continuity in 1D and discussion on earthen dam, sheet piles, and stability analysis
3D. Then it moves on to steady gradually varied flow, its HQTJKNNUNQRGKPEQPPGEVKQPYKVJJKNNTQCFEQPUVTWEVKQP2CTV
differential equation, hydraulics of alluvial channel, design II discusses shallow and deep foundations, approaches of
QH EJCPPGN CPF J[FTCWNKE LWOR (KPCNN[ VJG VGZV EQPENWFGU analysis of machine foundation, and various methods of
with Saint-Venant equations and its solutions by few determining the bearing capacity of soil. A separate chapter
numerical methods in flood routing and dam-break is devoted to on-site investigation.
situations.
Besides the undergraduate students, this compendium will
KEY FEATURES also be useful for students appearing for various competitive
Ŗ +PENWFGU EQORWVGT RTQITCOU HQT UVGCF[ ITCFWCNN[ XCTKGF examinations such as GATE, IES and IAS. Consulting
flow engineers in geotechnical engineering may also use this
Ŗ 2TQXKFGU XCTKQWU PWOGTKECN OGVJQFU QH UQNXKPI VJG book as a reference.
equations KEY FEATURES
Ŗ 'ZRNCKPUFCODTGCMRTQDNGOKPFGVCKN Ŗ +PENWFGU PWOGTKECN RTQDNGOU
YKVJ UQNWVKQPU  KP
Ŗ %QPVCKPUPWOGTQWUUQNXGFGZCORNGU connection with construction of dams and highways in
hilly region
CONTENTS: 2TGHCEG 1RGP %JCPPGN (NQY 7PKHQTO (NQY
5RGEKHKE 'PGTI[ 5RGEKHKE (QTEG CPF %TKVKECN &GRVJ Ŗ (KIWTGU CPF GZRNCPCVKQPU VQ HCEKNKVCVG RTQHGUUKQPCNU CPF
%QORWVCVKQP *[FTCWNKEU QH #NNWXKCN %JCPPGNU &GUKIP QH designers of machine foundation to solve the complex
%JCPPGN )TCFWCNN[ 8CTKGF (NQY *[FTCWNKE ,WOR 4CRKFN[ problem of stability analysis
8CTKGF (NQY 5RCVKCNN[ 8CTKGF (NQY 7PUVGCF[ (NQY &CO Ŗ 1DLGEVKXGV[RGSWGUVKQPUVQCKFKP725%GZCOKPCVKQPU
$TGCM2TQDNGO+PFGZ
CONTENTS: 2TGHCEG *KUVQTKECN $CEMITQWPF 2CTV + 5QKN
Latest Print 2013 / 360 pp. / 17.8 × 23.5 cm /GEJCPKEUō5QKN &GHKPKVKQP %NCUUKHKECVKQP CPF 2TQRGTVKGU
ISBN-978-81-203-3522-6 / C 325.00 2GTOGCDKNKV[ QH 5QKN %QPUQNKFCVKQP QH 5QKN %QORCEVKQP QH
Soil. The Shear Strength of Soils. Distribution of Vertical
2TGUUWTG .CVGTCN 'CTVJ 2TGUUWTG 5VCDKNKV[ QH 5NQRGU 2CTV ++
(QWPFCVKQP 'PIKPGGTKPIō$GCTKPI %CRCEKV[ QH 5QKN 5JCNNQY
(QWPFCVKQPU &GGR (QWPFCVKQPU /CEJKPG (QWPFCVKQP
Subsoil Investigation. Index.
Latest Print 2010 / 292 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4080-0 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 112
ENGINEERING
Civil/Environmental (G'16'%*0+%#.) Civil/Environmental
*;&4#7.+%5)

Textbook of Experiments in
Geotechnical Hydraulic
Engineering, Engineering
3rd ed.

IQBAL H. KHAN, 2TQHGUUQT 'OGTKVWUKPVJG&GRCTVOGPVQH SARBJIT SINGH, #UUQEKCVG 2TQHGUUQTQH%KXKN'PIKPGGTKPICV


%KXKN 'PIKPGGTKPI,COKC/KNNKC+UNCOKC0GY&GNJK VJG6JCRCT7PKXGTUKV[2CVKCNC

This revised Third Edition is a result of the positive feedback The aim of this book is to enable the students to verify the
and constructive suggestions received from academics and principles studied in theory by conducting experiments. The
students alike on the second edition. It also reflects the many book is designed for the undergraduate students of Civil
years of teaching experience of the author as also his Engineering.
experience in research and consultancy on the subject. This book contains 17 experiments selected from the
While retaining the major contents of the earlier editions, the RTGUETKDGF U[NNCDK QH *[FTCWNKE 'PIKPGGTKPI CPF (NWKF
book consolidates on the subject, bringing in new areas of Mechanics of several universities and institutes.
interest and concern. The first part of the book allows the students to review the
What is new to this edition: fundamental theory before stepping into the laboratory
environment. The second part provides the step-wise details
Ŗ # PGY EJCRVGT EQXGTKPI XCTKQWU IGQVGEJPKECN CURGEVU QH
of each experiment. Appendix A gives various questions
Earthquakes.
based on each experiment to test the student’s
Ŗ #NNEQORWVGTRTQITCOUJCXGDGGPWRITCFGF
understanding of the learned material. Appendix B gives
This text, which skillfully integrates theory and practice, data on physical properties of water, air and some
would be suitable as a textbook for undergraduate students commonly used fluids in the laboratory, and also lists the
of civil engineering. The book can also be used, by a Average values of Manning’s coefficient to be used in
judicious choice of topics, by polytechnic students. In various experiments.
addition, practicing engineers would find the text very
useful. CONTENTS: 2TGHCEG 2CTV + 6JGQT[ QH *[FTCWNKE
'PIKPGGTKPIō*[FTCWNKE 'PIKPGGTKPI #P +PVTQFWEVKQP
KEY FEATURES 2CTV ++ 'ZRGTKOGPVUō &GVGTOKPCVKQP QH /CPPKPIŏU
Ŗ %QPVCKPURNGPV[QHYQTMGFQWVPWOGTKECNGZCORNGU %QGHHKEKGPV8GNQEKV[&KUVTKDWVKQPKP1RGP%JCPPGN(NQYU
Ŗ )KXGU C NCTIG PWODGT QH 1DLGEVKXG 6[RG 3WGUVKQPU CPF  %CNKDTCVKQP QH C %WTTGPV /GVGT  (NQY VJTQWIJ C
Exercises. *QTK\QPVCN%QPVTCEVKQPKPC%JCPPGN(NQYQXGTC8GTVKECN
Ŗ #PCN[\GUHKGNFRTQDNGOUCPFECUGJKUVQTKGU %QPVTCEVKQP KP C %JCPPGN  *[FTCWNKE ,WOR KP C
Ŗ /CMGU VJG DQQM CEEGUUKDNG CPF KPVGTGUVKPI D[ NQIKECN 4GEVCPIWNCT %JCPPGN  %CNKDTCVKQP QH C 8GPVWTKHNWOG 
organization and presentation of topics. %CNKDTCVKQPQHC5VCPFKPI9CXG(NWOG(NQYQXGTC$TQCF
ETGUVGF 9GKT  (NQY QXGT C 5RKNNYC[  (TGG 1XGTHCNN KP
CONTENTS: 2TGHCEG 2J[UKECN 2TQRGTVKGU QH 5QKNU 9CVGT KP
C 4GEVCPIWNCT %JCPPGN  &GVGTOKPCVKQP QH 8KUEQUKV[ D[ C
Soils. Stresses in Soils. Consolidation and Settlement. The
%CRKNNCT[6WDG8KUEQOGVGT8GTKHKECVKQPQH5VTQMGUŏ.CY
5JGCT 5VTGPIVJ QH 5QKNU 5JCNNQY (QWPFCVKQPU 5KVG
 'UVCDNKUJOGPV QH (WNN[ &GXGNQRGF 6WTDWNGPV (NQY KP C
+PXGUVKICVKQPCPF5QKN+ORTQXGOGPV&GGR(QWPFCVKQPU6JG
&WEV8GNQEKV[&KUVTKDWVKQPHQT6WTDWNGPV(NQYKPC2KRG
5VCDKNKV[ QH 5NQRGU 'CTVJ 2TGUUWTG 5JGGV2KNG 9CNNU
$QWPFCT[.C[GT(QTOCVKQPQXGTC(NCV5WTHCEG(NQY
(QWPFCVKQPU HQT /CEJKPGU 'PXKTQPOGPVCN )GQVGEJPQNQI[
CTQWPF C %[NKPFGT 2NCEGF KP 9KPF 5VTGCO #RRGPFKZ #
'CTVJSWCMGU )GQVGEJPKECN #URGEVU #RRGPFKZō5KVG
3WGUVKQPU #RRGPFKZ $ 2J[UKECN 2TQRGTVKGU QH 9CVGT #KT
+PXGUVKICVKQP 4GRQTV $KDNKQITCRJ[ /WNVKRNG%JQKEG
CPF 5QOG %QOOQP (NWKFU #XGTCIG 8CNWGU QH /CPPKPIŏU
3WGUVKQPU#PUYGTU+PFGZ
%QGHHKEKGPV 0
Latest Print 2012 / 508 pp. / 16.0 × 24.1 cm
Latest Print 2012 / 412 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4510-2 / C 350.00
ISBN-978-81-203-4533-1 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 113 PHI Learning: Publications


ENGINEERING
Civil/Environmental
*;&4#7.+%5)

Experiments in Laboratory
Hydraulics and Manual—Hydraulics
Hydraulic Machines: and Hydraulic
Theory and Machines
Procedures
ZLWK &'520

M.N. SHESHA PRAKASH, KU 2TQHGUUQT &GRCTVOGPV QH %KXKN R.V. RAIKAR, 2TQHGUUQT QH%KXKN' PIKPGGTKPI CPF&GCP
'PIKPGGTKPI CPF8KEG2TKPEKRCN8KF[C8KMCU+PUVKVWVGQH 2NCPPKPI -.'5QEKGV[ŏU%QNNGIGQH'PIKPGGTKPICPF
'PIKPGGTKPICPF6GEJPQNQI[/[UQTG 6GEJPQNQI[ $GNICWO-CTPCVCMC

2TKOCTKN[ KPVGPFGF HQT VJG %KXKN GPIKPGGTKPI UVWFGPVU QH This manual presents 31 laboratory-tested experiments in
all universities, this laboratory manual can be equally useful hydraulics and hydraulic machines.
for the students of mechanical engineering as well. The This manual is organized into two parts. The first part
OCPWCN EQORTKUGU (NQY UKFG GZRGTKOGPVU
'ZRGTKOGPV Ō equips the student with the basics of fluid properties, flow
Experiment 11) and Machine experiments (Experiment 12– properties, various flow measuring devices and
Experiment 17). fundamentals of hydraulic machines. The second part
Written in a very easy-to-understand language, each presents experiments to help students understand the basic
experiment of the book is arranged in step-by-step concepts, the phenomenon of flow through pipes and flow
procedures, with adequate theory, and detailed apparatus through open channels, and the working principles of
and calculations needed to conduct it in a lab. J[FTCWNKE OCEJKPGU (QT GCEJ GZRGTKOGPV VJG CRRCTCVWU
required for conducting the experiment, the probable
KEY FEATURES
experimental set-up, the theory behind the experiment, the
Ŗ #TGEQTFDQQMEQORTKUKPI6CDWNCTEQNWOPCPFURGEKOGP experimental procedure, and the method of presenting the
calculations so that students can enter the values and experimental data are all explained. Viva questions (with
compute the results directly on it. answers) are also given. In addition, the errors arising
Ŗ 5VWFGPVUECPRNQVVJGEWTXGKPVJG)TCRJUJGGVURTQXKFGF during recording of observations, and various precautions to
then and there as per the requirement or explanation. be taken during experimentation are explained with each
Ŗ 8KXC 8QEG 3WGUVKQPU
YKVJ #PUYGTU  CTG RTQXKFGF CV VJG experiment.
end of the book.
The manual is primarily designed for the undergraduate
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPV Introduction. degree students and diploma students of civil engineering,
':2'4+/'065ō%CNKDTCVKQP QH %QNNGEVKPI 6CPM mechanical engineering and chemical engineering.
(Gravimetric and Volumetric Method). Calibration of
2TGUUWTG )CWIGU
&GCF 9GKIJV /GVJQF  (NQY 6JTQWIJ C CONTENTS: (QTGYQTF 2TGHCEG 2CTV + +PVTQFWEVQT[
8CTKCDNG #TGC &WEV %CNKDTCVKQP QH 0QVEJGU %CNKDTCVKQP 6QRKEUō(NWKFCPF+VU2TQRGTVKGU(NQY2TQRGTVKGU*[FTCWNKE
of Weirs. Calibration of Venturiflume. Calibration of /CEJKPGU 2CTV ++ 'ZRGTKOGPVUō'ZRGTKOGPVU QP $CUKE
8GPVWTKOGVGT %CNKDTCVKQP QH C 4QVCOGVGT &GVGTOKPCVKQP %QPEGRVU 'ZRGTKOGPVU QP 2KRGU 'ZRGTKOGPVU QP 1RGP
QH (TKEVKQP (CEVQT KP 2KRGU *[FTCWNKE %QGHHKEKGPV QH CP %JCPPGNU'ZRGTKOGPVUQP*[FTCWNKE/CEJKPGU'ZRGTKOGPVU
1TKHKEG +ORCEV QH ,GV QP 8CPGU 2GTHQTOCPEG 6GUV QP on Tanks. Index.
%GPVTKHWICN 2WOR &GVGTOKPCVKQP QH /KPQT .QUUGU KP 2KRGU Latest Print 2012 / 224 pp. / 17.8 × 23.5 cm
due to Sudden Enlargement and Sudden Contraction. ISBN-978-81-203-4664-2 / C 225.00
2GTHQTOCPEG6GUVQP4GEKRTQECVKPI2WOR2GTHQTOCPEG6GUV
QP 2GNVQP 9JGGN 2GTHQTOCPEG 6GUV QP (TCPEKU 6WTDKPG
2GTHQTOCPEG 6GUV QP -CRNCP 6WTDKPG %JCTCEVGTKUVKE %WTXGU
QHC6WTDKPG8KXC8QEG3WGUVKQPUCPF#PUYGTU
Latest Print 2011 / 152 pp. / 21.6 × 27.8 cm
ISBN-978-81-203-4184-5 / C 195.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 114
ENGINEERING
Civil/Environmental
*;&41.1);)

Experiments in Hydrology
Fluid Mechanics,
2nd ed.

SARBJIT SINGH, #UUQEKCVG 2TQHGUUQTQH%KXKN'PIKPGGTKPICV MADAN MOHAN DAS, HQTOGTN[ 2TQHGUUQT %KXKN
VJG6JCRCT7PKXGTUKV[2CVKCNC 'PIKPGGTKPI&GRCTVOGPV#UUCO'PIKPGGTKPI%QNNGIG)WYCJCVK
#P 'OGTKVWU (GNNQYQH #+%6' &KTGEVQT QH 6GEJPKECN' FWECVKQP
This Second Edition EQPVCKPU  GZRGTKOGPVU KP (NWKF )QXGTPOGPVQH#UUCO
Mechanics, selected from the prescribed curriculum of MIMI DAS SAIKIA, 2TQHGUUQT%KXKN'PIKPGGTKPI&GRCTVOGPV
various universities and institutes. The laboratory work in #UUCO&QYP6QYP7PKXGTUKV[)WYCJCVK
(NWKF /GEJCPKEU KU WPFGTVCMGP D[ VJG WPFGTITCFWCVG
engineering students of several branches such as civil, 2TKOCTKN[ KPVGPFGF CU C VGZVDQQM HQT VJG WPFGTITCFWCVG
mechanical, production, aerospace, chemical, biotechnology, and postgraduate students of civil engineering, this book
electrical (wherever prescribed), and instrumentation and introduces the concepts of hydrology in a comprehensive
control (wherever prescribed). manner. It covers all the aspects of hydrology in 15 chapters.
The first part of the book allows the students to review the The book starts with the hydrologic cycle which is the
fundamental theory before stepping into the laboratory central concept of hydrology. Then it moves on to basics of
environment. The second part enumerates the experimental hydrometeorology, abstraction losses like infiltration, runoff
set-ups, and provides a concluding discussion of each KPFKHHGTGPVHQTOUKPUVCPVCPGQWUWPKVJ[FTQITCRJ
+7* CPF
experiment. Appendix A gives various questions based on its mathematical concepts like convolution integral, synthetic
each experiment to test the student’s understanding of the WPKV J[FTQITCRJ
57*  CPF 5J[FTQITCRJ (KPCNN[ VJG VGZV
learned material. Appendix B gives data on physical concludes with estimation of flood by empirical equations
properties of water, air and some commonly used fluids in and different flood frequency analysis, and hydrology of
the laboratory, and also lists other standard data to be used basin management which deals with soil conservation, water
in various experiments. shed management and control of soil erosion that are very
CONTENTS: 2TGHCEG 2CTV + 6JGQT[ QH (NWKF /GEJCPKEUō important for agricultural engineering.
(NWKF /GEJCPKEU #P +PVTQFWEVKQP 2CTV ++ 'ZRGTKOGPVUō KEY FEATURES
 (NQY 6JTQWIJ C 8CTKCDNG &WEV #TGCō$GTPQWNNKŏU Ŗ 2TGUGPVU UGXGTCN PWOGTKECN OGVJQFU QH UQNXKPI WPUVGCF[
2. Calibration of Venturimeter. 3. Calibration of hydraulic routing and ground flow equations.
1TKHKEGOGVGT&GVGTOKPCVKQPQH(TKEVKQP(CEVQTHQT2KRGUQH
Ŗ %QPVCKPU UQNXGF GZCORNGU VQ TGKPHQTEG VJG WPFGTUVCPFKPI
Different Materials. 5. Determination of Loss coefficients for
of the theory.
2KRG (KVVKPIU  8GTKHKECVKQP QH /QOGPVWO 'SWCVKQP
 %CNKDTCVKQP QH 8PQVEJ  &GVGTOKPCVKQP QH *[FTQUVCVKE Ŗ +PENWFGUTGHGTGPEGUKPGCEJEJCRVGT
(QTEG QP C 8GTVKECNN[ 5WDOGTIGF 5WTHCEG  &GVGTOKPCVKQP CONTENTS: 2TGHCEG +PVTQFWEVKQP *[FTQOGVGQTQNQI[
QH *[FTCWNKE %QGHHKEKGPVU QH 1TKHKEG  &GVGTOKPCVKQP QH 2TGEKRKVCVKQP +PHKNVTCVKQP 'XCRQVTCPURKTCVKQP 4WPQHH
%QGHHKEKGPV QH &KUEJCTIG QH %KTEWNCT 1TKHKEG 7UKPI 8CTKCDNG *[FTQITCRJU /GVJQFU QH &KUEJCTIG /GCUWTGOGPV
*GCF /GVJQF  &GVGTOKPCVKQP QH /GVCEGPVTKE *GKIJV 'UVKOCVKQP QH (NQQF (NQQF &KUCUVGT /CPCIGOGPV /GCUWTGU
&TCYKPIQH(NQY0GV*GNG5JCY/GVJQFCPF'NGEVTKECN CPF &COCIG 'UVKOCVKQP 4KXGT 'PIKPGGTKPI CPF 4KXGT
#PCNQI[ /GVJQF  %CNKDTCVKQP QH 4QVCOGVGT 6TCKPKPI 9QTMU *[FTQNQIKE 4QWVKPI *[FTCWNKE 4QWVKPI
 6TCPUKVKQP QH (NQYō4G[PQNFU 'ZRGTKOGPV  (TGG )TQWPFYCVGT *[FTQNQI[ *[FTQNQI[ QH $CUKP /CPCIGOGPV
8QTVGZ(NQY(QTEGF8QTVGZ(NQY%GPVTKHWICN2WOR Appendix. Index.
6GUV4KI(NQYKPC2KRG$GPF#RRGPFKZ##RRGPFKZ$
Latest Print 2011 / 372 pp. / 17.8 × 23.5 cm
Latest Print 2012 / 156 pp. / 21.6 × 27.8 cm ISBN-978-81-203-3707-7 / C 325.00
ISBN-978-81-203-4511-9 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 115 PHI Learning: Publications


ENGINEERING
Civil/Environmental
*;&41.1);)

Hydrology and Soil Irrigation and


Conservation Water Power
Engineering Engineering
including
Watershed
Management,
2nd ed.

GHANSHYAM DAS, HQTOGTN[ 'OGTKVWU(GNNQY


#+%6' CPF MADAN MOHAN DAS, HQTOGTN[ 2TQHGUUQT %KXKN
2TQHGUUQT KP5QKNCPF9CVGT%QPUGTXCVKQP'PIKPGGTKPI 'PIKPGGTKPI&GRCTVOGPV#UUCO'PIKPGGTKPI%QNNGIG)WYCJCVK
)$2CPV7PKXGTUKV[QH# ITKEWNVWTGCPF6GEJPQNQI[2CPVPCICT #P 'OGTKVWU (GNNQYQH #+%6' &KTGEVQT QH 6GEJPKECN' FWECVKQP
)QXGTPOGPVQH#UUCO
Streamlined to facilitate student understanding, this second MIMI DAS SAIKIA, 2TQHGUUQT%KXKN'PIKPGGTKPI&GRCTVOGPV
edition, containing the latest techniques and methodologies #UUCO&QYP6QYP7PKXGTUKV[)WYCJCVK
and some new problems, continues to provide a
comprehensive treatment of hydrology of watersheds, Designed primarily as a textbook for the undergraduate
soil erosion problems, design and installation of soil students of civil and agricultural engineering, this
conservation practices and structures, hydrologic and comprehensive and well-written text covers irrigation system
sediment yield models, watershed management and water and hydroelectric power development in lucid language.
harvesting. It also deals with the special requirements of 6JG VGZV KU QTICPK\GF KP VYQ RCTVU 2CTV +
+TTKICVKQP
management of agricultural and forested watersheds. Engineering) deals with the methods of water distribution to
This book is designed for undergraduate students of crops, water requirement of crops, soil-water relationship,
agricultural engineering for courses in hydrology, and soil well irrigation and hydraulics of well, canal irrigation and
and water conservation engineering. It will also be of FKHHGTGPV VJGQTKGU QH KTTKICVKQP ECPCN FGUKIP 2CTV ++
9CVGT
considerable value to students of agriculture, soil science, 2QYGT 'PIKPGGTKPI  QHHGTU VJG RTQEGFWTGU QH JCTPGUUKPI VJG
forestry, and civil engineering. hydropotential of river valleys to produce electricity. It also
discusses different types of dams, surge tanks, turbines,
FEATURES draft tubes, power houses and their components. The text
Ŗ 'ORJCUKUGUHWPFCOGPVCNUWUKPIPWOGTQWUKNNWUVTCtions to emphasizes on the solutions of unsteady equations of surge
help students visualise different phenomena tank and pipe carrying water to power house under water
Ŗ 1HHGTUNWEKFRTGUGPVCVKQPQHHKGNFRTCEVKEGU hammer situation. It also includes computer programs for
the numerical solutions of hyperbolic partial differential
Ŗ 2TGUGPVU VJG CPCN[UKU CPF FGUKIP QH DCUKE J[FTCWNKE equations.
structures
Besides undergraduate students, this book will also be of
Ŗ &GXQVGUCPGPVKTGEJCRVGTVQYCVGTUJGFOCPCIGOGPV
immense use to the postgraduate students of water
Ŗ 2TQXKFGU PWOGTQWU UQNXGF FGUKIP RTQDNGOU CPF GZGTEKUG resources engineering.
problems to develop a clear understanding of the theory
CONTENTS: 2TGHCEG 2CTV + +TTKICVKQP 'PIKPGGTKPIō
Ŗ )KXGU VJGQTGVKECN SWGUVKQPU CPF QDLGEVKXG V[RG SWGUVKQPU +TTKICVKQP 'PIKPGGTKPI #P +PVTQFWEVKQP /GVJQFU QH 9CVGT
with answers to test the students’ understanding. &KUVTKDWVKQP VQ %TQR (KGNFU 9CVGT 4GSWKTGOGPV QH %TQRU
CONTENTS: 2TGHCEG +PVTQFWEVKQP 2TGEKRKVCVKQP CPF 5QKN 9CVGT 4GNCVKQPUJKR 9GNN *[FTCWNKEU CPF 9GNN
#DUVTCEVKQP .QUUGU 5VTGCO (NQY 4WPQHH (TGSWGPE[ +TTKICVKQP (NQY +TTKICVKQP %CPCN *GCFYQTMU %TQUU
#PCN[UKU QH *[FTQNQIKE 'XGPVU *[FTQITCRJU (NQQF &TCKPCIG 9QTMU %CPCN .KPKPI CPF 9CUVGNCPF %CPCN (CNN
4QWVKPI 5[UVGO %QPEGRVWCN CPF &[PCOKE /QFGNU QH &GUKIP QH %CPCN 2CTV ++ 9CVGT 2QYGT 'PIKPGGTKPIō9CVGT
4WPQHH *[FTQITCRJ 6KOG 5GTKGU #PCN[UKU 5QKN 'TQUKQP 2QYGT 'PIKPGGTKPI #P +PVTQFWEVKQP 4GUGTXQKTU &COU #
%QPVTQNNKPI 5QKN 'TQUKQP 9CVGT *CTXGUVKPI 9CVGTUJGF General Introduction. Gravity Dam. Earth Dam and Arch
/CPCIGOGPV (KGNF /GCUWTGOGPVU 4WPQHH CPF 5GFKOGPV Dam. Spillways. Intake Structures. Other Components of
9CVGT 2QYGT 2NCPV 7PUVGCF[ 'SWCVKQPU QH 5WTIG 6CPM #P
Discharge. Appendices. Index.
#PCN[UKU 9CVGT *COOGT 2TGUUWTG KP %QPFWKV 9KVJQWV C
Latest Print 2012 / 552 pp. / 17.8 × 23.5 cm Surge Tank. Index.
ISBN-978-81-203-3586-8 / C 395.00 Latest Print 2012 / 436 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3587-5 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 116
ENGINEERING
Civil/Environmental
4'+0(14%'& C10%4'6')

Advanced Reinforced Design of Reinforced


Concrete Design, Concrete Foundations
2nd ed.
P.C. VARGHESE, *QPQTCT[2TQHGUUQT
CV#PPC7PKXGTUKV[%JGPPCKYCU
HQTOGTN[2TQHGUUQTCPF*GCF
&GRCTVOGPVQH%KXKN'PIKPGGTKPI++6
/CFTCUCPF70'5%1%JKGH6GEJPKECN
#FXKUQT7PKXGTUKV[QH/QTCVWYC
%QNQODQ
Intended as a companion volume to the author’s .KOKV 5VCVG P.C. VARGHESE, *QPQTCT[ 2TQHGUUQTCV#PPC7PKXGTUKV[
&GUKIPQH4GKPHQTEGF%QPETGVG (published by 2*+.GCTPKPI VJG %JGPPCK YCUHQTOGTN[2TQHGUUQTCPF*GCF&GRCTVOGPVQH%KXKN
Second Edition of this comprehensive and systematically 'PIKPGGTKPI++6/CFTCUCPF70'5%1%JKGH6GEJPKECN#FXKUQT
organized text builds on the strength of the first edition, 7PKXGTUKV[ QH/QTCVWYC%QNQODQ
continuing to provide a clear and masterly exposition of the
fundamentals of the theory of concrete design. The text meets A companion volume to the author’s (QWPFCVKQP'PIKPGGTKPI
the twin objective of catering to the needs of the postgraduate
RWDNKUJGF D[ 2*+ .GCTPKPI  VJKU EQORTGJGPUKXG CPF YGNN
students of Civil Engineering and the needs of the practising organized text deals with the structural design of the
civil engineers as it focuses also on the practices followed by commonly used types of reinforced concrete foundations. It
the industry. explains step-by-step procedure for the design of each type
This text, along with .KOKV5VCVG&GUKIP, covers the entire design of foundation with the help of a large number of worked-out
practice of revised Code IS456 (2000). In addition, it analyzes examples. The book provides an in-depth analysis of topics,
the procedures specified in many other BIS codes such as those such as wall footings, balanced footings, raft foundations,
on winds, earthquakes, and ductile detailing. beam and slab rafts, pile caps and pile foundations.
Eminently suitable as a text for postgraduate students, the The book is designed as a textbook for the undergraduate
book can be used. by a judicious choices of topics, also for and postgraduate students (Structural/Geotechnical) of
elective undergraduate courses. The practising engineers too Civil Engineering. As the book deals with both the
would treasure it as a companion reference because of its fundamentals of the subject and field practice, practising
practice-oriented approach and field applications. engineers will also find the book very useful.
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU (QWPFCVKQP
Acknowledgements. Introduction to IS 456 (2000). Deflection 5VTWEVWTGU 4GXKGY QH .KOKV 5VCVG &GUKIP QH 4GKPHQTEGF
QH 4GKPHQTEGF %QPETGVG $GCOU CPF 5NCDU 'UVKOCVKQP QH %QPETGVG +5  2TQXKUKQPU HQT &GUKIP QH (QQVKPIU CPF
%TCEMYKFVJ KP 4GKPHQTEGF %QPETGVG /GODGTU 2GFGUVCNU&GUKIPQH%GPVTCNN[.QCFGF+UQNCVGF(QQVKPIUCPF
4GFKUVTKDWVKQP QH /QOGPVU KP 4GKPHQTEGF %QPETGVG $GCOU %QNWOP 2GFGUVCNU 9CNN (QQVKPIU &GUKIP QH +UQNCVGF
&GUKIP QH 4GKPHQTEGF %QPETGVG &GGR $GCOU &GUKIP QH (QQVKPIU YKVJ 8GTVKECN .QCFU CPF /QOGPVU %QODKPGF
4KDDGF
8QKFGF  5NCDU #RRTQZKOCVG #PCN[UKU QH )TKF (QQVKPIU HQT 6YQ %QNWOPU $CNCPEGF (QQVKPIU 5VTKR
(NQQTU &GUKIP .QCFU 1VJGT 6JCP 'CTVJSWCMG .QCFU
(QQVKPIU WPFGT 5GXGTCN %QNWOPU 4CHV (QWPFCVKQPU &GUKIP
#PCN[UKU QH 4GKPHQTEGF %QPETGVG (TCOGU HQT 8GTVKECN .QCFU
QH (NCV 5NCD 4CHVUō/CV (QWPFCVKQPU $GCO CPF 5NCD 4CHVU
D[ 7UKPI 5WDUVKVWVG (TCOGU #PCN[UKU QH (TCOGU WPFGT
%QORGPUCVGF (QWPFCVKQPU %GNNWNCT 4CHVU CPF $CUGOGPV
*QTK\QPVCN .QCFU 2TGNKOKPCT[ &GUKIP QH (NCV 5NCDU &GUKIP
(NQQTU %QODKPGF 2KNGF 4CHV (QWPFCVKQP
%24(  %KTEWNCT
QH 6YQYC[ 5NCDU D[ &KTGEV &GUKIP /GVJQF 5JGCT KP (NCV
CPF#PPWNCT4CHVU7PFGTTGCOGF2KNG(QWPFCVKQPU&GUKIP
5NCDU CPF (NCV 2NCVGU 'SWKXCNGPV (TCOG #PCN[UKU QH (NCV
5NCDU&GUKIPQH5RCPFTGN
QT'FIG $GCOU2TQXKUKQPQH6KGU QH 2KNG %CRU 2KNG (QWPFCVKQPUō&GUKIP QH .CTIG &KCOGVGT
KP 4GKPHQTEGF %QPETGVG 5NCD(TCOG 5[UVGO &GUKIP QH 5QEMGVGF2KNGU&GUKIPQH%CPVKNGXGTCPF$CUGOGPV4GVCKPKPI
4GKPHQTEGF%QPETGVG/GODGTUHQT(KTG4GUKUVCPEG&GUKIPQH 9CNNU +PHKNNGF 8KTGPFGGN (TCOG (QWPFCVKQPU 5VGGN %QNWOP
2NCKP %QPETGVG 9CNNU 'CTVJSWCMG (QTEGU CPF 5VTWEVWTCN $CUGU #PCN[UKU QH (NGZKDNG $GCOU QP 'NCUVKE (QWPFCVKQP
4GURQPUG QH (TCOGF $WKNFKPIU &GUKIP QH 5JGCT 9CNNU ACI Method for Analysis of Beams and Grids on Elastic
Design of Cast KP 5KVW $GCOUō%QNWOP ,QKPVU &WEVKNG (QWPFCVKQPU #PCN[UKU QH (NGZKDNG 2NCVGU QP 'NCUVKE
&GVCKNKPIQH4GKPHQTEGF%QPETGVG(TCOGUHQT5GKUOKE(QTEGU (QWPFCVKQPU5JGNNUHQT(QWPFCVKQPU*[RGTDQNKE2CTCDQNQKF
+PGNCUVKE #PCN[UKU QH 4GKPHQTEGF %QPETGVG $GCOU CPF
*[RCT  5JGNN (QWPFCVKQP &GUKIP QH %QPKECN 5JGNN
(TCOGU 5VTKR /GVJQF QH &GUKIP QH 4GKPHQTEGF %QPETGVG (QWPFCVKQP'HHGEVQH'CTVJSWCMGUQP(QWPFCVKQP5VTWEVWTGU
5NCDU &WTCDKNKV[ CPF /KZ &GUKIP QH %QPETGVG 3WCNKV[ #RRGPFKEGUō# )GQVGEJPKECN &CVC $ 'ZVTCEVU HTQO 52 
Control of Concrete in Construction. Design of Structures HQT &GUKIP QH 4GKPHQTEGF %QPETGVG /GODGTU % 5VGGN
HQT 5VQTCIG QH .KSWKFU *KUVQTKECN &GXGNQROGPV QH 4GKPHQTEGOGPV &CVC & &GUKIP %JCTVU QH %GPVTCNN[ .QCFGF
4GKPHQTEGF%QPETGVG#RRGPFKEGU+PFGZ %QNWOPUCPF(QQVKPIU$KDNKQITCRJ[+PFGZ
Latest Print 2012 / 560 pp. / 17.8 × 23.5 cm Latest Print 2012 / 456 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2787-0 / C 395.00 ISBN-978-81-203-3615-5 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 117 PHI Learning: Publications
ENGINEERING
Civil/Environmental
4'+0(14%'& C10%4'6')

Design of Reinforced Fundamentals of


Concrete Structures Reinforced Concrete
Design

M.L. GAMBHIR, HQTOGT 2TQHGUUQTCPF*GCFQH%KXKN M.L. GAMBHIR, HQTOGTN[ 2TQHGUUQTCPF*GCFQH%KXKN


'PIKPGGTKPI &GRCTVOGPVCPF&GCP
2NCPPKPICPF4GUQWTEG 'PIKPGGTKPI &GRCTVOGPVCPF&GCP
2NCPPKPICPF4GUQWTEG
)GPGTCVKQP  CVVJG6JCRCT+PUVKVWVGQH'PIKPGGTKPICPF )GPGTCVKQP  CVVJG6JCRCT+PUVKVWVGQH'PIKPGGTKPICPF
6GEJPQNQI[ 2CVKCNC 6GEJPQNQI[ 2CVKCNC

Designed primarily as a text for the undergraduate students Designed primarily as a text for undergraduate students of
of civil engineering, this compact and well-organized text Civil Engineering for their first course on Limit State Design
presents all the basic topics of reinforced concrete design in QH 4GKPHQTEGF %QPETGVG VJKU EQORCEV CPF YGNNQTICPK\GF
a comprehensive manner. The text conforms to the limit text covers all the fundamental concepts in a highly readable
states design method as given in the latest revision of Indian style. The text conforms to the provision of the latest
%QFG QH 2TCEVKEG HQT 2NCKP CPF 4GKPHQTEGF %QPETGVG +5  TGXKUKQPQH+PFKCP%QFGQH2TCEVKEGHQT2NCKPCPF4GKPHQTEGF
(2000). %QPETGVG+5  
 
This book covers the applications of design concepts and (KTUV UKZ EJCRVGTU FGCN YKVJ HWPFCOGPVCNU QH NKOKV UVCVGU
provides a wealth of state-of-the-art information on design design of reinforced concrete. The objective of last two
aspects of wide variety of reinforced concrete structures. chapters (including design aids in appendix) is to initiate the
*QYGXGTVJGGORJCUKUKUQPOQFGTPFGUKIPCRRTQCEJ6JG readers in practical design of concrete structures. The text
VGZVCVVGORVUVQ gives detailed discussion of basic concepts, behaviour of
Ŗ 2TGUGPV UKORNG GHHKEKGPV CPF U[UVGOCVKE RTQEGFWTGU HQT the various structural components under loads, and
evolving design of concrete structures. development of fundamental expressions for analysis and
design. It also presents efficient and systematic procedures
Ŗ /CMG CXCKNCDNG C NCTIG COQWPV QH HKGNF VGUVGF RTCEVKECN
for solving design problems. In addition to the discussion of
data in the appendices.
basis for design calculations, a large number of worked-out
Ŗ 2TQXKFGVKOGUCXKPICPCN[UKUCPFFGUKIPCKFUKPVJGHQTO practical design examples based on the current design
of tables and charts. practices have been included to illustrate the basic principles
Ŗ %QXGT C NCTIG PWODGT QH YQTMGFQWV RTCEVKECN FGUKIP of reinforced concrete design.
examples and problems in each chapter.
Besides students, practising engineers would find this text
Ŗ 'ORJCUK\GQPFGXGNQROGPVQHUVTWEVWTCNUGPUGPGGFGFHQT extremely useful.
proper detailing of steel for integrated action in various
parts of the structure. CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 4GKPHQTEGF %QPETGVG
&GUKIP 2TKPEKRNGU .KOKV 5VCVG QH %QNNCRUG (NGZWTG .KOKV
Besides students, practicing engineers and architects would 5VCVG QH %QNNCRUG 5JGCT $QPF CPF 6QTUKQP .KOKV 5VCVG QH
find this text extremely useful. %QNNCRUG%QORTGUUKQP.KOKV5VCVGQH5GTXKEGCDKNKV[&GUKIP
CONTENTS: 2TGHCEG $CUKE 2TKPEKRNGU QH 4GKPHQTEGF QH -G[ $WKNFKPI 'NGOGPVU &GVCKNKPI 6JG 4GKPHQTEGOGPV
Concrete Design. Design of Staircases. Design of Slabs. #RRGPFKEGU # 9QTMKPI 5VTGUU &GUKIP /GVJQF $ )TCXKV[
(NCV 5NCDU ;KGNF .KPG 6JGQT[ HQT 5NCDU 5RGEKCN 5VTWEVWTCN .QCFU%&GUKIP(QTEGU&&GUKIP#KFU'5VGGN2TQRGTVKGU
'NGOGPVU $WKNFKPI (TCOGU &GUKIP QH (QWPFCVKQPU 4GKPHQTEGOGPV(4GHGTGPEGU+PFGZ
4GVCKPKPI 9CNNU 9CVGT 6CPMU #RRGPFKEGUō#+ )TCXKV[ Latest Print 2012 / 532 pp. / 17.8 × 23.5 cm
.QCFU #++ 5GKUOKE .QCFU #+++ 9KPF .QCFU $ 4GUWNVCPV ISBN-978-81-203-3048-1 / C 325.00
&GUKIP (QTEGU % &GUKIP #KFU & %QNWOP+PVGTCEVKQP
%WTXGU ' 5VGGN 2TQRGTVKGUō4GKPHQTEGOGPV ( 7PKVU
%QPXGTUKQP(CEVQTU)4GHGTGPEGU+PFGZ
Latest Print 2012 / 740 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3193-8 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 118
ENGINEERING
Civil/Environmental
4'+0(14%'& C10%4'6') Civil/Environmental (SOIL E0)+0''4+0))

Limit State Design of Foundation


Reinforced Concrete, Engineering
2nd ed.
P.C. VARGHESE, *QPQTCT[
P.C. VARGHESE, *QPQTCT[
2TQHGUUQTCV#PPC7PKXGTUKV[%JGPPCK
2TQHGUUQTCV#PPC7PKXGTUKV[
%JGPPCKYCUHQTOGTN[2TQHGUUQTCPF YCUHQTOGTN[2TQHGUUQTCPF*GCF
*GCF&GRCTVOGPVQH%KXKN &GRCTVOGPVQH%KXKN'PIKPGGTKPI++6
'PIKPGGTKPI++6/CFTCUCPF /CFTCUCPF70'5%1%JKGH6GEJPKECN
70'5%1%JKGH6GEJPKECN#FXKUQT #FXKUQT7PKXGTUKV[QH/QTCVWYC
7PKXGTUKV[ QH/QTCVWYC%QNQODQ %QNQODQ
This substantially revised second edition takes into account 7PNKMG OCP[ VGZVDQQMU QP )GQVGEJPKECN 'PIKPGGTKPI
the provisions of the revised Indian Code of practice for VJCV FGCN YKVJ DQVJ 5QKN /GEJCPKEU CPF (QWPFCVKQP
2NCKPCPF4GKPHQTEGF%QPETGVG+5   +VCNUQRTQXKFGU Engineering, this text gives an exclusive treatment and an
additional data on detailing of steel to make the book more KPFGRVJ CPCN[UKU QH (QWPFCVKQP 'PIKPGGTKPI +V RTQXKFGU C
useful to practicing engineers. The chapter on Limit State of solid foundation for further practice in their profession later.
Durability for Environment has been completely revised and In addition, as the book is based on the Codes prescribed by
the new provisions of the code such as those for design for the Bureau of Indian Standards, students of Indian
shear in reinforced concrete, rules for shearing main steel in universities will find it particularly useful. Intended as a text
slabs, lateral steel in columns, and stirrups in beams have for undergraduate (Civil Engineering) and postgraduate
been explained in detail in the new edition. (Geotechnical Engineering and Structural Engineering)
students, the book would also be found highly useful to
This comprehensive and systematically organized book is practising engineers and young academics teaching the
intended for undergraduate students of Civil Engineering, course.
EQXGTKPIVJGHKTUVEQWTUGQP4GKPHQTEGF%QPETGVG&GUKIPCPF
as a reference for the practicing engineers. Besides covering The author is specialized in both Soil Mechanics and
+5    VJG DQQM CNUQ FGCNU YKVJ VJG $TKVKUJ CPF 75 Structural Engineering; he studied Soil Mechanics under the
%QFGU#FXCPEGFVQRKEUQH+5   JCXGDGGPFKUEWUUGF IWKFCPEGQH2TQH6GT\CIJKCPF2TQH%CUCITCPFGQH*CTXCTF
in the companion volume #FXCPEGF 4GKPHQTEGF%QPETGVG 7PKXGTUKV[ōVJGRKQPGGTUQHVJGUWDLGEV5KOKNCTN[JGUVWFKGF
&GUKIP
CNUQ RWDNKUJGF D[ 2*+ .GCTPKPI  6JG VYQ DQQMU 5VTWEVWTCN'PIKPGGTKPIWPFGT2TQH#..$CMGTQH+ORGTKCN
VQIGVJGT EQXGT CNN VJG VQRKEU KP +5    CPF OCP[ QVJGT College, London, the pioneer of Limit State Design.
topics which are so important in modern methods of design CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP
of reinforced concrete. 7PKVU'PIKPGGTKPI2TQRGTVKGUQH5QKNU%QPVCEV2TGUUWTGUQP
CONTENTS: .KUV QH +NNWUVTCVKQPU .KUV QH 6CDNGU (QTGYQTF $CUG QH (QQVKPIU Stress Distribution in Soils. Settlement of
2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP #EMPQYNGFIGOGPVU (QWPFCVKQPU )GPGTCN 4GSWKTGOGPV QH 5JCNNQY CPF &GGR
Introduction to IS 456 (2000). Introduction to Limit State (QWPFCVKQPU $GCTKPI %CRCEKV[ QH 5JCNNQY (QWPFCVKQPU
&GUKIP /GVJQFU QH &GUKIP QH %QPETGVG 5VTWEVWTGU 2CTVKCN (CEVQTU#HHGEVKPI$GCTKPI%CRCEKV[QH5JCNNQY(QWPFCVKQPU
5CHGV[ (CEVQTU KP .KOKV 5VCVG &GUKIP .KOKV 5VCVG QH &GUKIPQH4CHV(QWPFCVKQPU.QCF%CTT[KPI%CRCEKV[QH2KNGU
&WTCDKNKV[ QH 4GKPHQTEGF %QPETGVG VQ 'PXKTQPOGPV 6JGQT[ D[ 5VCVKE (QTOWNCG .QCF %CTT[KPI %CRCEKV[ QH 2KNGU D[
QH 5KPIN[ 4GKPHQTEGF /GODGTU KP $GPFKPI
.KOKV 5VCVG QH &[PCOKE (QTOWNCG 5VTWEVWTCN &GUKIP QH %QPETGVG 2KNGU
%QNNCRUGō(NGZWTG  'ZCORNGU KP &GUKIP CPF #PCN[UKU QH %QPUVTWEVKQPQH%CUVKPUKVW2KNGU)TQWR#EVKQPCPF.CVGTCN
5KPIN[ 4GKPHQTEGF $GCOU &GUKIP QH &QWDN[ 4GKPHQTEGF 4GUKUVCPEG QH 8GTVKECN 2KNGU (KGNF 6GUVU QP 2KNGU 2KNGF 4CHV
Beams. Limit State of Collapse in Shear (Design for Shear). (QWPFCVKQPU .CVGTCN 'CTVJ 2TGUUWTGU QP 4KIKF 9CNNU 'HHGEV
&GUKIP QH (NCPIGF $GCOU &GUKIP QH $GPFKPI /GODGTU HQT of Superimposed Loads on Backfill and Empirical Design of
5GTXKEGCDKNKV[ 4GSWKTGOGPVU QH &GHNGEVKQP CPF %TCEMKPI 4GVCKPKPI9CNNU(NQCVKPI(QWPFCVKQPU(QWPFCVKQPUHQT5VGGN
Bond, Anchorage, Development Lengths and Splicing. 6QYGTU CPF %JKOPG[U 9GNN (QWPFCVKQPU (QWPFCVKQP QP
Design of One-way Slabs. Design of Two-way Slabs. Limit 5JTKPMKPI
'ZRCPUKXG  5QKNU (NGZKDNG 4GVCKPKPI 5VTWEVWTGUō
State of Collapse in Compression Design of Axially Loaded 5JGGV2KNG9CNNUCPF$TCEGF'ZECXCVKQPU&GUKIPQH/CEJKPG
Short Columns. Design of Short Columns with Moments. (QWPFCVKQPU 5VCDKNKV[ QH 5NQRGU )TQWPF +ORTQXGOGPV
6GEJPKSWGU 4GKPHQTEGF QT /GEJCPKECNN[ 5VCDKNK\GF 'CTVJ
'HHGEVKXG .GPIVJ QH %QNWOPU &GUKIP QH 4% 5NGPFGT
(MSE). Soil Exploration—Geological Investigation of Sites.
Columns. Design of Concrete Walls Carrying Vertical Loads.
5KVG CPF 5QKN +PXGUVKICVKQP 4GRQTVU #RRGPFKEGUō#
&GUKIP HQT 6QTUKQP &GUKIP QH 4% /GODGTU KP 6GPUKQP
&GVGTOKPCVKQPQH%QPVCEV2TGUUWTG&KUVTKDWVKQPKP5QKNUCPF
&GUKIP QH 5VCKTECUGU &GUKIP QH %QTDGNU $TCEMGVU CPF 0KDU #PCN[UKU QH $GCOU QP 'NCUVKE (QWPFCVKQPU D[ +PHNWGPEG
&GUKIP QH (QQVKPIU 2GFGUVCNU CPF 2KNG %CRU #RRGPFKEGUō %JCTVU$#%+/GVJQFHQT#PCN[UKUQH$GCOUCPF)TKFUQP
# 9QTMKPI 5VTGUU /GVJQF QH &GUKIP $ )GPGTCN &CVC HQT 'NCUVKE (QWPFCVKQPU % #PCN[UKU QH (NGZKDNG 2NCVG QP 'NCUVKE
&GUKIPU%(QTOWNCGHQT5QOG%JCTVUCPF6CDNGUKP+5 (QWPFCVKQPU & %[ENKE .QCF 6GUVU CPF 'UVKOCVKQP QH
& 5VCPFCTF /GVJQF QH &GVCKNKPI 4% $GCOU CPF 5NCDU 5GVVNGOGPV KP 2KNGU ' $WKNFKPI (QWPFCVKQPU KP 6JGQT[ CPF
Index. 2TCEVKEG+PFGZ
Latest Print 2012 / 580 pp. / 17.8 × 23.5 cm Latest Print 2012 / 592 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2039-0 / C 325.00 ISBN-978-81-203-2652-1 / C 425.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 119 PHI Learning: Publications
ENGINEERING
Civil/Environmental
4'+0(14%'& C10%4'6')

Practical Design of
Reinforced Concrete
Structures

KARUNA MOY GHOSH, (QTOGTN[%JKGH5VTWEVWTCN'PIKPGGT references provided at the end of various chapters. The
YKVJ -CKUGT'PIKPGGTUCPF%QPUVTWEVQTU+PECPF/QVV 564#2 UVTWEVWTCN CPCN[UKU RTQITCO HQT VJG OWNVKUVQTG[GF
/CE&QPCNF)TQWR administrative/office building, and the vibration analysis of
the elevated reinforced concrete framed structure, are
This book is a comprehensive presentation of the practical
provided in the Annexures to the book.
aspects of analysis and design of reinforced concrete
structures. Written on the basis of the British (BS) and CONTENTS: 2TGHCEG 2CTV  /WNVKUVQTG[GF
European (Eurocode) codes of practices, this book is #FOKPKUVTCVKXG1HHKEG $WKNFKPIō)GPGTCN 2TKPEKRNGU CPF
primarily meant for the undergraduate students of civil 2TCEVKEGU#PCN[UKUCPF&GUKIPQH5NCDU#PCN[UKUCPF&GUKIP
engineering. It will also be highly useful for structural of Secondary Longitudinal Beams. Analysis and Design of
engineers working in the fields of design, consultancy and /CKP 5VTWEVWTCN (TCOG $CUGOGPV 5VTWEVWTG 2CTV 
construction involving reinforced concrete structures. 4GKPHQTEGF %QPETGVG 'NGXCVGF 5VQTCIG $KP 5VTWEVWTG HQT
The text is organized into four parts, each dealing with the .KOGUVQPG CPF %QMG KP 5VGGN 2NCPV 2TQLGEVō)GPGTCN
analysis and design of a specific type of reinforced concrete 2TKPEKRNGU CPF 2TCEVKEGU (QWPFCVKQPU CPF )GQVGEJPKEU
structure. The first part covers the multi-storeyed Design Concept. Analysis and Design of Structural
administrative/office building. The second part deals with 'NGOGPVU 2CTV  'NGXCVGF 4GKPHQTEGF %QPETGVG 5VTWEVWTG
the elevated storage bin structure used in steel plants. The Subjected to Machine Vibrations Induced by Turbo-
elevated structural framework subjected to mechanical )GPGTCVQTō)GPGTCN2TKPEKRNGUCPF2TCEVKEGU)GQVGEJPKEUQH
vibration is the subject matter of the third part. The fourth 5QKN 4GNCVGF VQ 8KDTCVKQP +PFWEGF D[ 6WTDQIGPGTCVQT
and final part discusses the precast reinforced concrete (QWPFCVKQP QH 'NGXCVGF 5VTWEVWTCN (TCOGYQTM VQ 5WRRQTV
workshop building. The important activities required to be Turbo-generator. Analysis and Design of Elevated Structural
carried out prior to structural analysis—structural (TCOGYQTM VQ 5WRRQTV 6WTDQIGPGTCVQT 2CTV  2TGECUV
arrangement planning, materials selection, examination of 4GKPHQTEGF %QPETGVG 9QTMUJQR $WKNFKPIō)GPGTCN
buildability and environmental impact—are covered in the 2TKPEKRNGU CPF 2TCEVKEGU &GUKIP &CVC CPF 5RGEKHKECVKQP
initial chapters in each part. This is followed by a step-by- #PCN[UKU QH 5VTWEVWTCN (TCOG &GUKIP QH 5VTWEVWTCN (TCOG
step presentation of the analysis and design procedures for #PPGZWTGUō# 564#2 5VTWEVWTCN #PCN[UKU 2TQITCOU HQT
various structures and structural elements/members. Analysis of Multistoreyed Administrative/Office Building.
$ 8KDTCVKQP #PCN[UKU QH 'NGXCVGF 4% (TCOGF 5VTWEVWTG VQ
The book presents the various structural analyses and design Support 10 MW Turbo-generator. Index.
calculations in an exhaustive manner. The text is illustrated
with a large number of visuals. Important additional Latest Print 2011 / 276 pp. / 17.8 × 23.5 cm
information relevant to this field can be found in the ISBN-978-81-203-4028-2 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 120
ENGINEERING
Civil/Environmental
41%- M'%*#0+%5)

Engineering in
Rocks for Slopes,
Foundations and
Tunnels,
2nd ed.

T. RAMAMURTHY (Ed.), HQTOGT 2TQHGUUQTQHEKXKN What distinguishes the text is the application of numerical
GPIKPGGTKPI UGTXGFCPFVCWIJVCVVJG+PFKCP+PUVKVWVGQH methods to solve various problems by discrete element and
6GEJPQNQI[
++6 &GNJK equivalent material concepts, interpretations of geo-
mechanics modelling test data, excavation methods, ground
With the ever-increasing developmental activities as diverse improving methods, and use of roadheaders and TBMs.
as the construction of dams, roads, tunnels, underground
The book provides an excellent understanding of how to
powerhouses and storage facilities, petroleum exploration
solve problems in rock engineering and should immensely
and nuclear repositories, a more comprehensive and
benefit students, teachers, professionals and designers alike.
updated understanding of rock mass is essential for civil
engineers, engineering geologists, geophysicists, and CONTENTS: 2TGHCEG *KUVQTKECN &GXGNQROGPV QH 4QEM
petroleum and mining engineers. Though some contents of Mechanics Basic Equations from Solid Mechanics
this vast subject are included in undergraduate curriculum, &KUVTKDWVKQP QH 4QEMU QP +PFKCP /CKPNCPF Stereographic
VJGTG CTG HWNNHNGFIGF EQWTUGU QP 4QEM /GEJCPKEU 2TGUGPVCVKQP QH )GQNQIKECN &CVC Laboratory Testing of
4QEM 'PIKPGGTKPI KP RQUVITCFWCVG RTQITCOOGU KP EKXKN 4QEMU 5VTGPIVJ /QFWNWU CPF 5VTGUUŌ5VTCKP 4GURQPUGU QH
engineering and mining engineering. Much of the material 4QEMU 'PIKPGGTKPI%NCUUKHKECVKQPQH4QEMUCPF4QEM/CUUGU
presented is also taught to geology and geophysics students. In Situ Geophysical Methods 'NGEVTKECN 4GUKUVKXKV[ /GVJQF
In addition, the book is suitable for short courses conducted for Ground Characterization &GHQTOCDKNKV[ 6GUVU KP 4QEM
for teachers, practising engineers and engineering geologists. Mass (KGNF 5JGCT 6GUV *[FTCWNKE (TCEVWTG /GVJQF VQ
Determine in Situ Stresses (KGNF 2GTOGCDKNKV[ 6GUV
This book, with contributions from a number of authors 'UVKOCVKQPQH5VTGUUGUKP4QEM/CUU 5VCDKNKV[QH4QEM5NQRGU
with expertise and vast experience in various areas of 4QEM(QWPFCVKQPU %NQUGF(QTO5QNWVKQPUHQT7PFGTITQWPF
rock engineering, gives an in-depth analysis of the Openings Convergence Confinement Analysis 4QEM .QCFU
multidimensional aspects of the subject. The text covers a from Empirical Methods &GUKIP QH 5WRRQTVU 'ORKTKECN
wide range of topics related to engineering behaviour of Approaches 0WOGTKECN /GVJQFU CPF #RRNKECVKQPU
rocks and rock masses, their classifications, interpretation 'SWKXCNGPV EQPVKPWWO /QFGNNKPI QH ,QKPVGF 4QEM /CUU
of geological mapping of joints through stereographic Geomechanical Modelling and Application Drilling and
projection, in situ stress measurements, laboratory and field $NCUVKPI HQT 7PFGTITQWPF CPF 1RGP 'ZECXCVKQPU
tests, stability of rock slopes, foundations of structures, 4QCFJGCFGT5GNGEVKQPHQT6WPPGNNKPI Application of Tunnel
including dams and support systems for underground Boring Machines Shotcreting, Including Some Case
excavations. *KUVQTKGU /GVJQFU VQ +ORTQXG 4QEM /CUU 4GURQPUGU
The Second Edition has been enriched with new topics such Miscellaneous Books on the Subject. About the Contributing
as minimum overburden on pressure tunnels, pressure Authors. Index.
around vertical cylindrical shaft, thickness of steel lining, Latest Print 2011 / 764 pp. / 17.8 × 23.5 cm
and penetration rate from joint factor. ISBN-978-81-203-4168-5 / C 550.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 121 PHI Learning: Publications


ENGINEERING
Civil/Environmental (SOIL E0)+0''4+0))

Textbook of Theory and Practice of


Geotechnical Foundation Design
Engineering,
3rd ed.

IQBAL H. KHAN, 2TQHGUUQT 'OGTKVWUKPVJG&GRCTVOGPVQH N.N. SOM, HQTOGT 2TQHGUUQT QH%KXKN 'PIKPGGTKPI ,CFCXRWT
%KXKN 'PIKPGGTKPI,COKC/KNNKC+UNCOKC0GY&GNJK 7PKXGTUKV[ -QNMCVC
S.C. DAS, HQTOGT 2TQHGUUQT QH %KXKN 'PIKPGGTKPI ,CFCXRWT
This revised Third Edition is a result of the positive feedback 7PKXGTUKV[ -QNMCVC
and constructive suggestions received from academics and
students alike on the second edition. It also reflects the many This comprehensive text on foundation design is intended to
years of teaching experience of the author as also his introduce students of civil engineering, architecture, and
experience in research and consultancy on the subject. environmental disciplines to the fundamentals of designing
sound foundations and their implementation. It offers an in-
While retaining the major contents of the earlier editions, the
depth coverage of pre- and post-design methodologies that
book consolidates on the subject, bringing in new areas of
include soil identification, site investigation, interpretation
interest and concern.
of soil data and design parameters, foundations on different
What is new to this edition: soil types through to settlements, seismic responses, and
Ŗ # PGY EJCRVGT EQXGTKPI XCTKQWU IGQVGEJPKECN CURGEVU QH construction concerns.
Earthquakes. Supported by the abundance of real-world events/situations
Ŗ #NNEQORWVGTRTQITCOUJCXGDGGPWRITCFGF and examples that help students master the text concepts,
This text, which skillfully integrates theory and practice, this volume becomes an incisive text and reference guide.
would be suitable as a textbook for undergraduate students CONTENTS: Soil as an Engineering Material. Site Investi-
of civil engineering. The book can also be used, by a ICVKQP 5QKN &CVC CPF &GUKIP 2CTCOGVGTU (QWPFCVKQPU
judicious choice of topics, by polytechnic students. In Types and Design Criteria. Stress Distribution in Soils.
addition, practicing engineers would find the text very $GCTKPI %CRCEKV[ QH 5JCNNQY (QWPFCVKQPU 5GVVNGOGPV
useful. #PCN[UKU (QQVKPIU CPF 4CHV &GUKIP 2KNG (QWPFCVKQPU 9GNN
KEY FEATURES (QWPFCVKQPU (QWPFCVKQPU QP 'ZRCPUKXG 5QKNU )TQWPF
+ORTQXGOGPV6GEJPKSWGU'CTVJSWCMG4GURQPUGQH5QKNUCPF
Ŗ %QPVCKPURNGPV[QHYQTMGFQWVPWOGTKECNGZCORNGU
(QWPFCVKQPU%QPUVTWEVKQP2TQDNGOU
Ŗ )KXGU C NCTIG PWODGT QH 1DLGEVKXG 6[RG 3WGUVKQPU CPF
Exercises. Latest Print 2011 / 392 pp. / 17.8 × 23.5 cm
Ŗ #PCN[\GUHKGNFRTQDNGOUCPFECUGJKUVQTKGU ISBN-978-81-203-2190-8 / C 275.00
Ŗ /CMGU VJG DQQM CEEGUUKDNG CPF KPVGTGUVKPI D[ NQIKECN
organization and presentation of topics.
CONTENTS: 2TGHCEG 2J[UKECN 2TQRGTVKGU QH 5QKNU 9CVGT KP
Soils. Stresses in Soils. Consolidation and Settlement. The
5JGCT 5VTGPIVJ QH 5QKNU 5JCNNQY (QWPFCVKQPU 5KVG
+PXGUVKICVKQPCPF5QKN+ORTQXGOGPV&GGR(QWPFCVKQPU6JG
5VCDKNKV[ QH 5NQRGU 'CTVJ 2TGUUWTG 5JGGV2KNG 9CNNU
(QWPFCVKQPU HQT /CEJKPGU 'PXKTQPOGPVCN )GQVGEJPQNQI[
'CTVJSWCMGU )GQVGEJPKECN #URGEVU #RRGPFKZō5KVG
+PXGUVKICVKQP 4GRQTV $KDNKQITCRJ[ /WNVKRNG%JQKEG
3WGUVKQPU#PUYGTU+PFGZ
Latest Print 2012 / 508 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4510-2 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 122
ENGINEERING
Civil/Environmental (STEEL D'5+)0) Civil/Environmental (S64'0)6* 1( M#6'4+#.5)

Analysis and Design Fundamentals of


Practice of Steel Strength of Materials
Structures

KARUNA MOY GHOSH, HQTOGTN[%JKGH5VTWEVWTCN'PIKPGGT P.N. CHANDRAMOULI, 2TQHGUUQTQH%KXKN'PIKPGGTKPICVVJG


-CKUGT 'PIKPGGTUCPF%QPUVTWEVQTU+PECPFCNUQYKVJ/QVV 0CVKQPCN+PUVKVWVGQH'PIKPGGTKPI/[UQTG
/CE&QPCNF )TQWR
.QPFQP CPF95#VMKPUCPF2CTVPGTU

+PFKC  This book provides comprehensive coverage of the


fundamental concepts and all the key topics of interest in
This book is a comprehensive presentation of the Strength of Materials with an emphasis on solving practical
fundamental aspects of analysis and design of steel problems, from the first principles, related to the design of
structures. It is primarily meant for the undergraduate structural members, mechanical devices and systems in
students of civil engineering and postgraduate students of several fields of engineering.
structural engineering. It will also be immensely useful for The book is organized to present a thorough treatment of
structural engineers engaged in design, consultancy and stress analysis first. This treatment of basic principles is
construction involving steel structures. followed by appropriate application of analysis techniques
The important theoretical and practical concepts which need and design approaches to trusses and cables, torsion in
to be assimilated prior to undertaking analysis and design— circular shaft, deflection of beams, buckling of straight
general principles and practices, functional aspects of columns and struts, and analysis of thick- and thin-walled
structures, basic design concepts, alternative arrangements cylinders under internal and external pressure.
of equipment and service, clarity of structural behaviour, The book features clear explanations, a wealth of excellent
and calculations of loadings on structures—are covered in worked-out examples of practical applications, and
the first two chapters. The ensuing chapters provide challenging problems.
stepwise presentation of the analysis and design procedures
for various steel structures and structural elements/ The book is intended for the undergraduate students of
members on the basis of Eurocodes and British (BS) codes of civil, mechanical, electrical, chemical, aeronautical, and
practice. The three types of structures specifically covered, production and industrial engineering.
on the basis of functional aspects, are scrap yard structures, KEY FEATURES
conveyor structural systems, and turbo-generator buildings.
Ŗ 2TQXKFGUCNCTIGPWODGTQHYQTMGFQWVGZCORNGUVQJGNR
The book discusses the various structural analyses and students comprehend the concepts with ease.
design calculations in an exhaustive manner. The text is Ŗ )KXGU EJCRVGTGPF TGXKGY SWGUVKQPU VQ VGUV UVWFGPVUŏ
illustrated with an abundant number of visuals. Important understanding of the subject.
sources of information relevant to steel structures can be Ŗ +PENWFGU EJCRVGTGPF PWOGTKECN RTQDNGOU VQ GPJCPEG VJG
found in the references at the end of various chapters. problem-solving ability of students. Many of the problems
CONTENTS: 2TGHCEG &GUKIP 2JKNQUQRJ[ CPF 2TCEVKEGU depict realistic situations encountered in engineering
Design Data, Stresses, and Bolts and Weld Connections. practice.
Scrap Yard Structures. Conveyor Structural System from Ŗ +PEQTRQTCVGU QDLGEVKXG V[RG SWGUVKQPU VQ JGNR UVWFGPVU
*$+
*GCX[ $TKSWGVVG +TQP  $WKNFKPI VQ /KNN $WKNFKPI # assess their overall mastery of the subject.
Turbo-Generator Building. Index. CONTENTS: 2TGHCEG 5VTGUUGU CPF 5VTCKPU %QORQWPF
Latest Print 2011 / 228 pp. / 17.8 × 23.5 cm 5VTGUUGU 5JGCT (QTEG CPF $GPFKPI /QOGPV 6TWUUGU CPF
ISBN-978-81-203-4027-5 / C 195.00 Cables. Centroid and Centre of Gravity. Moment of Inertia.
Bending and Shear Stresses in a Beam. Torsion in Circular
Shaft. Deflection of Beams. Columns and Struts. Thin and
Thick Cylinders. Testing of Materials. Bibliography. Index.
Latest Print 2013 / 864 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4672-7 / C 525.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 123 PHI Learning: Publications


ENGINEERING
Civil/Environmental (S64'0)6* 1( M#6'4+#.5) Civil/Environmental (S647%674#. A0#.;5+5)

Textbook of Computational
Mechanics of Structural Mechanics
Materials ZLWK &'520
ZLWK &'520

M.N. SHESHA PRAKASH, 2TQHGUUQT &GRCTVOGPV QH %KXKN S. RAJASEKARAN, 2TQHGUUQT'OGTKVWU&GRCTVOGPVQH%KXKN


'PIKPGGTKPI CPF8KEG2TKPEKRCN8KF[C8KMCU+PUVKVWVGQH 'PIKPGGTKPI25)%QNNGIGQH6GEJPQNQI[%QKODCVQTG
'PIKPGGTKPICPF6GEJPQNQI[/[UQTG G. SANKARASUBRAMANIAN, #UUKUVCPV 2TQHGUUQTDQVJQH
G.S. SURESH, 2TQHGUUQT CPF *GCF &GRCTVOGPV QH %KXKN &GRCTVOGPV QH%KXKN'PIKPGGTKPI25)%QNNGIGQH6GEJPQNQI[
'PIKPGGTKPI0CVKQPCN+PUVKVWVGQH'PIKPGGTKPI
0+' /[UQTG %QKODCVQTG

2TKOCTKN[ FGUKIPGF CU C VGZVDQQM HQT VJG WPFGTITCFWCVG This class-room tested book, representing the teaching
students of civil engineering and mechanical engineering, experience of over two decades by the authors, is designed
this compact and accessible book covers the fundamental to cater to the needs of senior undergraduate and first-year
principles and applications of 5VTGPIVJQH/CVGTKCNs/GEJCPKEU postgraduate students of civil engineering for a course in
QH /CVGTKCNU. The text discusses in detail the topics such as Advanced Structural Analysis/Matrix Methods of Structural
simple and compound stresses, bending moments, shear Analysis/Computer Methods of Structural Analysis.
forces, stresses in beams, deflection in beams, torsion of 6JGDQQMGPFGCXQWTUVQHWNHKNVYQRTKPEKRCNQDLGEVKXGU(KTUV
shafts, thick and thin cylinders, and columns and struts. A it acquaints students with the matrix methods of structural
large number of worked-out problems are provided to analysis and their underlying concepts and principles.
illustrate the concepts discussed. Besides, a large number of Second, it demonstrates the development of well-structured
chapter-end problems are given to help students test their computer programs for the analysis of structures by the
understanding of the subject. matrix methods.
This book comes with a companion CD containing software, A large number of worked-out examples are included to
developed using MS Excel, to work out the problems. It amplify the concepts and to illustrate the effect of external
would help the faculty to develop new kinds of problems loads, including the effect of temperature, lack of fit, and
with reliable solutions for use in tests and examinations. The UGVVNGOGPV QH UWRRQTVU GVE 6JG %&41/ EQPVCKPU OCP[
use of this software will enable the students to understand illustrative computer programs and the usage of modern
the concepts in a thorough manner. packages such as Excel and Matlab.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 5KORNG 5VTGUUGU The book will also be a useful reference for practising
Compound Stresses. Bending Moment and Shear. Stresses in structural engineers who wish to pursue the versatility of
Beams. Deflection of Beams. Torsion of Shafts. Thick and matrix methods as a tool for computer applications.
Thin Cylinders. Columns and Struts. Index.
CONTENTS: (QTGYQTF 2TGHCEG +PVTQFWEVKQP &GITGG QH
Latest Print 2011 / 304 pp. / 16.0 × 24.1 cm -KPGOCVKE +PFGVGTOKPCE[ &GITGG QH 5VCVKE +PFGVGTOKPCE[
ISBN-978-81-203-4185-2 / C 275.00 (WPFCOGPVCN %QPEGRVU QH 5VTWEVWTGU 'PGTI[ %QPEGRVU KP
5VTWEVWTCN #PCN[UKU 4GNCVKQPUJKR DGVYGGP 'NGOGPV CPF
5[UVGO 'SWCVKQPU QH 5VCVKEU CPF -KPGOCVKEU (NGZKDKNKV[
Method. Stiffness Approach. Direct Stiffness Method. Matrix
&KURNCEGOGPV /GVJQF 5RGEKCN 6QRKEU $WEMNKPI CPF
&[PCOKE #PCN[UKU 6JG 'KIGPXCNWG 2TQDNGOU 4GHGTGPEGU
Index.
Latest Print 2012 / 796 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-1734-5 / C 450.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 124
ENGINEERING
Civil/Environmental (S647%674#. A0#.;5+5)

Fundamentals of Structural Analysis


Structural Mechanics
and Analysis
M.L. GAMBHIR, JCUDGGP
2TQHGUUQTCPF*GCFQH%KXKN
'PIKPGGTKPI&GRCTVOGPVCPF
&GCPQH2NCPPKPICPF4GUQWTEG
)GPGTCVKQPCV6JCRCT7PKXGTUKV[
2CVKCNC
This book is a comprehensive presentation of the funda- MADAN MOHAN DAS, HQTOGTN[ 2TQHGUUQT %KXKN
mental aspects of structural mechanics and analysis. It aims 'PIKPGGTKPI&GRCTVOGPV#UUCO'PIKPGGTKPI%QNNGIG)WYCJCVK
to help develop in the students the ability to analyze #P 'OGTKVWU (GNNQYQH #+%6' &KTGEVQT QH 6GEJPKECN' FWECVKQP
structures in a simple and logical manner. The major thrust )QXGTPOGPVQH#UUCO
in this book is on energy principles. BHARGAB MOHAN DAS, %JKGH $WUKPGUU&GXGNQROGPV
The text, organized into sixteen chapters, covers the entire 1HHKEGT 'ZGEWVKXG2TQLGEV%QQTFKPCVQTCPF%JCKTRGTUQPQH)TGGP
syllabus of structural analysis usually prescribed in the $WKNFKPI &KXKUKQP4KVVC%Q.VF6JCKNCPF
undergraduate level civil engineering programme and MIMI DAS SAIKIA, 2TQHGUUQT%KXKN'PIKPGGTKPI&GRCTVOGPV
covered in two courses. The first eight chapters deal with the #UUCO&QYP6QYP7PKXGTUKV[)WYCJCVK
basic techniques for analysis, based on classical methods, of
common determinate structural elements and simple struc- Intended as a textbook for the undergraduate students
tures. The following eight chapters cover the procedures for of civil engineering, this book covers the complete syllabi of
analysis of indeterminate structures, with emphasis on the
two courses in theory of structural analysis taught to the
use of modern matrix methods such as flexibility and
stiffness methods, including the finite element techniques. engineering students in third and fourth semesters.

2TKOCTKN[FGUKIPGFCUCVGZVDQQMHQTWPFGTITCFWCVGUVWFGPVU 6JG DQQM KU QTICPKUGF KP VYQ RCTVUō2CTV +


HQT VJG VJKTF
of civil engineering, the book will also prove immensely UGOGUVGTEQWTUG CPF2CTV++
HQTVJGHQWTVJUGOGUVGTEQWTUG 
useful for professionals engaged in structural design and It covers all the important topics such as bending moment
engineering. and shear force diagrams for statically determinate beams,
analysis of statically determinate structures, relation
KEY FEATURES
between curvature, slope and deflection of beams,
Ŗ /QTGVJCPYQTMGFQWVGZCORNGUKNNWUVTCVKPIVJGDCUKE Castiglione’s theorem, Macaulay’s method, analysis of fixed
principles and solution techniques help students and continuous beams, Girder bridge and retaining walls.
assimilate the underlying principles.
Ŗ /QTG VJCP  EJCRVGTGPF GZGTEKUGU YKVJ CPUYGTU KP KEY FEATURES
many cases, test the students’ grasp of the fundamental  0WOGTQWU YQTMGFQWV GZCORNGU KP GCEJ CPF GXGT[
concepts. chapter.
Ŗ 0WOGTQWU YGNNNCDGNNGF FKCITCOU RTQXKFGF VJTQWIJQWV 2. Step-by-step derivations of equations.
the book lead to easy learning.  4GXKGY3WGUVKQPUCPF2TQDNGOUVQUJCTRGPVJGRTQDNGO
Ŗ +ORQTVCPV CFFKVKQPCN OCVGTKCNU KP VJG CRRGPFKEGU CNNQY solving skills.
quick reference by the readers.
CONTENTS: 2TGHCEG Part I—Bending Moment and Shear
CONTENTS: 2TGHCEG 5VTWEVWTGU #P +PVTQFWEVKQP $CUKE
Concepts and Analysis Tools. Cables and Suspension (QTEG &KCITCOU HQT 5VCVKECNN[ &GVGTOKPCVG $GCOU #PCN[UKU
$TKFIGU 6JG 2NCPG 6TWUUGU 6JTGGFKOGPUKQPCN 5RCEG QH5VCVKECNN[&GVGTOKPCVG5VTWEVWTGU9QTMŌ'PGTI[2TKPEKRNG
6TWUUGU #PCN[UKU QH #TEJGU +PHNWGPEG .KPGU CPF 4QNNKPI 5NQRGCPF&GHNGEVKQPQH$GCOU&GHNGEVKQPQH2GTHGEV(TCOGU
Loads. Elastic Deflections. An Introduction to Statically Columns. Conjugate Beam Method. Part II—(KZGF $GCOU
+PFGVGTOKPCVG 5VTWEVWTGU (NGZKDKNKV[ /GVJQF
(QTEG QT Continuous Beam. Two-hinged Arches. Indeterminacy of
%QPUKUVGPV &GHQTOCVKQP /GVJQF  (QTEGŌ&KURNCEGOGPV Structures. Moment Distribution Method. Suspension Girder
Methods (Slope–Deflection, Three-moment Equations, $TKFIG/CUQPT[&COUCPF4GVCKPKPI9CNNU+PFGZ
Moment Distribution and Stiffness Methods). System
Latest Print 2011 / 352 pp. / 17.8 × 23.5 cm
Approach. Moment Distribution. Direct Stiffness Method.
#P +PVTQFWEVKQP VQ (KPKVG 'NGOGPV /GVJQF #RRTQZKOCVG ISBN-978-81-203-4309-2 / C 325.00
Analysis of Indeterminate Structures. #RRGPFKEGUō#
4GXKGYQH/CVTKZ#NIGDTC$5JGCT(QTEG$GPFKPI/QOGPV
&KCITCOUCPF&GHNGEVKQP(QTOWNCG$KDNKQITCRJ[+PFGZ
Latest Print 2011 / 928 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4236-1 / C 595.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 125 PHI Learning: Publications
ENGINEERING
Civil/Environmental (S647%674#. D;0#/+%5) Civil/Environmental (S647%674'5)

Basics of Structural Analysis and Design


Dynamics and Practice of Hydraulic
Aseismic Design Concrete Structures,
2nd ed.
S.R. DAMODARASAMY,
2TKPEKRCNQH)QXGTPOGPV%QNNGIGQH
'PIKPGGTKPI 5CNGO
S. KAVITHA, #UUKUVCPV'PIKPGGT
KPVJG*KIJYC[U&GRCTVOGPV
)QXGTPOGPVQH6COKN0CFW'TQFG
This book covers all the four major areas of Earthquake KARUNA MOY GHOSH, HQTOGTN[ %JKGH5VTWEVWTCN'PIKPGGT
Engineering such as Structural Dynamics, Seismology, KP-CKUGT'PIKPGGTU+PECPFCNUQ/QVV/CE&QPCNF)TQWR
7- 
Seismic Analysis, Aseismic Design, including design CPF95#VMKPU2CTVPGTU
+PFKC 
philosophy, capacity design and codal provisions. It also This book provides a comprehensive description of the
provides detailed information on liquefaction of soil and analysis and design process of some hydraulic concrete
effects of soil properties on response spectra. Each chapter is structures designed to retain and contain aqueous liquid.
well-designed and well-balanced with lucid illustrations and The first edition discussed six types of structures of different
FKCITCOU0WOGTQWUUQNXGFGZCORNGUJCXGDGGPKPENWFGFHQT HWPEVKQPUPCOGN[
better comprehension of the concepts. Exercises with answers
have been provided at the end of each chapter to develop (a) An underground sedimentation tank for sewage
problem-solving skills of the students. treatment.
(b) An underground digestion tank for sludge treatment.
This comprehensive survey of the effects of earthquakes on (c) An underground reservoir to store fresh potable water.
dynamics of structures and their aseismic design is intended (d) An immersed highway tunnel under the river bed.
for B.E./B.Tech. students of Civil Engineering and M.E./ (e) An indoor swimming pool of rectangular shape for
M.Tech. students of Structural Engineering. public recreation.
SALIENT FEATURES (f) A gravity dam across a valley for converting the valley
Ŗ 6JG EQPEGRVU CPF VJGQTKGU QH GCTVJSWCMG GPIKPGGTKPI CTG into a fresh water reservoir.
presented in a lucid manner, with ample discussions and This Second Edition incorporates another type of hydraulic
numerous examples. structure, namely spillway.
Ŗ 5QNXGF GZCORNGU KP GCEJ EJCRVGT KNNWUVTCVG VJG The spillway structure plays a vital role in regulating the
fundamental concepts and provide pedagogical designed reservoir water level to meet the fluctuating
reinforcement to ensure student comprehension. demand of water supply for the generation of hydro-
Ŗ +PEQTRQTCVGU PGEGUUCT[ EQFCN RTQXKUKQPU UWEJ CU +5 electricity, irrigation and water supply purposes in
 +5  CPF +5  HQT 5GKUOKE controlling the height of reservoir water level downstream
Analysis and Aseismic Design. of the river. The spillway structure subjected to seismic
Ŗ 5GKUOKE#PCN[UKUCPF#UGKUOKE&GUKIPQHCHKXGUVQTG[4% hydrodynamic pressure in addition to the hydrostatic
frame is specially emphasized. pressure, has been analysed and designed in full compliance
Ŗ *KIJNKIJVU VJG XCTKQWU PGY VGEJPKSWGU KP VJG HKGNF QH YKVJ'WTQEQFGU'%2CTVŌCPF2CTVCUYCVGTTGVCKPKPI
earthquake engineering. structure. The other six structures have been analysed and
CONTENTS: 2TGHCEG 'NGOGPVU QH 8KDTCVKQP 7PFCORGF designed with reference to the relevant clauses of codes of
(TGG 8KDTCVKQP QH 5&1( 5[UVGO &CORGF (TGG 8KDTCVKQP QH practice prescribed in Eurocodes 2 and BS 8007 and BS 8110.
5&1( 5[UVGO 4GURQPUG QH 5&1( 5[UVGO VQ *CTOQPKE The book is designed to serve as a useful practical guide and
'ZEKVCVKQP 4GURQPUG VQ 2GTKQFKE .QCFKPI 4GURQPUG VQ a valuable reference for senior undergraduate students of
+ORWNUG .QCFKPI 6YQ &GITGGU QH (TGGFQO 5[UVGO civil engineering and postgraduate students specializing in
/WNVKRNG &GITGGU QH (TGGFQO 5[UVGOU 'NGOGPVU QH structural design, as well as practising and consulting
5GKUOQNQI[ 4GURQPUG 5RGEVTWO 'HHGEV QH 5QKN 2TQRGTVKGU engineers involved in the design and execution of hydraulic
CPF &CORKPI QP 5GKUOKE 2GTHQTOCPEG QH 5VTWEVWTGU concrete structures.
.KSWGHCEVKQP QH 5QKNU %QPEGRV QH #UGKUOKE &GUKIP QH 4%
5VTWEVWTGU %QFCN 2TQXKUKQPU HQT 5GKUOKE #PCN[UKU QH 4% CONTENTS: 2TGHCEG &GUKIP 2JKNQUQRJ[ CPF 2TCEVKEGU
$WKNFKPIUCURGT+5
2CTV 5VGRD[5VGR2TQEGFWTG 5GFKOGPVCVKQP 6CPM &KIGUVKQP 6CPM # %QXGTGF (TGUJ
HQT 5GKUOKE #PCN[UKU QH 4% $WKNFKPIU %QFCN 2TQXKUKQPU HQT 9CVGT 5GTXKEG 4GUGTXQKT KP C 4WTCN &KUVTKEV %QOOWPKV[
&WEVKNG &GVCKNKPI QH 4% 5VTWEVWTGU 5WDLGEVGF VQ 5GKUOKE +OOGTUGF*KIJYC[6WPPGN%TQUUKPIC4KXGT7PFGTITQWPF
(QTEGU#UGKUOKE&GUKIPQHC/WNVKUVQTG[4%$WKNFKPI$CUGF 6CPMU HQT VJG 2TKXCVG CPF 2WDNKE 5YKOOKPI 2QQN (CEKNKVKGU
QP+50GY6GEJPKSWGUKP#UGKUOKE&GUKIP+PFGZ # )TCXKV[ &CO HQT (TGUJ 9CVGT 4GUGTXQKT 5RKNNYC[
Structure. Index.
Latest Print 2012 / 344 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3843-2 / C 295.00 Latest Print 2013 / 180 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4594-2 / C 195.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 126
ENGINEERING
Civil/Environmental (S647%674'5)

Design of Bridge Design of


Structures, Concrete
2nd ed. Structures

J.N. BANDYOPADHYAY,
2TQHGUUQT QH%KXKN'PIKPGGTKPI
+PFKCP+PUVKVWVGQH6GEJPQNQI[
-JCTCIRWT

T.R. JAGADEESH, 2TKPEKRCNQH*/5+PUVKVWVGQH6GEJPQNQI[ This text primarily analyses different methods of design of
6WOMWT EQPETGVGUVTWEVWTGUCURGT+5
2NCKPCPF4GKPHQTEGF
M.A. JAYARAM, 2TQHGUUQT CPF *GCF YKVJ VJG &GRCTVOGPV %QPETGVGō+PFKCP 5VCPFCTF %QFG QH 2TCEVKEG VJ TGXKUKQP
QH /CUVGTQH%QORWVGT#RRNKECVKQPU5KFFCICPIC+PUVKVWVGQH Bureau of Indian Standards). It gives greater emphasis on
6GEJPQNQI[6WOMWT the limit state method so as to illustrate the acceptable limits
for the safety and serviceability requirements of structures.
This updated Second Edition of the textbook on bridge Besides dealing with yield line analysis for slabs, the
design continues to provide comprehensive coverage of book explains the working stress method and its use for
both theory and design practice within the compass of a designing reinforced concrete tension members, theory of
single volume. It is intended for the students pursuing redistribution of moments, and earthquake resistant design
courses in civil engineering at both undergraduate and of structures. This well-structured book develops an
postgraduate levels. It is also considered useful for effective understanding of the theory through numerous
practising civil engineers and designers who need a ready solved problems, presenting step-by-step calculations. The
reckoner on important design aspects of bridges. WUG QH 52
&GUKIP #KFU HQT 4GKPHQTEGF %QPETGVG VQ +5
456–1978) has also been explained in solving the problems.
6JG UGEQPF GFKVKQP JCU VJTGG OCKP QDLGEVKXGU (KTUV KV
provides general updates of the bridge designs as per the KEY FEATURES
TGXKUGF +4% EQFGU 5GEQPF KV KPEQTRQTCVGU CNN TQWPF Ŗ Instructional Objectives at the beginning of the chapter
improvement to the presentation of the material. Third, and highlight important concepts.
more importantly, the second edition makes the book Ŗ Summary at the end of the chapter to help student revise
complete by incorporating topics like RTGUVTGUUGF EQPETGVG key points.
DTKFIG FGEMU and applications of CTVKHKEKCN KPVGNNKIGPEGKPDTKFIG Ŗ Sixty-nine solved illustrative examples presenting step-
GPIKPGGTKPI. by-step calculations.
6JGOQUVFKUVKPIWKUJKPIHGCVWTGUQHVJGDQQMEQORTKUG Ŗ %JCRVGTGPF GZGTEKUGU VQ VGUV UVWFGPVŏU WPFGTUVCPFKPI QH
the concepts.
Ŗ &GVCKNGFFGUKIPFTCYKPIUQHDTKFIGU
Ŗ Forty Tests to enable students to gauge their preparedness
Ŗ %QXGTCIG QH DQVJ J[FTCWNKE CPF UVTWEVWTCN FGUKIP QH for actual exams.
bridges
This comprehensive text is suitable for undergraduate
Ŗ 0WOGTQWUUQNXGFGZCORNGUVQKNNWUVTCVGDQVJCPCN[UKUCPF
students of civil engineering and architecture. It can also be
design calculations useful to professional engineers.
Ŗ %QORWVGT RTQITCOU VQ KPKVKCVG UVWFGPVU KPVQ VJG HKGNF QH
CONTENTS: 2TGHCEG Acknowledgements. Objectives and
computer-aided projects in bridge design.
/GVJQFUQH#PCN[UKUCPF&GUKIP2TQRGTVKGUQH%QPETGVGCPF
CONTENTS: 2TGHCEG 5GEVKQP + *[FTCWNKE &GUKIPō 5VGGN 2JKNQUQRJKGU QH &GUKIP D[ .KOKV 5VCVG /GVJQF .KOKV
+PVTQFWEVKQP %CVEJOGPVU 4KXGT %JCPPGNU 3WGUVKQPU 5VCVG QH %QNNCRUG (NGZWTG
6JGQT[ CPF 2TQDNGOU  &QWDN[
2TQDNGOU #RRGPFKZ 4GHGTGPEGU 5GEVKQP ++ 5VTWEVWTCN 4GKPHQTEGF $GCOU 6JGQT[ CPF 2TQDNGOU (NCPIGF $GCOU
Design—Design Loads for Bridges. Masonry Arch Bridges. 6JGQT[ CPF 0WOGTKECN 2TQDNGOU .KOKV 5VCVG QH %QNNCRUG KP
2KRG %WNXGTVU 5NCD $TKFIGU $QZ %WNXGTVU $GCO CPF 5NCD 5JGCT 6JGQT[ CPF 0WOGTKECN 2TQDNGOU $QPF #PEJQTCIG
$TKFIGU 2NCVG )KTFGT $TKFIGU %QORQUKVG $TKFIGU 5WD Development Length and Torsion. Limit State of
UVTWEVWTGU $TKFIG (QWPFCVKQPU $GCTKPIU CPF 'ZRCPUKQP 5GTXKEGCDKNKV[ 4GKPHQTEGF %QPETGVG 5NCDU 5VCKTECUGU
,QKPVU 2TGUVTGUUGF %QPETGVG $TKFIG &GEMU #TVKHKEKCN %QORTGUUKQP /GODGTU (QWPFCVKQPU 6JGQT[ CPF &GUKIP
+PVGNNKIGPEG KP $TKFIG 'PIKPGGTKPI #RRGPFKZ 4GHGTGPEGU Yield Line Analysis for Slabs. Working Stress Method.
Index. 6GPUKQP /GODGTU 4GFKUVTKDWVKQP QH /QOGPVU 'CTVJSWCMG
4GUKUVCPV&GUKIPQH5VTWEVWTGU+PFGZ
Latest Print 2012 / 360 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3852-4 / C 325.00 Latest Print 2011 / 612 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3277-5 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 127 PHI Learning: Publications
ENGINEERING
Civil/Environmental (S647%674'5)

Design of Reinforced
Concrete Shells and
Folded Plates

P.C. VARGHESE, *QPQTCT[2TQHGUUQTCV#PPC7PKXGTUKV[ too would be of enormous help to practising engineers and
%JGPPCKYCUHQTOGTN[2TQHGUUQTCPF*GCF&GRCTVOGPVQH%KXKN architects besides the students.
'PIKPGGTKPI++6/CFTCUCPF70'5%1%JKGH6GEJPKECN CONTENTS: (QTGYQTF 2TGHCEG +PVTQFWEVKQP *KUVQTKECN
#FXKUQT7PKXGTUKV[QH/QTCVWYC%QNQODQ &GXGNQROGPV QH /QFGTP 5JGNN 4QQHU %QOOQP 6[RGU QH
5JGNN 4QQHU %NCUUKECN /GVJQF QH #PCN[UKU QH 4GKPHQTEGF
This comprehensive and well-organized text provides a
%QPETGVG 5JGNNU 5RJGTKECN &QOGU CPF %QPKECN 4QQHU
masterly exposition of the fundamentals of analysis and
Analysis of Circular Cylindrical Shells. Beam Theory for
design of reinforced concrete shells and folded plates,
.QPI%[NKPFTKECN5JGNNU5VCVKE%JGEMUQH4GUWNVUQH#PCN[UKU
commonly known as thin concrete roof structures. Divided
of Cylindrical Shells. Analysis of Circular Cylindrical Shells
into 20 chapters, the book presents practical designs of
with Edge Beams. Detailing of Steel in Cylindrical Shells.
different types of domes, cylindrical shells, paraboloids,
Design of Transverse Stiffeners of Cylindrical Shells.
conoids, and groined shells, as well as various types of
2CTCDQNQKF 5JGNNU
*[RGTDQNKE 2CTCDQNQKFU  2CTCDQNKE
folded plates. The text also incorporates tables from ASCE
Conoids. Groined Shells. Design and Construction of a
/CPWCN0Q
Groined Shell—#P 'ZCORNG (QNFGF 2NCVGUō2TGNKOKPCT[
The book explains the subject in such a way that it can be #PCN[UKU (QNFGF 2NCVGUō%QTTGEVKQP #PCN[UKUō5KORUQPŏU
easily understood even by students who have a basic /GVJQF'ZCORNGVQ+NNWUVTCVG%QORNGVG#PCN[UKUQH(QNFGF
knowledge of mathematics. Students will find the chapters 2NCVGU &GUKIP QH 4GKPHQTEGOGPVU KP (QNFGF 2NCVGU CPF
QP (QNFGF 2NCVGU RCTVKEWNCTN[ WUGHWN CU VJGUG UVTWEVWTGU CTG 5WRRQTVKPI &KCRJTCIOU $WEMNKPI QH 4% 4QQH 5JGNNU
easy to build. After studying the book, their analysis and &GUKIPQH2[TCOKF4QQHU#RRGPFKZō##5JQTV*KUVQT[QH
design can be done with greater ease. /CUQPT[ &QOGU $ (WPKEWNCT 5JGNNU % )GQOGVTKE %WTXGU
&6GPUKQP5VTWEVWTGU'6CDNGUHTQO#5%'/CPWCN0Q
This reader friendly book is intended as a text for the Bibliography. Index.
postgraduate students of Civil Engineering/Architecture. As
YKVJ CNN VJG DQQMU QH 2TQH 2%8CTIJGUG YJQ DTKPIU KP CNN Latest Print 2011 / 356 pp. / 17.8 × 23.5 cm
his years of experience and expertise into his work, this book ISBN-978-81-203-4111-1 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 128
ENGINEERING
Civil/Environmental (S647%674'5)

Earthquake Resistant
Design of Structures

PANKAJ AGARWAL, #UUKUVCPV2TQHGUUQTCVVJG&GRCTVOGPVQH $CUKE 'NGOGPVU QH 'CTVJSWCMG 4GUKUVCPV &GUKIP


'CTVJSWCMG'PIKPGGTKPI+PFKCP+PUVKVWVGQH6GEJPQNQI[4QQTMGG +FGPVKHKECVKQP QH 5GKUOKE &COCIGU KP 4% $WKNFKPIU FWTKPI
MANISH SHRIKHANDE, #UUKUVCPV 2TQHGUUQT CV VJG Bhuj Earthquake. Effect of Structural Irregularities on the
2GTHQTOCPEG QH 4% $WKNFKPIU FWTKPI 'CTVJSWCMGU
&GRCTVOGPV QH 'CTVJSWCMG 'PIKPGGTKPI +PFKCP +PUVKVWVG QH
5GKUOQTGUKUVCPV $WKNFKPI #TEJKVGEVWTG 2CTV +8 5GKUOKE
6GEJPQNQI[ 4QQTMGG
#PCN[UKU CPF /QFGNNKPI QH 4GKPHQTEGF %QPETGVG $WKNFKPIō
This comprehensive and well-organized book presents the %QFG $CUGF 2TQEGFWTG HQT &GVGTOKPCVKQP QH &GUKIP .CVGTCN
concepts and principles of earthquake resistant design Loads. %QPUKFGTCVKQPQH+PHKNN9CNNKP5GKUOKE#PCN[UKUQH4%
of structures in an easy-to-read style. The use of these Buildings. 5VGRD[5VGR 2TQEGFWTG HQT 5GKUOKE #PCN[UKU QHC
principles helps in the implementation of seismic design (QWTUVQTG[GF 4% $WKNFKPI CU RGT +5 
2CTV   
practice. The book adopts a step-by-step approach, starting /CVJGOCVKECN /QFGNNKPI QH /WNVKUVQTG[GF 4% $WKNFKPIU
from the fundamentals of structural dynamics to application 2CTV 8 'CTVJSWCMG 4GUKUVCPV &GUKIP
'4&  QH 4GKPHQTEGF
of seismic codes in analysis and design of structures. The Concrete Buildings—Ductility Considerations in Earth-
text also focusses on seismic evaluation and retrofitting of SWCMG 4GUKUVCPV &GUKIP QH 4% $WKNFKPIU 'CTVJSWCMG
reinforced concrete and masonry buildings. The text has 4GUKUVCPV &GUKIP QH C (QWTUVQTG[ 4% $WKNFKPI $CUGF QP
been enriched with a large number of diagrams and solved +5'CTVJSWCMG4GUKUVCPV&GUKIPQH5JGCT9CNNCU
problems to reinforce the understanding of the concepts. RGT +5   %CRCEKV[ $CUGF &GUKIPō#P #RRTQCEJ
HQT'CTVJSWCMG4GUKUVCPV&GUKIPQH5QHV5VQTG[4%$WKNFKPIU
Intended mainly as a text for undergraduate and postgrad- 2CTV 8+ 'CTVJSWCMG 4GUKUVCPV &GUKIP
'4&  QH /CUQPT[
uate students of civil engineering, this text would also be of $WKNFKPIUō+FGPVKHKECVKQP QH &COCIGU CPF 0QP&COCIGU KP
considerable benefit to practising engineers, architects, field /CUQPT[ $WKNFKPIU HTQO 2CUV +PFKCP 'CTVJSWCMGU 'NCUVKE
engineers and teachers in the field of earthquake resistant 2TQRGTVKGU QH 5VTWEVWTCN /CUQPT[ .CVGTCN .QCF #PCN[UKU QH
design of structures. Masonry Buildings. Seismic Analysis and Design of Two-
CONTENTS: 2TGHCEG %QPVTKDWVQTU 2CTV + 'CTVJSWCMG UVQTG[GF/CUQPT[ $WKNFKPIU 2CTV 8++ 5GKUOKE 'XCNWCVKQP
Ground Motions—Engineering Seismology. Seismic Zoning CPF 4GVTQHKVVKPI QH 4GKPHQTEGF %QPETGVG CPF /CUQPT[
Map of India. Strong Motion Studies in India. Strong Motion $WKNFKPIU 5GKUOKE 'XCNWCVKQP QH 4GKPHQTEGF %QPETGVG
Characteristics. 'XCNWCVKQP QH 5GKUOKE &GUKIP 2CTCOGVGTU $WKNFKPIU # 2TCEVKECN #RRTQCEJ 5GKUOKE 4GVTQHKVVKPI
2CTV ++ 5VTWEVWTCN &[PCOKEUō+PKVKCVKQP KPVQ 5VTWEVWTCN 5VTCVGIKGU QH 4GKPHQTEGF %QPETGVG $WKNFKPIU 5GKUOKE
Dynamics. &[PCOKEUQH5KPING&GITGGQH(TGGFQO5[UVGOU 4GVTQHKVVKPIQH4GKPHQTEGF%QPETGVG$WKNFKPIUō%CUG5VWFKGU
6JGQT[ QH 5GKUOKE 2KEMWRU 0WOGTKECN 'XCNWCVKQP QH 5GKUOKE 2TQXKUKQPU HQT +ORTQXKPI VJG 2GTHQTOCPEG QH 0QP
&[PCOKE 4GURQPUG 4GURQPUG 5RGEVTC &[PCOKEU QH /WNVK engineered Masonry Construction with Experimental
&GITGGQH(TGGFQO 5[UVGOU 2CTV +++ %QPEGRVU QH 8GTKHKECVKQPU4GVTQHKVVKPIQH/CUQPT[$WKNFKPIU+PFGZ
'CTVJSWCMG 4GUKUVCPV &GUKIP QH 4GKPHQTEGF %QPETGVG Latest Print 2012 / 660 pp. / 17.8 × 23.5 cm
$WKNFKPIō'CTVJSWCMG CPF 8KDTCVKQP 'HHGEV QP 5VTWEVWTGU ISBN-978-81-203-2892-1 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 129 PHI Learning: Publications


ENGINEERING
Civil/Environmental (S647%674'5)

Finite Element Foundation Design


Methods: Concepts in Practice
and Applications in
Geomechanics,
2nd ed.
DEBASIS DEB, 2TQHGUUQTKPVJG
&GRCTVOGPVQH/KPKPI'PIKPGGTKPI
CVVJG+PFKCP+PUVKVWVGQH
6GEJPQNQI[-JCTCIRWT
Computational geomechanics is an emerging field in the KARUNA MOY GHOSH, HQTOGTN[%JKGH5VTWEVWTCN'PIKPGGT
disciplines of Mining, Civil and Geotechnical Engineering. KP-CKUGT'PIKPGGTU+PE
4GEGPV CFXCPEGOGPVU KP HKPKVG GNGOGPV OGVJQFU
('/U
have made it possible to solve a variety of complex The behaviour of foundation is closely interlinked with the
problems related to geomechanics. This thoroughly revised behaviour of soil supporting it. This book develops a clear
second edition enhances the knowledge of the finite element understanding of the soil parameters, bearing capacity,
methods in design and analysis of structures and settlement and deformation, and describes the practical
excavations made in rock mass. A fine blend of finite methods of designing structural foundations.
element methodology and principles of rock mechanics, the
text emphasizes the basics of stress–strain analysis, The book analyses the various types of foundations, namely
anisotropic material behaviour, isoparametric finite element isolated footing, strip foundation and raft foundation, and
method, rock mass yielding/failure behaviour and its their structural design. It discusses piled foundation, the
HQTOWNCVKQP KP ('/ RTQEGFWTG TQEM LQKPV DGJCXKQWT CU types and behaviour of piles in various soils (cohesive and
equivalent material and discrete system. Analytical and cohesionless), and their bearing capacity. The book also
numerical formulations of interaction between rock bolts includes the analysis, design and construction of diaphragm
and rock mass are introduced emphasizing parameters wall foundation used in highway and railway tunnels,
which affect bolt performance. multi-storey basement and underground metro stations. In
Besides senior undergraduate and postgraduate students of addition, it includes the analysis and design of sheet piling
Mining, Civil and Geotechnical Engineering, the book foundation, retaining wall and bridge pier foundation.
would also be useful to practising engineers and researchers
KEY FEATURES
who wish to acquaint themselves with the state-of-the-art
techniques of finite element methods. Ŗ &GOQPUVTCVGUDQVJ$5EQFGUQHRTCEVKEGCPF'WTQEQFGUVQ
analyse soil and structural design of foundations and
NEW TO THIS EDITION compares the results
Ŗ 2TQXKFGU CP KPFGRVJ CPCN[UKU QH UVTGPIVJ CPF
deformability of jointed rock mass. Ŗ +PENWFGUCPWODGTQHGZCORNGUQPHQWPFCVKQPU
Ŗ &KUEWUUGU VJG CRRNKECVKQP QH CKT[ UVTGUU HWPEVKQP HQT Ŗ 2TQXKFGU UVTWEVWTCN FGUKIP ECNEWNCVKQPU YKVJ UVGRD[UVGR
solving problems in solid mechanics. procedures
Ŗ #FFUCPGYEJCRVGTQP#PCN[UKUQH4QEM$QNVU
Ŗ %QPVCKPUVYQPGYCRRGPFKEGUō)CWUU3WCFTCVWTG4WNGCPF Ŗ )KXGUUWHHKEKGPVPWODGTUQHTGNGXCPVUMGVEJGUHKIWTGUCPF
%NQUGF(QTO+PVGITCVKQPKP0CVWTCN%QQTFKPCVGU tables to reinforce the concepts
Ŗ +PENWFGUUGXGTCNPGYYQTMGFQWVGZCORNGUCPFGZGTEKUGU This book is suitable for the senior undergraduate students
Ŗ +PVGTCEVKQPDGVYGGPTQEMDQNVCPFTQEMOCUUKUCPCN[\GF of civil engineering and postgraduate students specializing
Ŗ 'NCDQTCVGUHQTOWNCVKQPU in geotechnical engineering. Besides, practising engineers
CONTENTS: 2TGHCEG #PCN[UKU QH 5VTGUUGU CPF 5VTCKPU will also find this book useful.
5VTGUUŌ5VTCKP 4GNCVKQPUJKR +PVTQFWEVKQP QH (KPKVG 'NGOGPV
CONTENTS: 2TGHCEG 2TKPEKRNGU CPF 2TCEVKEG )GQVGEJPKEU
/GVJQF KP 'NCUVKEKV[ +UQRCTCOGVTKE 6TKCPIWNCT 'NGOGPVU
3WCFTKNCVGTCN (KPKVG 'NGOGPVU #ZKU[OOGVTKE CPF 6JTGG +UQNCVGF (QQVKPI (QWPFCVKQPU %QODKPGF 5RTGCF (QQVKPI
FKOGPUKQPCN (KPKVG 'NGOGPV /GVJQF 4QEM CPF 4QEM /CUU (QWPFCVKQPU 5VTKR (QQVKPI (QWPFCVKQPU /CV QT 4CHV
(CKNWTG %TKVGTKC 'NCUVKEŌ2NCUVKE (KPKVG 'NGOGPV #PCN[UKU (QWPFCVKQP2KNGF(QWPFCVKQP&KCRJTCIO9CNN(QWPFCVKQP
5VTGPIVJ CPF &GHQTOCDKNKV[ QH ,QKPVGF 4QEM /CUU (KPKVG 5JGGV 2KNKPI (QWPFCVKQP 4GVCKPKPI 9CNNU .CVGTCN
'NGOGPV2TQEGFWTGUHQT#PCN[UKUQH4QEM,QKPVU#PCN[UKUQH 5WRRQTVU KP 1RGP %WVU $TKFIG 2KGT CPF (QWPFCVKQP
4QEM $QNVU #RRGPFKEGUō# )CNGTMKP (KPKVG 'NGOGPV 7PFGTRKPPKPI%CKUUQP(QWPFCVKQP#PPGZ&
+PHQTOCVKXG 
/GVJQF $ 5M[NKPG 5VQTCIG QH 5VKHHPGUU /CVTKZ % )CWUU Index.
3WCFTCVWTG 4WNG & %NQUGF (QTO +PVGITCVKQP KP 0CVWTCN
%QQTFKPCVGU4GHGTGPEGU+PFGZ Latest Print 2012 / 340 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3588-2 / C 295.00
Latest Print 2012 / 376 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4295-8 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 130
ENGINEERING
Civil/Environmental (S748';+0))

Fundamentals of Surveying
Surveying, 2nd ed.

S.K. ROY, JCU VCWIJV HQT OQTG VJCP  [GCTU CV ,CNRCKIWTK MADAN MOHAN DAS, HQTOGTN[ 2TQHGUUQT %KXKN
)QXGTPOGPV 'PIKPGGTKPI%QNNGIGCPF$GPICN'PIKPGGTKPICPF 'PIKPGGTKPI&GRCTVOGPV#UUCO'PIKPGGTKPI%QNNGIG)WYCJCVK
5EKGPEG 7PKXGTUKV[ #P 'OGTKVWU (GNNQYQH #+%6' &KTGEVQT QH 6GEJPKECN' FWECVKQP
)QXGTPOGPVQH#UUCO
2TKOCTKN[ CKOGF VQ DG CP KPVTQFWEVQT[ VGZV HQT VJG HKTUV BHARGAB MOHAN DAS, %JKGH $WUKPGUU&GXGNQROGPV
course in surveying for civil, architecture and mining 1HHKEGT 'ZGEWVKXG2TQLGEV%QQTFKPCVQTCPF%JCKTRGTUQPQH)TGGP
engineering students, this book, now in its second edition, is $WKNFKPI &KXKUKQP4KVVC%Q.VF6JCKNCPF
also suitable for various professional courses in surveying. MIMI DAS SAIKIA, 2TQHGUUQT%KXKN'PIKPGGTKPI&GRCTVOGPV
#UUCO&QYP6QYP7PKXGTUKV[)WYCJCVK
Written in a simple and lucid language, this book at the
outset, presents a thorough introduction to the subject. Intended as a textbook for the undergraduate students
Different measurement errors with their types and nature of civil engineering, this comprehensive book depicts all
elements of surveying including its types, tools and the most
are described along with measurement of horizontal
recent techniques, to overcome the barriers in construction.
distances and electronic distances measurements. This text The book details on the elementary methods of measure-
covers in detail the topics in levelling, angles and directions ments like tapes and chains to the most advanced ones like
and compass survey. The functions and uses of different remote sensing and photogrammetry.
instruments, such as theodolites, tacheometers and stadia The book discusses types of surveying, advanced techniques
rods are also covered in the text. Besides, the book evolved and the methodologies adopted to conduct surveys,
elaborates different fields of surveying, such as plane table in logical sequence. It systematically elucidates the concepts
surveying, topographical surveying, construction surveying of land surveying, hydrographic surveying, compass
CPF WPFGTITQWPF UWTXG[U (KPCNN[ VJG DQQM KPENWFGU C surveying and so on, deriving the formulas through simple
chapter on computer applications in surveying. geometry, trigonometry and differential calculus. Besides, it
educates the learner to handle measuring instruments, and
KEY FEATURES teaches the ways to take the measurements accurately,
Ŗ +PENWFGUCDQWVHKIWTGUVQGZRNCKPVJGHWPFCOGPVCNUQH in steps.
surveying. KEY FEATURES
Ŗ 7UGU5+WPKVUVJTQWIJQWVVJGDQQM Ŗ %QPVCKPUHKIWTGUCPFVCDNGUVQKNNWUVTCVGVJGEQPEGRVU
Ŗ 1HHGTUOQTGVJCPHWNN[UQNXGFGZCORNGUKPENWFKPIVJG Ŗ +PEQTRQTCVGU RTQDNGOU CPF QDLGEVKXG SWGUVKQPU VQ VGUV
questions generated from premier universities. students’ comprehension of the subject
Ŗ 2TQXKFGUCNCTIGPWODGTQHRTQDNGOUCPFCPUYGTUCVVJG Ŗ 2TQXKFGU5QNXGF'ZCORNGUVQKORCTVRTCEVKECNMPQYNGFIG
end of each chapter. to the students
Ŗ +PENWFGUVJGOQUVTGEGPVUWTXG[KPIVQRKEUNKMG'&/6QVCN
Ŗ +PEQTRQTCVGU QDLGEVKXG SWGUVKQPU HTQO #/+' GZCOU CPF
UVCVKQPU)+5)25CPF&6/
Indian Engineering Services exams.
The book is also useful for the students of architecture,
CONTENTS:2TGHCEG+PVTQFWEVKQP'TTQTUKP/GCUWTGOGPV mining, geology and environmental engineering as well.
/GCUWTGOGPV QH *QTK\QPVCN &KUVCPEGU 'NGEVTQPKE &KUVCPEG CONTENTS: 2TGHCEG +PVTQFWEVKQP QH 5WTXG[KPI
/GCUWTGOGPVU .GXGNNKPI + .GXGNNKPI ++ 2GTOCPGPV Measurements and Errors. Chain Surveying. Compass
Adjustments of Levels. Angles and Directions. Compass 5WTXG[ .GXGNNKPI %QPVQWTKPI 2NCPG 6CDNG 5WTXG[KPI
Survey. Theodolites. Traverse Survey and Computations. Theodolite. Traverse Surveying. Computation of Areas.
Curves. Vertical Curves. Areas and Volumes. Tacheometry. Computation of Volume. Simple Curve. Compound Curves.
2NCPG 6CDNG 5WTXG[KPI 6QRQITCRJKECN 5WTXG[KPI 4GXGTUG %WTXG 6TCPUKVKQP %WTXG 8GTVKECN %WTXG
%QPUVTWEVKQP 5WTXG[KPI 7PFGTITQWPF 5WTXG[U %QORWVGT 6CEJGQOGVTKE 5WTXG[KPI 5GVVKPI 1WV 9QTMU *[FTQITCRJKE
5WTXG[KPI +PVTQFWEVKQP VQ 2JQVQITCOOGVTKE 5WTXG[KPI
2TQITCOUKP5WTXG[KPI#RRGPFKEGU$KDNKQITCRJ[#PUYGTU Electronic Distance Measurement (EDM). Introduction to
VQ2TQDNGOU+PFGZ 6TKCPIWNCVKQP 6TKNCVGTCVKQP /CR 2TQLGEVKQP 4GOQVG
Latest Print 2012 / 624 pp. / 17.8 × 23.5 cm 5GPUKPI#P+PVTQFWEVKQP+PFGZ
ISBN-978-81-203-4198-2 / C 375.00 Latest Print 2011 / 488 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3985-9 / C 350.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 131 PHI Learning: Publications
ENGINEERING
Civil/Environmental (T4#052146#6+10 E0)+0''4+0)) Civil/Environmental (W#6'4 4'5174%'5 E0)+0''4+0))

Principles of Ground Water


Transportation Hydrology
Engineering

PARTHA CHAKROBORTY and ANIMESH DAS DQVJ V.C. AGARWAL, 2TQHGUUQT CPF *GCF&GRCTVOGPVQH%KXKN
YKVJ &GRCTVOGPV QH %KXKN 'PIKPGGTKPI +PFKCP +PUVKVWVG QH 'PIKPGGTKPI 5JGRJGTF5EJQQNQH'PIKPGGTKPICPF6GEJPQNQI[
6GEJPQNQI[-CPRWT 5*+#65 0CKPK#NNCJCDCF

This book offers a comprehensive and lucid introduction to This book presents a comprehensive discussion of basics of
the basic principles and modern techniques of transportation groundwater hydrology, its hydrologic and engineering
which is fast evolving as an engineering discipline. It also aspects, and the mechanics involved in the study of flow of
offers ubiquitous traditional methods that support groundwater. The matter is presented in a logical sequence,
transportation infrastructure. placing emphasis on the application of theory and on the
practical aspects of groundwater hydrology.
Designed as a textbook, in Indian context, for the under-
graduate and graduate courses in civil engineering, the book The book introduces the geological formations of aquifers,
also fills the void of references available on the subject. discusses soil physics, describes the solutions of differential
equations for confined and unconfined aquifers, elucidates
Lavish pedagogic features such as illustrative examples, groundwater flow equations and explains the phenomenon
exercise problems and ample visuals from the real world of interference of wells.
provide a vivid description of the concepts and help develop
The book also deals with tube wells and open wells, their
problem-solving skills among the readers.
design criteria, construction and work, revitalization and
CONTENTS:  2TGHCEG +PVTQFWEVKQP 2CTV + 6TCHHKE spacing, as well as their potential for irrigation. The issues of
'PIKPGGTKPIō8GJKENG CPF &TKXGT %JCTCEVGTKUVKEU *KIJYC[ groundwater prospecting, analog models to study the
)GQOGVTKE &GUKIP 6TCHHKE (NQY &GUKIP QH 6TCHHKE (CEKNKVKGU response of aquifers to simulated field conditions, the
2CTV ++ 2WDNKE 6TCPURQTVCVKQPō4QWVKPI CPF 5EJGFWNKPI current issues of concern pertaining to quality parameters of
QH 6TCPUKV 5[UVGOU %CRCEKV[ QH 6TCPUKUV 5[UVGOU 2CTV +++ groundwater, and applications of remote sensing for survey
6TCPURQTVCVKQP 2NCPPKPIō6TCPURQTVCVKQP 2NCPPKPI and geological explorations for groundwater, are all
2TQEGUU 6TCHHKE &GOCPF (QTGECUVKPI 2CTV +8 2CXGOGPV addressed in the latter part of the book.
'PIKPGGTKPIō2CXGOGPV /CVGTKCNU CPF %JCTCEVGTK\CVKQP
The book is intended for the senior undergraduate students
2CXGOGPV #PCN[UKU 2CXGOGPV &GUKIP *KIJYC[
of civil engineering and postgraduate students (who
%QPUVTWEVKQP *KIJYC[ /CKPVGPCPEG 2CTV 8 6TCPU
URGEKCNK\G KP 9CVGT 4GUQWTEGU 'PIKPGGTKPI  QH EKXKN
RQTVCVKQP 'EQPQOKEUō*KIJYC[ 'EQPQOKEU CPF (KPCPEG
engineering. Besides it will be useful to the students
2CTV8+#FXCPEGF6QRKEUō#PPGZWTGU+PFGZ pursuing courses in agricultural engineering.
Latest Print 2012 / 572 pp. / 17.8 × 23.5 cm
KEY FEATURES
ISBN-978-81-203-2084-0 / C 350.00
Ŗ +PENWFGU PWOGTQWU QDLGEVKXGV[RG SWGUVKQPU
YKVJ
answers) at the end of each chapter
Ŗ %QPVCKPUYQTMGFQWVPWOGTKECNRTQDNGOU
Ŗ 2TQXKFGU EJCRVGTGPF SWGUVKQPU CPF WPUQNXGF PWOGTKECN
problems with answers for practice by students
CONTENTS: 2TGHCEG )TQWPFYCVGT #P 1XGTXKGY
Continuity Equations. Solutions of One-dimensional
&KHHGTGPVKCN 'SWCVKQPU HQT %QPHKPGF CPF 7PEQPHKPGF
#SWKHGTU )TQWPFYCVGT (NQY 'SWCVKQPU +PVGTHGTGPEG QH
Wells. Tube Well. Well Irrigation. Groundwater Geophysics.
#PCNQI/QFGNU9CVGT3WCNKV[4GOQVG5GPUKPI Index.
Latest Print 2012 / 372 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4619-2 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 132
ENGINEERING
Civil/Environmental (WATER RESOURCES ENGINEERING) Core Engineering

Watershed Basic Electronic


Management Devices and Circuits

MADAN MOHAN DAS, formerly Professor, Civil MAHESH B. PATIL worked at the Central Research Lab,
Engineering Department, Assam Engineering College, Guwahati. Hitachi (1993) and at IIT Kanpur (1994–1999), prior to joining
An Emeritus Fellow of AICTE, Director of Technical Education, IIT Bombay in 1999 where he is currently a Professor.
Government of Assam.
MIMI DAS SAIKIA, Professor, Civil Engineering Department, This book provides detailed fundamental treatment of the
Assam Down Town University, Guwahati. underlying physics and operational characteristics of most
commonly used semiconductor devices, covering diodes
Watershed management has evolved and passed through and bipolar transistors, optoelectronic devices, junction
several developmental stages. Realising the importance of field-effect transistors, and MOS transistors. In addition,
watershed management, great efforts have been made by the basic circuits utilising diodes, bipolar transistors, and field-
government in preparing implementation strategies and the effect transistors are described, and examples are presented
technical institutions have also introduced the subject in which give a good idea of typical performance parameters
their curriculum at senior undergraduate and postgraduate and the associated waveforms.
levels of civil and agricultural engineering. Since this is a A brief history of semiconductor devices is included so that
multidisciplinary subject, it finds place in environmental the student develops an appreciation of the major
science and forestry curriculum as well. The book, technological strides that have made today’s IC technology
comprising of 16 chapters, provides comprehensive possible. Important concepts are brought out in a simple and
coverage of the subject. Covering the concepts and lucid manner rather than simply stating them as facts.
principles of watershed management, the book discusses Numerical examples are included to illustrate the concepts
watershed characteristics, causes of watershed deterioration, and also to make the student aware of the typical
soil erosion and soil–water relationship, management of magnitudes of physical quantities encountered in practical
natural drainages in watershed, wasteland, landslide and electronic circuits. Wherever possible, simulation results are
land drainage management, arable and non-arable land, included in order to present a realistic picture of device
design flow and design storm and effect of watershed on the operation. Fundamental concepts like biasing, small-signal
community. Chapters on flood routing through channels models, amplifier operation, and logic circuits are explained.
and reservoirs in watershed and flood damage mitigation Review questions and problems are included at the end of
management in watershed add further value to the book. each chapter to help students test their understanding.
CONTENTS: Preface. Concept of Watershed Management. The book is designed for a first course on semiconductor
Principles of Watershed Management. Participatory Rural devices and basic electronic circuits for the undergraduate
Appraisal in Watershed Programme. Soil Erosion and Soil students of electrical and electronics engineering as well as
Water Relationship. Management of Natural Drainages in for the students of related branches such as electronics and
Watershed. Wasteland, Landslide and Land Drainage communication, electronics and instrumentation, computer
Management. Hydrologic components of watershed. science and engineering, and information technology.
Management of Arable Land. Management of Non-Arable
Land. Production Systems in Arable and Non-Arable Land. CONTENTS: Preface. A Sense of Scale. Carrier Statistics and
Estimation of Design flood and Design storm in Watershed. Transport. pn Junction Diodes: I–V Curve. pn Junction
Flood Routing in Watershed through Channels and Diodes: AC and Transient Conditions. Optoelectronic pn
Reservoirs. Flood Damage Mitigation Management in Junction Diodes. Diode Circuits. Bipolar Junction
Watershed. Water Harvesting, Recycling and Reuse in Transistors. BJT Amplifiers. Junction Field-Effect Transistors.
Watershed. Watershed Modelling. Monitoring, Evaluation, MOS Transistors. Appendices—A: pn Junction: Band
Research & Post Project Management of Watershed. Index. Diagram Including Contacts. B: Small-signal Diode Model
under Forward Bias. C: BJT h Parameters. References.
Latest Print 2013 / 312 pp. / 17.8 × 23.5 cm Suggested Reading. Index.
ISBN-978-81-203-4676-5 / ` 295.00
Latest Print 2013 / 384 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4729-8 / ` 325.00
PRENTICE-HALL OF INDIA: Publications 133 PHI Learning: Publications
ENGINEERING
Core Engineering

Basic Electronics: Differential Equations


Devices, Circuits and and Their
IT Fundamentals Applications,
2nd ed.

SANTIRAM KAL, 2TQHGUUQT &GRCTVOGPVQH'NGEVTQPKEUCPF ZAFAR AHSAN, 4GCFGT &GRCTVOGPVQH/CVJGOCVKEU#NKICTJ


'NGEVTKECN %QOOWPKECVKQP'PIKPGGTKPI+PFKCP+PUVKVWVGQH /WUNKO7PKXGTUKV[#NKICTJ
7VVCT 2TCFGUJ 
6GEJPQNQI[-JCTCIRWT
2TKOCTKN[ KPVGPFGF HQT VJG WPFGTITCFWCVG UVWFGPVU KP
This comprehensive and well-organized text discusses the /CVJGOCVKEU 2J[UKEU CPF 'PIKPGGTKPI VJKU VGZV IKXGU KP
fundamentals of electronic communication, such as devices depth coverage of differential equations and the methods of
and analog and digital circuits, which are so essential for an solving them.
WPFGTUVCPFKPIQHFKIKVCNGNGEVTQPKEU2TQHGUUQT5CPVKTCO-CN The book begins with the basic definitions, the physical and
compresses, within the covers of a single volume, all geometric origins of differential equations, and the methods
the aspects of electronics—both analog and digital— for solving first-order differential equations. Then it goes on
encompassing devices such as microprocessors, micro- to give the applications of these equations to such areas as
controllers, fibre optics, and photonics. In so doing, he has biology, medical sciences, electrical engineering and
struck a fine balance between analog and digital electronics. economics. The text also discusses, systematically and
A distinguishing feature of the book is that it gives case logically, higher-order differential equations and their
studies in modern applications of electronics, including applications to telecommunications, civil engineering,
information technology, that is, DBMS, multimedia, cardiology and detection of diabetes, as also the methods of
computer networks, Internet, and optical communication. solving simultaneous differential equations and their
Worked-out examples, interspersed throughout the text, and applications.
the large number of diagrams should enable the student to This book fusion of theory and application is useful for
have a better grasp of the subject. Besides, exercises, given at postgraduate students.
the end of each chapter, will sharpen the student’s mind in
NEW TO THE SECOND EDITION
self-study. These student-friendly features are intended to
enhance the value of the text and make it both useful and Ŗ # UGEVKQP
5GEVKQP   5GTKGU 5QNWVKQP QH C &KHHGTGPVKCN
interesting. 'SWCVKQP(TQDGPKWU/GVJQF
Ŗ # EJCRVGT
%JCRVGT   %CNEWNWU QH 8CTKCVKQPU CPF +VU
CONTENTS 2TGHCEG #EMPQYNGFIGOGPVU #P +PVTQFWE Applications.
VKQP VQ 'NGEVTQPKEU 5GOKEQPFWEVQTU /CVGTKCNU CPF ,WPEVKQP
&KQFGU ,WPEVKQP &KQFGU CPF 6JGKT #RRNKECVKQPU $,6U CPF CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP $CUKE
('6U 6TCPUKUVQT $KCUKPI CPF 5OCNN 5KIPCN #ORNKHKGTU %QPEGRVU &KHHGTGPVKCN 'SWCVKQPU QH (KTUV 1TFGT CPF (KTUV
(GGFDCEM #ORNKHKGTU CPF 1UEKNNCVQTU 1RGTCVKQPCN #ORNK &GITGG 'SWCVKQPU QH VJG (KTUV 1TFGT DWV PQV QH VJG (KTUV
fiers. Digital Logic and Combinational Circuits. Sequential &GITGG #RRNKECVKQPU QH (KTUVQTFGT &KHHGTGPVKCN 'SWCVKQPU
Logic Circuits. Analog-to-Digital and Digital-to-Analog *KIJGTQTFGT .KPGCT &KHHGTGPVKCN 'SWCVKQPU #RRNKECVKQPU
Conversion. Data Acquisition Systems. Memory Systems. QH *KIJGTQTFGT &KHHGTGPVKCN 'SWCVKQPU 5[UVGOU QH .KPGCT
Microcomputers and Microprocessors. Communication Differential Equations and Their Applications. Laplace
5[UVGOU (KDTG 1RVKEU CPF VJG +PHQTOCVKQP #IG (WPFC Transforms and Their Applications to Differential Equations.
mentals of Information Technology. Bibliography. Select 2CTVKCN &KHHGTGPVKCN 'SWCVKQPU CPF 6JGKT #RRNKECVKQPU
#PUYGTU VQ 1DLGEVKXGV[RG 3WGUVKQPU CPF 0WOGTKECN Calculus of Variations and Its Applications. Bibliography.
2TQDNGOU+PFGZ Answers to Exercises. Index.
Latest Print 2012 / 584 pp. / 17.8 × 23.5 cm Latest Print 2012 / 528 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-1952-3 / C 325.00 ISBN-978-81-203-2523-4 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 134
ENGINEERING
Core Engineering

Elements of Elements of
Environmental Mechanical Elements of
Science and Engineering Mechanical
Engineering, Engineering
2nd ed.
V.K. MANGLIK

P. MEENAKSHI, &GRCTVOGPVQH%KXKN'PIKPGGTKPI%QKODCVQTG V.K. MANGLIK, 2TQHGUUQT CPF*GCFQHVJG&GRCTVOGPVQH


+PUVKVWVGQH6GEJPQNQI[%QKODCVQTG6COKN0CFW #WVQOQDKNG 'PIKPGGTKPI+PFWU+PUVKVWVGQH6GEJPQNQI[CPF
'PIKPGGTKPI#JOGFCDCF
Designed as a text for all undergraduate students of
engineering for their core course in Environmental Science This book provides a comprehensive and wide-ranging
introduction to the fundamental principles of mechanical
and Engineering and for elective courses in environmental
engineering in a distinct and clear manner. The book is
health engineering and pollution and control engineering for intended for a core introductory course in the area of
students of civil engineering, this comprehensive text foundations and applications of mechanical engineering,
provides an in-depth analysis of the fundamental concepts. prescribed for the first-year students of all disciplines of
It also introduces the reader to different niche areas of engineering.
environmental science and engineering. The book develops an intuitive understanding of the basic
The book covers a wide array of topics, such as natural principles of thermodynamics as well as of the principles
resources, disaster management, biodiversity, and various IQXGTPKPI VJG EQPXGTUKQP QH JGCV KPVQ GPGTI[ 0WOGTQWU
illustrative examples are provided to fortify these concepts
forms of pollution, viz. water pollution, air pollution, soil throughout. The book gives the students a feel for how
pollution, noise pollution, thermal pollution, and marine thermodynamics is applied in engineering practice in the
pollution, as well as environmental impact assessment and areas of heat engines, steam boilers, internal combustion
environmental protection. engines, refrigeration and air conditioning, and to devices
such as turbines, pumps and compressors.
KEY FEATURES
Ŗ )KXGU KPFGRVJ [GV NWEKF CPCN[UKU QH VQRKEU OCMKPI VJG The book also provides a basic understanding of mechanical
design, illustrating the principles through a discussion of
book user-friendly. devices designed for the transmission of motion and power
Ŗ %QXGTUKORQTVCPVVQRKEUYJKEJCTGCFGSWCVGN[UWRRQTVGF such as couplings, clutches and brakes.
by illustrative diagrams.
0Q DQQM QP DCUKE OGEJCPKECN GPIKPGGTKPI KU EQORNGVG
Ŗ 2TQXKFGUcase studies to explore real-life problems. without an intro-duction to materials science. The text
Ŗ 5WRRNKGU TGXKGY SWGUVKQPU CV VJG GPF QH GCEJ EJCRVGT VQ covers the treatment of the common engineering materials,
drill the students in self-study. highlighting their properties and applications.
CONTENTS: 2TGHCEG 'PXKTQPOGPVCN 'FWECVKQPō2TGUGPV (KPCNN[VJGTQNGQHNWDTKECVKQPCPFNWDTKECPVUKPTGFWEKPIVJG
5EGPCTKQ 5EKGPEG QH VJG 'PXKTQPOGPV 0CVWTCN 4GUQWTEGU wear and tear of parts in mechanical systems, is lucidly
Disaster Management. Engineering Interventions. explained in the concluding chapter.
'EQU[UVGOU $KQFKXGTUKV[ 9CVGT 2QNNWVKQP #KT 2QNNWVKQP The text features several fully worked-out examples, a fairly
5QKN 2QNNWVKQP 0QKUG 2QNNWVKQP 6JGTOCN 2QNNWVKQP /CTKPG large number of numerical problems with answers, end-of-
2QNNWVKQP 5QNKF 9CUVGU *C\CTFQWU 9CUVGU 'PGTI[ chapter review questions and multiple choice questions,
Environmental Threats. Environmental Impact Assessment. which all enhance the value of the text to the students.
Social Issues and the Environment. Environmental Besides the students studying for an engineering degree, this
2TQVGEVKQP +PFGZ book is also suitable for study by the students of AMIE and
the students of diploma level courses.
Latest Print 2012 / 348 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4523-2 / C 250.00 CONTENTS: 2TGHCEG +PVTQFWEVKQP (WGNU CPF %QODWUVKQP
2TQRGTVKGU QH )CUGU 2TQRGTVKGU QH 5VGCO *GCV 'PIKPGU
Steam Boilers. Internal Combustion Engines. Speed Control.
2WORU #KT %QORTGUUQT 4GHTKIGTCVKQP CPF #KT
Conditioning. Coupling, Clutches and Brakes. Transmission
QH /QVKQP CPF 2QYGT +ORQTVCPV 'PIKPGGTKPI /CVGTKCNU
Lubrication and Lubricants. Index.
Latest Print 2013 / 576 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4629-1 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 135 PHI Learning: Publications


ENGINEERING
Core Engineering

Engineering Engineering
Mathematics, Mathematics,
Vol. 1, Vol. 2,
4th ed. 4th ed.

S.S. SASTRY, HQTOGTN[ 5EKGPVKUV'PIKPGGT5(KPVJG#RRNKGF S.S. SASTRY, HQTOGTN[ 5EKGPVKUV'PIKPGGT 5( KP VJG #RRNKGF
/CVJGOCVKEU &KXKUKQP QH 8KMTCO 5CTCDJCK 5RCEG %GPVTG /CVJGOCVKEU &KXKUKQP QH 8KMTCO 5CTCDJCK 5RCEG %GPVTG
6TKXCPFTWO -GTCNC 6TKXCPFTWO -GTCNC

6JG (QWTVJ 'FKVKQP QH VJKU YGNNTGEGKXGF DQQM EQPVKPWGU VQ 6JG (QWTVJ 'FKVKQP QH VJKU CEEGUUKDNG CPF UVWFGPVHTKGPFN[
serve as a basic text for beginning students of engineering of book continues to serve as a basic text for engineering
all branches. The new edition is largely revised and students as part of their course in engineering mathematics.
rewritten keeping in mind the recent changes in the The new edition has substantial revisions and modifications,
Engineering Mathematics curriculum. in light of the recent changes in the mathematics syllabi of
engineering colleges/institutes.
What distinguishes the new edition is the addition of many
new examples and exercises drawn from the AMIE and IIT- Volume 2 focuses on differential equations of the second
,''RCRGTU order, Laplace transforms, and inverse Laplace transforms
and their applications to differential equations. It provides
The book begins with a detailed discussion on higher an in-depth analysis of functions of several variables and
algebra, geometry, vectors and complex numbers. The text presents, in an easy-to-understand style, double, triple and
then goes on to give an indepth analysis of geometry, improper integrals. The book also covers in detail vector
vectors and complex numbers; applications of differential analysis and the functions of a complex variable and has a
calculus; integration; and ordinary differential equations of fairly detailed discussion on advanced numerical methods.
the first order. The book concludes with a thorough
treatment of numerical methods — a significant area of NEW TO THIS EDITION
engineering mathematics. Ŗ 6YQ PGY EJCRVGTU
%JCRVGTU  CPF   QP (WPEVKQPU QH
Several Variables and Multiple Integrals.
WHAT’S NEW TO THIS EDITION
Ŗ 6JTGG PGY UGEVKQPU QP 'NCUVKE %WTXGU 'NGEVTKE %KTEWKVU
Ŗ # PGY %JCRVGT
%JCRVGT   QP 1TFKPCT[ FKHHGTGPVKCN
and Matrix Methods for Systems of Linear Differential
GSWCVKQPUQHVJG(KTUV1TFGT
Equations (Chapter 1)
Ŗ 6YQ UGEVKQPU QP &KCIQPCNK\CVKQP D[ 1TVJQIQPCN
Ŗ 0GY UGEVKQPU QP ,CEQDKCPU
%JCRVGT   CPF )TGGPŏU
6TCPUHQTOCVKQPCPF3WCFTCVKE(QTOU
%JCRVGT 
6JGQTGOKPC2NCPG
%JCRVGT
Ŗ 5GEVKQPU QP #PCN[VKECN )GQOGVT[ QH 6JTGG &KOGPUKQPU
(Chapter 2). Ŗ #PUYGTU VQ OQTG GZGTEKUGU IKXGP CV VJG GPF QH GCEJ
chapter.
Ŗ 5GEVKQPQP0WOGTKECN/GVJQFUHQT(KTUV1TFGT&KHHGTGPVKCN
Equations (Chapter 5). Ŗ 5GXGTCNPGYKNNWUVTCVKXGGZCORNGUCPFGZGTEKUGU
Ŗ 2TQXKFGU#PUYGTUVQOQTGGZGTEKUGYJKEJCTGPQYIKXGP With these additions, including the many pedagogic
at the end of each chapter. features—both existing and new ones—the text should
With these additions and revisions, the book should appeal prove to be highly useful to students of engineering and
not only to students of engineering but also to practicing should also benefit practising engineers and scientists.
engineers and scientists. CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP *KIJGT Differential Equations of the Second Order. Laplace
#NIGDTC )GQOGVT[ 8GEVQTU CPF %QORNGZ 0WODGTU 6TCPUHQTOU (WPEVKQPU QH 5GXGTCN 8CTKCDNGU /WNVKRNG
Applications of Differential Calculus. Integration. Ordinary +PVGITCNU8GEVQT#PCN[UKU(WPEVKQPUQHC%QORNGZ8CTKCDNG
&KHHGTGPVKCN 'SWCVKQPU QH VJG (KTUV 1TFGT 0WOGTKECN #FXCPEGF0WOGTKECN/GVJQFU$KDNKQITCRJ[+PFGZ
Methods. Bibliography. Index. Latest Print 2012 / 624 pp. / 16.0 × 24.1 cm
Latest Print 2012 / 580 pp. / 16.0 × 24.1 cm ISBN-978-81-203-3617-9 / C 295.00
ISBN-978-81-203-3616-2 / C 295.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 136
ENGINEERING
Core Engineering

Engineering Engineering
Mechanics Mechanics: Statics
and Dynamics
P.N. CHANDRAMOULI,
2TQHGUUQTQH%KXKN'PIKPGGTKPICVVJG
0CVKQPCN +PUVKVWVGQH'PIKPGGTKPI
/[UQTG

Designed to serve as a textbook for the first-year B.E./ C. LAKSHMANA RAO, KU YKVJVJG&GRCTVO GPV QH#RRNKGF
B.Tech. students of all branches as well as for the AMIE /GEJCPKEU CPFCP#FLWPEVHCEWNV[KPVJG&GRCTVOGPVQH%KXKN
students, it covers the syllabi of almost all universities and 'PIKPGGTKPI+PFKCP+PUVKVWVGQH6GEJPQNQI[/CFTCU
institutes. This book provides a thorough understanding of J. LAKSHMINARASIMHAN, KU YKVJVJG&GRCTVOGPVQH
the principles and applications of Engineering Mechanics. A #RRNKGF/GEJCPKEU++6/CFTCU
lucid pattern, both in terms of language and content, has RAJU SETHURAMAN, KU YKVJ VJG /GEJCPKECN 'PIKPGGTKPI
been adopted throughout the text. &GRCTVOGPV++6/CFTCU
Beginning with an introduction to the subject, the book SRINIVASAN M. SIVAKUMAR, KU CHCEWNV[CVVJG
provides a detailed treatment of systems of forces and &GRCTVOGPVUQH#RRNKGF/GEJCPKEUCPFCP#FLWPEVHCEWNV[KPVJG
elaborately explains the concepts of centroid and centre of &GRCTVOGPVQH%KXKN'PIKPGGTKPI++6/CFTCU
gravity, moment of inertia, virtual work, friction, kinematics
of particle and motion of projectiles. It also discusses the Designed as a text for the first-year undergraduate students
laws of motion, power and energy, and collision of elastic of all branches of engineering for the core course on
bodies in dynamics. The topics are dealt with in a well- Engineering Mechanics, this concise and easy-to-read book
organized sequence with proper explanations and simple deals with the principles of equilibrium of rigid bodies in
mathematical formulations. static and dynamic conditions when they are subjected to
mechanical loads.
KEY FEATURES
Ŗ +PENWFGUDQVJXGEVQTCPFUECNCTCPCN[UGUQHVQRKEU Divided into two parts—5VCVKEU and &[PCOKEU—the text
Ŗ 'ORJCUK\GU VJG RTCEVKECN CRRNKECDKNKV[ QH 'PIKPGGTKPI analyzes the equilibrium of structures and the motion of
Mechanics to the real-life situations. rigid bodies, respectively. It is organized in a structured
Ŗ )KXGU MG[ EQPEGRVU VQ JGNR KPUVTWEVQTU FGNKXGT VJG NGEVWTG manner and stresses such important concepts/principles as
in a better way. degrees of freedom, the principle of virtual work
Ŗ +PENWFGUCNCTIGPWODGTQHYQTMGFQWVGZCORNGUVQJGNR (developing it from first principles), energy principles, and
students comprehend the concepts with ease. mechanical vibrations.
Ŗ 2TQXKFGU EJCRVGTGPF TGXKGY SWGUVKQPU VQ VGUV UVWFGPVUŏ 2TQHWUGN[KNNWUVTCVGFYKVJENGCTEWVFKCITCOUCPFPWOGTQWU
understanding of the subject. worked-out examples, the text would be ideal for a one-
Ŗ )KXGU EJCRVGTGPF PWOGTKECN RTQDNGOU VQ GPJCPEG semester course on engineering mechanics. It can also be
problem-solving ability. Many of the problems depict profitably used, by a judicious choice of topics, for advanced
realistic situations encountered in engineering practice. courses on the subject.
Ŗ +PEQTRQTCVGU QDLGEVKXG V[RG SWGUVKQPU VQ JGNR UVWFGPVU
CONTENTS: 2TGHCEG 2CTV + 5VCVKEUō'SWKNKDTKWO QH
prepare for examinations.
2CTVKENGU CPF 4KIKF $QFKGU 'SWKNKDTKWO QH 5VTWEVWTCN
CONTENTS:2TGHCEG/GEJCPKEU#P1XGTXKGY(QTEGUCPF Systems. Energy Methods in Engineering Mechanics.
$CUKE 2TKPEKRNGU QH 5VCVKEU %QRNCPCT %QPEWTTGPV (QTEG (TKEVKQPCN (QTEGU KP 'PIKPGGTKPI 5[UVGOU 2CTV ++
5[UVGO %QRNCPCT 0QPEQPEWTTGPV (QTEG 5[UVGO #PCN[UKU &[PCOKEUō&[PCOKEU QH 2CTVKENGU 2NCPG -KPGOCVKEU QH
QH(TCOGF5VTWEVWTGU8KTVWCN9QTM%GPVTQKFUCPF%GPVTGQH 4KIKF $QFKGU -KPGVKEU QH 4KIKF $QFKGU /GEJCPKECN
)TCXKV[ /QOGPVU QH +PGTVKC (TKEVKQP -KPGOCVKEU 2NCPG 8KDTCVKQPU #RRGPFKZ #PUYGTU VQ 2TQDNGOU $KDNKQITCRJ[
4GEVKNKPGCT /QVKQP /QVKQP KP C 8GTVKECN 2NCPG 7PFGT Index.
)TCXKV[ 2TQLGEVKNG .CYU QH /QVKQP 9QTM 2QYGT CPF
Energy. Collision of Elastic Bodies. Appendix. Bibliography. Latest Print 2011 / 256 pp. / 17.8 × 23.5 cm
Index. ISBN-978-81-203-2189-2 / C 195.00
Latest Print 2011 / 736 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4422-8 / C 450.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 137 PHI Learning: Publications


ENGINEERING
Core Engineering

Essentials of Ecology Fundamentals of


and Environmental Electrical and
Science, 4th ed. Electronics
Engineering,
2nd ed.
SMARAJIT GHOSH, 2TQHGUUQT
&GRCTVOGPVQH'NGEVTKECNCPF
+PUVTWOGPVCVKQP 'PIKPGGTKPI
6JCRCT 7PKXGTUKV[2CVKCNC
S.V.S. RANA, 2TQHGUUQT KPVJG&GRCTVOGPVQH<QQNQI[CPFCNUQ This second edition, extensively revised and updated,
VJG %QQTFKPCVQTQHVJG&GRCTVOGPVQH'PXKTQPOGPVCN5EKGPEGCU continues to offer sound, practically-oriented, modularized
YGNNCUVJG7)%+PPQXCVKXG#UUKUVCPEG2TQITCOOGKP6QZKEQNQI[ coverage of the full spectrum of fundamental topics in each
CV%JCWFJCT[%JCTCP5KPIJ7PK XGTUKV[/GGTWV of the several major areas of electrical and electronics
engineering.
This book, now in its fourth edition, is a lucid presentation
of the fundamental concepts and principles of ecology and Ŗ %KTEWKV 6JGQT[ Ŗ 'NGEVTKECN /GCUWTGOGPVU CPF /GCUWTKPI
environmental science. Extensively illustrated, the book +PUVTWOGPVU Ŗ 'NGEVTKE /CEJKPGU Ŗ 'NGEVTKE 2QYGT 5[UVGOU
provides in-depth coverage of major areas such as Ŗ %QPVTQN 5[UVGOU Ŗ 5KIPCNU CPF 5[UVGOU Ŗ #PCNQI CPF
atmospheric and soil science, hydrobiology, biodiversity, Digital Electronics including introduction to microcomputers
and pollution ecology. It seeks to impart comprehensive The book conforms to the syllabi of Basic Electrical and
understanding of the major ecological issues, policies and Electronic Sciences prescribed for the first-year engineering
NCYU ETWEKCN HQT UQNXKPI GPXKTQPOGPVCN RTQDNGOU 0GY students. It is also an ideal text for students pursuing
sections on vital topics such as acid rain and deposition, diploma programmes in Electrical Engineering.
metapopulations, environmental disasters and the Bali Written in a straightforward style with a strong emphasis on
Summit on Climate Change 2007 contribute strongly to this primary principles, the main objective of the book is to bring
endeavour. an understanding of the subject within the reach of all
The book is primarily intended for undergraduate students engineering students.
of environmental science and other relevant biological WHAT IS NEW TO THIS EDITION
sciences. It will also be very useful for postgraduate students Ŗ (WPFCOGPVCNUQH%QPVTQN5[UVGOU
%JCRVGT
of these subjects as well as field professionals and Ŗ (WPFCOGPVCNUQH5KIPCNUCPF5[UVGOU
%JCRVGT
researchers. Ŗ +PVTQFWEVKQPVQ/KETQEQORWVGTU
%JCRVGT
KEY FEATURES Ŗ 5WDUVCPVKCN TGXKUKQPU VQ EJCRVGTU QP 6TCPUHQTOGT 5GOK
EQPFWEVQT &KQFGU CPF 6TCPUKUVQTU CPF (KGNF 'HHGEV
Ŗ 7UGQHKPFKIGPQWUGZCORNGUHQTGZRNCKPKPIUWDLGEVOCVVGT
Transistors
Ŗ %QXGTCIGQHGZVTGOGGPXKTQPOGPVUUWEJCU#PVCTEVKECVJG Ŗ .CRNCEG6TCPUHQTO
#RRGPFKZ$
Arctic region, open oceans, and deserts, along with up-to- Ŗ #RRNKECVKQPUQH.CRNCEG6TCPUHQTO
#RRGPFKZ%
date information on major ecosystems Ŗ 25RKEG
#RRGPFKZ'
Ŗ %JCRVGTU FGXQVGF VQ DKQFKXGTUKV[ CU YGNN CU PCVWTCN CPF
genetic resources of India CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
Ŗ &GVCKNGF FGUETKRVKQPU QH GEQEQORCTVOGPVU UWEJ CU Acknowledgements. $CUKE &GHKPKVKQPU CPF 7PKVU 1JOŏU
atmosphere and lithosphere .CY -KTEJJQHHŏU .CYU &% 0GVYQTM 6JGQTGOU 'NGEVTQ
magnetism. Magnetic Circuit. Inductance. Capacitance. DC
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP Transients. Alternating Voltage and Current. Single-phase
#EMPQYNGFIGOGPVU &GHKPKVKQP 5EQRG CPF *KUVQT[ QH #% %KTEWKVU 4GUQPCPEG 6JTGGRJCUG 5[UVGOU 'NGEVTKECN
Ecology. Ecology and Evolution. Environmental Adapta- Measurements and Measuring Instruments. AC Bridges.
tions. Climate and Atmosphere. Earth and Lithosphere. 6TCPUHQTOGT$CUKE%QPEGRVUQH4QVCVKPI'NGEVTKECN/CEJKPGU
*[FTQURJGTG $KQURJGTG $KQ)GQEJGOKECN CPF 0WVTKGPV DC Machines. DC Motors. Synchronous Machines.
%[ENGU 'PXKTQPOGPVCN (CEVQTU CPF 5RGEKGU +PVGTCEVKQPU 2QN[RJCUG+PFWEVKQP/QVQT(TCEVKQPCN*QTUGRQYGT/QVQTU
$KQFKXGTUKV[ )GPGVKE 4GUQWTEGU 0CVWTCN 4GUQWTEGU +PVTQFWEVKQP VQ 2QYGT 5[UVGO (WPFCOGPVCNU QH %QPVTQN

/KPGTCNU 'PGTI[ 9CVGT (QTGUVU  'EQNQI[ QH 2QRWNCVKQPU 5[UVGOU (WPFCOGPVCNU QH 5KIPCNU CPF 5[UVGOU &KQFG CPF
Concept of Community. Eco-system (Structure and 6TKQFG 5GOKEQPFWEVQT &KQFGU CPF 6TCPUKUVQTU (KGNF 'HHGEV
(WPEVKQP  (TCIKNG 'EQU[UVGOU #KT 2QNNWVKQP 9CVGT 6TCPUKUVQTU 1RGTCVKQPCN #ORNKHKGT 0WODGT 5[UVGO
2QNNWVKQP 0QKUG 2QNNWVKQP 4CFKQCEVKXG 2QNNWVKQP 5QNKF Boolean Algebra. Introduction to Microcomputers.
9CUVG 2QNNWVKQP .CPF 2QNNWVKQP )NQDCN 'PXKTQPOGPVCN #RRGPFKEGUō# 2JCUQT 4GRTGUGPVCVKQP $ .CRNCEG
2TQDNGOU 'PXKTQPOGPVCN &KUCUVGTU 'PXKTQPOGPVCN +PUVKVW 6TCPUHQTO % #RRNKECVKQP QH .CRNCEG 6TCPUHQTO & 6YQ
tions, International Cooperation and Law. Glossary. Index. RQTV 0GVYQTMU ' 25RKEG 1DLGEVKXG 6[RG 3WGUVKQPU
Bibliography. Index.
Latest Print 2010 / 584 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3894-4 / C 295.00 Latest Print 2012 / 908 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3299-7 / C 450.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 138
ENGINEERING
Core Engineering

Fundamentals of Fundamentals of
Electrical Engineering, Mechanical
2nd ed. Engineering:
Thermodynamics,
RAJENDRA PRASAD, (QTOGT Mechanics, Theory
2TQHGUUQTCPF*GCF&GRCTVOGPVQH
'NGEVTKECN 'PIKPGGTKPI0CVKQPCN of Machines and
+PUVKVWVGQH6GEJPQNQI[
0+6 2CVPC Strength of
Materials, 2nd ed.
This comprehensive book, in its second edition, continues to G.S. SAWHNEY KU 2TQHGUUQTCPF*GCF/GEJCPKECN
provide an in-depth analysis on the fundamental principles 'PIKPGGTKPI &GRCTVOGPV CV )TGCVGT 0QKFC +PUVKVWVG QH
of electrical engineering. The exposition of these principles is 6GEJPQNQI[)TGCVGT0QKFC
fully reinforced by many practical problems that illustrate
the concepts discussed. Written with the first-year engineering students at
undergraduate level in mind, this well-designed textbook,
Beginning with a precise and quantitative detailing of the
now in its second edition, explains the fundamentals of
basics of electrical engineering, the text moves on to explain
mechanical engineering in the areas of thermodynamics,
the fundamentals of circuit theory, electrostatic and
mechanics, theory of machines, and strength of materials. As
electromagnetism and further details on the concept of
these subjects form a basic part of an engineer’s education,
electromechanical energy conversion. The book provides an
this text is admirably suited to meet the needs of the
elaborate and systematic analysis of the working principle,
common course in mechanical engineering prescribed in the
applications and construction of each electrical machine. In
curricula of almost all branches of engineering. The
addition to circuit responses under steady state conditions,
VJQTQWIJN[TGXKUGFUGEQPFGFKVKQPKPENWFGU
the book contains the chapters on dynamic responses of
networks and analysis of a three-phase circuit. Ŗ (QWT PGY EJCRVGTUō%GPVTQKF CPF /QOGPV QH +PGTVKC
-KPGOCVKEU QH 4KIKF $QF[ -KPGVKEU QH 4KIKF $QF[ CPF
Designed as a text for the undergraduate students of almost
Mechanism and Simple Machines—to meet the course
all branches of engineering, the book will also be useful to
the practising engineers as reference. requirements.
Ŗ /QTG UQNXGF RTQDNGOU EWNNGF HTQO VJG NCVGUV WPKXGTUKV[
NEW TO THIS EDITION and competitive examination papers.
Ŗ #PGYEJCRVGTQP/GCUWTKPI+PUVTWOGPVU
KEY FEATURES
Ŗ #UGEVKQPQP4GUQPCPEGKP4.%EKTEWKVU
Ŗ 2TGUGPVU CP KPVTQFWEVKQP VQ DCUKE OGEJCPKECN GPIKPGGTKPI
Ŗ # UGEVKQP QP /GCUWTGOGPV QHRQYGTKPVJTGGRJCUGDCNCPEGF topics required by all engineering students in their
CPFWPDCNCPEGFEKTEWKVU studies.
KEY FEATURES Ŗ 2TQXKFGUCNCTIGPWODGTQHYQTMGFRTQDNGOUYJKEJJGNR
Ŗ &KUEWUUGUUVCVGOGPVUYKVJPWOGTKECNGZCORNGU in understanding theory.
Ŗ +PENWFGUCPUYGTUVQVJGPWOGTKECNRTQDNGOUCVVJGGPFQH Ŗ +PENWFGU QDLGEVKXG V[RG SWGUVKQPU YKVJ GZRNCPCVQT[
the book answers to help students in preparing for competitive
examinations.
Ŗ 'PJCPEGU NGCTPKPI QH VJG DCUKE YQTMKPI RTKPEKRNGU QH
electrical machines by using a number of supporting CONTENTS: 2TGHCEG Basic Concepts and Zeroth Law of
examples, review questions and illustrative examples. 6JGTOQF[PCOKEU (KTUV .CY QH 6JGTOQF[PCOKEU 5GEQPF
.CY QH 6JGTOQF[PCOKEU 2TQRGTVKGU QH 5VGCO CPF
CONTENTS: 2TGHCEG (WPFCOGPVCNU QH 'NGEVTKECN 'PGTI[
Thermodynamics. Vapour Cycles. Thermodynamic Cycles.
%KTEWKV #PCN[UKU 4GUKUVKXG 0GVYQTM %KTEWKV #PCN[UKU 6KOG
/GEJCPKUO CPF 5KORNG /CEJKPGU (QTEG 5[UVGO CPF
Varying Excitation. Electrostatics. Electromagnetism and
#PCN[UKU(TKEVKQP#PCN[UKUQH$GCOU6TWUUGU%GPVTQKFCPF
Electromechanical Energy Conversion. Measuring
/QOGPV QH +PGTVKC -KPGOCVKEU QH 4KIKF $QF[ -KPGVKEU QH
Instruments. Transformer. Direct Current Machines.
4KIKF $QF[ 5VTGUU CPF 5VTCKP #PCN[UKU $GPFKPI 5VTGUUGU KP
Synchronous Machines. Three-phase Induction Motor.
Beams. Torsion. Bibliography. Index.
5RGEKCN 2WTRQUG 'NGEVTKECN /CEJKPGU #PCN[UKU QH 6JTGG
RJCUG%KTEWKVU&[PCOKE4GURQPUGQH0GVYQTMU#PUYGTUVQ Latest Print 2010 / 844 pp. / 17.8 × 23.5 cm
Exercises. Index. ISBN-978-81-203-3776-3 / C 495.00
Latest Print 2011 / 920 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3928-6 / C 450.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 139 PHI Learning: Publications


ENGINEERING
Core Engineering

Introductory Methods Numerical Methods


of Numerical for Scientists and
Analysis, 5th ed. Engineers, 3rd ed.

S.S. SASTRY, (QTOGTN[ 5EKGPVKUV'PIKPGGT5(KPVJG#RRNKGF K. SANKARA RAO, HQTOGT 2TQHGUUQTQH/CVJGOCVKEU#PPC


/CVJGOCVKEU &KXKUKQP QH 8KMTCO 5CTCDJCK 5RCEG %GPVTG 7PKXGTUKV[ %JGPPCKJCFGCTNKGTDGGP5GPKQT5EKGPVKUV'PIKPGGT
6TKXCPFTWO #RRNKGF /CVJGOCVKEU &KXKUKQP QH8KMTCO5CTCDJ CK 5RCEG%GPVTG

855% 6TKXCPFTWO
This thoroughly revised and updated text, now in its fifth
2TKOCTKN[YTKVVGPCUCVGZVDQQMVJKUthird edition provides a
edition, continues to provide a rigorous introduction to the complete course on PWOGTKECN OGVJQFU for undergraduate
fundamentals of numerical methods required in scientific students in all branches of engineering, postgraduate
and technological applications, emphasizing on teaching students in mathematics and physics, and students pursuing
students numerical methods and in helping them to develop courses in Master of Computer Applications (MCA). Besides
problem-solving skills. students, those appearing for competitive examinations,
While the essential features of the previous editions such as research scholars and professionals engaged in numerical
4GHGTGPEGU VQ /#6.#$ +/5. 0WOGTKECN 4GEKRGU RTQITCO computations, will treasure this edition for its in-depth
analysis, systematic treatment and clarity of approach.
libraries for implementing the numerical methods are
TGVCKPGF C EJCRVGT QP 5RNKPG (WPEVKQPU JCU DGGP CFFGF KP The third edition has been updated with new material
this edition because of their increasing importance in comprising new methods and concepts and additional
applications. EJCRVGTU QP $QWPFCT[ 8CNWG 2TQDNGOU CPF #RRTQZKOCVKQP
This text is designed for undergraduate students of all QH (WPEVKQPU +V KPVTQFWEGU VJG DCUKEU KP EQORWVKPI UVTGUUGU
branches of engineering. on errors in computation, discusses various direct and
iterative methods for solving algebraic and transcendental
NEW TO THIS EDITION equations and a method for solving a system of nonlinear
Ŗ +PENWFGU CFFKVKQPCN OQFKHKGF KNNWUVTCVKXG GZCORNGU CPF equations, linear system of equations, matrix inversion and
problems in every chapter. computation of eigenvalues and eigenvectors of a matrix.
Ŗ 2TQXKFGUCPUYGTUVQCNNEJCRVGTGPFGZGTEKUGU The book provides a detailed discussion on curve fitting,
Ŗ +NNWUVTCVGU CNIQTKVJOU EQORWVCVKQPCN UVGRU QT HNQY EJCTVU interpolation and cubic spline interpolation, numerical
differentiation and integration. It also presents, various
for many numerical methods.
single step and predictor–corrector methods for solving
Ŗ %QPVCKPU HQWT OQFGN SWGUVKQP RCRGTU CV VJG GPF QH ordinary differential equations, finite difference methods for
the text. solving partial differential equations with the concepts of
Contents: 2TGHCEG 'TTQTU KP 0WOGTKECN %CNEWNCVKQPU VTWPECVKQP GTTQT CPF UVCDKNKV[ (KPCNN[ KV EQPENWFGU YKVJ C
Solution of Algebraic and Transcendental Equations. treatment of numerical methods for solving boundary value
RTQDNGOU NGCUV USWCTGU %JGD[UJGX 2CFG RQN[PQOKCN
+PVGTRQNCVKQP.GCUV5SWCTGUCPF(QWTKGT6TCPUHQTOU5RNKPG
CRRTQZKOCVKQPU CPF (QWTKGT UGTKGU CRRTQZKOCVKQP VQ C TGCN
(WPEVKQPU 0WOGTKECN &KHHGTGPVKCVKQP CPF +PVGITCVKQP
continuous function.
0WOGTKECN .KPGCT #NIGDTC 0WOGTKECN 5QNWVKQP QH 1TFKPCT[
&KHHGTGPVKCN 'SWCVKQPU 0WOGTKECN 5QNWVKQP QH 2CTVKCN CONTENTS: 2TGHCEG 2TGHCEG VQ VJG 5GEQPF 'FKVKQP $CUKEU
&KHHGTGPVKCN 'SWCVKQPU 0WOGTKECN 5QNWVKQP QH +PVGITCN in Computing. Solution of Algebraic and Transcendental
'SWCVKQPU6JG(KPKVG'NGOGPV/GVJQF$KDNKQITCRJ[/QFGN Equations. Solution of Linear System of Equations and
6GUV2CRGTU+PFGZ /CVTKZ +PXGTUKQP 'KIGPXCNWG 2TQDNGOU %WTXG (KVVKPI
+PVGTRQNCVKQP 0WOGTKECN &KHHGTGPVKCVKQP CPF +PVGITCVKQP
Latest Print 2012 / 464 pp. / 16.0 × 24.1 cm 1TFKPCT[ &KHHGTGPVKCN 'SWCVKQPU 2CTCDQNKE 2CTVKCN
ISBN-978-81-203-4592-8 / C 250.00 &KHHGTGPVKCN'SWCVKQPU'NNKRVKE2CTVKCN&KHHGTGPVKCN'SWCVKQPU
*[RGTDQNKE 2CTVKCN &KHHGTGPVKCN 'SWCVKQPU $QWPFCT[
8CNWG 2TQDNGOU #RRTQZKOCVKQP QH (WPEVKQPU #RRGPFKZ
Bibliography. Answers to Exercises. Index.
Latest Print 2011 / 368 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3217-1 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 140
ENGINEERING
Core Engineering

Ordinary Differential Principles of


Equations, 2nd ed. Environmental
Science and
Engineering

PURNA CHANDRA BISWAL, #UUKUVCPV 2TQHGUUQT QH P. VENUGOPALA RAO, &KTGEVQT 5TKFGXK9QOGPŏU


/CVJGOCVKEU CV2CTCNC/CJCTCLC'PIKPGGTKPI%QNNGIG 'PIKPGGTKPI%QNNGIG*[FGTCDCF
$GTJCORWT1FKUJC
2TKOCTKN[ KPVGPFGF CU C VGZV HQT WPFGTITCFWCVG UVWFGPVU QH
This thoroughly revised text, now in its Second Edition, engineering for their core course in environmental studies,
continues to provide a comprehensive treatment of the this book gives a clear introduction to the fundamental
principal topics of ordinary differential equations, special principles of ecology and environmental science and
functions and Laplace transform, and demonstrates the aptly summarizes the relationship between ecology and
utility of the subject through a variety of applications to environmental engineering.
engineering problems. Divided into three parts, the book begins by discussing the
The text provides detailed logical explanations of the biosphere, natural resources, ecosystems, biodiversity, and
subject’s theoretical foundations, while at the same time community health. Then it goes on to give detailed
helping students develop strong problem-solving skills. In description on topics such as pollution and control,
addition, a large number of solved examples interspersed environmental management, and sustainable development.
throughout the text help in providing the students with an (KPCNN[ KV HQEWUGU QP GPXKTQPOGPVCN EJGOKUVT[ GPXKTQP
in-depth insight into the underlying concepts and their mental microbiology, and monitoring and analysis of
applicability to solutions of problems in engineering and pollutants.
physical sciences.
KEY FEATURES
The book is intended to serve as a textbook for Ŗ -G[ YQTFU CPF UWOOCT[ CV VJG GPF QH GCEJ EJCRVGT
undergraduate students of mathematics as well as all provide the students an easy way of recapitulation.
branches of engineering. Ŗ #NCTIGPWODGTQHHKIWTGUKNNWUVTCVGVJGVQRKEUFKUEWUUGF
NEW TO THE SECOND EDITION Ŗ 2TQLGEVU QH GPXKTQPOGPVCN EQPEGTP UWIIGUVGF CV VJG GPF
Ŗ %QPVCKPU VYQ PGY UGEVKQPU QPG QP /GVJQFU QH of the book enable the students to work in field projects.
4GITQWRKPICPFCPQVJGTQP+PFGRGPFGPV(WPEVKQPU Besides engineering students, undergraduate students in
Ŗ +PENWFGU PWOGTQWU UQNXGF RTQDNGOU CPF EJCRVGTGPF other streams, practicing engineers and professionals would
exercises with hints. find the text immensely useful.
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP CONTENTS:2TGHCEG 2CTV1PG'EQU[UVGOUCPF2QRWNCVKQP
+PVTQFWEVKQP (KTUV 1TFGT 'SWCVKQPU (KTUV 1TFGT 'SWCVKQP 9GNHCTGō$KQURJGTG 0CVWTCN 4GUQWTEGU 'EQU[UVGOU
#RRNKECVKQPU 5QNWVKQP 'ZKUVGPEG CPF 7PKSWGPGUU 5GEQPF $KQFKXGTUKV[ CPF +VU %QPUGTXCVKQP %QOOWPKV[ *GCNVJ
Order Linear Equations. Second Order Equation 2CTV 6YQ 2QNNWVKQP %QPVTQN CPF 'PXKTQPOGPVCN
Applications. Series Solutions. Special Differential /CPCIGOGPVō2QNNWVKQP CPF %QPVTQN 'PXKTQPOGPVCN
Equations. Laplace Transform. Bibliography. Index. Concerns. Environmental Management. Sustainable
Latest Print 2012 / 384 pp. / 17.8 × 23.5 cm &GXGNQROGPV 2CTV 6JTGG 'PXKTQPOGPVCN 5EKGPEGō
ISBN-978-81-203-4622-2 / C 295.00 Environmental Chemistry. Environmental Microbiology.
/QPKVQTKPICPF#PCN[UKUQH2QNNWVCPVU#RRGPFKZ)NQUUCT[
)GPGTCN3WGUVKQPUHQT5VWF[CPF#UUKIPOGPV+PFGZ
Latest Print 2012 / 288 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-2893-8 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 141 PHI Learning: Publications


ENGINEERING
Core Engineering

Principles of Physics, Textbook of


5th ed. Ordinary Differential
Equations,
Rev. ed.

P.V. NAIK, &GRCTVOGPVQH2J[UKEU8,6+/WODCK C.R. MONDAL, .GEVWTGT &GRCTVOGPV QH/CVJGOCV KEU 0QTVJ
This well-received book, now in its fifth edition, presents the 'CUVGTP *KNN7PKXGTUKV[5JKNNQPI
subject matter in a pedagogically sound manner with focus
Written in a clear, precise and readable manner, this
on teaching problem-solving. The specific needs of these
textbook (now revised and corrected) is designed to provide
students have influenced the selection of topics for inclusion
postgraduate mathematics students with a sound and
in the book. The book provides students with a solid
inspiring introduction to the main themes of ordinary
understanding of the fundamental concepts with due
differential equations. It is presented from the viewpoint of
emphasis on developing skills to solve exercise problems
applied mathematics to treat differential equations both
aimed at both testing and extending the knowledge of the
from the theoretical background and practical applications
students.
to scientific and engineering problems.
Divided into 23 chapters, the book comprises topics on four
Beginning with a comprehensive treatment of linear
major areas—mechanics, optics, electricity and electronics,
differential equations with variable coefficients, the text
and modern physics including quantum mechanics and
gives a detailed discussion on some well-known special
lasers. In this fifth edition two new chapters on #EQWUVKEU and
functions which provide solutions of second-order linear
*GCV CPF6JGTOQF[PCOKEU are incorporated to widen the
ordinary differential equations having several regular
coverage and enhance the usefulness of this text.
singular points. Many of the standard concepts and methods
This book is intended for the undergraduate students of which are useful in the study of special functions are
physics as well as for the first-year engineering students of discussed. The properties of special functions are derived
several disciplines. from their differential equations and boundary conditions.
CONTENTS: 2TGHCEG9J[VQ5VWF[2J[UKEU/QVKQP9QTM (KPCNN[GZKUVGPEGCPFWPKSWGPGUUQHUQNWVKQPUQHFKHHGTGPVKCN
'PGTI[ CPF 2QYGT 2QVGPVKCN 'PGTI[ 4QVCVKQPCN /QVKQP QH equations are established.
4KIKF1DLGEVU2TQRGTVKGUQH/CVVGT4GCN)CUCPF6TCPURQTV Worked-out examples are introduced throughout the text.
2TQEGUUGU KP )CU 6JKP .GPU %QCZKCN 5[UVGOU CPF End-of-chapter exercises further help understand the
#DGTTCVKQPU 5RGEVTC +PVGTHGTGPEG &KHHTCEVKQP 2QNCTK\CVKQP mathematical and physical structure of the subject.
Direct Current Circuits. Alternating Current Circuits.
CONTENTS: 2TGHCEG +PVTQFWEVKQP .KPGCT &KHHGTGPVKCN
5GOKEQPFWEVQT &GXKEGU /QVKQP QH C %JCTIGF 2CTVKENG
'SWCVKQPU YKVJ 8CTKCDNG %QGHHKEKGPVU *[RGTIGQOGVTKE
'NGEVTQPU +UQVQRGU CPF 0WENGWU 3WCPVWO 6JGQT[ #VQOKE
Equations. Legendre Equation. Bessel Equation. Modified
5VTWEVWTG 3WCPVWO /GEJCPKEU .CUGT 1RVKECN (KDTG
$GUUGN(WPEVKQPUCPF#U[ORVQVKE'ZRCPUKQPU'ZKUVGPEGCPF
#EQWUVKEU *GCV CPF 6JGTOQF[PCOKEU #RRGPFKZ
7PKSWGPGUUHQT5QNWVKQPUQH1TFKPCT[&KHHGTGPVKCN'SWCVKQPU
$KDNKQITCRJ[5WIIGUVGF4GCFKPI#PUYGTU+PFGZ
4GHGTGPEGU#PUYGTUVQ'ZGTEKUGU+PFGZ
Latest Print 2012 / 388 pp. / 17.8 × 23.5 cm
Latest Print 2009 / 192 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4614-7 / C 295.00
ISBN-978-81-203-3467-0 / C 175.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 142
ENGINEERING
Electrical/Electronics (A0#.1)/DIGITAL E.'%6410+%5)

Analog Electronics Analog Electronics

'FKVGFD[
L.K. MAHESHWARI, 2TQHGUUQTQH
A. PITTET, %JKGH6GEJPKECN#FXKUQT 'NGEVTQPKEUCPF+PUVTWOGPVCVKQPCV
%GPVTGHQT'NGEVTQPKEU&GUKIPCPF $KTNC+PUVKVWVGQH6GEJPQNQI[
6GEJPQNQI[
%'&6 +PFKCP+PUVKVWVG 5EKGPEG2KNCPK2TGUGPVN[JGCNUQ
QH5EKGPEG
++5E $CPICNQTG JQNFUVJGRQUKVKQPQH8KEG%JCPEGNNQT
A. KANDASWAMY, 2TQHGUUQTCPF QHVJG+PUVKVWVG
&GCP&GRCTVOGPVQH'NGEVTKECN
5EKGPEGU25)%QNNGIGQH6GEJPQNQI[ M.M.S. ANAND, 2TQHGUUQT QH
%QKODCVQTG 'NGEVTQPKEUCPF+PUVTWOGPVCVKQPCV
$KTNC+PUVKVWVGQH6GEJPQNQI[5EKGPEG2KNCPK2TGUGPVN[JG
The recent growth of industrial automation as well as CNUQJQNFUVJGRQUKVKQPQH4GIKUVTCTQHVJG+PUVKVWVG 
wireless communication has made the Analog Electronics
course even more relevant in today’s undergraduate This text offers a comprehensive introduction to a wide,
programmes. This well-written text offers a comprehensive relevant array of topics in analog electronics. It is intended
introduction to the concepts of circuit analysis, electronic for students pursuing courses in electrical, electronics,
devices and analog integrated circuits. The primary aim of computer, and related engineering disciplines.
this textbook is to raise the analytical skills of students, Beginning with a review of linear circuit theory and basic
required for the analysis and design of analog electronic electronic devices, the text moves on to present a detailed,
circuits. practical understanding of many analog integrated circuits.
This book exposes the students to the current trends in The most commonly used analog IC to build practical
Analog Electronics including the complete analysis and circuits is the operational amplifier or op-amp. Its
FGUKIP QH GNGEVTQPKE EKTEWKV WUKPI &KQFGU $,6U ('6U characteristics, basic configurations and applications in the
/15('6U%/15CPFQRGTCVKQPCNCORNKHKGTU linear and nonlinear circuits are explained. Modern
electronic systems employ signal generators, analog filters,
KEY FEATURES voltage regulators, power amplifiers, high frequency
Ŗ 2TGUGPVU XCTKQWU OQFGNUGSWKXCNGPV EKTEWKVU QH UGOK amplifiers and data converters. Commencing with the
conductor devices required for analysis and simulations. theory, the design of these building blocks is thoroughly
Ŗ +PEQTRQTCVGU 252+%'TM modelling and simulation covered using integrated circuits.
examples in each chapter. The development of microelectronics technology has led to
Ŗ 'CEJ EJCRVGT UVCTVU YKVJ CP +PVTQFWEVKQP CPF URGEKHKE a parallel growth in the field of Microelectromechanical
learning objectives, and concludes with a summary. 5[UVGOU
/'/5  CPF 0CPQGNGEVTQOGEJCPKECN 5[UVGOU
Ŗ 'CEJ EJCRVGT EQPVCKPU NCTIG PWODGT QH YQTMGFQWV
0'/5 6JG+%UGPUQTUHQTFKHHGTGPVGPGTI[HQTOUYKVJVJGKT
examples, exercises and numerical problems. applications in MEMS components are introduced in the
2TKOCTKN[ KPVGPFGF HQT VJG WPFGTITCFWCVG UVWFGPVU QH concluding chapter.
Electrical, Electronics, Communication and Computer Several computer-based simulations of electronic circuits
Engineering, this book would also be useful to the practising WUKPI252+%'CTGRTGUGPVGFKPGCEJEJCRVGT6JGUGGZCORNGU
engineers, who wish to update their knowledge in the area VQIGVJGT YKVJ CP KPVTQFWEVKQP VQ 252+%' KP CP #RRGPFKZ
of Analog Electronics Circuit Design. provide a thorough coverage of this simulation tool
CONTENTS: (TQO VJG 'FKVQTŏU &GUM 2TGHCEG #EMPQY that fully integrates with the material of each chapter.
NGFIGOGPVU 0QVCVKQPU 7UGF KP VJKU $QQM 4GXKGY QH $CUKE The end-of-chapter problems allow students to test their
&GXKEGU CPF %KTEWKVU (KGNF 'HHGEV 6TCPUKUVQTU 5OCNN 5KIPCN comprehension of key concepts. The answers to these
/QFGNU (TGSWGPE[ 4GURQPUG QH 5OCNN 5KIPCN #ORNKHKGTU problems are also given.
.CTIG 5KIPCN #ORNKHKGTU (GGFDCEM #ORNKHKGTU 1RGTCVKQPCN CONTENTS: 2TGHCEG (WPFCOGPVCN %QPEGRVU 1RGTCVKQPCN
#ORNKHKGTU #PUYGTU VQ 1DLGEVKXG 3WGUVKQPU #RRGPFKEGUō #ORNKHKGT $CUKEU 5RGEKCN 2WTRQUG .KPGCT 1RCOR %KTEWKVU
# *KUVQT[ QH &GXKEGU $ 6YQRQTV 0GVYQTM 2CTCOGVGTU #EVKXG (KNVGTU 0QPNKPGCT 1RGTCVKQPCN #ORNKHKGT %KTEWKVU
% +PVTQFWEVKQP VQ 252+%'TM & 'NGEVTQUVCVKE 2QVGPVKCN CPF 5KIPCN )GPGTCVQTU 8QNVCIG 4GIWNCVQTU +PVGITCVGF %KTEWKV
%JCTIG &KUVTKDWVKQP KP 5KNKEQP ' 6CDNG QH %QPUVCPVU CPF 2QYGT #ORNKHKGTU *KIJ (TGSWGPE[ #ORNKHKGTU &CVC
5VCPFCTFU)NQUUCT[$KDNKQITCRJ[+PFGZ#WVJQTUŏ2TQHKNGU %QPXGTVGTU +% 5GPUQTU #RRGPFKZ #PUYGTU VQ 2TQDNGOU
Latest Print 2009 / 376 pp. / 17.8 × 23.5 cm Bibliography. Index.
ISBN-978-81-203-2784-9 / C 250.00 Latest Print 2012 / 704 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2722-1 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 143 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (A0#.1)/DIGITAL E.'%6410+%5)

Digital Logic and Electronics:


Computer Analog and Digital
Organization

V. RAJARAMAN, *QPQTCT[
2TQHGUUQT5WRGTEQORWVGT'FWECVKQP
CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVG
QH 5EKGPEG $CPICNQTG
T. RADHAKRISHNAN, 2TQHGUUQT
QH%QORWVGT5EKGPEG CPF5QHVYCTG
'PIKPGGTKPIKPVJG(CEWNV[QH I.J. NAGRATH, (QTOGTN[ 2TQHGUUQTQH'NGEVTKECNCPF
'PIKPGGTKPI%QPEQTFKC7PKXGTUKV[KP/QPVTGCN 'NGEVTQPKEU 'PIKPGGTKPI CPF &GRWV[ &KTGEVQT $KTNC +PUVKVWVG
This introductory text on ‘digital logic and computer organi- QH6GEJPQNQI[CPF5EKGPEG2KNCPK
zation’ presents a logical treatment of all the fundamental
concepts necessary to understand the organization and Written for a first course in electronic devices at the
design of a computer. It is designed to cover the require- undergraduate level, covering both analog and digital
ments of a first-course in computer organization for under- circuits and systems, this comprehensive book explains
graduate Computer Science, Electronics, or MCA students. device physics, device characteristics, circuit models and
Beginning from first principles, the text guides students DKCUKPI VGEJPKSWGU QH $,6U ,('6U CPF /15('6U 6JG
through to a stage where they are able to design and build a presentation is simple, precise, direct and an outgrowth of
small computer with available IC chips. the author’s teaching experience.

Starting with the foundation material on data Analog electronics spans small- and large-signal amplifiers,
representation, computer arithmetic and combinatorial and HGGFDCEM CORNKHKGTU QUEKNNCVQTU 12#/2U CPF VJGKT
UGSWGPVKCN EKTEWKV FGUKIP VJG VGZV GZRNCKPU #.7 FGUKIP CPF applications, while digital electronics covers logic gates and
KPENWFGU C FKUEWUUKQP QP CP #.7 +% EJKR +V CNUQ FKUEWUUGU families, the number systems, combinational logic, flip-flops,
Algorithmic State Machine and its representation using a sequential circuits, memories, and A/D and D/A converters.
*CTFYCTG&GUETKRVKQP.CPIWCIGDGHQTGUJKHVKPIVQEQORWVGT 2J[UKECN GZRNCPCVKQPU YJGTGXGT OGCPKPIHWN CPF RTQRGTN[
organization. justified approximations and circuit simplifications are
provided to create a clear picture of the topics covered.
The evolutionary development of a small hypothetical
computer is described illustrating hardware-software trade- The text is also ideal for self-study owing to the large
off in computer organization. Its instruction set is designed number of illustrative examples provided. The book is so
giving reasons why each new instruction is introduced. This organized and sequenced that it lends itself to pruning and
KUHQNNQYGFD[CFGUETKRVKQPQHVJGIGPGTCNHGCVWTGUQHC%27 restructuring according to the convenience and the time
organization of main memory and I/O systems. The book available at the teacher’s disposal.
concludes with a chapter describing the features of a real CONTENTS: 2TGHCEG 5GOKEQPFWEVQTU &KQFGU CPF
EQORWVGTPCOGN[VJG+PVGN2GPVKWO#PCRRGPFKZFGUETKDGU Diode Circuits. Transistors and Integrated Circuits. Small-
a number of laboratory experiments which can be put Signal Models, Amplification and Biasing. Small-Signal
together by students, culminating in the design of a toy #ORNKHKGTUō(TGSWGPE[ 4GURQPUG .CTIG5KIPCN #ORNKHKGTU
computer. (GGFDCEM #ORNKHKGTU CPF 1UEKNNCVQTU 1RGTCVKQPCN
CONTENTS: 2TGHCEG &CVC 4GRTGUGPVCVKQP $QQNGCP Amplifiers. Digital Logic and Circuits. Boolean Algebra and
Algebra and Logic Gates. Combinatorial Switching Circuits. Combinational Circuits. Sequential Circuits and Systems.
5GSWGPVKCN 5YKVEJKPI %KTEWKVU #TKVJOGVKE CPF .QIKE 7PKV /WNVKXKDTCVQTU CPF 5YKVEJKPI 4GIWNCVQTU #RRGPFKEGUō
Application of Sequential Circuits. Computer Systems— + (TGSWGPE[ 4GURQPUG QH 5KORNG %KTEWKVU ++ #PCN[UKU QH
Multiple Views. Basic Computer Organization. Central %/15 +PXGTVGT +++ %CVJQF4C[ 6WDG $KDNKQITCRJ[
2TQEGUUKPI 7PKV /GOQT[ 1TICPK\CVKQP +PRWVQWVRWV #PUYGTUVQ2TQDNGOU+PFGZ
&GXKEGU +PRWV1WVRWV 1TICPK\CVKQP %CUG 5VWF[ QH C 4GCN Latest Print 2009 / 744 pp. / 17.8 × 23.5 cm
Computer System. Appendixō#5WIIGUVGF*CTFYCTG.CD ISBN-978-81-203-1491-7 / C 350.00
'ZRGTKOGPVU $ &GEKUKQP 6CDNG 6GTOKPQNQI[ 4GHGTGPEGU
Index.
Latest Print 2011 / 528 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2979-9 / C 295.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 144
ENGINEERING
Electrical/Electronics (A0#.1)/DIGITAL E.'%6410+%5)

Introduction to Introduction to
Digital Computer Linear and Digital
Design, An, Control Systems
5th ed.

V. RAJARAMAN, *QPQTCT[ 2TQHGUUQT5WRGTEQORWVGT ARUN K. GHOSH, 8KUKVKPI 2TQHGUUQT5KT,%$QUG5EJQQNQH


'FWECVKQP CPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVGQH5EKGPEG 'PIKPGGTKPI *QQIJN[
$CPICNQTG
T. RADHAKRISHNAN, 2TQHGUUQT QH%QORWVGT5EKGPEGCPF This book presents comprehensive coverage of linear control
5QHVYCTG 'PIKPGGTKPI(CEWNV[QH'PIKPGGTKPICV%QPEQTFKC systems along with an introduction to digital control
7PKXGTUKV[ /QPVTGCN%CPCFC systems. It is designed for undergraduate courses in control
systems taught in departments of electrical engineering,
This well-received book, now in fifth edition, has been electronics and instrumentation, electronics and
thoroughly revised and updated with new material on communication, instrumentation and control, and computer
%/15 ICVGU /5+#.7 CPF 2GPVKWO CTEJKVGEVWTG 6JG science and engineering.
chapter on Cache and Virtual Memory has been rewritten. The text discusses the important concepts of control
#PGYEJCRVGTQP2CTCNNGN%QORWVGTUJCUDGGPCFFGF systems, transfer functions and system components. It
The first part of the book is devoted to digital techniques FGUETKDGU U[UVGO UVCDKNKV[ GORNQ[KPI VJG *WTYKV\Ō4QWVJ
used in the design of digital circuits and small digital stability criterion, root locus technique, Bode plot, and polar
systems. The second part deals with logical organization CPF 0[SWKUV RNQVU +P CFFKVKQP VJKU UVWFGPVHTKGPFN[ DQQM
and architecture of computers. It also describes a small features in-depth coverage of controllers, compensators,
hypothetical computer to illustrate how instruction sets state-space modelling and discrete time systems.
CTG GXQNXGF 4GCN EQORWVGTU
PCOGN[ 2GPVKWO CPF KEY FEATURES
/+2U OCEJKPGU  CTG FGUETKDGF CPF EQORCTGF YKVJ VJG Ŗ +PENWFGU C DTKGH VWVQTKCN QP /#6.#$ KP CP CRRGPFKZ VQ
hypothetical computer. The remainder of this part describes help students learn how to use it for the analysis and
I/O devices, cache and virtual memory and parallel design of control systems.
computers. Ŗ 2TQXKFGU CP CDWPFCPEG QH YQTMGFQWV GZCORNGU
The book does not assume extensive knowledge of and review questions culled from university examination
electronics or mathematics. A knowledge of programming papers.
KP % QT ,CXC YQWNF DG WUGHWN VQ IKXG VJG UVWFGPV C RTQRGT Ŗ )KXGU CPUYGTU VQ UGNGEVGF EJCRVGTGPF SWGUVKQPU CV VJG
perspective to appreciate the development of the subject. end of the book.
This textbook is suitable for B.Sc. (Electronics) and B.Tech. CONTENTS: 2TGHCEG #DDTGXKCVKQPU Elementary Concepts.
courses. Both the parts of the book are self-contained and %QPVTQN 5[UVGOU CPF 6TCPUHGT (WPEVKQPU $NQEM &KCITCOU
may be used independently, if appropriate. CPF 5KIPCN (NQY )TCRJU /QFGNNKPI QH 5[UVGOU 5[UVGO
CONTENTS: 2TGHCEG 2CTV + &KIKVCN 6GEJPKSWGU CPF %QORQPGPVUCPF5[UVGOU(GGFDCEM%QPVTQN%JCTCEVGTKUVKEU
&GUKIPō&CVC 4GRTGUGPVCVKQP #TKVJOGVKE 1RGTCVKQPU #P 6KOG &QOCKP 2GTHQTOCPEG QH %QPVTQN 5[UVGOU $CUKEU QH
Algebra for Digital Systems. Combinatorial Switching %QPVTQNNGTU 5VCDKNKV[ CPF *WTYKV\Ō4QWVJ %TKVGTKC 4QQV
Circuits. Sequential Switching Circuits. Selected Examples .QEWU 6GEJPKSWG (TGSWGPE[ &QOCKP #PCN[UKU $QFG 2NQV
QH &KIKVCN 5[UVGOU /GOQT[ 1TICPK\CVKQP 2CTV ++ .QIKECN 2QNCT CPF 0[SWKUV 2NQVU %QORGPUCVQTU 5VCVG5RCEG
Organization and Architecture—A Small Computer Modelling. Discrete Time Systems. #RRGPFKEGUōA. Laplace
1TICPK\CVKQP %GPVTCN 2TQEGUUKPI 7PKV +PRWV1WVRWV 6TCPUHQTO $ 2CTVKCN (TCEVKQP 'ZRCPUKQP HQT 6TCPUHGT
Devices. Input-Output Organization. Cache and Virtual (WPEVKQPU%/CVTKEGU&%QPXQNWVKQP'/#6.#$2TKOGT
/GOQT[ 2CTCNNGNKUO KP %QORWVKPI #RRGPFKZ &GEKUKQP #PUYGTUVQ5GNGEVGF4GXKGY3WGUVKQPU+PFGZ
Table Terminology. Index. Latest Print 2010 / 596 pp. / 17.8 × 23.5 cm
Latest Print 2012 / 528 pp. / 17.8 × 23.5 cm ISBN-978-81-203-3124-2 / C 350.00
ISBN-978-81-203-3409-0 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 145 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (A0#.1)/DIGITAL E.'%6410+%5) Electrical/Electronics (BASIC E.'%6410+%5)

Principles of Basic Electronic


Digital Electronics Devices and Circuits

K. MEENA, 2TQHGUUQT QH%QORWVGT5EKGPEGCPF'PIKPGGTKPI MAHESH B. PATIL YQTMGF CVVJG%GPVTCN4GUGCTEJ.CD


2TKPEKRCN CPF*GCF&GRCTVOGPVQH%QORWVGT5EKGPEGCVVJG *KVCEJK
 CPFCV++6-CPRWT
Ō RTKQTVQLQKPKPI
5JTKOCVK +PFKTC)CPFJK%QNNGIG6KTWEJKTCRCNNK ++6$QODC[KPYJGTGJGKUEWTTGPVN[C2TQHGUUQT

This book teaches the basic principles of digital circuits. It is This book provides detailed fundamental treatment of the
appropriate for an introductory course in digital electronics underlying physics and operational characteristics of most
HQTVJGUVWFGPVUQH commonly used semiconductor devices, covering diodes
Ŗ $5E
%QORWVGT5EKGPEG and bipolar transistors, optoelectronic devices, junction
field-effect transistors, and MOS transistors. In addition,
Ŗ $5E
'NGEVTQPKEU
basic circuits utilising diodes, bipolar transistors, and field-
Ŗ $5E
+PHQTOCVKQP 6GEJPQNQI[ effect transistors are described, and examples are presented
Ŗ $5E
2J[UKEU which give a good idea of typical performance parameters
Ŗ $CEJGNQTQH%QORWVGT#RRNKECVKQPU
$%# and the associated waveforms.
Ŗ 2QUVITCFWCVG&KRNQOCKP%QORWVGT#RRNKECVKQPU A brief history of semiconductor devices is included so that
Ŗ /CUVGTQH%QORWVGT#RRNKECVKQPU
/%# the student develops an appreciation of the major
technological strides that have made today’s IC technology
The book emphasizes the OWUVMPQY concepts that should be
possible. Important concepts are brought out in a simple and
covered in an introductory course and provides an
lucid manner rather than simply stating them as facts.
abundance of clearly explained examples, so essential for a
0WOGTKECN GZCORNGU CTG KPENWFGF VQ KNNWUVTCVG VJG EQPEGRVU
thorough understanding of the principles involved in the
and also to make the student aware of the typical
analysis and design of digital computers. The book takes
magnitudes of physical quantities encountered in practical
UVWFGPVUUVGRD[UVGRVJTQWIJFKIKVCNVJGQT[HQEWUKPIQP
electronic circuits. Wherever possible, simulation results are
Ŗ 0WODGT TGRTGUGPVCVKQP U[UVGOU CPF EQFGU HQT included in order to present a realistic picture of device
representing information in digital systems QRGTCVKQP (WPFCOGPVCN EQPEGRVU NKMG DKCUKPI UOCNNUKIPCN
Ŗ 7UGQHNQIKEICVGUKPDWKNFKPIFKIKVCNEKTEWKVU models, amplifier operation, and logic circuits are explained.
Ŗ $CUKERQUVWNCVGUCPFVJGQTGOUQH$QQNGCPCNIGDTC 4GXKGY SWGUVKQPU CPF RTQDNGOU CTG KPENWFGF CV VJG GPF QH
each chapter to help students test their understanding.
Ŗ -CTPCWIJOCROGVJQFHQTUKORNKH[KPI$QQNGCPHWPEVKQPU
Ŗ #TKVJOGVKEEKTEWKVUUWEJCUCFFGTUCPFUWDVTCEVQTU The book is designed for a first course on semiconductor
devices and basic electronic circuits for the undergraduate
Ŗ %QODKPCVKQPCN EKTEWKV DWKNFKPI DNQEMU UWEJ CU students of electrical and electronics engineering as well as
multiplexers, decoders and encoders for the students of related branches such as electronics and
Ŗ 5GSWGPVKCN EKTEWKV DWKNFKPI DNQEMU UWEJ CU HNKRHNQRU communication, electronics and instrumentation, computer
counters and registers science and engineering, and information technology.
Ŗ 1RGTCVKQP QH OGOQT[ GNGOGPVU UWEJ CU 4#/ &4#/ CONTENTS: 2TGHCEG#5GPUGQH5ECNG%CTTKGT5VCVKUVKEUCPF
magnetic disk, magnetic bubble, optical disk, etc. Transport. RP ,WPEVKQP &KQFGU +–8 Curve. RP ,WPEVKQP
CONTENTS: 2TGHCEG 0WODGT 5[UVGOU CPF %QFGU .QIKE &KQFGU #% CPF 6TCPUKGPV %QPFKVKQPU 1RVQGNGEVTQPKE RP
Gates and Circuits. Boolean Algebra. Combinational Logic ,WPEVKQP &KQFGU &KQFG %KTEWKVU $KRQNCT ,WPEVKQP
Circuits. Sequential Logic Circuits. Counters and Shift 6TCPUKUVQTU$,6#ORNKHKGTU,WPEVKQP(KGNF'HHGEV6TCPUKUVQTU
4GIKUVGTU/GOQT['NGOGPVU+PFGZ /15 6TCPUKUVQTU #RRGPFKEGUō# RP ,WPEVKQP $CPF
&KCITCO +PENWFKPI %QPVCEVU $ 5OCNNUKIPCN &KQFG /QFGN
Latest Print 2012 / 288 pp. / 16.0 × 24.1 cm
WPFGT (QTYCTF $KCU % $,6 J 2CTCOGVGTU 4GHGTGPEGU
ISBN-978-81-203-3270-6 / C 250.00
5WIIGUVGF4GCFKPI+PFGZ
Latest Print 2013 / 384 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4729-8 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 146
ENGINEERING
Electrical/Electronics (BASIC E.'%6410+%5)

Basic Electronics: Circuit Theory:


Devices, Circuits and Continuous and
IT Fundamentals Discrete-Time
Systems, Elements of
Network Synthesis

SANTIRAM KAL, 2TQHGUUQT &GRCTVOGPVQH'NGEVTQPKEUCPF C.P. KURIAKOSE, KU %QPUWNVCPVVQVJG1'0)TQWRQH


'NGEVTKECN %QOOWPKECVKQP'PIKPGGTKPI+PFKCP+PUVKVWVGQH %QORCPKGU &KTGEVQTQH)WCTFKCP%QPVTQNU.VF%QEJKPCPFC
6GEJPQNQI[-JCTCIRWT 8KUKVKPI 2TQHGUUQTQH'NGEVTKECN'PIKPGGTKPI)QXV/ QFGN
'PIKPGGTKPI %QNNGIG%QEJKP
This comprehensive and well-organized text discusses the
fundamentals of electronic communication, such as devices This book is designed to meet a felt need for a concise but
and analog and digital circuits, which are so essential for an systematic and rigorous presentation of Circuit Theory
WPFGTUVCPFKPIQHFKIKVCNGNGEVTQPKEU2TQHGUUQT5CPVKTCO-CN which forms the core of electrical engineering.
with his wealth of knowledge and his years of teaching 6JG DQQM KU RTGUGPVGF KP HQWT RCTVU (WPFCOGPVCN EQPEGRVU
experience, compresses, within the covers of a single in electrical engineering, Linear-time invariant systems,
volume, all the aspects of electronics—both analog and Advanced topics in network analysis, and Elements of
digital—encompassing devices such as microprocessors, network synthesis. A variety of illustrative examples, solved
microcontrollers, fibre optics, and photonics. In so doing, he problems and exercises carefully guide the student from
has struck a fine balance between analog and digital basic of electricity to the heart of circuit theory, which is
electronics. supported by the mathematical tools of transforms. The
KPENWUKQP QH C EJCRVGT QP 25RKEG CPF /#6.#$ KU UWTG VQ
A distinguishing feature of the book is that it gives case whet the interest of the reader for further exploration of the
studies in modern applications of electronics, including subject—especially the advanced topics.
information technology, that is, DBMS, multimedia,
Intended primarily as a textbook for the undergraduate
computer networks, Internet, and optical communication.
students of electrical, electronics, and computer science
Worked-out examples, interspersed throughout the text, and engineering, this book would also be useful for postgraduate
the large number of diagrams should enable the student to students and professionals for reference and revision of
have a better grasp of the subject. Besides, exercises, given at fundamentals. The book should also serve as a source book
the end of each chapter, will sharpen the student’s mind in for candidates preparing for examinations conducted by
self-study. These student-friendly features are intended to professional bodies like IE, IETE, IEEE.
enhance the value of the text and make it both useful and CONTENTS: .KUV QH 6CDNGU (QTGYQTF 2TGHCEG
interesting. #EMPQYNGFIGOGPVU 2CTV  (WPFCOGPVCN %QPEGRVU KP
CONTENTS 2TGHCEG #EMPQYNGFIGOGPVU #P +PVTQFWE Electrical Engineering—Circuit Variables. Circuit Elements.
0GVYQTM .CYU 0GVYQTM 6JGQTGOU #NVGTPCVKPI %WTTGPV
VKQP VQ 'NGEVTQPKEU 5GOKEQPFWEVQTU /CVGTKCNU CPF ,WPEVKQP
%KTEWKV 2CTV  .KPGCT 6KOGKPXCTKCPV
.6+  5[UVGOUō
&KQFGU ,WPEVKQP &KQFGU CPF 6JGKT #RRNKECVKQPU $,6U CPF
6GEJPKSWGU QH %KTEWKV #PCN[UKU 0GVYQTM 6QRQNQI[
('6U 6TCPUKUVQT $KCUKPI CPF 5OCNN 5KIPCN #ORNKHKGTU
Differential Equations—Solution by Classical Methods.
(GGFDCEM #ORNKHKGTU CPF 1UEKNNCVQTU 1RGTCVKQPCN #ORNK .CRNCEG 6TCPUHQTOU KP 0GVYQTM #PCN[UKU 5VGCF[ 5VCVG
fiers. Digital Logic and Combinational Circuits. Sequential 5KPWUQKFCN 4GURQPUG QH *KIJGT 1TFGT 0GVYQTMU 6GTOKPCN
Logic Circuits. Analog-to-Digital and Digital-to-Analog %JCTCEVGTKUVKEU QH 0GVYQTMU 0GVYQTM (WPEVKQPU 9CXG
Conversion. Data Acquisition Systems. Memory Systems. (KNVGTUō(TGSWGPE[ 5GNGEVKXG %KTEWKVU (QWTKGT 5GTKGU CPF
Microcomputers and Microprocessors. Communication (QWTKGT 6TCPUHQTOU 0GVYQTM #PCN[UKU 7UKPI 25RKEG CPF
5[UVGOU (KDTG 1RVKEU CPF VJG +PHQTOCVKQP #IG /#6.#$ 2CTV  #FXCPEGF 6QRKEU KP 0GVYQTM #PCN[UKUō
(WPFCOGPVCNU QH +PHQTOCVKQP 6GEJPQNQI[ $KDNKQITCRJ[ State Variable Analysis. Digital Systems and \-Transforms.
5GNGEV #PUYGTU VQ 1DLGEVKXGV[RG 3WGUVKQPU CPF 0WOGTKECN 0QP.KPGCT 5[UVGOU 2CTV  'NGOGPVU QH 0GVYQTM
2TQDNGOU+PFGZ 5[PVJGUKUō0GVYQTM 5[PVJGUKU #RRGPFKEGUō# /CVTKEGU
Latest Print 2012 / 584 pp. / 17.8 × 23.5 cm CPF &GVGTOKPCPVU $ %QORNGZ 8CTKCDNGU % 1RGTCVKQPCN
#ORNKHKGTU & %QWRNGF %KTEWKVU CPF VJG 6TCPUHQTOGT
ISBN-978-81-203-1952-3 / C 325.00
4GXKGY2TQDNGOU4GHGTGPEGU+PFGZ
Latest Print 2011 / 528 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2643-9 / C 350.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 147 PHI Learning: Publications
ENGINEERING
Electrical/Electronics (BIOMEDICAL I05647/'06#6+10)

Biomedical Electronics in
Instrumentation Medicine and
and Measurements Biomedical
Instrumentation,
2nd ed.

R. ANANDANATARAJAN, 2TQHGUUQT CPF*GCF&GRCTVOGPV NANDINI K. JOG CP #FLWPEV 2TQHGUUQT &GRCTVOGPV QH


QH 'NGEVTQPKEUCPF+PUVTWOGPVCVKQP'PIKPGGTKPI2QPFKEJGTT[ 'NGEVTQPKEU 'PIKPGGTKPI/WMGUJ2CVGN5EJQQNQH6GEJPQNQI[
'PIKPGGTKPI%QNNGIG2WFWEJGTT[ /CPCIGOGPVCPF'PIKPGGTKPI0/+/57PKXGTUKV[/WODCK

Designed as a text for the undergraduate students of Medical electronics is using vast and varied applications in
instrumentation, electrical, electronics and biomedical numerous spheres of human endeavour—ranging from
engineering, it covers the entire range of instruments and communication, biomedical engineering to re-creational
their measurement methods used in the medical field. The activities. This book in its second edition continues to give a
detailed insight into the basics of human physiology. It also
functions of the biomedical instruments and measurement
educates the readers about the role of electronics in
methods are presented keeping in mind those students who
medicine and the various state-of-the-art equipments being
have minimum required knowledge of human physiology. used in hospitals around the world.
The purpose of this book is to review the principles of The text presents the reader with a deep understanding of
biomedical instrumentation and measurements employed in the human body, the functions of its various organs, and
VJG JQURKVCN KPFWUVT[ 2TKOCT[ GORJCUKU KU NCKF QP VJG then moves on to the biomedical instruments used to
method rather than micro level mechanism. This book decipher with greater precision the signals in relation to the
UGTXGU VYQ RWTRQUGU 1PG KU VQ GZRNCKP VJG OGEJCPKUO CPF body’s state of well-being. The book incorporates the latest
functional details of human body, and the other is to explain research and developments in the field of biomedical
how the biological signals of human body can be acquired KPUVTWOGPVCVKQP 0WOGTQWU FKCITCOU CPF RJQVQITCRJU QH
and used in a successful manner. medical instruments make the book visually appealing and
interesting.
CONTENTS: 2TGHCEG 'NGEVTQPKEU CPF /GFKEKPG $KQGNGEVTKE
2QVGPVKCNU CPF 6TCPUFWEGTU $KQGNGEVTKE 5KIPCN #ESWKUKVKQP 2TKOCTKN[ KPVGPFGF CU C VGZV HQT VJG UVWFGPVU QH 'NGEVTQPKEU
6JG 0GTXQWU 5[UVGO 6JG %CTFKQXCUEWNCT 5[UVGO and Instrumentation Engineering and Biomedical
2WNOQPCT[4GURKTCVQT[ 5[UVGOU $KQVGNGOGVT[ 'NGEVTKECN Engineering, the book would also be of immense interest to
medical practitioners.
5CHGV[ QH /GFKECN 'SWKROGPVU CPF 2CVKGPVU /GFKECN
+OCIKPI 5[UVGOU 6JGTCRGWVKE 7PKVU CPF #PCN[VKECN NEW TO THIS EDITION
Instruments. Index. Ŗ /CIPGVQGPE[RJCNQITCRJ[
/')  CPF HGCVWTGU QH
Mediscope software used for medical imaging
Latest Print 2011 / 304 pp. / 17.8 × 23.5 cm
Ŗ 6QRKEU QP QRVKECN HKDGT VTCPUFWEGTU CPF HKDGT QRVKE
ISBN-978-81-203-4227-9 / C 275.00
OKETQRJQPGUWUGFKP/4+UECPPKPI
Ŗ &KUEWUUGU KP FGVCKN VJG OGFKECN KPUVTWOGPVU NKMG
colorimeter, spectro-photometer and flame photometry
and auto analyzers for the study of toxic levels in the
body
Ŗ +PENWFGU C FGVCKNGF FGUETKRVKQP QH RCEGOCMGTU CPF
FGHKDTKNNCVQTU CPF VGUVU NKMG 2JQPQECTFKQITCRJ[ 8GEVQT
%CTFKQITCRJ[0WENGCTUVTGUUVGUV/4+UVTGUUVGUV
Ŗ #FFKVKQP QH VJG RTQEGFWTG QH FKCN[UKU JGOQFKCN[UKU CPF
peritoneal dialysis
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ $KQOGFKECN
+PUVTWOGPVCVKQP 6TCPUFWEGTU #ORNKHKGTU 4GEQTFGTU CPF
Displays. Blood. Cardiovascular System or Circulatory
5[UVGO 0GTXQWU 5[UVGO 4GURKTCVQT[ CPF 1VJGT
Measurements. Imaging Techniques. Bibliography. Index.
Latest Print 2013 / 208 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4724-3 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 148
ENGINEERING
Electrical/Electronics (BIOMEDICAL I05647/'06#6+10) Electrical/Electronics (C1//70+%#6+10 SYSTEMS)

Introduction to Communication
Biomedical Engineering
Instrumentation

MANDEEP SINGH, (CEWNV[ #FXKUQTCPF(QTOGT*GCF M.N. BANDYOPADHYAY, &KTGEVQT 0CVKQPCN+PUVKVWVGQH


&GRCTVOGPV QH'NGEVTK ECN CPF+PUVTWOGPVCVKQP'PIKPGGTKPI 6GEJPQNQI[
0+6 -WTWMUJGVTC
6JCRCT 7PKXGTUKV[2CVKCNC
This compact and student-friendly text offers a compre-
This book presents a detailed introduction to the hensive introduction to several topics of communication
fundamental principles and applications of biomedical engineering, imparting a thorough grounding in the
instrumentation. It is intended as a textbook for the fundamental concepts of modulation and demodulation,
undergraduate students of Instrumentation, Electronics, radio communication, telecommunication, radar, television,
and Electrical Engineering for a course in biomedical network management in communication, and advances in
instrumentation as part of their programmes. communication. It explains the basic theory of operation and
applications. The main objective of this text is to provide the
The book familiarizes the students of engineering with the
students with a clear understanding of the principles of
basics of medical science by explaining the relevant medical
communication engineering, aided by several diagrams and
terminology in simple language. Without presuming prior
solved numerical problems.
knowledge of human physiology, it helps the students
to develop a substantial understanding of the complex DISTINGUISHING FEATURES
processes of functioning of the human body. The Ŗ #PWODGTQHUQNXGFGZCORNGUVQTGKPHQTEGVJGEQPEGRVU
mechanisms of all major biomedical instrumentation Ŗ %QPEGRV CTG GZRNCKPGF YKVJ DNQEM FKCITCOU HQT DGVVGT
U[UVGOUō'%)'')%6UECPPGT/4+OCEJKPGRCEGOCMGT understanding
dialysis machine, ultrasound imaging machine, laser
lithotripsy machine, defibrillator, and plethysmograph—are Ŗ 0WOGTQWU QDLGEVKXG V[RG SWGUVKQPU
CTQWPF   CTG
explained comprehensively. A large number of illustrations provided in the Appendix
are provided throughout the book to aid in the development The book is primarily addressed to the needs of the
of practical understanding of the subject matter. Chapter- undergraduate students of electrical and electronics,
end review questions help in testing the students’ grasp of electronics and communication engineering and tele-
the underlying concepts. communication engineering.
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ $KQOGFKECN CONTENTS: 2TGHCEG +PVTQFWEVKQP /QFWNCVKQP CPF
+PUVTWOGPVCVKQP $KQ2QVGPVKCN 'NGEVTQFGU #ORNKHKGTU CPF &GOQFWNCVKQP4CFKQ%QOOWPKECVKQP6GNGEQOOWPKECVKQP
Measurement Systems. Cardiovascular Measurements. 4CFCT 6GNGXKUKQP 0GVYQTM /CPCIGOGPV KP %QOOWPKE
4GURKTCVQT[ 5[UVGO /GCUWTGOGPVU 0GWTQOWUEWNCT ation. Advanced Communication. Appendix. Index.
CPF 0GTXQWU /GCUWTGOGPVU 5GPUQT[ CPF $GJCXKQWTCN
Latest Print 2013 / 352 pp. / 17.8 × 23.5 cm
Measure-ments. Clinical Laboratory Instruments. Biomedical
ISBN-978-81-203-3962-0 / C 295.00
+OCIKPI 6GEJPKSWGU 6JGTCRGWVKE 'SWKROGPV 2CVKGPV
/QPKVQTKPI 5[UVGO 2CVKGPV 5CHGV[ CPF $KQOGFKECN
'SWKROGPV 4QNG QH .CUGTU KP *GCNVJECTG 2TQUVJGUGU CPF
Artificial Organs. Telemedicine and Medical Informatics.
5WIIGUVGF(WTVJGT4GCFKPI+PFGZ
Latest Print 2010 / 240 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4163-0 / C 195.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 149 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (C1//70+%#6+10/M+%419#8')

Antenna and Wave Communication


Propagation Protocol Engineering

R.L. YADAVA, 2TQHGUUQT KPVJG&GRCTVOGPVQH'NGEVTQPKEUCPF P. VENKATARAM, 2TQHGUUQT &GRCTVOGPVQH'NGEVTKECN


%QOOWPKECVKQP 'PIKPGGTKPI)CNIQVKCU%QNNGIGQH'PIKPGGTKPI %QOOWPKECVKQP 'PIKPGGTKPI++5E$CPICNQTG
CPF6GEJPQNQI[)TGCVGT0QKFC7VVCT2TCFGUJ SUNIL KUMAR S. MANVI, 2TQHGUUQTCPF*GCF&GRCTVOGPV
QH +PHQTOCVKQP5EKGPEGCPF'PIKPGGTKPI4'8#+PUVKVWVGQH
This book is designed to serve as a text for BE/BTech 6GEJPQNQI[CPF/CPCIGOGPV$CPICNQTG
students of Electronics and Communication Engineering
and for MTech students of Communication Engineering. It This book is aimed at providing the principles for design
provides a thorough understanding of the fundamentals and and development of communication protocols or
applications of the subject. The book discusses the properties communication software. The primary goal of this text is to
of several types of antennas such as dipoles, loop, Yagi, provide an active learning text where the protocol
log-periodic and microstrip antennas and lucidly explains developers can significantly improve their skills related to
the phenomenon of wave propagations with emphasis on building reusable communication software assets. It
theory of operation and design procedures. It provides a emphasizes hands-on protocol design exercises and analysis
comprehension of the principles of radiation and methods of of case studies to help the reader create an effective reusable
excitation. The book also focuses on antenna measurements communication software. The book is an excellent reference
along with necessary requirements and different methods of for the engineering students of electronics and
measurement. communication engineering, and computer engineering.
Written in an easy-to-understand manner, the text includes THE COVERAGE INCLUDES:
several illustrative examples. A large number of solved
Ŗ &GUKIPKPI GHHKEKGPV CPF WPCODKIWQWU EQOOWPKECVKQP
examples and exercise problems with varying difficulty
protocols.
levels are included to reinforce the theoretical under-
standing of concepts. The book also contains several Ŗ 6%2+2 CTEJKVGEVWTG CPF EQPEGRVU UWEJ CU UGTXKEG
objective-type questions in each chapter. The Appendices protocols, interfaces etc.
provide a rich source of information and expressions as Ŗ 5&.CPF5&.DCUGFEQOOWPKECVKQPUGSWGPVKCNRTQEGUUGU
well as design data. Ŗ 2TQVQEQNXGTKHKECVKQPCPFXCNKFCVKQPVGEJPKSWGU
CONTENTS: 2TGHCEG +PVTQFWEVKQP 'NGEVTQOCIPGVKE 9CXGU Ŗ 2TQVQEQNU[PVJGUKUTGU[PVJGUKUCPFKORNGOGPVCVKQP
CPF 4CFKCVKQP #PVGPPC (WPFCOGPVCNU CPF 2CTCOGVGTU CONTENTS: .KUV QH (KIWTGU .KUV QH 6CDNGU 2TGHCEG
Antenna Array. Linear Wire Antennas. Loop Antennas. +PVTQFWEVKQP 0GVYQTM 4GHGTGPEG /QFGN 2TQVQEQN
/GVCN2NCVG .GPU #PVGPPCU 2CTCDQNKE 4GHNGEVQT #PVGPPCU 5RGEKHKECVKQP 5&. # 2TQVQEQN 5RGEKHKECVKQP .CPIWCIG
;CIK #PVGPPC .QIRGTKQFKE #PVGPPC *QTP CPF %QPG 2TQVQEQN 8GTKHKECVKQP8CNKFCVKQP 2TQVQEQN %QPHQTOCPEG
#PVGPPCU *GNKECN #PVGPPC /KETQUVTKR #PVGPPC 5WTHCEG 6GUVKPI 2TQVQEQN 2GTHQTOCPEG 6GUVKPI 2TQVQEQN 5[PVJGUKU
9CXG 2TQRCICVKQP 6TQRQURJGTKE CPF 5RCEG 9CXG 2TQRCI 2TQVQEQN+ORNGOGPVCVKQP#UUKIPOGPVU4GHGTGPEGU+PFGZ
CVKQP +QPQURJGTKE 2TQRCICVKQP #PVGPPC /GCUWTGOGPVU
4GXKGY 3WGUVKQPU 3WGUVKQP $CPM YKVJ 5QNWVKQPU Latest Print 2012 / 304 pp. / 16.0 × 24.1 cm
Appendices. Glossary. Index. ISBN-978-81-203-2653-8 / C 275.00

Latest Print 2011 / 746 pp. / 17.8 × 23.5 cm


ISBN-978-81-203-4291-0 / C 525.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 150
ENGINEERING
Electrical/Electronics (C1//70+%#6+10/M+%419#8')

Data Data
Communications and Communications and
Computer Networks Computer Networks,
3rd ed.
PRAKASH C. GUPTA,
*GCF&CVC0GVYQTMU
4GNKCPEG +PHQEQOO.VF

2TKOCTKN[ KPVGPFGF CU C VGZV HQT WPFGTITCFWCVG EQWTUGU BRIJENDRA SINGH, 2TQHGUUQT &GRCTVOGPVQH%QORWVGT
in Electronics and Communications Engineering, Computer 5EKGPEG7PKXGTUKV[QH.WEMPQY.WEMPQY
Science, IT courses, and Computer Applications, this up-to-
date and accessible text gives an indepth analysis of data This fully revised book, now in its Third Edition, continues
communications and computer networks in an easy-to-read to provide a comprehensive coverage of data communi-
style. Though a new title, it is a completely revised and fully cations and computer networks in an easy to understand
updated version of the author’s earlier book &CVC style. The text places as much emphasis on the application of
%QOOWPKECVKQPU. The rapid strides made during the last
decade in the fields of data communication and networking, the concepts as on the concepts themselves. While the
and the close link between these two subjects have theoretical part is intended to offer a solid foundation of the
prompted the author to add several chapters on computer basics so as to equip the student for further study, the stress
networks in this text. on the applications is meant to acquaint the student with the
realistic status of data communications and computer
The book gives a masterly analysis of topics ranging from
networks as of now. In this edition, new topics such as
the principles of data transmission to computer networking
applications. It also provides standard protocols, thereby &KUVTKDWVGF 5[UVGOU %NKGPV 5GTXGT /QFGNU 9KTGNGUU .#0
enabling to bridge the gap between theory and practice. 0GVYQTM 5GEWTKV[ 6QQNU 9GDDCUGF #RRNKECVKQP 5GTXGTU
What’s more, it correlates the network protocols to the 'EQOOGTEG2)2
2TGVV[)QQF2TKXCE[ CPF+25GEWTKV[CTG
concepts, which are explained with the help of numerous included at appropriate places and some existing sections
examples to facilitate students’ understanding of the subject. are also updated to enrich the contents.
This well-organized text presents the latest developments in Intended primarily as a textbook for the students of
the field and details current topics of interest such as computer science and engineering, electronics and com-
/WNVKECUVKPI /2.5 +2X )KICDKV 'VJGTPGVU +25GE 55. munication engineering, master of computer applications
#WVQPGIQVKCVKQP 9KTGNGUU .#0U 0GVYQTM UGEWTKV[ (MCA), and those offering IT courses, this book would also
Differentiated services, and ADSL. be useful for practising professionals.
Besides students, the practicing professionals would find the
KEY FEATURES
book to be a valuable resource.
Ŗ +NNWUVTCVGUVJGCRRNKECVKQPQHVJGRTKPEKRNGUVJTQWIJJKIJN[
DISTINGUISHING FEATURES simplified block diagrams.
Ŗ 6JGDQQMKUUGNHEQPVCKPGFCPFUVWFGPVHTKGPFN[ Ŗ %QPVCKPU C EQORTGJGPUKXG INQUUCT[ YJKEJ IKXGU UKORNG
Ŗ 6JG UGSWGPVKCN QTICPK\CVKQP NGPFU HNGZKDKNKV[ KP FGUKIPKPI and accurate descriptions of various terms.
courses on the subject. Ŗ 2TQXKFGU CDQWV  3WGUVKQPU CPF #PUYGTU IKXGP CV VJG
Ŗ .CTIGPWODGTQHGZCORNGUFKCITCOUCPFVCDNGUKNNWUVTCVG end of the book which facilitate quick revision of the
the concepts discussed in the text.
concept.
Ŗ 0WOGTQWU GZGTEKUGU
YKVJ CPUYGTU  C NKUV QH CETQP[OU
and references to protocol standards. CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
CONTENTS: 2TGHCEG &CVC %QOOWPKECVKQP %QPEGRVU CPF Introduction. Communication Media and Data
6GTOKPQNQI[ 6TCPUOKUUKQP /GFKC 6GNGRJQPG 0GVYQTM Transmission. Error Detection and Correction. Data
&CVC .KPG &GXKEGU 'TTQT %QPVTQN 0GVYQTM #TEJKVGEVWTG %QORTGUUKQP &CVC .KPM %QPVTQN CPF 2TQVQEQN %QPEGRVU
6JG 2J[UKECN .C[GT 6JG &CVC .KPM .C[GT &CVC .KPM .QECN #TGC 0GVYQTMU 9KFG #TGC 0GVYQTMU +PVGITCVGF
2TQVQEQNU .QECN #TGC 0GVYQTMU +'''  'VJGTPGVU 5GTXKEGU CPF 4QWVKPI 2TQVQEQNU 9KTGNGUU .CPU
6QMGP 2CUUKPI .QECN #TGC 0GVYQTMU 9KTGNGUU .QECN #TGC +PVGTPGVYQTMKPI 6%2 4GNKCDNG 6TCPURQTV 5GTXKEG 0GVYQTM
0GVYQTMU $TKFIGU CPF .C[GT 5YKVEJGU 0GVYQTM .C[GT #RRNKECVKQPU 0GVYQTM /CPCIGOGPV 0GVYQTM 5GEWTKV[
8KTVWCN%KTEWKV2CEMGV5YKVEJKPI0GVYQTM+PVGTPGV2TQVQEQN #RRGPFKEGUō #5%++ %QFG  #DDTGXKCVKQPU CPF

+2  4QWVKPI 2TQVQEQNU /WNVKECUVKPI CPF /WNVKRTQVQEQN #ETQP[OU  3WGUVKQPU CPF #PUYGTU QP 0GVYQTMKPI
.CDGN 5YKVEJKPI
/2.5  6TCPURQTV .C[GT 0GVYQTM  %QPVCEV #FFTGUUGU HQT 8CTKQWU 1TICPK\CVKQPU )NQUUCT[
Security. Application Layer. Bibliography. Answers to
of Terms. Bibliography. Index.
Selected Exercises. List of Acronyms. Index.
Latest Print 2012 / 828 pp. / 17.8 × 23.5 cm Latest Print 2012 / 416 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2846-4 / C 450.00 ISBN-978-81-203-4466-2 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 151 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (C1//70+%#6+10/M+%419#8')

Fundamentals of Insight into Wavelets:


Optical Fibre From Theory to
Communication Practice, 3rd ed.
ZLWK &'520

M. SATHISH KUMAR, #UUKUVCPV2TQHGUUQTKP'NGEVTQPKEUCPF K.P. SOMAN, *GCF %GPVTGHQT'ZEGNNGPEGKP%QORWVCVKQPCN


%QOOWPKECVKQP &GRCTVOGPVQH/CPKRCN+PUVKVWVGQH6GEJPQNQI[ 'PIKPGGTKPI CPF0GVYQTMKPI#OTKVC8KUJYC8KF[CRGGVJCO
/CPKRCN %QKODCVQTG
K.I. RAMACHANDRAN, 2TQHGUUQT %GPVTGHQT'ZEGNNGPEGKP
Optical fibre communication is fast crossing the boundaries %QORWVCVKQPCN 'PIKPGGTKPICPF0GVYQTMKPI#OTKVC8KUJYC
of research laboratories, and attaining the threshold of real- 8KF[CRGGVJCO %QKODCVQTG
life applicability. The book attempts to provide a thorough N.G. RESMI, 4GUGCTEJ #UUQEKCVGKP%GPVTGHQT'ZEGNNGPEG
understanding of the fundamentals of optical fibre KP %QORWVCVKQPCN 'PIKPGGTKPI CPF 0GVYQTMKPI #OTKVC
communication. 7PKXGTUKV[ %QKODCVQTG
Organized into seven chapters, this book begins with a This book in its third edition additionally explores how the
discussion of planar dielectric waveguide, and proceeds to ubiquitous electronic spreadsheet can be utilized for wavelet
discuss optical fibre and the propagation of light through it. based signal and image processing. Many of the intriguing
+V CNUQ EQXGTU 'TDKWO &QRGF (KDTG #ORNKHKGT
'&(#  properties of wavelet and scaling functions can be easily
semiconductor optical sources and detectors, fibre optic observed in the spreadsheets.
communication systems, and fibre optic measurements.
NEW TO THIS EDITION
This book is primarily intended as a text for undergraduate Ŗ +PENWUKQP QH C UGRCTCVG CPF GNCDQTCVG EJCRVGT QP
students of Electrical Engineering, Electronics and Multiwavelet theory.
Communication Engineering, and Telecommunication
Ŗ 6JGQT[ QH RCTCOGVTKE YCXGNGV HKNVGTU FGUKIP CRRGPFGF KP
Engineering. The book would also prove to be of immense
respective chapters.
DGPGHKV VQ RQUVITCFWCVG UVWFGPVU QH 2J[UKEU CPF VJQUG
preparing for AMIE and AMIETE exams. Ŗ 2CTCOGVTKE CPF PQPRCTCOGVTKE DKQTVJQIQPCN YCXGNGV
design explained in more detail.
KEY FEATURES Ŗ %JCRVGT QP /DCPF YCXGNGV KPENWFGF YKVJ UKORNKHKGF
Ŗ .WEKF FKUEWUUKQP QH EQPEGRVU GPUWTKPI GCU[ EQORTG design procedures.
hensibility of even advanced topics to undergraduate
Intended to cater to the postgraduate students of
students.
computer science, electrical/electronic and communication
Ŗ 0WOGTKECNRTQDNGOUHQTOKPICPKPVGITCNRCTVQHVJGDQQM engineering, the textbook will also meet the needs of
making it application-oriented. undergraduate and postgraduate students of mathematics
Ŗ 5QNWVKQPUVQEJCRVGTGPFPWOGTKECNRTQDNGOURTQXKFGFCV and physics.
the end of the book. CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
CONTENTS: 2TGHCEG Acknowledgements. Dielectric #EMPQYNGFIGOGPVU 6JG #IG QH 9CXGNGVU (QWTKGT 5GTKGU
9CXGIWKFUō2CTV  2NCPCT 9CXGIWKFGU &KGNGEVTKE CPF)GQOGVT[%QPVKPWQWU9CXGNGVCPF5JQTV6KOG(QWTKGT
9CXGIWKFGUō2CTV  1RVKECN (KDTGU #VVGPWCVKQP CPF Transform. Discrete Wavelet Transform. Designing
1TVJQIQPCN 9CXGNGV 5[UVGOU # &KTGEV #RRTQCEJ &KUETGVG
&KUVQTVKQPKP1RVKECN(KDTGU'TDKWO&QRGF(KDTG#ORNKHKGTU
9CXGNGV6TCPUHQTOCPF4GNCVKQPVQ(KNVGT$CPMU%QORWVKPI
1RVKECN 5QWTEGU CPF &GVGEVQTU (KDTG 1RVKE %QOOWPKECVKQP CPF 2NQVVKPI 5ECNKPI CPF 9CXGNGV (WPEVKQPU $KQTVJQIQPCN
5[UVGOU (KDTG 1RVKE /GCUWTGOGPVU 5QNWVKQPU VQ %JCRVGT 9CXGNGVU &GUKIPKPI 9CXGNGVU (TGSWGPE[ &QOCKP
GPF0WOGTKECN2TQDNGOU+PFGZ Approach. Groebner Basis for Wavelet Design. Wavelet
Latest Print 2010 / 216 pp. / 17.8 × 23.5 cm 2CEMGV #PCN[UKU /$CPF 9CXGNGVU +PVTQFWEVKQP VQ
ISBN-978-81-203-2781-8 / C 195.00 Multiwavelets. Lifting Scheme. Image Compression.
&GPQKUKPI $G[QPF 9CXGNGVU 6JG 4KFIGNGVU CPF %WTXGNGVU
5RNKPG 9CXGNGVU +PVTQFWEVKQP CPF #RRNKECVKQPU VQ
Computer Graphics. Appendix. Index.
Latest Print 2011 / 464 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4053-4 / C 375.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 152
ENGINEERING
Electrical/Electronics (C1//70+%#6+10/M+%419#8')

Microwave Network Theory:


Semiconductor Analysis and
Devices Synthesis

SITESH KUMAR ROY, %JKGH +PXGUVKICVQT QH&4&1RTQLGEVU SMARJIT GHOSH, 2TQHGUUQT 'NGEVTKECNCPF+PUVTWOGPVCVKQP
YKVJ+PUVKVWVGQH4CFKQ2J[UKEUCPF'NGEVTQPKEU
+42' %CNEWVVC 'PIKPGGTKPI6JCRCT7PKXGTUKV[2CVKCNC2WPLCD
MONOJIT MITRA, KU CUGPKQTHCEWNV[KPVJG&GRCTVOGPVQH
'NGEVTQPKEU CPF6GNGEQOOWPKECVKQP'PIKPGGTKPIKP$GPICN This book offers an excellent and practically oriented
'PIKPGGTKPI%QNNGIG
&GGOGF7PKXGTUKV[ *QYTCJ introduction to the basic concepts of modern circuit theory.
It builds a thorough and rigorous understanding of the
The main objective of this comprehensive text is to introduce analysis techniques of electric networks, and also explains
the students the physics and the operational principles as the essential procedures involved in the synthesis of passive
well as the characteristics, and applications of the networks. Written specifically to meet the needs of
microwave semiconductor devices. undergraduate students of electrical and electronics
engineering, electronics and communication engineering,
The book also deals with higher frequency microwaves
instrumentation and control engineering, and computer
called millimeter waves, which are finding wide appli-
science and engineering, the book provides modularized
cations in ground and satellite communication, radars and
coverage of the full spectrum of network theory suitable for
missile guidance. Millimeter wave system development is
a one-semester course.
one of the most advanced technologies in radio science,
especially in view of the ever increasing demand of A balanced emphasis on conceptual understanding and
communication and saturation of microwave frequency problem-solving helps students master the basic principles
range with increasing number of channels. and properties that govern circuit behaviour. A large
number of solved examples show students the step-by-step
The book discusses in greater detail about the semi-
processes for applying the techniques presented in the text.
EQPFWEVQT FGXKEGU UWEJ CU +/2#66 FKQFGU )WPP FKQFGU
A variety of exercises with answers at the chapter ends
*'/6FKQFGUCPF('6FKQFGU+VGORJCUK\GUQPXCTKQWUVYQ
allow students to practice the solution methods.
and three terminal devices in the microwave and millimeter
wave field based on silicon and Groups III-V compound Besides students pursuing courses in engineering, the book
semiconductors. is also suitable for self-study by those preparing for AMIE
and competitive examinations. An objective-type question
The book is intended to serve as a textbook for under-
bank at the end of book is designed to see how well the
graduate electronics and electrical engineering students and
students have mastered the material presented in the text.
postgraduate students of physics. It would also be a
valuable reference book for professional engineers and CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU (WPFCOGPVCNU
physicists. QH %KTEWKVU -KTEJJQHHŏU .CYU &% 0GVYQTM 6JGQTGOU &%
CONTENTS: 2TGHCEG /KETQYCXG CPF /KNNKOGVGT 9CXG 6TCPUKGPVU 5KPING2JCUG #% %KTEWKVU 4GUQPCPEG 6JTGG
&GXKEGU 2J[UKEU QH 5GOKEQPFWEVQT &GXKEGU /KETQYCXG 2JCUG 5[UVGOU (QWTKGT 5GTKGU CPF (QWTKGT 6TCPUHQTO
+/2#66 &GXKEGU 64#2#66 &KQFGU $#4+66 &KQFGU Laplace Transform. Application of Laplace Transform.
Transfer Electron Devices (Gunn Diode). Tunnel Diode. Analysis of Special Signal Waveforms. Application of
-KTEJJQHHŏU .CYU CPF 0GVYQTM 6JGQTGOU VQ #% %KTEWKVU
Schottky Barrier Diodes. Microwave Bipolar Transistors.
%QWRNGF %KTEWKVU 6YQ2QTV 0GVYQTMU 2TQRGTVKGU QH
/GVCN 5GOKEQPFWEVQT (KGNF 'HHGEV 6TCPUKUVQTU
/'5('6U 
0GVYQTM (WPEVKQPU 0GVYQTM )TCRJ 6JGQT[ #PCNQIQWU
*KIJ'NGEVTQP/QDKNKV[6TCPUKUVQT
/QFWNCVKQP&QRGF(KGNF
Systems. State Variable Approach. Transmission Lines.
Effect Transistor). Appendix. Index.
2CUUKXG (KNVGTU #VVGPWCVQTU 'SWCNK\GTU #EVKXG (KNVGTU
Latest Print 2009 / 204 pp. / 17.8 × 23.5 cm 5[PVJGUKU QH 2CUUKXG 0GVYQTMU #RRGPFKZ #2JCUQTU KP#%
ISBN-978-81-203-2418-3 / C 195.00 %KTEWKVU #RRGPFKZ$ 25RKEG %QOOCPFU1DLGEVKXGV[RG
3WGUVKQPU. Bibliography. Index.
Latest Print 2011 / 744 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2638-5 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 153 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (C1//70+%#6+10/M+%419#8')

Optoelectronic Satellite
Devices and Communication
Systems
MONOJIT MITRA, #UUKUVCPV
2TQHGUUQT&GRCTVOGPVQH'NGEVTQPKEU
CPF 6GNGEQOOWPKECVKQP 'PIKPGGTKPI
CV$GPICN'PIKPGGTKPICPF5EKGPEG
7PKXGTUKV[5JKDRWT

S.C. GUPTA KU &KTGEVQT/CJCTCLC#ICTUCKP+PUVKVWVGQH This compact text provides a thorough, readable treatment
6GEJPQNQI[726GEJPKECN7PKXGTUKV[.WEMPQY of the principles of satellite communication and its various
technologies and components. It presents a clear analysis of
This textbook offers a completely up-to-date and indepth subsystems of satellites, orbital mechanisms, launching
introduction to the principles and applications of opto- mechanisms, earth and space systems employed in satellite
electronic devices and systems. The text gives a detailed links, and analog and digital communication through
description of optical fibre waveguides, optical fibre cables satellites. Besides, it explains the different methods used to
and their characteristics, manufacturing process and access the various services provided by a satellite.
drawing of optical fibres. In addition, it deals with photon
The text avoids complicated mathematical derivations,
sources, photon detectors, fibre optics as a medium and
but the results of these derivations and their references
.#0 CPF 9#0 U[UVGOU UJQTV CPF NQPI JCWN QRVKECN HKDTG
are used throughout the book when required for
communication systems, electrooptic modulators and their
understanding the technical concepts.
characteristics.
2TKOCTKN[ KPVGPFGF CU C VGZVDQQM HQT WPFGTITCFWCVG
KEY FEATURES
students of electronics and communication engineering, tele-
Ŗ 2TQXKFGU EQORTGJGPUKXG GZRNCPCVKQP QH QRVKECN HKDTG communication engineering, and information technology,
communication with illustrations. this easy-to-understand book will also be useful as a
Ŗ )KXGU GZVGPUKXG VJGQT[ CPF GZRGTKOGPVCN CPF JQNQ reference for professional engineers.
graphic applications.
KEY FEATURES
Ŗ &KUEWUUGU VJG CRRNKECVKQPU QH NCUGTU KP KPFWUVT[ OKNKVCT[
Ŗ 2TQXKFGU C EQIGPV UVWF[ QH VJG GHHGEVU QH GENKRUG
and medical as well as fibre optics applications.
gravitational forces of sun and moon, and earth’s
Ŗ &GUETKDGU QRVKECN EQORWVKPI QRVKECN ICVGU CPF VJGKT oblateness on the orbit of satellites.
applications with illustrations.
Ŗ 'ZRNCKPU VJG GHHGEV QH PQKUG QP VJG SWCNKV[ QH UKIPCN QXGT
Ŗ 5QNXGFPWOGTKECNUCTGIKXGPCVVJGGPFQHDQQMHQTDGVVGT satellite communication links.
understanding of topics.
Ŗ &GUETKDGU UGXGTCN UCVGNNKVG U[UVGOU WUGF HQT UVWF[ QH
Intended primarily for undergraduate students in electrical soil, ice mapping, forest management, and disaster
engineering and electronics and telecommunication management.
engineering, the book should also prove extremely useful for Ŗ &KUEWUUGU UCVGNNKVG U[UVGO FGXGNQROGPV KP VJG +PFKCP
postgraduate students of physics. context and apprises readers of India’s participation in
CONTENTS: 2TGHCEG 9CXGIWKFGU CPF 1RVKECN (KDTG international communication satellite systems to share
2JQVQP 5QWTEGU CPF &GVGEVQTU 'NGEVTQ1RVKECN &GXKEGU and exchange data.
(QWTKGT 1RVKEU CPF *QNQITCRJ[ 1RVKECN %QOOWPKECVKQP CONTENTS: 2TGHCEG Overview of Satellite Communi-
5[UVGOU (KDTG 1RVKE 5GPUQTU 1RVKECN %QORWVKPI .CUGT cation. Satellite Orbits and Inclination. Spacecraft and
Applications in Industry, Medical and Military. Solved subsystem. Satellite Link Design. Analog Satellite
Examples. Appendices. Index. Communication. Digital Satellite Communication. Multiple
Latest Print 2011 / 656 pp. / 17.8 × 23.5 cm Access Techniques. Demand Assigned Multiple Access
ISBN-978-81-203-2694-1 / C 350.00
&#/#  'PEQFKPI CPF (QTYCTFKPI 'TTQT %QTTGEVKQP HQT
Digital Satellite Links. Earth Station Technology. Special
2WTRQUG %QOOWPKECVKQP 5CVGNNKVGU +PFKCP #EVKXKVKGU KP
Satellite Communication. Index.
Latest Print 2012 / 176 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2786-3 / C 195.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 154
ENGINEERING
Electrical/Electronics (C1//70+%#6+10/M+%419#8')

Satellite Telecommunication
Communication: Switching Systems
Concepts and and Networks
Applications,
2nd ed.

K.N. RAJA RAO, 2TQHGUUQT &GRCTVOGPVQHVGNGEQOOWPKECVKQP T. VISWANATHAN, &KTGEVQT +PFKCP 0CVKQPCN 5EKGPVKHKE
GPIKPGGTKPI CPFHQTOGT2TKPEKRCN48%QNNGIGQH'PIKPGGTKPI &QEWOGPVCVKQP %GPVTG 0GY &GNJK (QTOGTN[ 2TQHGUUQT
$GPICNWTW*GKUCNUQVJG#FXKUQTCV48%QNNGIGQH'PIKPGGTKPI &GRCTVOGPV QH 'NGEVTKECN %QOOWPKECVKQP 'PIKPGGTKPI CPF
5WRGTEQORWVGT 'FWECVKQPCPF4GUGCTEJ%GPVTG+PFKCP+PUVKVWVG
This new edition, an up-to-date and comprehensive title on QH 5EKGPEG $CPICNQTG
the rapidly expanding field of satellite communication, is
aimed at giving important aspects of space and satellite This comprehensive book is designed for the final-year
communication. It starts from fundamental concepts and undergraduate and the first-year graduate students in
helps reader to design satellite links. The book provides a electronics and communication engineering and fulfils the
smooth flow from satellite launch to various applications of need for a suitable textbook in the area of telecommuni-
satellite. It contains satellite systems, important parameter cation switching systems and networks. It covers topics of
calculations and design concepts. The emphasis is on current interest such as fibre optic communication systems
geostationary satellites. The text is organized in such a and networks, time division switching systems, data
manner that the reader starts with orbiting parameters and PGVYQTMU+5&0CPFXQKEGFCVCKPVGITCVKQPUEJGOGU
ends at designing a complete multiple access links. A distinguishing feature of the book is the thorough
With all of the latest information incorporated and several treatment of the most important telecommunication
key pedagogical attributes included, this textbook is an networks, viz. the public switched telephone network
invaluable learning tool for the engineering students of
2560  VJG RWDNKE FCVC PGVYQTM
2&0  CPF VJG KPVGITCVGF
electronics and communication. UGTXKEGUFKIKVCNPGVYQTM
+5&0 
NEW TO THIS EDITION Worked-out examples, and exercises would be of
Ŗ +ORQTVCPVFGUKIPGSWCVKQPUJCXGDGGPNKUVGFUGRCTCVGN[ considerable assistance to the reader in understanding
Ŗ 6JTGGPGYEJCRVGTUō4GNKCDKNKV[TGSWKTGOGPVUKPUCVGNNKVGU all aspects of telecommunication engineering.
4GOQVGUGPUKPIUCVGNNKVGUCPF'TTQTEQPVTQNEQFKPIōJCXG CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
been included. Introduction. Strowger Switching Systems. Crossbar
Ŗ 0GY5GEVKQPUCTGCFFGFKP%JCRVGTUCPF Switching Electronic Space Division Switching. Speech
Ŗ # DTKGH FKUEWUUKQP QP FKIKVK\GF XKFGQ VTCPUOKUUKQP KU Digitisation and Transmission. Time Division Switching.
included in Chapter 4. 1RVKECN (KDTG 5[UVGOU 6TCHHKE 'PIKPGGTKPI 6GNGRJQPG
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 0GVYQTMU &CVC 0GVYQTMU +PVGITCVGF 5GTXKEGU &KIKVCN
#EMPQYNGFIGOGPVU 0QOGPENCVWTG #P 1XGTXKGY QH 5RCEG 0GVYQTM'RKNQIWG#PUYGTUVQ5GNGEVGF'ZGTEKUGU+PFGZ
and Satellite. Orbit, Launch and Control. Choice of Carrier. Latest Print 2012 / 604 pp. / 16.0 × 24.1 cm
Link Concepts. Satellite Access. Satellite Sub-systems. ISBN-978-81-203-0713-1 / C 275.00
5CVGNNKVGU KP /QDKNG %QOOWPKECVKQP 4GNKCDKNKV[
4GSWKTGOGPVU KP 5CVGNNKVGU 4GOQVG 5GPUKPI 5CVGNNKVGU 'TTQT
%QPVTQN %QFKPI #RRGPFKEGUō +ORQTVCPV &GUKIP
'SWCVKQPU  &GVCKNU QH 5QOG QH VJG 5CVGNNKVGU  2QUKVKQP
%CNEWNCVKQPUKP)25$KDNKQITCRJ[+PFGZ
Latest Print 2013 / 412 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4725-0 / C 295.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 155 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (C1//70+%#6+10/M+%419#8')

Textbook on Optical Wireless and Mobile


Fiber Communication Communication
and Its Applications,
2nd ed. T.G. PALANIVELU, 2TKPEKRCN
2QPFKEJGTT['PIKPGGTKPI%QNNGIG
R. NAKKEERAN, #UUKUVCPV
2TQHGUUQT&GRCTVOGPVQH
'NGEVTQPKEU CPF%QOOWPKECVKQP
'PIKPGGTKPI2QPFKEJGTT[
'PIKPGGTKPI %QNNGIG
S.C. GUPTA, &KTGEVQT 0QTVJGTP+PFKC'PIKPGGTKPI%QNNGIG This text provides comprehensive coverage of the
)WTW)QXKPF5KPIJ+PFTCRTCUVJC7PKXGTUKV[&GNJK fundamental aspects of wireless technology and brings into
focus the recent developments in the field. It introduces the
The Second Edition contains two additional chapters—one students to the various mobile communication standards,
on optical fiber sensors and the other on optical fiber artificial intelligence techniques for mobility management,
networks. These additions together with the material of the and the methods adopted for frequency management.
first edition provide a comprehensive treatment of optical
fiber communication systems and their applications. The The book explains the cordless mobile systems and mobile
material is well presented and is designed for undergraduate computing and elaborates the satellite techniques essential
students pursuing courses in electrical engineering, and for global mobile communication and co-channel
electronics and telecommunication engineering. interference to manage frequency reuse hazards. It deals
The book offers a completely up-to-date, accessible, and in- with important design parameters of mobile communication
depth introduction to the principles and applications system and discusses the various security measures adopted
of optical fiber communications. It describes the recent to prevent the irregularities in wireless networking.
developments in optical fiber communication materials, Wideband code division multi-access (WCDMA), Bluetooth
devices, components, and systems. technology, and the intelligent mobile communication
system that provides better service quality are also
The coverage includes key concepts such as properties of FGUETKDGF (KPCNN[ VJG DQQM FKUEWUUGU VJG HQWTVJ IGPGTCVKQP
light, semiconductor materials, photon sources, optical
mobile communication system to provide user-controlled
receivers, LED and laser transmitters, optical homodyne and
heterodyne detection systems, polarization penalty, services, internetworking and reconfigurable technology.
connectorization and losses in optical fiber, photon–photon The book includes a large number of solved problems to
multiplexing using WDM and integrated optics, built-up of give a thorough grounding in the concepts. It also provides
NQPI JCWN 1(% NKPM CV  /DRU CPF  )DRU QRVKECN HKDGT chapter-end exercises to test students’ understanding of the
CRRNKECVKQPU KP .#09#0 CPF %%68 WPFGTPGCVJ UGC subject.
communication and long haul optical fiber communication.
The text is designed for undergraduate students of electrical
KEY FEATURES and electronics engineering, electronics and communication
Ŗ +PENWFGUR[TQGNGEVTKEFGVGEVQTUCPFVJGKTCRRNKECVKQPU engineering, computer science and engineering, and
Ŗ 2TQXKFGUFGVCKNGFFGUETKRVKQPUQHUJQTVJCWNCPFNQPIJCWN information technology (IT).
optical fiber links.
Ŗ )KXGU FGVCKNGF VTGCVOGPV QH UGOKEQPFWEVQT NCUGTU UQNKF CONTENTS: 2TGHCEG +PVTQFWEVKQP +PVTQFWEVKQP VQ
state and fiber lasers for optical communication. Telephone Systems. Mobile Communication. Introduction to
Ŗ /QTG TKIQTQWU VTGCVOGPV QH VJGQT[ D[ UQNXGF PWOGTKECNU Cellular Mobile Communication. Mobile Communication
for better understanding of topics. 5VCPFCTFU /QDKNKV[ /CPCIGOGPV (TGSWGPE[ /CPCIGOGPV
Ŗ &KUEWUUGU PGY VQRKEU PCOGN[ RJQVQPŌRJQVQP Cordless Mobile Communication Systems. Mobile Com-
multiplexing, and all optical networks. puting. Satellites in Mobile Communication. Global Mobile
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 1RVKECN (KDGTU Communication. Interferences in Cellular Mobile Communi-
1RVKECN(KDGTUCPF(KDGT%CDNGU'NGEVTQNWOKPGUEGPV5QWTEGU ECVKQP +ORQTVCPV 2CTCOGVGTU QH /QDKNG %QOOWPKECVKQP
1RVKECN (KDGT 6TCPUOKVVGT 1RVKECN &GVGEVQTU 1RVKECN /QDKNG +PVGTPGV 9KTGNGUU 0GVYQTM 5GEWTKV[ 9KTGNGUU .QECN
4GEGKXGT 5[UVGOU 1RVKECN (KDGT %QPPGEVKQPU CPF 1RVKECN .QQR#TEJKVGEVWTG9KTGNGUU#RRNKECVKQP2TQVQEQN9%&/#
Amplification. Telecommunication Application. Appli- 6GEJPQNQI[ CPF (KDTG 1RVKE /KETQEGNNWNCT /QDKNG
ECVKQPU QH 1RVKECN (KDGT 5GPUQTU CPF 5[UVGOU 0GVYQTM Communi-cation. Ad hoc and Bluetooth Technology.
#RRNKECVKQPUQH1RVKECN(KDGTU+PFGZ +PVGNNKIGPV /QDKNG %QOOWPKECVKQP 5[UVGO (QWTVJ
Generation Mobile Communication Systems. Solved
Latest Print 2012 / 532 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4580-5 / C 375.00 2TQDNGOU#RRGPFKEGU+PFGZ
Latest Print 2012 / 288 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3607-0 / C 225.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 156
ENGINEERING
Electrical/Electronics (C1//70+%#6+10/M+%419#8') Electrical/Electronics (C10641. T*'14;)

Wireless Advanced Control


Communications Systems
P. MUTHU CHIDAMBARA
NATHAN, #UUQEKCVG 2TQHGUUQT
YKVJ&GRCTVOGPVQH'NGEVTQPKEU
CPF %QOOWPKECVKQP 'PIKPGGTKPI
0CVKQPCN+PUVKVWVGQH6GEJPQNQI[
6KTWEJKTCRRCNNK

Designed as a textbook for the undergraduate students of B.N. SARKAR, 2TQHGUUQT KPVJG&GRCTVOGPVQH'NGEVTKECNCPF
electronics and communication engineering, electronics and 'NGEVTQPKEU 'PIKPGGTKPICV&C[CPCPFC5CICT%QNNGIGQH
electrical engineering, computer science and engineering, 'PIKPGGTKPI $CPICNQTG
and information technology, this compact and well
organized text presents many recent topics in the fastest Designed as a textbook for undergraduate students pursuing
growing field of communication. courses in Electrical Engineering, Electrical and Electronics
Beginning with an introduction to modern wireless Engineering, Instrumentation and Control Engineering, and
communication systems, this text covers the basic concepts Electronics and Communication Engineering, this book
of cellular and capacity improvement in cellular systems, explains the fundamental concepts and design principles of
propagation mechanisms in wireless communication, fading advanced control systems in an understandable manner.
channels, diversity techniques and wireless standards such
CU )5/ )245 CPF 7/65 +V EQPENWFGU YKVJ C FGUETKRVKQP The book deals with the various types of state space
QP YKTGNGUU .#0 EQPEGRVU CPF $NWGVQQVJ VGEJPQNQI[ 6JKU modelling, characteristic equations, eigenvalues and
book also presents various important topics such as CDMA, eigenvectors including the design of the linear systems
/+/1 1(&/ UOCTV CPVGPPCU CPF /%%&/# VGEJPKSWGU applying the pole placement technique. It provides step-by-
that have emerged recently. step solutions to state equations and discusses the stability
KEY FEATURES analysis and design of nonlinear control systems applying
Ŗ 2TQXKFGU YQTMGF QWV RTCEVKECN RTQDNGOU KP EGNNWNCT VJG RJCUG RNCPG VGEJPKSWG 4QWVJŏU ETKVGTKC $QFG RNQV
capacity improvement and wireless propagation. 0[SWKUV RNQV .[CRWPQXŏU CPF HWPEVKQP OGVJQFU
Ŗ 'ORJCUK\GUVJGRWTRQUGQHFKXGTUKV[CPFKORNGOGPVCVKQP (WTVJGTOQTG KV CNUQ KPVTQFWEGU VJG UCORNGFFCVC EQPVTQN
issues. systems explaining the \-transforms and inverse
Ŗ #PCN[\GU VJQTQWIJN[ VJG FKXGTUKV[ EQODKPKPI VGEJPKSWGU \-transforms.
with probability density functions.
Ŗ )KXGUUVGRD[UVGRVTGCVOGPVQPVJGGXQNWVKQPQHYKTGNGUU The text is supported with a large number of illustrative
communications till 4G. examples and review questions to reinforce the student’s
Ŗ 'ZRNCKPU2#24TGFWEVKQPKP/%%&/# understanding of the concepts.
Besides undergraduate students, this book will also be use- CONTENTS: 2TGHCEG #FXCPEGF %QPVTQNNGTU 5VCVG 5RCEG
ful to the postgraduate students for the courses in wireless Analysis. Characteristic Equations, Eigenvalues and
communication/mobile communication, researchers and 'KIGPXGEVQTU 5QNWVKQP QH 5VCVG 'SWCVKQPU 2QNG 2NCEGOGPV
practicing engineers in the field of wireless communication. 6GEJPKSWG 0QPNKPGCT 5[UVGOU 2JCUG 2NCPG #PCN[UKU
CONTNTS: 2TGHCEG #DDTGXKCVKQPU 9KTGNGUU %QOOWPK .[CRWPQXŏU5VCDKNKV[#PCN[UKU&GUETKDKPI(WPEVKQP/GVJQF
cation. Cellular Concept. Cellular Capacity and Improve- Introduction to Digital Control Systems. Index.
OGPV 6GEJPKSWGU 9KTGNGUU 2TQRCICVKQP /GEJCPKUOU
Latest Print 2013 / 376 pp. / 17.8 × 23.5 cm
Wireless Channel and Diversity. Combining Schemes and
VJG 4C[NGKIJ %JCPPGN ,QKPV 2TQDCDKNKV[ &GPUKV[ (WPEVKQP QH ISBN-978-81-203-4710-6 / C 350.00
6YQ %QTTGNCVGF CPF 7PDCNCPEGF 4C[NGKIJ 5KIPCNU 6YQ
DTCPEJ 5GNGEVKQP &KXGTUKV[ KP C 4C[NGKIJ %JCPPGN 6YQ
DTCPEJ /CZKOCN 4CVKQ %QODKPKPI KP C 4C[NGKIJ %JCPPGN
Introduction to 4G Wireless Technologies and Smart
Antennas. Introduction to MIMO Systems. Code Division
/WNVKRNG #EEGUU 1TVJQIQPCN (TGSWGPE[ &KXKUKQP
Multiplexing. Multicarrier Code Division Multiple Access

/%%&/#  2#24 4GFWEVKQP 6GEJPKSWGU KP /%%&/#


9KTGNGUU 5VCPFCTFU 9KTGNGUU .#0 CPF $NWGVQQVJ
#RRGPFKZ'TNCPIŌ$6CDNG4GHGTGPEGU+PFGZ
Latest Print 2011 / 236 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3514-1 / C 195.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 157 PHI Learning: Publications
ENGINEERING
Electrical/Electronics (C10641. T*'14;)

Computer-Based Control Engineering:


Industrial Control, Theory and Practice
2nd ed.

KRISHNA KANT, (QTOGT 5GPKQT&KTGEVQTKPVJG&GRCTVOGPV M.N. BANDYOPADHYAY, &KTGEVQT QH0CVKQPCN+PUVKVWVGQH


QH +PHQTOCVKQP6GEJPQNQI[/KPKUVT[QH%QOOWPKECVKQPUCPF 6GEJPQNQI[ -WTWMUJGVTC
+PHQTOCVKQP6GEJPQNQI[)QXGTPOGPVQH+PFKC
This textbook offers a comprehensive analysis of the
This book, now in its second edition, presents in a
concepts of classical and modern control engineering for
comprehensive manner the fundamentals of computer-
electrical and electronics engineering students. It is written
based control of industrial processes. Intended primarily
for undergraduate and postgraduate students of in a manner that makes control theory exciting and
instrumentation/electronics engineering, the book will also accessible to students. It is well written, easy to follow and
be immensely useful for professionals and researchers in contains many practical applications, typical solved
these fields. problems and objective-type questions so that the students
can get a solid grounding in the subject matter.
The book begins with a thorough introduction to
automation—its history, utility and the current scenario. It CONTENTS: 2TGHCEG +PVTQFWEVKQP 4GXKGY QH 5QOG
then moves on to discuss in detail the techniques, Mathematical Tools. Transient and Steady State Behaviour
components, subsystems and system architectures relevant of Systems. State Variable Analysis. Stability of Linear
to process control. The control techniques covered include 5[UVGOU 5VWF[ QH VJG .QEWU QH VJG 4QQV QH %JCTCEVGTKUVKE
classical controls as well as newer controls such as model- 'SWCVKQP #PCN[UKU QH (TGSWGPE[ 4GURQPUG 5VCDKNKV[ KP
based adaptive control, self-tuning control, expert systems (TGSWGPE[ 4GURQPUG 5[UVGOU %QORGPUCVQT 0QPNKPGCT
and fuzzy logic control. The components consist of sensors Control Systems. Digital Control Systems. Control System
and actuators of various types. The subsystems covered are &GXKEGU 1RVKOCN %QPVTQN 6JGQT[ +PVTQFWEVKQP VQ 0GWTCN
SCADA systems, remote terminal units for telemetry and (W\\[ 5[UVGOU CPF #FCRVKXG .GCTPKPI 5[UVGOU
telecontrol, programmable controllers, distributed digital /KUEGNNCPGQWU 5QNXGF 2TQDNGOU /KUEGNNCPGQWU 'ZGTEKUGU
controllers and personal computers. Also included are real- /KUEGNNCPGQWU 1DLGEVKXGV[RG 3WGUVKQPU YKVJ #PUYGTU
time operating systems and real-time programming Miscellaneous Objective-type Exercises. Miscellaneous
languages. The major architectures discussed are distributed 3WGUVKQPUCPF#PUYGTU
5WDLGEVKXG6[RG #RRGPFKZ+PFGZ
digital control, distributed SCADA system and multi- Latest Print 2009 / 652 pp. / 17.8 × 23.5 cm
microprocessor architectures. The book thoroughly covers ISBN-978-81-203-1954-7 / C 275.00
the various technological developments in this field. It also
covers, through a number of case studies, the applications of
computer-based control in major industries.
The second edition contains substantially revised and
updated content on a large number of topics covered in the
first edition.
CONTENTS: (QTGYQTF 2TGHCEG 2TGHCEG VQ (KTUV 'FKVKQP
#EMPQYNGFIGOGPVU +PVTQFWEVKQP (WPFCOGPVCNU QH
#WVQOCVKE 2TQEGUU %QPVTQN 6TCPUFWEGTU 2TGUGPV CPF
(WVWTG $WKNFKPI $NQEMU QH #WVQOCVKQP 5[UVGO (KPCN
%QPVTQN 'NGOGPV &KURNC[ 5[UVGOU &KTGEV &KIKVCN %QPVTQN
5VTWEVWTG CPF 5QHVYCTG &KUVTKDWVGF &KIKVCN %QPVTQN 4GCN
VKOG 2TQITCOOKPI 2GTUQPCN %QORWVGT KP 4GCNVKOG
'PXKTQPOGPV 2TQITCOOCDNG %QPVTQNNGTU /QFGNKPI CPF
5KOWNCVKQP HQT 2NCPV #WVQOCVKQP +PFWUVTKCN %QPVTQN
Applications. Intelligent Controllers. Bibliography. Index.
Latest Print 2011 / 616 pp. / 17.8 x 23.5 cm
ISBN-978-81-203-3988-0 / C 350.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 158
ENGINEERING
Electrical/Electronics (C10641. T*'14;)

Control System Control Systems


Components

M.D. DESAI, 2TQHGUUQTKP+PUVTWOGPVCVKQPCPF%QPVTQN A. ANAND KUMAR, 2TKPEKRCN %QNNGIGQH'PIKPGGTKPI


'PIKPGGTKPI +PUVKVWVGQH6GEJPQNQI[0KTOC7PKXGTUKV[ -.7PKXGTUKV[8KLC[CYCFC#PFJTC2TCFGUJ
#JOGFCDCF
This comprehensive text on control systems is designed for
This book is specially designed for undergraduate and undergraduate students pursuing courses in electronics
postgraduate students in electrical engineering for a course and communication engineering, electrical and electronics
in control system components. engineering, telecommunication engineering, electronics and
The subject of control system components is inter- instrumentation engineering, mechanical engineering, and
disciplinary, covering electrical, mechanical, electronic, biomedical engineering. Appropriate for self-study, the book
hydraulic and pneumatic components. This book provides will also be useful for AMIE and IETE students.
student-friendly coverage of numerous control system Written in a student-friendly readable manner, the book
components such as cams, gears, gyroscopes, poten- explains the basic fundamentals and concepts of control
tiometers, synchros dc and ac servomotors, stepper motors, systems in a clearly understandable form. It is a balanced
tachometers, rotating amplifiers, magnetic amplifiers, servo survey of theory aimed to provide the students with an
amplifiers, modulators and demodulators, relays, hydraulic in-depth insight into system behaviour and control of
system components, and pneumatic control valves etc. The continuous-time control systems. All the solved and
clear writing style of the book, enhanced by illustrative unsolved problems in this book are classroom tested,
figures, makes it an ideal text for gaining an in-depth designed to illustrate the topics in a clear and thorough way.
understanding of the subject of control system components.
KEY FEATURES
KEY FEATURES Ŗ +PENWFGU UGXGTCN HWNN[ YQTMGFQWV GZCORNGU VQ JGNR
Ŗ %QPEKUGCPFENGCTRTGUGPVCVKQPQHEQPEGRVU students master the concepts involved.
Ŗ &GUETKRVKQPU QH FKHHGTGPV EQPEGRVU CPF RTQEGUUGU CTG Ŗ 2TQXKFGUUJQTVSWGUVKQPUYKVJCPUYGTUCVVJGGPFQHGCEJ
illustrated with more than 350 neatly drawn figures chapter to help students prepare for exams confidently.
Ŗ %JCRVGTGPF SWGUVKQPU CTG FGUKIPGF VQ RTQDG C UVWFGPVŏU Ŗ 1HHGTUHKNNKPVJGDNCPMUCPFQDLGEVKXGV[RGSWGUVKQPUYKVJ
grasp of the subject matter answers at the end of each chapter to quiz students on
key learning points.
CONTENTS: 2TGHCEG %QPVTQN 5[UVGO %QORQPGPVU %#/U
)GCTU )[TQUEQRG 2QVGPVKQOGVGTU 5[EPJTQ 5GTXQOQVQTU Ŗ )KXGU EJCRVGTGPF TGXKGY SWGUVKQPU CPF RTQDNGOU VQ
5VGRRGT /QVQTU 6CEJQOGVGTU 4QVCVKPI #ORNKHKGTU assist students in reinforcing their knowledge.
Magnetic Amplifiers. Servo Amplifiers. Modulators and CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ %QPVTQN 5[UVGOU
&GOQFWNCVQTU 4GNC[U *[FTCWNKE 5[UVGOU *[FTCWNKE /CVJGOCVKECN /QFGNU QH 2J[UKECN 5[UVGOU $NQEM &KCITCO
XCNXGU 2PGWOCVKE 5[UVGOU 2PGWOCVKE %QPVTQN 8CNXGU CPF 5KIPCN (NQY )TCRJU 6KOG 4GURQPUG #PCN[UKU 4QWVJ
Valve Characteristics. Index. 5VCDKNKV[ %TKVGTKQP 4QQV .QEWU 6GEJPKSWG (TGSWGPE[
Latest Print 2010 / 456 pp. / 17.8 × 23.5 cm 4GURQPUG#PCN[UKU0[SWKUV2NQV%QORGPUCVKQP5VCVG5RCEG
ISBN-978-81-203-3605-6 / C 295.00 Analysis. Index.
Latest Print 2012 / 712 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3197-6 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 159 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (C10641. T*'14;)

Modern Control Process Control:


Engineering Concepts, Dynamics
and Applications

S.K. SINGH, *GCF/CKPVGPCPEG


5GTXKEGU)TQWR
'NGEVTKECN CPF
6GNGEQOOWPKECVKQP 6CVC5VGGN
.KOKVGF,COUJGFRWT

D. ROY CHOUDHURY KU 2TQHGUUQTCPF*GCF%QORWVGT This book is a comprehensive introduction to the vast and
'PIKPGGTKPI&GRCTVOGPV&GNJK%QNNGIGQH'PIKPGGTKPI&GNJK important field of control systems. The text introduces
the theory of automatic control and its applications to the
This book represents an attempt to organize and unify the chemical process industries with emphasis on topics that are
diverse methods of analysis of feedback control systems and of use to the process control engineers and specialists. It also
presents the fundamentals explicitly and clearly. The scope covers the advanced control strategies and its practical
of the text is such that it can be used for a two-semester implementation with an excellent balance of theoretical
course in control systems at the level of undergraduate concepts and engineering practice.
students in any of the various branches of engineering
KEY FEATURES
(electrical, aeronautical, mechanical, and chemical).
Ŗ 'ZVGPUKXG EQXGTCIG QH VQRKEU UWEJ CU (GGFDCEM EQPVTQN
Emphasis is on the development of basic theory. The text is Modelling, Controller design, and response analysis and
easy to follow and contains many examples to reinforce the stability criterion per evaluating robustness of control
understanding of the theory. Several software programs systems.
have been developed in MATLAB platform for better Ŗ .CTIGPWODGTQHKNNWUVTCVKXGHKIWTGUCPFUQNXGFGZCORNGU
understanding of design of control systems. Many varied at the end of the chapters.
problems are included at the end of each chapter. Ŗ 'ZVGPUKXGUGVQHTGXKGYSWGUVKQPUCPF self-check quizzes
The basic principles and fundamental concepts of feedback with answers at the end of each chapter.
control systems, using the conventional frequency domain Ŗ %CUG UVWFKGU HQT DTKFIKPI VJG ICR DGVYGGP VJGQTGVKECN
and time-domain approaches, are presented in a clearly learning and practical implementation.
accessible form in the first portion (chapters 1 through 10). Designed to serve as a textbook for both undergraduate and
The later portion (chapters 11 through 14) provides postgraduate students of chemical engineering, this book
a thorough understanding of concepts such as state will also be useful for mechanical, instrumentation and
space, controllability, and observability. Students are also electrical engineers who help design process control
acquainted with the techniques available for analysing systems.
discrete-data and nonlinear systems.
CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
The hallmark feature of this text is that it helps the reader 2CTV + 2TQEGUU %QPVTQN %QPEGRVUō+PVTQFWEVKQP VQ 2TQEGUU
gain a sound understanding of both modern and classical %QPVTQN 5[UVGOU 2TQEGUU %QPVTQN /QFGNNKPI (GGFDCEM
topics in control engineering. %QPVTQN 5[UVGO 2CTV ++ 2TQEGUU %QPVTQN &[PCOKEU CPF
CONTENTS: 2TGHCEG Introduction to Control Systems. &GUKIPō4GURQPUG#PCN[UKUQH%QPVTQN5[UVGOCPF5VCDKNKV[
Mathematical Modeling of Systems. Characteristics of %TKVGTKQP &GUKIP QH 2TQEGUU %QPVTQN 5[UVGOU 2CTV +++
(GGFDCEM %QPVTQN 5[UVGOU 6TCPUKGPV 4GURQPUG #PCN[UKU #FXCPEGF 2TQEGUU %QPVTQNō#FXCPEGF 2TQEGUU %QPVTQN
4QWVJ 5VCDKNKV[ CPF 4QDWUV %QPVTQN 4QQV.QEWU 6GEJPKSWG 5VTCVGIKGU 2CTV +8 %QORWVGT$CUGF %QPVTQNō%QORWVGT
2TQEGUU %QPVTQN 5[UVGO (TGSWGPE[ 4GURQPUG #PCN[UKU #KFGF 2TQEGUU %QPVTQN %QORWVGT *CTFYCTG HQT 2TQEGUU
0[SWKUV 5VCDKNKV[ %QORGPUCVKQP 6GEJPKSWGU 5VCVG8CTKCDNG %QPVTQN %QORWVGT 5QHVYCTG HQT 2TQEGUU %QPVTQN
(QTOWNCVKQP #PCN[UKU CPF &GUKIP QH /QFGTP %QPVTQN /KETQEQORWVGT$CUGF 2TQEGUU %QPVTQNō# 2TQITCOOCDNG
5[UVGOU&KIKVCN%QPVTQN5[UVGOU0QPNKPGCT5[UVGOU+PFGZ .QIKE %QPVTQNNGT
2.%  /KETQEQORWVGT$CUGF 2TQEGUU
%QPVTQNō#&KUVTKDWVGF%QPVTQN5[UVGO
&%5 2CTV8%CUG
Latest Print 2011 / 840 pp. / 17.8 × 23.5 cm
5VWFKGUō2TQEGUU %QPVTQN %CUG 5VWF[ $KDNKQITCRJ[
ISBN-978-81-203-2196-0 / C 350.00 #PUYGTUVQ5GNH%JGEM3WK\\GU+PFGZ
Latest Print 2012 / 748 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3678-0 / C 450.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 160
ENGINEERING
Electrical/Electronics (DEVICES)

Electronic Devices Electronic Devices


and Applications and Circuits

B. SOMANATHAN NAIR, 2TKPEKRCN 2CPMCLC-CUVJWTK BALBIR KUMAR, 2TQHGUUQT &GRCTVOGPV QH 'NGEVTQPKEU CPF
%QNNGIG QH'PIKPGGTKPICPF6GEJPQNQI[6JKTWXCPCPVJCRWTCO %QOOWPKECVKQP 'PIKPGGTKPI /CJCTCLC 5WTCLOCN +PUVKVWVG QH

-GTCNC  6GEJPQNQI[ &GNJK


SHAIL B. JAIN,2TQHGUUQTCPF*GCF&GRCTVOGPVQH'NGEVTQPKEU
This book is an outgrowth of a set of notes prepared by the CPF %QOOWPKECVKQP'PIKPGGTKPI+PFKTC)CPFJK+PUVKVWVGQH
author for the first and second year of undergraduate 6GEJPQNQI[))5+27PKXGTUKV[&GNJK
students of various disciplines of engineering and applied
sciences, such as electronics, computer science, and Designed as a text for the students of various engineering
information technology. streams such as electronics/electrical engineering,
The text aims at giving clear and simplified explanations on electronics and communication engineering, computer
the physical construction, relevant characteristics, principles science and engineering, IT, instrumentation and control
of operation, and applications of several currently and and mechanical engineering, this YGNNYTKVVGP text provides
widely used devices in electronic industries and research an introduction to electronic devices and circuits. It
fields. As far as possible, mathematics is completely introduces to the readers electronic circuit analysis and
CXQKFGF *QYGXGT UKORNG OCVJGOCVKECN CPCN[UGU CTG OCFG design techniques with emphasis on the operation and use
in situations as and when they are required. of semiconductor devices. It covers principles of operation,
the characteristics and applications of fundamental
CONTENTS: 2TGHCEG 2CUUKXG %QORQPGPVU 'NGEVTQP electronic devices such as RP junction diodes, bipolar
Dynamics. Vacuum Electron Devices. Semiconductor LWPEVKQPVTCPUKUVQTU
$,6U CPFHKGNFGHHGEVVTCPUKUVQTU
('6U 
Electronics. Semiconductor Diodes. Types of Semiconductor
Diodes. Applications of Semiconductor Diodes. Bipolar What distinguishes this text is that it explains the concepts
(WPEVKQP 6TCPUKUVQTU (KGNF'HHGEV 6TCPUKUVQTU 6TCPUKUVQTU CU and applications of the subject in such a way that even an
#ORNKHKGTU 2QYGT 5GOKEQPFWEVQT &GXKEGU 'NGEVTQQRVKE average student will be able to understand working of
Devices. Optoelectronic Devices. Microwave Semiconductor electronic devices, analyze, design and simulate electronic
Devices. Appendices. Answers. Index. EKTEWKVU6JKUEQORTGJGPUKXGDQQMRTQXKFGU
Ŗ #NCTIGPWODGTQHUQNXGFGZCORNGU
Latest Print 2011 / 360 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2085-7 / C 275.00 Ŗ 5WOOCT[ JKIJNKIJVKPI VJG KORQTVCPV RQKPVU KP VJG
chapter.
Ŗ # PWODGT QH 4GXKGY 3WGUVKQPU CV VJG GPF QH GCEJ
chapter.
Ŗ # HCKTN[ NCTIG PWODGT QH WPUQNXGF RTQDNGOU YKVJ
answers.
CONTENTS: 2TGHCEG 5GOKEQPFWEVQT 2J[UKEU 6JG
R-P,WPEVKQP&KQFG#RRNKECVKQPUQH&KQFGU$KRQNCT,WPEVKQP
6TCPUKUVQTU
$,6U  $,6 $KCUKPI
3RQKPV  CPF 5VCDKNKV[ $,6
#ORNKHKGTU (KGNF'HHGEV 6TCPUKUVQTUō%JCTCEVGTKUVKEU CPF
$KCUKPI ('6 #ORNKHKGTU /WNVKUVCIG #ORNKHKGTU (TGSWGPE[
4GURQPUG QH #ORNKHKGTU (GGFDCEM #ORNKHKGTU 1UEKNNCVQTU
2QYGT#ORNKHKGTUCPF8QNVCIG4GIWNCVQTU+PFGZ
Latest Print 2011 / 724 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2981-2 / C 375.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 161 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (DEVICES)

Electronic Devices Electronic Devices


and Circuits and Integrated
Circuits, 2nd ed.

I.J. NAGRATH, #FLWPEV2TQHGUUQTCPFHQTOGT&GRWV[&KTGEVQT AJAY KUMAR SINGH, 5GPKQT .GEVWTGT(CEWNV[QH


$KTNC+PUVKVWVGQH6GEJPQNQI[5EKGPEG2KNCPK 'PIKPGGTKPI CPF6GEJPQNQI[
('6 /WNVKOGFKC7PKXGTUKV[

//7  /CNC[UKC
Designed specifically for undergraduate students of
Electronics and Electrical Engineering and its related This book, now in its Second Edition, provides a basis for
disciplines, this book offers an excellent coverage of all understanding the characteristics, working principle,
essential topics and provides a solid foundation for operation and limitations of semiconductor devices. In this
analysing electronic circuits. It covers the course named new edition, many sections are re-written to present the
Electronic Devices and Circuits of various universities. The concepts related to device physics in more clearer and easy
book will also be useful to diploma students, AMIE to understand manner.
students, and those pursuing courses in B.Sc. (Electronics) The primary objective of this textbook is to provide all the
CPF/5E
2J[UKEU  relevant topics on the semiconductor materials and
The students are thoroughly introduced to the full spectrum semiconductor devices in a single volume. It includes
of fundamental topics beginning with the theory of enough mathematical expressions to provide a good
semiconductors and R-P junction behaviour. The devices foundation for the basic understanding of the semiconductor
VTGCVGF KPENWFG FKQFGU VTCPUKUVQTUō$,6U ,('6U CPF devices. It covers not only the state-of-the-art devices but
/15('6UōCPF VJ[TKUVQTU 6JG EKTEWKVT[ EQXGTGF EQORTKUGU also future approaches that go beyond the current
small signal (ac), power amplifiers, oscillators, and technology.
operational amplifiers including many important Designed primarily as a text for the postgraduate students of
applications of those versatile devices. A separate chapter on physics and electronics, the book would also be useful for
IC fabrication technology is provided to give an idea of the the undergraduate students of electronics and electrical
technologies being used in this area. engineering, and electronics and communication
There are a variety of solved examples and applications engineering.
HQT EQPEGRVWCN WPFGTUVCPFKPI 2TQDNGOU CV VJG GPF QH GCEJ
Highlights of the Book:
chapter are provided to test, reinforce and enhance learning.
Ŗ +PENWFGUVQRKEUQPVJGNCVGUVVGEJPQNQIKGU
CONTENTS: 2TGHCEG 5GOKEQPFWEVQTU &KQFGU CPF Ŗ %QXGTUKORQTVCPVRQKPVUKPGCEJEJCRVGT
Diode Circuits. Transistors and Other Devices. Small-Signal Ŗ 2TQXKFGU C PWODGT QH UQNXGF CPF WPUQNXGF RTQDNGOU
Models, Amplification and Biasing. Small-Signal along with explanation type questions
#ORNKHKGTUō(TGSWGPE[ 4GURQPUG .CTIG5KIPCN #ORNKHKGTU Ŗ 'ORJCUK\GUQPVJGOCVJGOCVKECNFGTKXCVKQP
(GGFDCEM #ORNKHKGTU CPF 1UEKNNCVQTU 1RGTCVKQPCN
#ORNKHKGTU  /WNVKXKDTCVQTU CPF 5YKVEJKPI 4GIWNCVQTU CONTENTS: 2TGHCEG #VQOKE 5VTWEVWTG CPF 6JGQT[ QH
+PVGITCVGF%KTEWKVU(CDTKECVKQP%KTEWKV6JGQT[%CVJQFG4C[ Solids. Semiconductor Material and Its Band Diagram.
1UEKNNQUEQRG
%41 #RRGPFKZ6JG'DGTU/QNN/QFGNQHVJG 6TCPURQTV 2JGPQOGPQP KP 5GOKEQPFWEVQT RP ,WPEVKQP
$,64GHGTGPEGU#PUYGTUVQ2TQDNGOU+PFGZ /GVCNUGOKEQPFWEVQT %QPVCEV (KGNF 'HHGEV 6TCPUKUVQT

('6  /GVCN 1ZKFG 5GOKEQPFWEVQT (KGNF 'HHGEV 6TCPUKUVQT
Latest Print 2012 / 564 pp. / 17.8 × 23.5 cm
/15('6  %/15 5ECNKPI CPF +VU .KOKVCVKQPU $KRQNCT
ISBN-978-81-203-3195-2 / C 325.00 6TCPUKUVQTU 1RVQGNGEVTQPKE &GXKEGU CPF 2QYGT &GXKEGU
+PVGITCVGF %KTEWKVU CPF (CDTKECVKQP #RRGPFKEGUō
#2J[UKECN%QPUVCPVU$/CVGTKCN2CTCOGVGTUHQT+ORQTVCPV
5GOKEQPFWEVQTU5KCPF)C#U%52+%'/QFGN+PFGZ
Latest Print 2012 / 608 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4471-6 / C 495.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 162
ENGINEERING
Electrical/Electronics (DIGITAL D'5+)0)

Digital Electronics Fundamentals of


and Logic Design Digital Circuits,
2nd ed.

A. ANAND KUMAR, 2TKPEKRCN


%QNNGIG QH'PIKPGGTKPI
-. 7PKXGTUKV[8KLC[CYCFC
#PFJTC2TCFGUJ

B. SOMANATHAN NAIR, 2TKPEKRCN 2CPMCLC-CUVJWTK The second edition of this well-received text continues to
%QNNGIG QH'PIKPGGTKPICPF6GEJPQNQI[6JKTWXCPCPVJCRWTCO provide coherent and comprehensive coverage of digital

-GTCNC . circuits. It is designed for use by the undergraduate students


pursuing courses in areas of engineering disciplines such as
Designed as a textbook for undergraduate students in Electrical and Electronics, Electronics and Communication,
Electrical Engineering, Electronics, Computer Science, and Electronics and Instrumentation, Telecommunications,
Information Technology, this up-to-date, well-organized Medical Electronics, Computer Science and Engineering,
study gives an exhaustive treatment of the basic principles and Information Technology. It is also useful as a text for
of Digital Electronics and Logic Design. It aims at bridging MCA, M.Sc. (Electronics) and M.Sc. (Computer Science)
the gap between these two subjects. students. Appropriate for self study, the book is useful even
The many years of teaching undergraduate and for AMIE and IETE students.
RQUVITCFWCVG UVWFGPVU QH GPIKPGGTKPI VJCV 2TQHGUUQT Written in a student-friendly style, the book provides an
5QOCPCVJCP 0CKT JCU FQPG KU TGHNGEVGF KP VJG KPFGRVJ excellent introduction to digital concepts and basic design
analysis and student-friendly approach of this book. techniques of digital circuits. It discusses Boolean algebra
Concepts are illustrated with the help of a large number of concepts and their application to digital circuitry, and
diagrams so that students can comprehend the subject with elaborates on both combinational and sequential circuits.
ease. Worked-out examples within the text illustrate the The book provides numerous fully worked out, laboratory
concepts discussed, and questions at the end of each chapter tested examples to give students a solid grounding in the
drill the students in self-study. related design concepts. It includes a number of review
This book, with its in-depth analysis and several new questions and classroom tested problems at the end of each
features, should be treasured by the student—for its felicity chapter.
of style and its all encompassing treatment of the subject. As the book requires only an elementary knowledge of
CONTENTS: 2TGHCEG 6JG 0WODGT 5[UVGOU $QQNGCP electronics to understand most of the topics, it can also serve
Algebra and Logic Simplification. Combinational Logic as a textbook for students of polytechnics, B.Sc. (Electronics)
Circuits. Sequential Logic Circuits. Synthesis and Analysis of and B.Sc. (Computer Science).
Synchronous Sequential Circuits. Asynchronous Sequential NEW TO THIS EDITION
.QIKE %KTEWKVU .QIKE (COKNKGU /GOQTKGU &KIKVCNVQ#PCNQI Ŗ +PENWFGU HQWT PGY EJCRVGTUō2TQITCOOCDNG .QIKE
CPF#PCNQIVQ&KIKVCN%QPXGTVGTU*C\CTFU(CWNV&GVGEVKQP Devices, Threshold Logic, Sequential Circuits-II, and
%NQEM )GPGTCVQTU (CDTKECVKQP QH +PVGITCVGF %KTEWKVU Algorithmic State Machines.
Manufacturing of Integrated Circuits. Appendices—
# 5QOG 5RGEKCN &GHKPKVKQPU $ 9QTF5VCVGOGPV 2TQDNGOU Ŗ 2TQXKFGU UJQTV SWGUVKQPU YKVJ CPUYGTU HKNN KP VJG DNCPMU
% /KUEGNNCPGQWU 6QRKEU KP +%U & .KSWKF2JCUG 'RKVCZK with answers, and multiple choice questions with answers
' '$%&+% 6CDNG ( $+%/15 .QIKE %KTEWKVU $KDNKQITCRJ[ at the end of each chapter.
Index. Ŗ 2TGUGPVUUGXGTCNPGYKNNWUVTCVKQPUGZCORNGUCPFGZGTEKUGU
Latest Print 2011 / 448 pp. / 17.8 × 23.5 cm CONTENTS: 2TGHCEG +PVTQFWEVKQP 0WODGT 5[UVGOU
ISBN-978-81-203-1956-1 / C 275.00 Binary Codes. Logic Gates. Boolean Algebra. Minimization
QH 5YKVEJKPI (WPEVKQPU %QODKPCVKQPCN .QIKE &GUKIP
2TQITCOOCDNG .QIKE &GXKEGU 6JTGUJQNF .QIKE (NKR(NQRU
5JKHV 4GIKUVGTU %QWPVGTU 5GSWGPVKCN %KTEWKVU+ 5GSWGPVKCN
%KTEWKVU++ #NIQTKVJOKE 5VCVG /CEJKPGU .QIKE (COKNKGU
Analog-to-Digital and Digital-to-Analog Converters.
Memories. Timing Circuits and Display Devices. Index.
Latest Print 2012 / 944 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3679-7 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 163 PHI Learning: Publications
ENGINEERING
Electrical/Electronics (DIGITAL D'5+)0)

Pulse and Digital Switching Theory


Circuits, 2nd ed. and Logic Design

A. ANAND KUMAR, 2TKPEKRCN %QNNGIGQH'PIKPGGTKP I A. ANAND KUMAR, 2TKPEKRCN %QNNGIGQH'PIKPGGTKPI


-.7PKXGTUKV[8KLC[CYCFC#PFJTC2TCFGUJ -.7PKXGTUKV[8KLC[CYCFC#PFJTC2TCFGUJ

The second edition of this well-received text continues to This comprehensive text on switching theory and logic
RTQXKFG C EQJGTGPV CPF EQORTGJGPUKXG EQXGTCIG QH 2WNUG design is designed for the undergraduate students of
and Digital Circuits, suitable as a textbook for use by electronics and communication engineering, electrical and
undergraduate students pursuing courses in Electrical and electronics engineering, electronics and instrumentation
Electronics Engineering, Electronics and Communication engineering, telecommunication engineering, computer
Engineering, Electronics and Instrumentation Engineering, science and engineering, and information technology. It will
and Telecommunication Engineering. It presents clear also be useful to AMIE, IETE and diploma students.
explanations of the operation and analysis of semiconductor
Written in a student-friendly style, the book provides an in-
RWNUG EKTEWKVU 2TCEVKECN RWNUG EKTEWKV FGUKIP OGVJQFU CTG
depth knowledge of switching theory and the design
investigated in detail.
techniques of digital circuits. Striking a balance between
The book provides numerous fully worked-out, laboratory- theory and practice, it covers topics ranging from number
tested examples to give students a solid grounding in the systems, binary codes, logic gates and Boolean algebra
related design concepts. It includes a number of classroom- VQ OKPKOK\CVKQP WUKPI -OCRU CPF VCDWNCT OGVJQF
tested problems to encourage students to apply theory in a design of combinational logic circuits, synchronous and
NQIKECN HCUJKQP 4GXKGY SWGUVKQPU HKNN KP VJG DNCPMU CPF asynchronous sequential circuits, and algorithmic state
multiple choice questions offer the students the opportunity machines. The book discusses threshold gates and
to test their understanding of the text material. RTQITCOOCDNG NQIKE FGXKEGU
2.&U  +P CFFKVKQP KV
This text will be also appropriate for self-study by AMIE and elaborates on flip-flops and shift registers.
IETE students. Each chapter includes several fully worked-out examples so
that the students get a thorough grounding in related design
NEW TO THIS EDITION
concepts. Short questions with answers, review questions,
Ŗ +PENWFGU VYQ PGY EJCRVGTUō.QIKE )CVGU and .QIKE fill in the blanks, multiple choice questions and problems are
(COKNKGU—to meet the curriculum requirements. provided at the end of each chapter. These help the students
Ŗ 2TQXKFGUUJQTVSWGUVKQPUYKVJCPUYGTUCVVJGGPFQHGCEJ test their level of understanding of the subject and prepare
chapter. for examinations confidently.
Ŗ 2TGUGPVUUGXGTCNPGYKNNWUVTCVKQPUGZCORNGUCPFGZGTEKUGU CONTENTS:2TGHCEG0WODGT5[UVGOUCPF%QFGU$QQNGCP
CONTENTS: 2TGHCEG .KPGCT 9CXG 5JCRKPI 0QPNKPGCT #NIGDTC CPF 5YKVEJKPI (WPEVKQPU /KPKOK\CVKQP QH
Wave Shaping. Switching Characteristics of Devices. 5YKVEJKPI (WPEVKQPU %QODKPCVKQPCN .QIKE &GUKIP
Multivibrators. Time-Base Generators. Synchronization 2TQITCOOCDNG .QIKE &GXKEGU CPF 6JTGUJQNF .QIKE
CPF(TGSWGPE[&KXKUKQP5CORNKPI)CVGU.QIKE)CVGU.QIKE Sequential Circuits–I. Sequential Circuits–II. Algorithmic
(COKNKGU$NQEMKPI1UEKNNCVQTU)NQUUCT[#PUYGTU+PFGZ State Machines. Appendix. Glossary. Answers. Index.
Latest Print 2012 / 564 pp. / 17.8 × 23.5 cm Latest Print 2012 / 716 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3356-7 / C 350.00 ISBN-978-81-203-3630-8 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 164
ENGINEERING
Electrical/Electronics (DIGITAL S+)0#. 241%'55+0))

Digital Signal Modern Digital


Processing Signal Processing
includes Signals and
Systems MATLAB
Programs, DSP
Architecture with
Assembly and C
Programs, 2nd ed.
A. ANAND KUMAR, 2TKPEKRCN %QNNGIGQH'PIKPGGTKP I V. UDAYASHANKARA, 2TQHGUUQT KPVJG&GRCTVOGPVQH
-.7PKXGTUKV[8KLC[CYCFC#PFJTC2TCFGUJ +PUVTWOGPVCVKQP 6GEJPQNQI[5TK,C[CEJCOCTCLGPFTC%QNNGIG
QH'PIKPGGTKPI
5,%' /[UQTG
This comprehensive text on digital signal processing is
designed for undergraduate students of electronics and Intended as a text for three courses—Signals and Systems,
communication engineering, telecommunication engineer- &KIKVCN5KIPCN2TQEGUUKPI
&52 CPF&52#TEJKVGEVWTGōVJKU
ing, electronics and instrumentation engineering, and comprehensive book, now in its Second Edition, continues
electrical and electronics engineering. The book will also be to provide a thorough understanding of digital signal
useful to AMIE and IETE students. processing, beginning from the fundamentals to the
implementation of algorithms on a digital signal processor.
Written with student-centred, pedagogically driven
approach, the text provides a self-contained introduction to This Edition includes a new chapter on Continuous Time
the theory of digital signal processing. It covers topics Signals and Systems, and many Assembly and C programs,
which are useful to conduct a laboratory course in Digital
ranging from basic discrete-time signals and systems,
5KIPCN 2TQEGUUKPI $GUKFGU OCP[ GZKUVKPI EJCRVGTU CTG
TGCNK\CVKQP QH FKUETGVGVKOG U[UVGOU FKUETGVGVKOG (QWTKGT
modified substantially to widen the coverage of the book.
transform and its use in the analysis of signals, discrete
(QWTKGT UGTKGU VQ FKUETGVG (QWTKGT VTCPUHQTO +P CFFKVKQP VQ 2TKOCTKN[ FGUKIPGF HQT WPFGTITCFWCVG UVWFGPVU QH
VJKU XCTKQWU FGUKIP VGEJPKSWGU HQT (+4 HKNVGTU UWEJ CU Electronics and Communication Engineering, Electronics
(QWTKGT UGTKGU OGVJQF VJG YKPFQY OGVJQF CPF VJG and Instrumentation Engineering, Electrical and Electronics
frequency sampling method, architectures for Engineering, Instrumentation and Control Engineering,
RTQITCOOCDNG FKIKVCN UKIPCN RTQEGUUQTU
2&52U  CPF QP Computer Science and Engineering, and Information
chip peripherals are also discussed in detail. All the solved Technology, this text will also be useful as a supplementary
text for advanced digital signal processing and real time
and unsolved problems in this book are designed to
FKIKVCN UKIPCN RTQEGUUKPI EQWTUGU QH 2QUVITCFWCVG
illustrate the topics in a clear way.
programmes.
KEY FEATURES CONTENTS: 2TGHCEG +PVTQFWEVKQP %QPVKPWQWU 6KOG
Ŗ 0WOGTQWUYQTMGFQWVGZCORNGUKPGCEJEJCRVGT Signals and Systems. Discrete Time Signals and Systems.
Ŗ 5JQTVSWGUVKQPUYKVJCPUYGTUJGNRUVWFGPVUVQRTGRCTGHQT Discrete Time Linear Time-invariant System. Correlation.
examinations (QWTKGT 5GTKGU CPF (QWTKGT 6TCPUHQTO QH %QPVKPWQWU 6KOG
Ŗ 1DLGEVKXG V[RG SWGUVKQPU TGXKGY SWGUVKQPU CPF WPUQNXGF 5KIPCNU (QWTKGT 5GTKGU CPF (QWTKGT 6TCPUHQTO QH &KUETGVG
problems at the end of each chapter to test the level of 6KOG 5KIPCNU <VTCPUHQTOU 4GCNK\CVKQP QH &KIKVCN 5[UVGO
understanding of the subject. &KUETGVG (QWTKGT 6TCPUHQTO KVU 2TQRGTVKGU CPF KVU
#RRNKECVKQPU (CUV (QWTKGT 6TCPUHQTO &KUETGVG %QUKPG
CONTENTS: 2TGHCEG &KUETGVG6KOG 5KIPCNU CPF 5[UVGOU
6TCPUHQTO (+4 (KNVGTU ++4 (KNVGTU /WNVKTCVG &KIKVCN 5KIPCN
Discrete Convolution and Correlation. Z-Transforms.
2TQEGUUKPI CPF (KNVGT $CPM (WPFCOGPVCNU #FCRVKXG (KNVGTU
5[UVGO 4GCNK\CVKQP &KUETGVG6KOG (QWTKGT 6TCPUHQTO &CVC (QTOCVU #TKVJOGVKE 1RGTCVKQPU CPF 'TTQTU KP &KIKVCN
&KUETGVG(QWTKGT5GTKGU
&(5 CPF&KUETGVG(QWTKGT6TCPUHQTO 5KIPCN 2TQEGUUQTU +PVTQFWEVKQP VQ &KIKVCN 5KIPCN 2TQEGUUKPI

&(6  (CUV (QWTKGT 6TCPUHQTO +PHKPKVGFWTCVKQP +ORWNUG &GXKEGU #TEJKVGEVWTG QH 6/5 %:: &KIKVCN 5KIPCN
4GURQPUG
++4  (KNVGTU (+4 (KNVGTU /WNVKTCVG &KIKVCN 5KIPCN 2TQEGUUQT #FFTGUUKPI /QFGU CPF +PUVTWEVKQP 5GV QH 6/5
2TQEGUUKPI +PVTQFWEVKQP VQ &52 2TQEGUUQTU )NQUUCT[ %:: &52 6/5 8% #UUGODN[ .CPIWCIG
Answers. Index. 2TQITCOOKPI +PVGTHCEKPI CPF 4GCN 6KOG % 2TQITCOOKPI
Latest Print 2012 / 808 pp. / 17.8 × 23.5 cm YKVJ 6/5 %:: 6/5 % (NQCVKPI 2QKPV
ISBN-978-81-203-4620-8 / C 495.00 2TQEGUUQT #TEJKVGEVWTG CPF 4GCN 6KOG % 2TQITCOOKPI
Index.
Latest Print 2012 / 824 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4567-6 / C 495.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 165 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (E.'%64+% D4+8'5)

Design and Testing of Electric Drives


Electrical Machines
M.V. DESHPANDE, HQTOGT
2TQHGUUQT CPF *GCF &GRCTVOGPV QH
'NGEVTKECN'PIKPGGTKPI.&%QNNGIGQH
'PIKPGGTKPI #JOGFCDCFCPF%QNNGIG
QH'PIKPGGTKPI2WPG
This textbook offers a practical
approach to electrical machines,
featuring clear-cut explanations of fundamental principles, NISIT K. DE, 2TQHGUUQT&GRCTVOGPVQH'NGEVTKECN'PIKPGGTKPI
and attention to industrial practices in design and testing of +PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT
electrical machines. The basic theory, principle of operation PRASANTA K. SEN, 2TQHGUUQT &GRCTVOGPVQH'NGEVTKECN
and characteristics of transformers, three-phase induction 'PIKPGGTKPI4GIKQPCN'PIKPGGTKPI%QNNGIG&WTICRWT
motors, single-phase induction motors, synchronous
machines and dc machines are dealt with in Appendices to This book provides a comprehensive introduction to the
provide the background for the design of these machines. fundamental concepts of electric drives and is eminently
The initial chapters of the book are devoted to basic suited as a textbook for undergraduate, AMIE and courses
parameters of design of electrical apparatus, characteristics in electrical engineering. It can also be used most effectively
of magnetic, electric and insulating materials, construction D[ CNN VJQUG RTGRCTKPI HQT )#6' CPF 725% EQORGVKVKXG
of electrical machines, and basic design requirements of examinations, as well as by practising engineers. The topics,
magnetic and electrical circuits of machines. Detailed which range from principles and techniques to industrial
procedures for designing transformers, three-phase applications, include characteristic features of drives,
induction motors, single-phase induction motors, methods of braking and speed control, electromagnetic and
synchronous machines and dc machines are explained in a solid state control of motors, motor ratings, transients in
simple and logical way. Several sample designs have been drive systems, and operation of stepper motors.
wroked out in detail. Methods of carrying out various tests
and maintaining test records are discussed in detail. CONTENTS: 2TGHCEG +PVTQFWEVKQP 5RGGF6QTSWG
The use of computers in designing electrical machines has Characteristics of Motors. Speed Control of DC Motors.
been illustrated. An exclusive chapter on special machines 5RGGF %QPVTQN QH #% /QVQTU *GCVKPI CPF 2QYGT 4CVKPI QH
explains the basic theory and applications of stepper Drive Motors. Transients and Dynamics. Motor Starters and
motors, rotating phase converters, pole amplitude Controllers. Industrial Applications. Bibliography. Answers
OQFWNCVGF
2#/  OQVQTU TGNWEVCPEG OQVQTU CPF GPGTI[ VQ2TQDNGOU+PFGZ
efficient motors. Latest Print 2012 / 324 pp. / 17.8 × 23.5 cm
This book is intended for degree and diploma students of ISBN-978-81-203-1492-4 / C 225.00
electrical engineering and professional examinations of the
Institution of Engineers (India). It will be useful for electrical
engineers in industry engaged in design, manufacture and
testing of electrical machines.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 2TKPEKRNGU QH
Design of Electrical Apparatus. Magnetic, Electric and
Insulating Materials. Construction of Electrical Machines.
&GUKIPQH/CIPGVKE%KTEWKVU(KGNF5[UVGO&GUKIPQH'NGEVTK
ECN %KTEWKVU #TOCVWTG 9KPFKPIU &GUKIP QH 6TCPUHQTOGTU
6GUVKPI QH 6TCPUHQTOGTU &GUKIP QH 6JTGG2JCUG +PFWEVKQP
/QVQTU 6GUVKPI QH 6JTGG2JCUG +PFWEVKQP /QVQTU &GUKIP
CPF 6GUVKPI QH 5KPING2JCUG +PFWEVKQP /QVQTU &GUKIP QH
Synchronous Machines. Testing of Synchronous Machines.
Design of DC Machines. Testing of DC Machines. Computer
#KFGF &GUKIP QH 4QVCVKPI 'NGEVTKECN /CEJKPGU 5RGEKCN
Machines. #RRGPFKEGUō# 6TCPUHQTOGTU $ 6JTGG2JCUG
+PFWEVKQP /QVQTU % 5KPING2JCUG +PFWEVKQP /QVQTU
&5[PEJTQPQWU/CEJKPGU'&%/CEJKPGU+PFGZ
Latest Print 2013 / 512 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3645-2 / C 425.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 166
ENGINEERING
Electrical/Electronics (E.'%64+% D4+8'5) Electrical/Electronics (E.'%64+%#. M#%*+0'5)

Electric Motors: Electric Machines


Applications and and Electric
Control Drives: Problems
with Solutions

M.V. DESHPANDE UGTXGF CU2TQHGUUQTCPF*GCFQHV JG NISIT K. DE, HQTOGTN[2TQHGUUQTCV++6-JCTCIRWT


Ō 
&GRCTVOGPV QH'NGEVTKECN'PIKPGGTKPICV.&%QNNGIGQH KU RTGUGPVN[8KUKVKPI2TQHGUUQT&GRCTVOGPVQH'NGEVTKECN
'PIKPGGTKPI#JOGFCDCFCPF%QNNGIGQH'PIKPGGTKPI2WPG 'PIKPGGTKPI0CTWNC+PUVKVWVGQH6GEJPQNQI[-QNMCVC
SWAPAN K. DUTTA, 2TQHGUUQT&GRCTVOGPVQH'NGEVTKECN
This book provides a practical introduction to the various 'PIKPGGTKPI0CVKQPCN+PUVKVWVGQH6GEJPQNQI[&WTICRWT
types of motors used in industrial drives. While selecting
suitable motors for industrial applications, a good This problem-oriented book provides solutions to the
knowledge of the mechanical and electrical elements common problems in two major areas of Electrical
involved and a thorough understanding of the load and Engineering discipline such as electric machines and electric
motor characteristics is essential. The book describes the drives (with power electronics linking them) under a single
load requirements of some typical drives, the type of motors cover. It serves as a supplement to textbooks on the subject.
used, their characteristics, duty cycles and specifications.
The book includes as many as 163 well-graded solved
The starting, braking and speed control of dc motors, problems, covering topics such as transformer, dc machine,
induction motors and synchronous motors are dealt with. ac machines, induction (motor) and synchronous types,
The solid state speed control methods for dc and ac motors special motors, power electronics and electric drives. The
are discussed. The criteria for selection of motors for various problems have been solved in a clear and step-by-step
KPFWUVTKCN FTKXGU CTG GZRNCKPGF KP FGVCKN (KPCNN[ GNGEVTKE manner.
energy conservation in the use of electric motors and drives
Each chapter discusses various formulas and other details
is emphasized.
such as circuit diagrams and relevant waveforms used to
KEY FEATURES solve the problems.
Ŗ 2TQXKFGU DCNCPEGF EQXGTCIG QH VJGQT[ CPF RTCEVKECN The book contains 161 supplementary problems with
applications of industrial motor drives and their answers for practice. Their complete solutions are also
problems. provided at the end of the book. The students can hone their
Ŗ +PENWFGU PWOGTQWU YQTMGFQWV GZCORNGU VQ FGOQPUVTCVG skills and enhance their understanding of the subject matter
and establish the principles and their applications. by solving these supplementary problems.
Ŗ %JCRVGTGPFRTQDNGOUKPENWFGGPIKPGGTKPICRRNKECVKQPUQH
The book is designed for the undergraduate students of
electric motors and electric drives.
electrical engineering. It will also be useful for those
This book is suitable for degree and diploma students preparing for AMIE and competitive examinations.
QHGNGEVTKECNGPIKPGGTKPICUYGNNCUHQT#/+'2CTV$UVWFGPVU
CONTENTS: 2TGHCEG#EMPQYNGFIGOGPVU6TCPUHQTOGT&%
for courses in Electric Drives.
Machine. Induction Motor. Synchronous Machines. Special
CONTENTS:2TGHCEG.QCF%JCTCEVGTKUVKEU6[RGUQH/QVQTU /CEJKPGU 2QYGT 'NGEVTQPKE %QPXGTVGTU 'NGEVTKE &TKXGU
and their Characteristics. Starting and Braking of Motors. 5QNWVKQPUVQ5WRRNGOGPVCT[2TQDNGOU+PFGZ
5RGGF %QPVTQN QH /QVQTU 5QNKF 5VCVG /QVQT %QPVTQN &%
Latest Print 2012 / 404 pp. / 17.8 × 23.5 cm
/QVQT 5RGGF %QPVTQN 5QNKF 5VCVG /QVQT %QPVTQN +PFWEVKQP
ISBN-978-81-203-4424-2 / C 375.00
Motor Speed Control. Selection of Motors for Industrial
Drives. Economic Selection of Electric Motors. Index.
Latest Print 2013 / 228 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3643-8 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 167 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (E.'%64+%#. M#%*+0'5)

Electrical Electrical
Machines Machines:
Theory and
Practice

M.V. DESHPANDE UGTXGF CU2TQHGUUQTCPF*GCFQHV JG M.N. BANDYOPADHYAY, &KTGEVQT 0CVKQPCN+PUVKVWVGQH


&GRCTVOGPV QH'NGEVTKECN'PIKPGGTKPICV.&%QNNGIGQH 6GEJPQNQI[-WTWMUJGVTC*CT[CPC
'PIKPGGTKPI#JOGFCDCFCPF%QNNGIGQH'PIKPGGTKPI2WPG
This comprehensive, up-to-date introduction to Electrical
This textbook offers insights into the principles and Machines is designed to meet the needs of undergraduate
applications of electrical machines. The text provides a electrical engineering students. It presents the essential
thorough understanding of the fundamentals that are principles of rotating machines and transformers. The
common to all machines. The book elaborates on single- emphasis is on the performance, though the book also
phase and three-phase transformers, DC machines, AC introduces the salient features of electrical machine design.
machines as well as commutator motors, and three-phase The book provides accessible, student-friendly coverage of
induction motors, single-phase induction motors, dc machines, transformers, three-phase induction motor,
synchronous machines, generators and motors. single-phase induction motor, fractional horsepower motors,
This book is intended as a text for students pursuing and synchronous machines. The clear writing style of the
diploma and undergraduate courses in Electrical book enhanced by illustrative figures and simplified
Engineering in various universities and engineering explanations of the fundamentals, makes it an ideal text for
institutes. Besides, the book takes care of the requirements of gaining a thorough understanding of the subject of electrical
students who are preparing for professional examinations, machines.
including those conducted by the Institution of Engineers
KEY FEATURES INCLUDE:
(India), i.e. AMIE.
Ŗ &GVCKNGF EQXGTCIG QH VJG EQPUVTWEVKQP QH GNGEVTKECN
KEY FEATURES machines.
Ŗ &KUEWUUGUVJGUVGRD[UVGREQXGTCIGQHVJGEQPUVTWEVKQPQH Ŗ .WEKF GZRNCPCVKQPU QH VJG RTKPEKRNGU QH QRGTCVKQP QH
electrical machines. electrical machines.
Ŗ )KXGUVJGOGVJQFUQHVGUVKPIQHGNGEVTKECNOCEJKPGU Ŗ /GVJQFUQHVGUVKPIQHGNGEVTKECNOCEJKPGU
Ŗ 2TQXKFGU VJG RGTHQTOCPEG ECNEWNCVKQPU QH GNGEVTKECN
machines. Ŗ 2GTHQTOCPEGECNEWNCVKQPUQHGNGEVTKECNOCEJKPGU
Ŗ +PENWFGUPWOGTQWUYQTMGFQWVGZCORNGU Ŗ 9GCNVJ QH FKXGTUG UQNXGF GZCORNGU KP GCEJ EJCRVGT VQ
illustrate the application of theory to practical problems.
CONTENTS: 2TGHCEG 5KPINGRJCUG 6TCPUHQTOGTU 2TKPEKRNG
CPF %QPUVTWEVKQP 5KPINGRJCUG 6TCPUHQTOGTU 1RGTCVKQP Ŗ 5CNKGPVHGCVWTGUQHFGUKIPQHGNGEVTKECNOCEJKPGU
CPF 6GUVKPI 6JTGGRJCUG 6TCPUHQTOGTU 1RGTCVKQP CPF Ŗ 1DLGEVKXG V[RG SWGUVKQPU VQ JGNR UVWFGPVU RTGRCTG HQT
Testing. Elements of Transformer Design. Laboratory Work competitive exams.

6TCPUHQTOGTU  $CUKE 2TKPEKRNGU QH 'NGEVTKECN /CEJKPGU CONTENTS: 2TGHCEG Introduction. DC Machines.
2TKPEKRNG CPF %QPUVTWEVKQP QH &% /CEJKPGU &% /CEJKPGU 6TCPUHQTOGTU 6JTGG2JCUG +PFWEVKQP /QVQT 5KPING2JCUG
Operation and Testing. Elements of DC Machine Design. Induction Motor. AC Commutator Motor (and Some
Laboratory Work (DC Machines). Three-phase Induction Special Motors). Synchronous Machines. Appendices—
/QVQTU 2TKPEKRNGU CPF %JCTCEVGTKUVKEU 6JTGGRJCUG  1DLGEVKXG 6[RG 3WGUVKQPU  5RGEKCN (GCVWTGU QH
+PFWEVKQP /QVQTU 1RGTCVKQP CPF 6GUVKPI 5[PEJTQPQWU 6TCPUHQTOGT &GUKIP  5RGEKCN (GCVWTGU QH &% /CEJKPG
/CEJKPGU5[PEJTQPQWU/CEJKPGU)GPGTCVQTU5[PEJTQPQWU &GUKIP  5RGEKCN (GCVWTGU QH 6JTGG2JCUG +PFWEVKQP /QVQT
Motors. Single-phase Induction Motors. AC Commutator &GUKIP  5RGEKCN (GCVWTGU QH &GUKIP QH 5[PEJTQPQWU
Motors. Laboratory Work (AC Machines). Index. Machine. Index.
Latest Print 2013 / 448 pp. / 17.8 × 23.5 cm Latest Print 2011 / 516 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4026-8 / C 350.00 ISBN-978-81-203-2997-3 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 168
ENGINEERING
Electrical/Electronics (E.'%64+%#. M#%*+0'5)

Industrial Electronics Power Electronics


and Control including
Programmable Logic
Controller, 2nd ed.

BISWANATH PAUL, (GNNQY QH0/+6


#WUVTCNKC KUYKVJVJG JAMIL ASGHAR M. SYED, KU #UUQEKCVG2TQHGUUQT
&GRCTVOGPVQH'NGEVTKECN'PIKPGGTKPI/GIJPCF5CJC+PUVKVWVGQH &GRCTVOGPV QH 'NGEVTKECN 'PIKPGGTKPI #NKICTJ /WUNKO
6GEJPQNQI[9GUV$GPICN6GEJPKECN'FWECVKQP-QNMCVC 7PKXGTUKV[ #NKICTJ

+PFWUVTKCN 'NGEVTQPKEUCPF%QPVTQN is intended as a textbook for This textbook, designed for undergraduate students of
polytechnic students pursuing courses in electrical electrical engineering, offers a comprehensive and accessi-
engineering, electronics and communication engineering, and ble introduction to state-of-the-art power semiconductor
electronics and instrumentation engineering. The objective of
devices and power electronic converters with an emphasis
the book is to provide a clear explanation of the mode of
operation of the different electronic power devices in circuits on design, analysis and realization of numerous types of
and systems that are in wide use today in modern industry systems.
for the control and conversion of electric power. The book Each topic is discussed in sufficient depth to expose the
strives to fulfil this need for a fundamental treatment that fundamental principles, concepts, techniques, methods and
allows students to understand all aspects of circuit functions
circuits, necessary to thoroughly understand power
through its neatly-drawn illustrations and wave diagrams.
Several EQNQWT diagrams are included to explain difficult electronic systems.
circuits and waveforms. This approach will help students in SALIENT FEATURES
assimilating the operation of power electronics circuits much
Ŗ 6JGQT[ CPF CRRNKECVKQPU CTG KPVGTNCEGF YKVJ FGUKIP
more thoroughly.
oriented solved and unsolved problems.
This Second Edition includes a new chapter on
2TQITCOOCDNG .QIKE %QPVTQNNGT
2.%  #U KP VJG (KTUV 'FKVKQP Ŗ 'CU[VQWPFGTUVCPF GZRNCPCVKQP QH VJG OGEJCPKUOU QH
the book begins with a discussion on rectifiers, differential several converter circuits is offered.
amplifiers, operational amplifiers, multivibrators, timers and Ŗ 7UGHWN TGCF[VQWUG EQORWVGT RTQITCOU CTG KPVTQFWEGF
goes on to provide indepth coverage of power devices and in most chapters for the computation of harmonics.
power electronics circuits such as silicon controlled rectifiers

5%4U  KPXGTVGTU FWCN EQPXGTVGTU EJQRRGTU CPF E[ENQ Ŗ 5VCPFCTF UQHVYCTG RCEMCIGU UWEJ CU 252+%'
converters and their applications in the control of ac/dc '.'%6410+%5914-$'0%* CTG FKUEWUUGF VQ IKXG C
motors, and heating and welding processes. The book also real-world exposure to practical design aspects of power
presents an overview of the modern developments in the field electronic circuits.
of optoelectronics and fibre optics. Ŗ 0GY CRRNKECVKQPU QH RQYGT GNGEVTQPKEU NKMG 29/ CWFKQ
The book has an added advantage of multiple-choice amplifiers are introduced.
questions, true/false statements, review questions and
numerical problems at the end of each chapter, designed to CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 2QYGT 'NGEVTQPKEU
reinforce the student’s understanding of the concepts and 2QYGT 5GOKEQPFWEVQT &GXKEGU 6TKIIGTKPI %KTEWKVU HQT
mathematical derivations introduced in the text. Thyristors. Driver Circuits for Gate-commutation
This tailor-made book with its exhaustive explanations of &GXKEGU#%8QNVCIG4GIWNCVQTU2JCUGEQPVTQNNGF
CEVQFE
circuit operations and its student-friendly approach should %QPXGTVGTU &%VQ&% %QPXGTVGTU +PXGTVGTU 4GUQPCPV
prove to be a boon to the students and teachers alike. %QPXGTVGTU725CPF5/25&GXKEG2TQVGEVKQPCPF/CIPGVKE
%KTEWKVU 5KOWNCVKQP QH 2QYGT 'NGEVTQPKE %QPXGTVGTU
CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU 2QYGT Appendices. Bibliography. Answers. Index.
Supplies. Differential Amplifiers. Operational Amplifiers.
Multivibrators, Switching Transistors, and Timers. Thyristors. Latest Print 2011 / 500 pp. / 17.8 × 23.5 cm
Inverters, Dual Converters, Choppers, and Cycloconverters. ISBN-978-81-203-2396-4 / C 295.00
/QVQT %QPVTQN *GCVKPI CPF 9GNFKPI %QPVTQN 1RVQGNGEVTQPKEU
CPF 1RVKECN (KDTG #% 2QYGT %QPFKVKQPGT 2TQITCOOCDNG
.QIKE%QPVTQNNGT
2.% #PUYGTUVQ/WNVKRNG%JQKEG3WGUVKQPU
6TWGQT(CNUG5VCVGOGPVUCPF2TQDNGOU+PFGZ
Latest Print 2013 / 632 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3993-4 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 169 PHI Learning: Publications
ENGINEERING
Electrical/Electronics (E.'%64+%#. M#%*+0'5) Electrical/Electronics (E.'%64+%#. 219'4 SYSTEMS)

Power Electronics: Power System


Power
Devices and Circuits, Dynamics and System
2nd ed. Simulation Dynamics
and
Simulation

ABHIJIT CHAKRABARTI

V. JAGANNATHAN, 2TQHGUUQT CPF*GCF&GRCTVOGPVQH ABHIJIT CHAKRABARTI, 8KEG%JCKTOCP9GUV$GPICN5VCVG


'NGEVTKECN CPF 'NGEVTQPKEU 'PIKPGGTKPI %QKODCVQTG +PUVKVWVG %QWPEKN QH*KIJGT'FWECVKQPCPF2TQHGUUQTCPF(QTOGT*GCF
QH 6GEJPQNQI[%QKODCVQTG &GRCTVOGPV QH'NGEVTKECN'PIKPGGTKPI$GPICN'PIKPGGTKPICPF
5EKGPEG 7PKXGTUKV[5JKDRWT*QYTCJ*GJCUCNUQDGGP8KEG
This book is a new enlarged edition of +PVTQFWEVKQPVQ2QYGT %JCPEGNNQTQH,CFCXRWT7PKXGTUKV[
'NGEVTQPKEU It is designed for undergraduate students of
electrical and electronics engineering and provides an This comprehensive textbook introduces electrical
accessible and practical treatment of semiconductor power engineering students and engineers to the various aspects of
switching devices and their use in several types of static power system dynamics. It focuses on explaining and
power converters. The book emphasizes the fundamental analysing the dynamic performance of such systems which
principles and offers an easy-to-understand explanation of are important for both system operation and planning.
the operation of practical circuits. The aim of this book is to present a comprehensive treatise
Beginning with the study of the characteristics of power in order to study the dynamics and simulation of the power
switching devices, the text offers a thorough treatment of networks. After going through the complete text, the
ac–ac converters, ac–dc converters, dc–dc converters and students will be able to understand fundamental dynamic
inverters, helping students understand how switching behaviour and controls of power systems and to perform
converters can be made to generate almost any wave shape basic stability analysis. The topics substantiated by suitable
and frequency, how power converters are used in illustrations and computer programs describe analytical
EQPLWPEVKQP YKVJ GNGEVTKE FTKXGU *8&% VTCPUOKUUKQP aspects of operation and characteristic of power system from
systems, and so forth. the view point of steady state and dynamic condition.
The topics included in the second editionCTG 6JKUVGZVUGTXGUCUCYGNNMPKVKPVTQFWEVKQPVQ2QYGT5[UVGO
Ŗ +FGCN CPF TGCN UYKVEJGU CPF FTKXG EKTEWKVU HQT ICVG Dynamics and is suitable for a one-semester course for the
commutation devices senior-level undergraduate students of electrical engineering
Ŗ 5KPING RJCUG UGTKGU EQPXGTVGTU CPF VYGNXG RWNUG CPFRQUVITCFWCVGUVWFGPVUURGEKCNK\KPIKP2QYGT5[UVGOU
converters CONTENTS: 2TGHCEG +PVTQFWEVKQP /QFGNNKPI QH 2QYGT
Ŗ 5YKVEJ OQFG RQYGT UWRRN[
5/25  CPF UYKVEJ OQFG System Components. Steady State Operation of
dc–dc converters 7PEQORGPUCVGF 2QYGT 6TCPUOKUUKQP .KPGU 6TCPUKGPV
Ŗ 4GUQPCPV EQPXGTVGTU CPF WPKPVGTTWRVGF RQYGT UWRRN[ #PCN[UKUQH2QYGT6TCPUOKUUKQP.KPGU.QCF(NQY#PCN[UKU

725 2QYGT#PING5VCDKNKV[4GCEVKXG2QYGT%QPVTQNCPF8QNVCIG
KEY FEATURES 5VCDKNKV[ 5OCNN 5KIPCN 5VCDKNKV[ 2QYGT 5[UVGO
%QORGPUCVKQP 7UKPI (CEV &GXKEGU 2QYGT 3WCNKV[
Ŗ # NCTIG PWODGT QH YCXGHQTOU FKCITCOU VJCV RTQXKFG C
Appendix.
vivid picture of circuit actions.
Ŗ #XCTKGV[QHUQNXGFGZCORNGUVQUVTGPIVJGPEQPEGRVU Latest Print 2013 / 496 pp. / 17.8 × 23.5 cm
Ŗ 0WOGTQWU TGXKGY SWGUVKQPU UQNXGF RTQDNGOU CPF ISBN-978-81-203-4673-4 / C 550.00
unsolved problems with answers to develop a clear
understanding of the basic principles.
CONTENTS: 2TGHCEG +PVTQFWEVKQP 2QYGT 5YKVEJKPI
Devices and Their Characteristics. AC to DC Converters. AC
VQ #% %QPXGTVGTU &% VQ &% %QPXGTVGTU %JQRRGTU
+PXGTVGTU 2QYGT %QPVTQNNGTU 6JGKT #RRNKECVKQPU /KETQEQP
VTQNNGT$CUGF%QPVTQNCPF2TQVGEVKQP%KTEWKVU Index.
Latest Print 2011 / 388 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4196-8 / C 275.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 170
ENGINEERING
Electrical/Electronics (E.'%64+%#. 219'4 SYSTEMS)

Electrical Power
Systems: Analysis,
Security and
Deregulation

P. VENKATESH, #UUQEKCVG 2TQHGUUQT KP VJG &GRCTVOGPV QH The key issues in electricity deregulation and restructuring
'NGEVTKECN CPF 'NGEVTQPKEU 'PIKPGGTKPI 6JKCICTCLCT %QNNGIG QHRQYGTU[UVGOUUWEJCU6TCPUOKUUKQP2TKEKPI#XCKNCDKNKV[
QH'PIKPGGTKPI/CFWTCK Transfer Capability (ATC), and pricing methods in the
B.V. MANIKANDAN, 2TQHGUUQT KPVJG&GRCTVOGPVQH EQPVGZVQH+PFKCPUEGPCTKQCTGFKUEWUUGFKPFGVCKNKP2CTVQH
'NGEVTKECN CPF'NGEVTQPKEU'PIKPGGTKPI/GREQ5EJNGPM the book.
'PIKPGGTKPI %QNNGIG 5KXCMCUK
The book is interspersed with problems for a sound
S. CHARLES RAJA, #UUKUVCPV 2TQHGUUQT KP VJG &GRCTVOGPV understanding of various aspects of power systems. The
QH 'NGEVTKECNCPF'NGEVTQPKEU'PIKPGGTKPI6JKCICTCLCT%QNNGIGQH questions at the end of each chapter are provided to
'PIKPGGTKPI /CFWTCK reinforce the knowledge of students as well as prepare them
A. SRINIVASAN, #UUKUVCPV 2TQHGUUQTKPVJG&GRCTVOGPV from the examination point of view. The book will be useful
QH 'NGEVTKECNCPF'NGEVTQPKEU'PIKPGGTKPI-.0%QNNGIGQH to both the undergraduate students of electrical engineering
'PIKPGGTKPI 2QVVCRCNC[CO and postgraduate students of power engineering and power
OCPCIGOGPV KP UGXGTCN EQWTUGU UWEJ CU 2QYGT 5[UVGO
This textbook introduces electrical engineering students to #PCN[UKU 'NGEVTKEKV[ &GTGIWNCVKQP 2QYGT 5[UVGO 5GEWTKV[
the most relevant concepts and techniques in three major 4GUVTWEVWTGF 2QYGT 5[UVGOU CU YGNN CU NCDQTCVQT[ EQWTUGU
areas today in power system engineering, namely CPCN[UKU, KP2QYGT5[UVGO5KOWNCVKQP
UGEWTKV[ and FGTGIWNCVKQP.
CONTENTS: 2TGHCEG 2CTV + 2QYGT 5[UVGO #PCN[UKUō
The book carefully integrates theory and practical
+PVTQFWEVKQP 2QYGT 5[UVGO .QCF (NQY #PCN[UKU
applications. It emphasizes power flow analysis, details
5[OOGVTKECN (CWNV #PCN[UKU 7PU[OOGVTKECN (CWNV #PCN[UKU
analysis problems in systems with fault conditions, and
2QYGT 5[UVGO 5VCDKNKV[ 2CTV ++ 2QYGT 5[UVGO 5GEWTKV[ō
discusses transient stability problems as well. In addition,
students can acquire software development skills in 1RGTCVKQPU +P 2QYGT 5[UVGO 5GEWTKV[ 5VCVG 'UVKOCVKQP
MATLAB and in the usage of state-of-the-art software tools 1RVKOCN2QYGT(NQY2CTV+++&GTGIWNCVKQPō2QYGT5[UVGO
UWEJCU2QYGT9QTNF5KOWNCVQT
295 CPF5KGOGPU255' 4GUVTWEVWTKPI #P 1XGTXKGY 1RGTCVKQPU +P 2QYGT /CTMGV
Available Transfer Capability. Transmission Open Access
In any energy management/operations control centre, the CPF2TKEKPI$KDNKQITCRJ[+PFGZ
knowledge of contingency analysis, state estimation and
QRVKOCN RQYGT HNQY KU QH WVOQUV KORQTVCPEG 2CTV  QH VJG Latest Print 2012 / 528 pp. / 17.8 × 23.5 cm
book provides comprehensive coverage of these topics. ISBN-978-81-203-4538-6 / C 375.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 171 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (E.'%641/#)0'6+%5)

Applied Electromagnetic
Electromagnetic Waves and
Theory: Analysis, Transmission Lines
Problems and
Applications

B. SOMANATHAN NAIR, 2TKPEKRCN 2CPMCLC-CUVJWTK R.S. RAO, 2TQHGUUQT KPVJG&GRCTVOGPVQH'NGEVTQPKEUCPF


%QNNGIG QH'PIKPGGTKPICPF6GEJPQNQI[6JKTWXCPCPVJCRWTCO %QOOWPKECVKQP 'PIKPGGTKPI5TGG8KF[CPKMGVJCP'PIKPGGTKPI

-GTCNC  %QNNGIG 6KTWRCVJK


S.R. DEEPA, &KTGEVQT CPF #UUQEKCVG 2TQHGUUQT $5 0CKTŏU
+PUVKVWVGQH'NGEVTQPKEU'PIKPGGTKPI6JKTWXCPCPVJCRWTCO This systematic and well-written book provides an in-depth
analysis of all the major areas of the subject such as fields,
Designed as a textbook for the students of electronics and
communication engineering, and electrical and electronics waves and lines. It is written in a simple and an easy-to-
engineering, it covers the subject of electromagnetism with understand language.
a clear exposition of the theory in association with the Beginning with a discussion on vector calculus, the book
practical applications. The text explains the physical elaborately explains electrostatics, including the concepts of
and mathematical aspects of the highly complicated electric force and field intensity, electric displacement, Gauss
electromagnetic theory in a very simple manner. law, conductors, dielectrics and capacitors. This is followed
The book begins with a introductory chapter on vector by a detailed study of magnetostatics, covering Biot-Savart
theory and then moves on to explain the effectiveness of law, Lorentz's force law and Ampere's circuital law. Then, it
Ampere’s circuital law and Biot-Savart’s law in dealing with discusses Maxwell’s equations that describe the time-
magnetostatic problems, derivation of Maxwell’s field varying fields and the wave theory which is the basis of
GSWCVKQPU HTQO VJG HWPFCOGPVCN NCYU QH (CTCFC[ CPF TCFKCVKQP CPF YKTGNGUU EQOOWPKECVKQPU (KPCNN[ VJG DQQM
Ampere, free-space solutions of wave equations, and gives a fair treatment to transmission line theory, which is a
VJG VJGQT[ QH UMKP GHHGEV (KPCNN[ KV EQPENWFGU YKVJ VJG foundation course in mechanical engineering.
applications of Smith chart in solving transmission line
The text is well-supported by a large number of solved and
problems and the theory of rectangular and circular
unsolved problems to enhance the analytical skill of the
waveguides.
students. The problems are framed to test the conceptual
KEY FEATURES understanding of the students. It also includes plenty of
Ŗ .CTIG PWODGT QH UQNXGF GZCORNGU CPF EJCRVGTGPF objective type questions with answers.
problems It is intended as a textbook for the undergraduate students
Ŗ #RRGPFKEGU VQ IKXG VJG UQNWVKQPU QH YCXG GSWCVKQPU KP
of Electrical and Electronics Engineering and Electronics
waveguides
and Communication Engineering for their course on
Ŗ 6JTGGFKOGPUKQPCNHKIWTGUVQKNNWUVTCVGVJGQTKGU
Electromagnetic Waves and Transmission Lines.
Ŗ )GPGTCNK\GFUQNWVKQPQH/CZYGNNŏUGSWCVKQPU
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 7PKV + 8GEVQT
Besides undergraduate students of engineering, it would be
useful for the postgraduate students of physics. %CNEWNWUō8GEVQT %CNEWNWU 7PKV ++ 'NGEVTQUVCVKEUō'NGEVTKE
(QTEG CPF (KGNF +PVGPUKV[ 'NGEVTKE &KURNCEGOGPV CPF )CWUU
CONTENTS: 2TGHCEG Introduction to Vector Theory. .CY 'NGEVTKE 2QVGPVKCN CPF 'PGTI[ %QPFWEVQTU &KGNGEVTKEU
/1&7.' +ō%QWNQODŏU .CY CPF +VU #RRNKECVKQPU CPF %CRCEKVQTU 7PKV +++ 5VGCF[ /CIPGVKE (KGNFUō
2QKUUQPŏU CPF .CRNCEGŏU 'SWCVKQPU /CIPGVQUVCVKEU /CIPGVQUVCVKEU 7PKV +8 'NGEVTQF[PCOKEUō6KOG 8CT[KPI
/CZYGNNŏU 'SWCVKQPU 2Q[PVKPIŏU 6JGQTGO /1&7.' ++ō (KGNFU CPF /CZYGNNŏU 'SWCVKQPU 7PKV 8 9CXG 6JGQT[ō
'NGEVTQOCIPGVKE 9CXGU 4GHNGEVKQP CPF 4GHTCEVKQP QH 2NCPG 'NGEVTQOCIPGVKE9CXG6JGQT[6TCPUOKUUKQPCPF4GHNGEVKQP
9CXGU 7PKHQTO 6TCPUOKUUKQP .KPGU /1&7.' +++ō )WKFGF9CXGUCPF9CXGIWKFGU7PKV8+6TCPUOKUUKQP.KPG
+ORGFCPEG /CVEJKPI 7UKPI 5VWD .KPGU 4GEVCPIWNCT CPF 6JGQT[ō.KPG 'SWCVKQPU CPF +ORGFCPEG 4GHNGEVKQP
%KTEWNCT 9CXGIWKFGU #RRGPFKEGUō# 6TCPUXGTUG 'NGEVTKE
%QGHHKEKGPV CPF 5VCPFKPI 9CXG 4CVKQ .KPG &KUVQTVKQP CPF

6'  9CXGU KP 4GEVCPIWNCT 9CXGIWKFGU $ %KTEWNCT


Line Matching. Appendix. Important Equations. Index.
%[NKPFTKECN 9CXGIWKFGU % 2TQRGTVKGU QH /CVGTKCNU
Bibliography. Index. Latest Print 2012 / 592 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4515-7 / C 425.00
Latest Print 2010 / 384 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3339-0 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 172
ENGINEERING
Electrical/Electronics (E.'%641/#)0'6+%5)

Electromagnetism: Electromagnetism:
Problems with Theory and
Solutions, 3rd ed. Applications, 2nd ed.
A. PRAMANIK JCUDGGP&, A. PRAMANIK JCUDGGP&,)CPFJK
)CPFJK&KUVKPIWKUJGF8KUKVKPI &KUVKPIWKUJGF8KUKVKPI2TQHGUUQTKPVJG
2TQHGUUQTKPVJG&GRCTVOGPVQH &GRCTVOGPVQH'NGEVTKECN'PIKPGGTKPICV
'NGEVTKECN'PIKPGGTKPICV++6 ++6$QODC[%WTTGPVN[JGKU2TQHGUUQT
$QODC[%WTTGPVN[JGKU2TQHGUUQT 'OGTKVWUKPVJG&GRCTVOGPVQH
'OGTKVWUKPVJG&GRCTVOGPVQH 'NGEVTKECN'PIKPGGTKPICVVJG%QNNGIGQH
'NGEVTKECN'PIKPGGTKPICVVJG 'PIKPGGTKPI2WPG
%QNNGIGQH'PIKPGGTKPI2WPG The second edition of 'NGEVTQOCIPGVKUO 6JGQT[CPF
#RRNKECVKQPU has been updated to cover some additional
This Third Edition of the book contains more than 60 new aspects of theory and nearly all modern applications. The
problems over and above the original 480 problems of the semi-historical approach is unchanged, but further historical
Second Edition. The additional problems cover the whole comments have been introduced at various places in the
range of new topics which will also be introduced in the book to give a better insight into the development of the
subject as well as to make the study more interesting and
third edition of the author’s main textbook titled palatable to the students.
'NGEVTQOCIPGVKUO 6JGQT[ CPF #RRNKECVKQPU. There are some
The book is designed to serve as a core text for students of
other new problems necessary to further enhance the electrical engineering. Besides, it will be useful to post-
understanding of the topics of importance already existing graduate physics students as well as research engineers and
in the book. design and development engineers in industries.
There has been no change in the philosophy of this book. It CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP Vector
#PCN[UKU6JG'NGEVTQUVCVKE(KGNFKP(TGG5RCEG
KP#DUGPEGQH
has been designed to serve as a companion volume to the &KGNGEVTKEU %QPFWEVQTUCPF+PUWNCVQTUKP'NGEVTQUVCVKE(KGNF
main text to help students gain a thorough quantitative 'PGTI[ CPF /GEJCPKECN (QTEGU KP 'NGEVTQUVCVKE (KGNFU
understanding of EM concepts that are somewhat difficult to /GVJQFU QH 5QNXKPI 'NGEVTQUVCVKE (KGNF 2TQDNGOU
learn. The problems included, as a result of the author’s long #RRTQZKOCVG /GVJQFU QH 5QNXKPI 'NGEVTQUVCVKE (KGNF
industrial and academic experience, illuminate the concepts 2TQDNGOU 5VGCF[ 'NGEVTKE %WTTGPV CPF 'NGEVTKE (KGNF
developed in the main text. /CIPGVKE (KGNF QH 5VGCF[ %WTTGPVU KP (TGG 5RCEG /CIPGVKE
(KGNFQH5VGCF[%WTTGPVUKP2TGUGPEGQH/CIPGVKE/CVGTKCNU
Besides meeting the needs of undergraduate students of /GVJQFU QH 5QNXKPI /CIPGVQUVCVKE (KGNF 2TQDNGOU 6KOG
electrical engineering and postgraduate students and 8CT[KPI (KGNFU CPF 'NGEVTQOCIPGVKE +PFWEVKQP (QTEGU CPF
researchers in physics, the book will also be immensely 'PGTI[ KP VJG 5VCVKE CPF 3WCUK5VCVKE /CIPGVKE (KGNFU
/CZYGNNŏU 'SWCVKQPU 8GEVQT 2QVGPVKCNU 'PGTI[ 6TCPUHGT KP
useful to engineers and applied physicists in industry. 'NGEVTQOCIPGVKE (KGNFU CPF 2Q[PVKPI 8GEVQT 6KOG8CT[KPI
CONTENTS: 2TGHCEG2TGHCEGVQVJG5GEQPF'FKVKQP2TGHCEG (KGNFU KP %QPFWEVQTU
/CIPGVKE &KHHWUKQP  %JCTIG
4GNCZCVKQP 'NGEVTQOCIPGVKE 9CXGU 9CXGIWKFGU 4CFKCVKQP
VQ VJG (KTUV 'FKVKQP 8GEVQT #PCN[UKU 'NGEVTQUVCVKEU + CPF4GEGRVKQPQH'NGEVTQOCIPGVKE9CXGU'NGEVTQOCIPGVKUO
Electrostatics II—Dielectrics, Conductors and Capacitance. CPF 5RGEKCN 4GNCVKXKV[ 0WOGTKECN /GVJQFU HQT CPF
'NGEVTQUVCVKE (KGNF 2TQDNGOU 'NGEVTKE %WTTGPVU
5VGCF[  %QORWVGT 5QNWVKQPU QH 'NGEVTQOCIPGVKE (KGNF 2TQDNGOU
/CIPGVQUVCVKEU+'NGEVTQOCIPGVKE+PFWEVKQPCPF3WCUKUVCVKE Modern Topics and Applications. Appendices—1. The
/CIPGVKE(KGNFU(QTEGUCPF'PGTI[KP5VCVKECPF3WCUKUVCVKE 2TKPEKRNG QH &WCNKV[  6JG +PXGTUG 2QKPVU QH C %KTENG
Magnetic Systems (with inductance calculations). Maxwell’s  )TGGPŏU 4GEKRTQECVKQP 6JGQTGO KP 'NGEVTQUVCVKEU
4. Vectors in Different Coordinate Systems. 5. Some
'SWCVKQPU 8GEVQT 2QVGPVKCNU CPF #RRNKECVKQPU 2Q[PVKPI +ORQTVCPV2J[UKECN%QPUVCPVU#%KTEWKVHQT'ZRGTKOGPVCN
Vector and Energy Transfer. Magnetic Diffusion (Eddy 8GTKHKECVKQP QH 1PG QH VJG /CZYGNNŏU 'SWCVKQPU
(CTCFC[ŏU
%WTTGPVU  CPF %JCTIG 4GNCZCVKQP 'NGEVTQOCIPGVKE 9CXGUō Law of Induction). 7. Graphical Method of Analyzing
2TQRCICVKQP )WKFCPEG CPF 4CFKCVKQP 'NGEVTQOCIPGVKUO 9CXGIWKFG 2TQDNGOU
5OKVJ %JCTV   # 2TQQH QH VJG (CEV
CPF 4GNCVKXKV[ #RRGPFKEGUō 4QVJŏU /GVJQF  5QNKF that There are only Two Independent Boundary Conditions
HQT'NGEVTQOCIPGVKE(KGNF2TQDNGOU$GUUGN(WPEVKQPUCPF
#PINGU2Q[PVKPI8GEVQT#2TQQH/CIPGVKECPF'NGEVTKE .GIGPFTG (WPEVKQPU  $KE[NKPFTKECN %QQTFKPCVG 5[UVGO
(KGNFU KP 2Q[PVKPI 8GEVQT # 2TQQH  $KE[NKPFTKECN  /GVJQF QH /QOGPVU 2NCVGUō # XKGY QH VJG TGCEVQT
Coordinate System and Associated Conformal Trans- subjected to high current short-circuit test. 2. Another view
formations. Bibliography. QHCUGEVKQPQHVJGTGCEVQTUJQYPKP2NCVG 3. Effect of radial
magnetization on an alnico ring. 4. A view of the model
Latest Print 2012 / 920 pp. / 17.8 × 23.5 cm GZRGTKOGPV VQ FGOQPUVTCVG VJG FQWDNGXCNWGF 2& KP VJG
ISBN-978-81-203-4633-8 / C 550.00 circulating current circuit. 5. Wave shapes of 8C and 8D from
VJG FGOQPUVTCVKQP GZRGTKOGPV
2NCVG   CU QDUGTXGF QP VJG
%41UETGGP$KDNKQITCRJ[+PFGZ
Latest Print 2009 / 1020 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3465-6 / C 495.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 173 PHI Learning: Publications
ENGINEERING
Electrical/Electronics (E.'%641/#)0'6+%5) Electrical/Electronics (E0'4); S67&+'5)

Fundamentals of Energy
Electromagnetic Engineering and
Theory, 2nd ed. Management

AMLAN CHAKRABARTI,
2TQHGUUQTCPF*GCF
&GRCTVOGPV QH'NGEVTKECN
'PIKPGGTKPI0CTWNC+PUVKVWVGQH
6GEJPQNQI[ -QNMCVC

SAROJ K. DASH, 2TQHGUUQTCPF*GCF&GRCTVOGPVQH'NGEVTKECN This textbook is designed for senior students of B.Tech. in
'PIKPGGTKPI )CPFJK+PUVKVWVGHQT6GEJPQNQIKECN#FXCPEGOGPV Electrical/Mechanical Engineering and first-year students of
$JWDCPGUYCT M.Tech. in Energy Management. The book will also be
SMRUTI R. KHUNTIA, 4& 7PKV6TKUQHV6GEJPQNQI[ useful for MBA courses on Energy Management conducted
by some universities through distance education mode.
$JWDCPGUYCT
The book also offers comprehensive study material for the
The Second Edition of this book, while retaining the certification examination for certified energy auditor of
Bureau of Energy Efficiency, Government of India and for
contents and style of the first edition, continues to fulfil the some industrial training programmes in the industry.
requirements of the course curriculum in Electromagnetic
The book provides an exhaustive discussion of the energy
Theory for the undergraduate students of electrical analysis methodologies and tools to optimize the utilization
engineering, electronics and telecommunication engineering, of energy and how to enhance efficiency during conversion
and electronics and communication engineering. of energy from one form to another. It illustrates the energy
The text covers the modules of the syllabus corresponding to analysis methods used in factories, transportation systems
and buildings highlighting the various forms of use. It
vectors and fields, Maxwell’s equations in integral form and
discusses the thermodynamic principles of energy conver-
differential form, wave propagation in free space and sion and constitution of energy balance equation for such
material media, transmission line analysis and waveguide systems.
principles. It explains physical and mathematical aspects The book examines the energy costs in our everyday life in
of the highly complicated electromagnetic theory in a very terms of energy inputs in food cultivation. It also discusses
UKORNGCPFNWEKFOCPPGT6JKUPGYGFKVKQPKPENWFGU similar energy costs of using fuels, other goods and services
Ŗ 6YQUGRCTCVGEJCRVGTUQP6TCPUOKUUKQP.KPG and 9CXGIWKFG in our daily life.

Ŗ #VJQTQWIJN[TGXKUGFEJCRVGTQP2NCPG9CXG2TQRCICVKQP KEY FEATURES


Ŗ 5GXGTCN PGY UQNXGF CPF WPUQNXGF PWOGTKECN RTQDNGOU Ŗ +PENWFGU PWOGTQWU SWGUVKQPU CPF CPUYGTU QP GPGTI[
management.
asked in various universities’ examinations
Ŗ %QPVCKPURTQDNGOUCPFUQNWVKQPUQPGPGTI[OCPCIGOGPV
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP Ŗ 2TQXKFGU OWNVKRNG EJQKEG SWGUVKQPU WUGHWN HQT RTGRCTKPI
#EMPQYNGFIGOGPVU (WPFCOGPVCNU QH 8GEVQT #NIGDTC for the certified energy auditor examination conducted by
Concept of Vector Calculus. Electrostatics. Magnetostatics. the Bureau of Energy Efficiency, Government of India.
'NGEVTQF[PCOKEU 2NCPG 9CXG 2TQRCICVKQP 6TCPUOKUUKQP Ŗ +PENWFGU%CUG5VWFKGU
.KPG 9CXGIWKFG #PVGPPC #RRGPFKEGU 5QNXGF 3WGUVKQP
2CRGTU+PFGZ CONTENTS: 2TGHCEG#EMPQYNGFIGOGPVU+PVTQFWEVKQPVQ
Global Energy Scenario. Technology and Considerations for
Latest Print 2011 / 920 pp. / 17.8 × 23.5 cm 'NGEVTKECN CPF (WGN 'PGTI[ 'PGTI[ %QUVU QH (QQF (WGN
ISBN-978-81-203-4396-2 / C 525.00 Materials, Goods and Services. Energy Analysis and
6JGTOQF[PCOKEU 'PGTI[ #PCN[UKU QH 4GCN +PFWUVTKCN
5[UVGOU (CEVQTKGU 'PGTI[ #PCN[UKU QH 4GCN +PFWUVTKCN
5[UVGOU 6TCPURQTVCVKQP 5[UVGOU 'PGTI[ #PCN[UKU QH 4GCN
+PFWUVTKCN 5[UVGOU $WKNFKPIU 2TKPEKRNGU CPF 1DLGEVKXGU QH
Energy Management. Design of Energy Management
2TQITCOOGU 2TQEGFWTGU HQT 'PGTI[ #PCN[UKU CPF #WFKV
Social and Economic Cost Benefits. Measures for Energy
%QPUGTXCVKQP #RRGPFKEGUō# 3WGUVKQPU CPF #PUYGTU QP
'PGTI[ /CPCIGOGPV $ 2TQDNGOU QP 'PGTI[ /CPCIGOGPV
% /WNVKRNG %JQKEG 3WGUVKQPU QP 'PGTI[ /CPCIGOGPV
&%CUG5VWFKGUQP'PGTI[/CPCIGOGPV+PFGZ
Latest Print 2011 / 264 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4233-0 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 174
ENGINEERING
Electrical/Electronics (E0'4); S67&+'5)

Renewable Energy
Sources: Their
Impact on Global
Warming and
Pollution

TASNEEM ABBASI, #UUKUVCPV 2TQHGUUQT%GPVTGHQT2QNNWVKQP levels. It will also serve as a useful reference for scientists,
%QPVTQN CPF'PGTI[6GEJPQNQI[2QPFKEJGTT[7PKXGTUKV[ technocrats and environmentalists.
2QPFKEJGTT[
+PFKCKUIGPGTQWUN[GPFQYGFYKVJTGPGYCDNGGPGTI[UQWTEGU
S.A. ABBASI, 5GPKQT 2TQHGUUQTCPF%QQTFKPCVQT%GPVTGHQT + JQRG VJGRTGUGPV  DQQMD[2 TQH 6CUPGGO# DDCUK CPF
2QNNWVKQP %QPVTQN CPF 'PGTI[ 6GEJPQNQI[ 2QPFKEJGTT[ 2TQH 5##DDCUKYKNNJGNRUVWFGPVUTGPGYCDNGGPGTI[
7PKXGTUKV[2QPFKEJGTT[ RTQHGUUKQPCNU CPFGXGPVJGIGPGTCNOCUUGUVQWPFGTUVCPF
XCTKQWU CURGEVUQHTGPGYCDNGGPGTI[VGEJPQNQIKGUCPFVJGKT
Today, the tide has turned so strongly in favour of renewables
CRRNKECVKQPU
that for the first time since the dawn of the fossil fuel era over
two hundred years ago renewable energy technologies have ō &T (#4113 #$&7..#*
started attracting more investment globally than that in the *QPŏDNG/KPKUVGT0GYCPF4GPGYCDNG'PGTI[
fossil fuel-based technologies. Government of India

This text provides a comprehensive and wide ranging CONTENTS: (QTGYQTF 2TGHCEG (TQO 4GPGYCDNGU VQ
introduction to various renewable energy technologies and 4GPGYCDNGU 6JG *WOCP 3WGUV HQT 'PGTI[ %QOGU (WNN
their applications, such as solar, wind, biomass, biogas, %KTENG 2QNNWVKQP CPF )NQDCN 9CTOKPI &WG VQ VJG 7UG QH
wave, geothermal, tidal and small hydel. It provides a (QUUKN (WGNU 6JG 'ZVGPV QH VJG 2TQDNGO &KTGEV 5QNCT
thorough understanding of the basic energy conversion Biomass Energy. Biogas Energy. Wind Energy. Wave
processes taking place in various renewable energy-based 'PGTI[  6KFCN 'PGTI[ )GQVJGTOCN 'PGTI[ 5OCNN *[FTQ
equipment like heat engines, photovoltaics, wind turbines, *[FTQIGP CU C 4GPGYCDNG 'PGTI[ 5QWTEG 5VQTCIG QH
windmills, wave machines, and so on. The text also deals +PVGTOKVVGPVN[IGPGTCVGF 4GPGYCDNG 'PGTI[ &GECTDQPK
with the impact of renewable energy sources on global \CVKQP QH (QUUKN (WGN 7UG D[ %12 %CRVWTG +U VJG 7UG QH
warming and pollution. 4GPGYCDNG 'PGTI[ 5QWTEGU CP #PUYGT VQ VJG 2TQDNGOU QH
)NQDCN9CTOKPICPF2QNNWVKQP!4GHGTGPEGU+PFGZ
The book is intended for courses in Environmental Sciences,
Environmental/Electrical/Mechanical Engineering and Latest Print 2013 / 332 pp. / 17.8 × 23.5 cm
Energy Studies at the undergraduate and postgraduate ISBN-978-81-203-3994-1 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 175 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (E0'4); S67&+'5)

Renewable Energy
Sources and
Emerging
Technologies,
2nd ed.

D.P. KOTHARI, &KTGEVQT )GPGTCNQH8KPFJ[C)TQWRQH Ŗ #RRGPFKEGUQP


+PUVKVWVKQPU +PFQTG – Smart grid and grid system in India
K.C. SINGAL, CHVGTITCFWCVKQPKP'NGEVTKECN'PIKPGGTKPIKPVJG Ō 4GOQVG XKNNCIG GNGEVTKHKECVKQP YKVJ TGPGYCDNG GPGTI[
[GCT HTQO4QQTMGG7PKXGTUKV[
PQY++64QQTMGG UGTXGFKP sources
XCTKQWU ECRCEKVKGUYKVJ*CT[CPC5VCVG'NGEVTKEKV[$QCTF
*5'$ – Indian Electricity Act 2003, which supports exploration
CPFTGVKTGFCU%JKGH'PIKPGGT1RGTCVKQPKPVJG[GCT QH4GPGYCDNG'PGTI[
RAKESH RANJAN, 2TKPEKRCN QH+PVGTPCVKQPCN+PUVKVWVGQH SALIENT FEATURES
6GEJPQNQI[CPF$WUKPGUU5QPGRCV*CT[CPC Ŗ 2TQXKFGU DCNCPEGF KPVTQFWEVKQP VQ CNN CURGEVU QH UQNCT
GPGTI[EQPXGTUKQPKPENWFKPI28VGEJPQNQI[
This book, now in its Second Edition, is an introductory text Ŗ )KXGUEQORTGJGPUKXGEQXGTCIGQHCNNHCEGVUQHYKPFRQYGT
on renewable energy sources, technologies and their development.
applications—a subject which is becoming increasingly Ŗ 'ZRNCKPU UOCNN J[FTQRQYGT RTQLGEVU YKVJ KNNWUVTCVKXG
important worldwide. This edition includes two new figures.
chapters that introduce contemporary practices in renewable Ŗ 'ORJCUKUGUVJGKORQTVCPEGQHCXCKNCDKNKV[QHDKQHWGNHTQO
,CVTQRCRNCPV
technologies. It also discusses issues on environmental
Ŗ 5RGEKCNCVVGPVKQPKUIKXGPVQŎICUJ[FTCVGUŏCPFŎJ[FTQIGP
degradation and its reasons and remedies. energy’ sources.
Besides this, a large number of numerical problems to Ŗ (WGN EGNNU CTG GZRNCKPGF CU RGT VJG NCVGUV VGEJPQNQI[
correlate theory with typical values and chapter-end review available.
questions are also given to reinforce the understanding of Ŗ *CTPGUUKPIQHQEGCPGPGTI[KUFGCNVYKVJKPFGVCKN
the subject matter. Ŗ 7VKNKUCVKQPQHDKQOCUUCPFUQNKFYCUVGHQTGPGTI[TGEQXGT[
is emphasised.
Written in an accessible style, this text is designed to serve CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 'PGTI[
the needs of undergraduate students in electrical, 4GUQWTEGU CPF 6JGKT 7VKNKUCVKQP 'PXKTQPOGPVCN #URGEVU QH
mechanical and civil engineering disciplines. It will also be 'NGEVTKE 'PGTI[ )GPGTCVKQP 5QNCT 4CFKCVKQP CPF +VU
useful for all higher-level courses in energy programmes and Measurement. Solar Thermal Energy Collectors. Solar
multi-disciplinary postgraduate courses in science and 6JGTOCN 'PGTI[ %QPXGTUKQP 5[UVGOU 5QNCT 2JQVQXQNVCKE
engineering. 5[UVGO 9KPF 'PGTI[ 9KPF 'PGTI[ (CTOU 5OCNN
*[FTQRQYGT )GQVJGTOCN 'PGTI[ 'NGEVTKE 2QYGT
NEW TO THIS EDITION )GPGTCVKQP D[ 1EGCP 'PGTI[ $KQOCUU 'PGTI[ (WGN %GNNU
Ŗ +PENWUKQP QH VYQ PGY EJCRVGTUōŎ*[DTKF 5[UVGOUŏ CPF *[FTQIGP 'PGTI[ 5[UVGO *[DTKF 5[UVGOU 'PXKTQPOGPV
‘Environment, Energy and Global Climate Change’. Energy and Global Climate Change. Appendices.
Bibliography. Index.
Ŗ # PGY UGEVKQP QP &KUVTKDWVGF 'PGTI[ 5[UVGO CPF
Dispersed Generation. Latest Print 2013 / 456 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4470-9 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 176
ENGINEERING
Electrical/Electronics (E0'4); S67&+'5)

Renewable Energy Solar Photovoltaics:


Technologies: Fundamentals,
A Practical Guide Technologies and
for Beginners Applications,
2nd ed.

CHETAN SINGH SOLANKI, #UUQEKCVG 2TQHGUUQT CHETAN SINGH SOLANKI, #UUQEKCVG 2TQHGUUQT
&GRCTVOGPV QH'PGTI[5EKGPEGCPF'PIKPGGTKPI+PFKCP+PUVKVWVG &GRCTVOGPV QH'PGTI[5EKGPEGCPF'PIKPGGTKPI+PFKCP+PUVKVWVG
QH6GEJPQNQI[$QODC[
++6$  QH6GEJPQNQI[$QODC[
++6$ 

This book presents a highly accessible introduction to the This thoroughly revised text, now in its UGEQPF GFKVKQP,
multi-disciplinary field of renewable energy sources—an continues to provide a detailed discussion on all the aspects
area which is becoming increasingly important. It is QHUQNCTRJQVQXQNVCKE
28 VGEJPQNQIKGUHTQORJ[UKEUQHUQNCT
intended to serve as a textbook for undergraduate electrical EGNNUVQOCPWHCEVWTKPIVGEJPQNQIKGUUQNCT28U[UVGOFGUKIP
and mechanical engineering students and will also be useful and their applications.
for courses in environmental science. 1TICPK\GFKPVJTGGRCTVU2CTV+KPVTQFWEGUVJGHWPFCOGPVCN
The book helps beginners to understand the basic energy RTKPEKRNGUQHUQNCTEGNNQRGTCVKQPCPFFGUKIP2CTV++GZRNCKPU
conversion processes involved in various renewable energy XCTKQWUVGEJPQNQIKGUVQHCDTKECVGUQNCTEGNNUCPF28OQFWNGU
based equipment such as solar photovoltaics, solar water CPF2CTV+++HQEWUGUQPVJGWUGQHUQNCTRJQVQXQNVCKEUCURCTV
JGCVGTU YKPF VWTDKPGU CPF DKQOCUU RNCPVU 7PFGT GCEJ of the system for providing electrical energy. In addition to
technology, several possible system configurations and their this, numerous chapter-end exercises are given to reinforce
usages are considered. Step-by-step procedures are given to the understanding of the subject.
design and cost estimate several renewable energy based This text is intended for the undergraduate and post-
U[UVGOU FGUKIPGF HQT VJG IKXGP TGSWKTGOGPVU 0WOGTQWU graduate students of engineering for their courses on
chapter-end problems are given to reinforce concepts, and solar photovoltaic technologies and renewable energy
for getting used to system design and system costing technologies. Besides this, the book will be immensely useful
procedures. for teachers, researchers and professionals working in the
Besides students, this book will be immensely useful for photovoltaic field. In a nutshell, this book is an absolute
individuals interested in learning and practising renewable must-read for all those who want to understand and apply
energy technologies. the basics behind photovoltaic devices and systems.
CONTENTS: 2TGHCEG .KUV QH #DDTGXKCVKQPU $CUKEU QH CONTENTS: (QTGYQTF2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP
'PGTI[ 5QNCT 4CFKCVKQP 5QNCT 2JQVQXQNVCKE 6GEJPQNQIKGU Acknowledgements. List of Symbols. Abbreviations. Inter-
Solar Thermal Technologies. Wind Energy. Biomass Energy. PCVKQPCN 5[UVGO QH 7PKVU 2CTV + 5QNCT %GNN (WPFCOGPVCNUō
#RRGPFKEGUō# /QPVJN[ #XGTCIGF &CKN[ 5QNCT 4CFKCVKQP 2NCEG QH 28 KP 9QTNF 'PGTI[ 5EGPCTKQ (WPFCOGPVCNU QH
$ )NQDCN #PPWCN 5QNCT 4CFKCVKQP /CR QH +PFKC % 9KPF Semiconductors. Charge Carriers and Their Motion in
'PGTI[&KUVTKDWVKQP/CRQH+PFKC&6[RKECN2QYGT4CVKPIU Semiconductor. 20 ,WPEVKQP &KQFG #P +PVTQFWEVKQP VQ
QH 'PGTI[ #RRNKCPEGU ' 2J[UKECN %QPUVCPVU CPF %QPXGT 5QNCT %GNNU &GUKIP QH 5QNCT %GNNU 2CTV ++ 5QNCT %GNN
UKQP(CEVQTU(5WDUKFKGUCPF/CPWHCEVWTGTU+PFGZ 6GEJPQNQIKGUō2TQFWEVKQP QH 5K 5K 9CHGT$CUGF 5QNCT
%GNN 6GEJPQNQI[ 6JKP (KNO 5QNCT %GNN 6GEJPQNQIKGU
Latest Print 2009 / 168 pp. / 16.0 × 24.1 cm
%QPEGPVTCVQT 28 %GNNU CPF 5[UVGOU 'OGTIKPI 5QNCT %GNN
ISBN-978-81-203-3434-2 / C 225.00
6GEJPQNQIKGU CPF %QPEGRVU 2CTV +++ 5QNCT 2JQVQXQNVCKE
#RRNKECVKQPUō5QNCT 4CFKCVKQP 5QNCT 2JQVQXQNVCKE /QFWNGU
$CNCPEG QH 5QNCT 28 5[UVGOU 2JQVQXQNVCKE 5[UVGO &GUKIP
and Applications. Appendices. Bibliography. Index.
Latest Print 2011 / 512 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4386-3 / C 495.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 177 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (E0'4); S67&+'5)

Solar Photovoltaic Wind Energy:


Technology and Theory and
Systems: A Manual Practice,
for Technicians, 2nd ed.
Trainers and
Engineers

CHETAN SINGH SOLANKI, #UUQEKCVG 2TQHGUUQT SIRAJ AHMED, 2TQHGUUQT &GRCTVOGPV QH /GEJCPKECN
&GRCTVOGPV QH'PGTI[5EKGPEGCPF'PIKPGGTKPI+PFKCP+PUVKVWVG 'PIKPGGTKPI /CWNCPC#\CF0CVKQPCN+PUVKVWVGQH6GEJPQNQI[
QH6GEJPQNQI[$QODC[
++6$ 
/#0+6 $JQRCN

This comprehensive training manual discusses the various In the contemporary world, wind energy is emerging as one
CURGEVU QH UQNCT 28 VGEJPQNQIKGU CPF U[UVGOU KP C UVWFGPV of the most viable alternatives to meet the challenge of
friendly manner. increasing energy demand, particularly for electrical energy
The text deals with the topics such as solar radiation, various generation. It is clean, fuel-free and available almost in every
types of batteries, their measurements and applications in country in the world and in abundance in off-shore. This
528 U[UVGOU GORJCUK\KPI VJG KORQTVCPEG QH UQNCT 28 book, now in its Second Edition, covers most of the essential
technology in renewable energy scenario. It also discusses engineering principles, theories and best practices for wind
VJGOGVJQFQHGUVKOCVKPIGPGTI[TGSWKTGOGPV528OQFWNGU energy development for electricity generation with clear
their formations and connection to arrays, grid-connected emphasis on state-of-the-art. In this edition, substantial
528 ECRVKXG RQYGT U[UVGOU VKRU QXGT VTQWDNGUJQQVKPI QH addition has been made in the chapters on Aerodynamics,
EQORQPGPVU WUGF KP UQNCT 28 U[UVGO CPF U[UVGO FGUKIPU 5KVKPI9KPF(CTO&GUKIPCPF9KPF'PGTI['EQPQOKEU
with plenty of illustrations on all topics covered in the book. This comprehensive book on wind energy is intended as a
The text is supported by a large number of solved and text for the undergraduate and postgraduate students of
unsolved examples, practical information using numerous Mechanical/Electrical Engineering and students pursuing
diagrams and worksheet that help students understand the Energy Studies. It will also serve as a handbook and ready
topics in a clear way. reference for practicing engineers and professionals in the
field of wind energy.
The text is intended for technicians, trainers and engineers
YJQCTGYQTMKPIQPUQNCT28U[UVGOUHQTFGUKIPKPUVCNNCVKQP KEY FEATURES
CPFOCKPVGPCPEGQHUQNCT28U[UVGOU Ŗ &GUETKDGUVGEJPQNQIKECNCFXCPEGUKPYKPFGPGTI[
Ŗ &GCNU YKVJ YKPF TGUQWTEG CUUGUUOGPV OGVJQFQNQI[
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU $CUKEU QH instrumentation and advanced techniques.
'NGEVTKEKV[ +PVTQFWEVKQP VQ 'PGTI[ CPF 5QNCT 2JQVQXQNVCKE Ŗ &KUEWUUGUVJGEQPEGRVUQHCGTQF[PCOKEUHQTYKPFVWTDKPG
'PGTI[ 5QNCT %GNNU 5QNCT 28 /QFWNGU 5QNCT 28 /QFWNG blade and rotor.
Arrays. Basics of Batteries. Applications of Batteries in Solar Ŗ 2TQXKFGU KP FGVCKN VJG FGUKIP EQPEGRVU HQT OQFGTP
285[UVGOU%JCTIG%QPVTQNNGT/226CPF+PXGTVGTU9KTGU horizontal axis wind turbine.
5QNCT 28 5[UVGO &GUKIP CPF +PVGITCVKQP )TKFEQPPGEVGF Ŗ %QXGTUNC[QWVFGUKIPOKETQUKVKPICPFOQFGNNKPIQHYKPF
5QNCT 28 2QYGT 5[UVGOU +PUVCNNCVKQP 6TQWDNGUJQQVKPI CPF farms.
Safety. Index. Ŗ #PCN[\GU VJG GEQPQOKEU QH YKPF GPGTI[ RTQLGEVU HQT
Latest Print 2013 / 320 pp. / 21.6 × 27.8 cm electricity generation.
ISBN-978-81-203-4711-3 / C 525.00 Ŗ (QEWUGU QP VJG KORCEV QH YKPF GPGTI[ QP VJG
environment.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU .KUV QH 5[ODQNU
.KUV QH #DDTGXKCVKQPU $CEMITQWPF 9KPF 4GUQWTEG
Assessment. Aerodynamics. Wind Turbine. Wind Turbine
&GUKIP5KVKPI9KPF(CTO&GUKIP9KPF'PGTI['EQPQOKEU
Environmental Impact. Electrical and Control Systems.
Appendices. Glossary. Bibliography. Index.
Latest Print 2012 / 352 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4490-7 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 178
ENGINEERING
Electrical/Electronics (E0'4); S67&+'5)

Wind Power Plants


and Project
Development

JOSHUA EARNEST KU 2TQHGUUQTCPF*GCFQH'NGEVTKECN 2NCPVU 2CTV ++ 9KPF 2QYGT 2NCPV 6GEJPQNQI[ 1XGTXKGYō
'PIKPGGTKPI &GRCTVOGPVCVVJG0CVKQPCN+PUVKVWVGQH6GEJPKECN 6[RGU QH 9KPF 2QYGT 2NCPVU %QORQPGPVU QH 9KPF 2QYGT
6GCEJGTU6TCKPKPICPF4GUGCTEJ
0+6664 $JQRCN 2NCPVU9QTMKPIQH9KPF2QYGT2NCPVU#GTQF[PCOKE2QYGT
TORE WIZELIUS KU CYTKVGTCPFLQWTPCNKUVYJQJCUCWVJQTGF 4GIWNCVKQP QH 9KPF 2QYGT 2NCPVU 5RGEKHKECVKQPU QH 9KPF
UGXGTCN DQQMUQPYKPFRQYGT
KP5YGFKUJ *GYCUVJG5YGFGP 2QYGT 2NCPVU 2CTV +++ 'NGEVTKECN CPF 'NGEVTQPKEU QH 9KPF
EQTTGURQPFGPVHQT9KPFRQYGT/QPVJN[FWTKPIVJGUCPFJCU 2QYGT 2NCPVUō%QPUVCPV CPF 8CTKCDNG 5RGGF 9KPF 2QYGT
DGGPCNGEVWTGTQPYKPFRQYGTCV)QVNCPF7PKXGTUKV[ 2NCPVU 2QYGT 'NGEVTQPKEU KP 9KPF 2QYGT 2NCPVU 6[RG#
922 YKVJ 5SWKTTGN %CIG +PFWEVKQP )GPGTCVQT 6[RG$ 922
This book gives a wide and deep introduction to most YKVJ 9QWPF 4QVQT +PFWEVKQP )GPGTCVQT 6[RG% 922 YKVJ
aspects of this renewable energy source. Different types of &QWDN[ (GF +PFWEVKQP )GPGTCVQT 6[RG& &KTGEVFTKXG CPF
wind turbines and their components are described in detail. )GCTGF 922 YKVJ 945) 6[RG& &KTGEVFTKXG CPF )GCTGF
The electrical system of wind turbines as well as its 922 YKVJ 2/5) 2CTV +8 )TKF %QPPGEVKQP QH 9KPF 2QYGT
adaptation to the grid is also emphasized. 2NCPVUō9KPF2QYGT3WCNKV[CPF'NGEVTKECN)GPGTCVQTU)TKF
The wind climate, the wind resources, the power in the +PVGITCVKQP QH 9KPF 2QYGT 2NCPVU 2CTV 8 9KPF 2QYGT
wind and how to find and utilize sites with the best wind 2TQLGEV &GXGNQROGPVō9KPF 4GUQWTEG #UUGUUOGPV 5KVKPI
conditions, is another topic that is covered in detail. The CPF/KETQUKVKPIQH9KPF2QYGT2NCPVU'EQPQOKEUQH9KPF
configuration and selection of wind power plants that suit 2QYGT 2TQLGEVU %JQKEG QH 9KPF 2QYGT 2NCPVU 2TQLGEV
local wind conditions and the measures to make these plants &GXGNQROGPV 2CTV 8+ 9KPF 2QYGT 2QNKE[ CPF
operate effectively and efficiently, are the other aspects that 'PXKTQPOGPVō9KPF 2QYGT 2QNKE[ 9KPF 2QYGT CPF
have been dealt with comprehensively. This book is a OWUV 'PXKTQPOGPV9KPF2QYGT2NCPPKPI2WDNKE2GTEGRVKQPCPF
for all who are engaged in the wind power business as well #EEGRVCPEG 2CTV 8++ /CKPVGPCPEG QH 9KPF 2QYGT 2NCPVU
as a recommend reading for policy makers, grid operators 1RGTCVKQP CPF /CKPVGPCPEG QH 9KPF 2QYGT 2NCPVU
and all those who want to take part in the ongoing energy /CKPVGPCPEG QH 9KPF 2QYGT 2NCPV %QORQPGPVU
revolution to convert power production to renewables. Bibliography. Glossary. Appendices. Index.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 2CTV + 9KPF
'PGTI[ō9KPF 2QYGT ;GUVGTFC[ 6QFC[ CPF 6QOQTTQY Latest Print 2010 / 496 pp.
9KPF 2QYGT KP +PFKC 9KPF %JCTCEVGTKUVKEU 2QYGT KP VJG (Hardbound in Colour) 21.6 × 27.8 cm
9KPF 5K\G 2GTHQTOCPEG CPF 'HHKEKGPE[ QH 9KPF 2QYGT ISBN-978-81-203-3986-6 / C 995.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 179 PHI Learning: Publications


ENGINEERING
Electrical/Electronics
(70&#/'06#./G'0'4#.) Electrical/Electronics (I0'46+#. 0#8+)#6+10)

Basic Electrical Modern Inertial


Engineering Sensors and Systems

AMITAVA BOSE, (QTOGT&KTGEVQT


+PFKCP5RCEG4GUGCTEJ1TICPKUCVKQP
CPF+0#'&KUVKPIWKUJGF8KUKVKPI
S.N. SINGH, 2TQHGUUQTKPVJG 2TQHGUUQT
&GRCTVOGPVQH'NGEVTKECN'PIKPGGTKPI
SOMNATH PURI, (QTOGT&GRWV[
++6-CPRWT &KTGEVQT+PFKCP5RCEG4GUGCTEJ
1TICPKUCVKQP%WTTGPVN[&GCP/QF[
+PUVKVWVGQH6GEJPQNQI[CPF5EKGPEG
This book presents comprehensive coverage of all the basic PARITOSH BANERJEE, (QTOGT &GCPCPF&KTGEVQT'NGEVTQ
concepts in electrical engineering. It is designed for under- 1RVKEU+PUVTWOGPV4GUGCTEJ#ECFGO[
graduate students of almost all branches of engineering for
an introductory course in essentials of electrical engineering. Modern inertial sensors and systems cover more than five
decades of continuous research and development involving
This book explains in detail the properties of different
various branches of science and engineering. Various
electric circuit elements, such as resistors, inductors and
technologies have emerged in an evolutionary manner
capacitors. The fundamental concepts of dc circuit laws,
surpassing the earlier ones in performance and reliability.
UWEJ CU -KTEJJQHHŏU EWTTGPV CPF XQNVCIG NCYU CPF XCTKQWU
The subject is still growing with proliferation in newer cost
PGVYQTM VJGQTGOU UWEJ CU 6JGXGPKPŏU VJGQTGO 0QTVQPŏU
theorem, superposition theorem, maximum power transfer effective applications, while its wider usage in aerospace
theorem, reciprocity theorem and Millman’s theorem are systems continues.
thoroughly discussed. The book also presents the analysis of This book exposes the readers to the subject of inertial
ac circuits, and discusses transient analysis due to switch navigation, the inertial sensors and inertial systems in a
operations in ac and dc circuits as well as analysis of three- unified manner while emphasizing the growth areas in
phase circuits. It describes series and parallel 4.% circuits, emerging technologies such as micro-electromechanical
magnetic circuits, and the working principle of different inertial sensors, satellite navigation, satellite navigation
kinds of transformers. In addition, the book explains the integrated inertial navigation, hemispherical resonator gyro,
principle of energy conversion, the operating charac-teristics vibrating beam accelerometer, interferometric fibre optic
of dc machines, three-phase induction machines and gyro, inertial sensor signal processing, redundant inertial
synchronous machines as well as single-phase motors. systems and the quite recent emergence of cold atom
(KPCNN[ VJG DQQM KPENWFGU C FKUEWUUKQP QP VGEJPQNQIKGU QH interferometer based inertial sensors. The contents are
electric power generation along with the different types of imaginatively designed that will of interest to a wide
energy sources. spectrum of readers. The book has been written with utmost
KEY FEATURES lucidity and clarity and explanations provided with a large
Ŗ +PENWFGU PWOGTQWU UQNXGF GZCORNGU CPF KNNWUVTCVKQPU HQT number of illustrative figures.
sound conceptual understanding. Besides being an ideal introduction to the principles of
Ŗ 2TQXKFGU YGNNITCFGF EJCRVGTGPF RTQDNGOU VQ FGXGNQR inertial sensors and systems for undergraduate and
the problem-solving capability of the students. postgraduate students of aerospace engineering, the topics
Ŗ 5WRRNGOGPVGF YKVJ VJTGG CRRGPFKEGU CFFTGUUKPI OCVTKZ dealt with will also be of benefit to practising engineers and
algebra, trigonometric identities and Laplace transforms can assist the researchers to locate excellent references for
of commonly used functions to help students understand research work.
the mathematical concepts required for the study of The authors have had three decades of design and
electrical engineering. application research experience in premier research
CONTENTS: 2TGHCEG +PVTQFWEVKQP %KTEWKV 'NGOGPVU institutions and have made use of their experience in giving
Analysis of DC Circuits. Steady-State Analysis of AC a user-friendly shape to the book.
Circuits. Transient Analysis of AC/DC Circuits. Electrical CONTENTS: 2TGHCEG Acknowledgements. Introduction to
/GCUWTKPI +PUVTWOGPVU CPF /GCUWTGOGPVU 6JTGG2JCUG /QFGTP 0CXKICVKQP #WVQPQOQWU +PGTVKCN 0CXKICVKQP
#% %KTEWKVU 4GUQPCPEG /CIPGVKE %KTEWKV 6TCPUHQTOGTU 5[UVGO5CVGNNKVG0CXKICVKQP5[UVGO#EEGNGTQOGVGTU)[TQU
Electromechanical Energy Conversion. Direct-Current Micro Electromechanical Inertial Sensors. Inertial Sensors
/CEJKPGU 6JTGG2JCUG +PFWEVKQP /CEJKPGU 6JTGG2JCUG 5KIPCN 2TQEGUUKPI +PGTVKCN 5[UVGO 6GEJPQNQI[ +PVGITCVGF
5[PEJTQPQWU /CEJKPGU (TCEVKQPCN M9
*QTUG2QYGT +PGTVKCN0CXKICVKQP6GUVKPIQH+PGTVKCN5GPUQTUCPF5[UVGOU
/QVQTU 'NGEVTKE 2QYGT )GPGTCVKQP 6GEJPQNQIKGU #RRNKECVKQPU #RRGPFKEGUō# $CUKE 2J[UKEU KP +PGTVKCN
Appendices. Bibliography. Index.
0CXKICVKQP$)NQUUCT[%#ETQP[OU&5[ODQNU+PFGZ
Latest Print 2010 / 460 pp. / 17.8 × 23.5 cm Latest Print 2009 / 416 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4188-3 / C 295.00 ISBN-978-81-203-3353-6 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 180
ENGINEERING
Electrical/Electronics (I05647/'06#6+10)

Electronic Instruments Instrumentation


and Instrumentation and Control
Technology

M.M.S. ANAND, 2TQHGUUQT QH


'NGEVTQPKEUCPF+PUVTWOGPVCVKQP
CV$KTNC+PUVKVWVGQH6GEJPQNQI[
5EKGPEG2KNCPK2TGUGPVN[JGCNUQ
JQNFUVJGRQUKVKQPQH4GIKUVTCTQHVJG
+PUVKVWVG
This book provides a firm foundation in the principles, D. PATRANABIS, 2TQHGUUQT 'OGTKVWU&GRCTVOGPVQH#RRNKGF
operation, design, and applications of electronic instru- 'NGEVTQPKEU CPF+PUVTWOGPVCVKQP'PIKPGGTKPI*GTKVCIG+PUVKVWVG
ments. Beginning with electromechanical instruments, QH 6GEJPQNQI[-QNMCVC .
specialized instruments such as signal analyzers, counters,
signal generators, and digital storage oscilloscope are treated Instrumentation and control plays a crucial role in the field
in detail. of automation. This book presents an in-depth analysis of
Good design practices such as grounding and shielding the essential concepts of the instrumentation and control
are emphasized. The standards in quality management, systems.
basics of testing, compatibility, calibration, traceability, The book introduces the students to instrumentation system
metrology and various ISO 9000 quality assurance and explains its designs, component selection and environ-
guidelines are explained as well. A chapter is also devoted mental effects. The statistical methods of data analysis and
to the study of communication methods used in estimation of uncertainties are presented for an appropriate
instrumentation technology. evaluation of the measured values. Dimensional metrology
In addition, the technology and standards used in hazardous including the recent advancements is presented in an easy-
areas are also discussed. to-grasp manner. The book also covers measurement of
force, torque, shaft power and acceleration besides
An instrumentation engineer is expected to draw and discussing signal conditioning and various display devices
understand the instrumentation drawings. An Appendix KP C UKORNG DWV GHHGEVKXG UV[NG (KPCNN[ KV GZRNCKPU VJG VKOG
GZRNCKPU VJG U[ODQNU CPF UVCPFCTFU WUGF KP 2+ FKCITCOU and frequency-measuring system, control theory and
with several examples. practice and various measurement-instruments as well as
Besides worked-out examples included throughout, end-of- the nuclear techniques.
chapter questions and multiple choice questions are also Designed for undergraduate and postgraduate students of
given to strengthen the student’s understanding of the electrical and instrumentation engineering, electrical and
subject. electronics engineering and mechanical engineering, this
2TCEVKECN CPF UVCVGQHVJGCTV KP CRRTQCEJ VJKU VGZVDQQM YKNN book will also be equally useful for the practising engineers
be useful for students of electrical, electronics, and and professionals.
instrumentation engineering.
KEY FEATURES
CONTENTS: 2TGHCEG 5GEVKQP + +PUVTWOGPVU CPF Ŗ %QPVCKPU PWOGTQWU HKIWTGU CPF VCDNGU VQ ENCTKH[ VJG
Accessories—Analog Meters. Digital Meters. Analog concepts.
CPF &KIKVCN 1UEKNNQUEQRGU 2TQDGU $TKFIG +PUVTWOGPVU Ŗ +PEQTRQTCVGU UQNXGF GZCORNGU VQ KORCTV RTCEVKECN
4GEQTFGTU CPF &CVC .QIIGTU 5KIPCN )GPGTCVQTU 5KIPCN knowledge to the students.
#PCN[\GTU 'NGEVTQPKE %QWPVGTU 5GEVKQP ++ +PUVTWOGPV Ŗ 2TQXKFGU EJCRVGTGPF TGXKGY GZGTEKUGU VQ VGUV UVWFGPVUŏ
Design and Manufacturing Techniques—Grounding and understanding of the subject.
Shielding. Elements of Design. Metrology. Standards
KP 3WCNKV[ /CPCIGOGPV 5GEVKQP +++ +PUVTWOGPVCVKQP CONTENTS: 2TGHCEG +PUVTWOGPVCVKQP 5[UVGO 5VCVKUVKECN
Technology—Industrial Communication Techniques. Error Analysis. Metrology. Sensors and Transducers. Strain
+PUVTWOGPVCVKQP KP *C\CTFQWU #TGCU Appendices— )CWIGU/GCUWTGOGPVQH(QTEG6QTSWG5JCHV2QYGT5RGGF
# #VVGPWCVQTU $ 6GTOKPQNQI[ 7UGF KP *C\CTFQWU CPF #EEGNGTCVKQP /GCUWTGOGPV QH 2TQEGUU 8CTKCDNGU
#TGC #RRNKECVKQPU % +PUVTWOGPVCVKQP 5[ODQNU CPF 2TGUUWTG6GORGTCVWTG(NQYCPF.GXGN5KIPCN%QPFKVKQPKPI
2+ &KCITCOU & 6[RKECN 6GEJPKECN 5RGEKHKECVKQPU QH Display Devices. Determination of Count and Measurement
+PUVTWOGPVU ' /WNVKRNG %JQKEG 3WGUVKQPU $KDNKQITCRJ[ QH 6KOG 6KOG +PVGTXCN CPF (TGSWGPE[ %QPVTQN /GCUWTG
#PUYGTUVQ0WOGTKECN3WGUVKQPU+PFGZ OGPVQH/KUEGNNCPGQWU2CTCOGVGTUCPF8CTKCDNGU+PFGZ
Latest Print 2013 / 744 pp. / 17.8 × 23.5 cm Latest Print 2011 / 392 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2454-1 / C 395.00 ISBN-978-81-203-4246-0 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 181 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (I05647/'06#6+10)

Introduction to Microprocessor-Based
Measurements and Agri-Instrumentation
Instrumentation,
4th ed. KRISHNA KANT, (QTOGT5GPKQT
&KTGEVQTKPVJG&GRCTVOGPVQH
+PHQTOCVKQP 6GEJPQNQI[/KPKUVT[QH
ARUN K. GHOSH, 8KUKVKPI %QOOWPKECVKQP CPF+PHQTOCVKQP
2TQHGUUQT5KT,%$QUG5EJQQNQH 6GEJPQNQI[
'PIKPGGTKPI *QQIJN[

The fourth edition of this highly readable and well-received This book provides the fundamental concepts of system
book presents the subject of measurement and instrument- design using microprocessors in the field of agriculture
ation systems as an integrated and coherent text suitable for instrumentation. It begins with an introduction to the field
a one-semester course for undergraduate students of of agriculture and application of instrumentation in
Instrumentation Engineering, as well as for instrumentation agriculture, and the book then covers the transducers
course/paper for Electrical/Electronics disciplines. specific to the agricultural field. The binary number system
Modern scientific world requires an increasing number of and arithmetic are covered as the basic building block of
complex measurements and instruments. The subject matter digital circuits and computer organization. The
of this well-planned text is designed to ensure that the microprocessor basics and Intel 8085 hardware and software
students gain a thorough understanding of the concepts and have been discussed in detail. The book describes
principles of measurement of physical quantities and the microprocessor peripheral interfacing and its support chips
related transducers and instruments. This edition retains all such as Intel 8225, Intel 8253 and Intel 8279 along with their
the features of its previous editions XK\ plenty of worked- applications. It discusses analog to digital and digital to
out examples, review questions culled from examination CPCNQI KPVGTHCEG %46 VGTOKPCN KPVGTHCEG CPF RTKPVGT
papers of various universities for practice and the solutions interface. In addition, the book includes case studies on
to numerical problems and other additional information in various microprocessor applications in agriculture, such as
appendices. microprocessor-based system design for grain moisture, safe
NEW TO THIS EDITION grain storage, soil nutrient estimation and drip irrigation.
Besides the inclusion of a new chapter on *C\CTFQWU #TGCU (KPCNN[VJGDQQMGPFUYKVJCPCFXCPEGFCPFHWVWTKUVKEVQRKE
CPF +PUVTWOGPVCVKQP (Chapter 15), various new sections have on precision agriculture to give an exposure to students
been added and existing sections modified in the following about future developments in the agricultural system.
EJCRVGTU KEY FEATURES
Ŗ %JCRVGT.KPGCTKUCVKQPCPF5RNKPGKPVGTRQNCVKQP Ŗ (TQO EQPEGRVU VQ FGUKIP VJG DQQM HQNNQYU C UVGRD[UVGR
Ŗ %JCRVGT  %NCUUKHKECVKQPU QH VTCPUFWEGTU *CNN GHHGEV approach.
2KG\QTGUKUVKXKV[ 5WTHCEG CEQWUVKE YCXGU 1RVKECN GHHGEVU
Ŗ )KXGUCNCTIGPWODGTQHHKIWTGUHQTGCU[WPFGTUVCPFKPIQH
(This chapter has been thoroughly modified).
Ŗ %JCRVGT2TQZKOKV[UUGPUQTU theory.
Ŗ %JCRVGT*CNNGHHGEVCPF5CYVTCPUFWEGTU Ŗ +PENWFGU C IQQF PWODGT QH GZCORNGU CPF GPFQHEJCRVGT
Ŗ %JCRVGT  2TQXKPI TKPI2TQP[DTCMG+PFWUVTKCNYGKIJKPI exercises both in the hardware and software sections.
U[UVGOU6CEJQOGVGTU Ŗ 2TGUGPVU C PWODGT QH ECUG UVWFKGU QP VJG FGUKIP QH
Ŗ %JCRVGT+655#9VJGTOQOGVGT microprocessor-based agri-instrumentation systems.
Ŗ %JCRVGT)NCUUICWIG.GXGNUYKVEJGU<GTQUWRRTGUUKQPCPF Ŗ 1HHGTUGZGTEKUGUQPVJGECUGUVWFKGUYJKEJECPDGWUGFHQT
<GTQGNGXCVKQP.GXGNUYKVEJGU further development of the concepts.
Ŗ %JCRVGT  6JG UGEVKQP QP +5('6 has been modified
substantially. The book is primarily intended for the undergraduate
and postgraduate students of agricultural engineering for
CONTENTS: (QTGYQTF2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP their courses on agri instrumentation and microprocessor
List of Abbreviations. Introduction. Static Characteristics of applications in agriculture.
+PUVTWOGPVU 'UVKOCVKQP QH 5VCVKE 'TTQTU CPF 4GNKCDKNKV[
Dynamic Characteristics of Instruments. Transducers. CONTENTS: 2TGHCEG +PVTQFWEVKQP #ITK 6TCPUFWEGTU
&KURNCEGOGPV /GCUWTGOGPV 5VTCKP /GCUWTGOGPV 2TGUUWTG $KPCT[ 0WODGT 5[UVGO CPF #TKVJOGVKE $CUKE %QORWVGT
/GCUWTGOGPV #EEGNGTCVKQP (QTEG CPF 6QTSWG /GCUWTG Organization. Introduction to Microprocessor Architecture.
OGPV6GORGTCVWTG/GCUWTGOGPV(NQY/GCUWTGOGPV.GXGN 5CORNG CPF *QNF #ORNKHKGT /WNVKRNGZGT &KIKVCN VQ #PCNQI
Measurement. Miscellaneous Measurements. Analytical and Analog to Digital Converters. Intel 8085 Microprocessor
+PUVTWOGPVCVKQP *C\CTFQWU #TGCU CPF +PUVTWOGPVCVKQP *CTFYCTG #TEJKVGEVWTG +PVGN  /KETQRTQEGUUQT
5KIPCN %QPFKVKQPKPI &KURNC[ &GXKEGU CPF 4GEQTFKPI +PUVTWOGPVCVKQP 5GV CPF 2TQITCOOKPI /KETQRTQEGUUQT
5[UVGOU #RRGPFKEGUō# 8CTKCPEG QH %QODKPCVKQPU 2GTKRJGTCN +PVGTHCEKPI /KETQRTQEGUUQT #RRNKECVKQPU KP
$ .KPGCT 6KOGKPXCTKCPV 5[UVGOU % .CRNCEG 6TCPUHQTO #ITKEWNVWTGō%CUG5VWFKGU2TGEKUKQP#ITKEWNVWTG#RRGPFKZ
& 5VCVKUVKECN 6CDNGU ' 2U[EJTQOGVTKE 6CDNG ( /KUEGN Index.
NCPGQWU&CVC)5QNWVKQPUVQ0WOGTKECN2TQDNGOU+PFGZ
Latest Print 2013 / 948 pp. / 17.8 × 23.5 cm Latest Print 2010 / 616 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4625-3 / C 495.00 ISBN-978-81-203-4086-2 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 182
ENGINEERING
Electrical/Electronics (I05647/'06#6+10)

PC-Based Principles of
Instrumentation: Electronic
Concepts and Instrumentation
Practice
D. PATRANABIS, 2TQHGUUQT
'OGTKVWU*GTKVCIG+PUVKVWVGQH
6GEJPQNQI[ -QNMCVC

N. MATHIVANAN, &KTGEVQT 7PKXGTUKV[ 5EKGPEG +PUVTW This text offers comprehensive coverage of electronic
OGPVCVKQP %GPVTG/CFWTCK-COCTCL7PKXGTUKV[/CFWTCK*GKU instruments and electronics-aided measurements, high-
CNUQVJG*GCF+P%JCTIGQHVJG7PKXGTUKV[%QORWVGT%GPVTG lighting the essential components of digital electronic
instrumentation and the principles involved in electrical and
electronic measurement processes. It also explains the stages
This well-organized book is intended for the undergraduate
involved in data acquisition systems for acquiring, mani-
students of Electrical, Electronics and Communications, pulating, processing, storing, displaying and interpreting the
Computer, Instrumentation and Instrumentation and Control sought-for data.
Engineering; and postgraduate students of science in The principal instruments presented in this book include
'NGEVTQPKEU2J[UKEUCPF+PUVTWOGPVCVKQP ECVJQFGTC[QUEKNNQUEQRG
%41 CPCN[\GTUUKIPCNIGPGTCVQTU
&CVC CESWKUKVKQP DGKPI VJG EQTG QH CNN 2%DCUGF OGCUWTG oscillators, frequency synthesizers, sweep generators,
ments and control instrumentation systems engineering, this function generators and attenuators. Besides, the book
DQQM RTGUGPVU FGVCKNGF FKUEWUUKQPU QP 2% DWU DCUGF FCVC covers several laboratory meters such as phase meters,
HTGSWGPE[ OGVGTU 3OGVGTU YCVVOGVGTU GPGTI[ OGVGTU
CESWKUKVKQP TGOQVG FCVC CESWKUKVKQP )2+$ FCVC CESWKUKVKQP power factor meters, and measurement bridges. Also
and networked data acquisition configurations. This book included are a few important sensors and transducers which
also describes sensors, signal-conditioning and principles are used in the measurement of temperature, pressure, flow
QH 2%DCUGF FCVC CESWKUKVKQP +V RTQXKFGU UGXGTCN NCVGUV rate, liquid level, force, etc.
and advanced techniques. This book stresses the need for The book also emphasizes the growing use of fibre optic
WPFGTUVCPFKPI VJG WUG QH 2GTUQPCN %QORWVGTU KP OGCUWTG instrumentation. It explains some typical fibre optic sensing
ment and control instrumentation applications. systems including the fibre optic gyroscope. Some
applications of optical fibre in biomedical area are described
KEY FEATURES as well.
Ŗ 2TQXKFGU UGXGTCN NCDQTCVQT[ GZRGTKOGPVU VQ JGNR VJG The book is intended for a course on Electronic Measure-
TGCFGTU VQ ICKP JCPFUQP GZRGTKGPEG KP 2%DCUGF ments and Instrumentation prescribed for B.E./B.Tech.
measurement and control. students of Electronics and Instrumentation Engineering,
Ŗ 2TQXKFGU C PWODGT QH TGXKGY SWGUVKQPURTQDNGOU
YKVJ Electronics and Communication Engineering, Electronics
solutions to the odd numbered problems) and objective and Control Engineering, and Electronics and Computer
Engineering. It will also be a useful book for diploma level
type questions with solutions.
students pursuing courses in electrical/electronics/
Ŗ 2TGUGPVU C PWODGT QH YQTMKPI EKTEWKVU FGUKIP CPF instrumentation disciplines.
programming examples. A variety of worked-out examples and exercises serve to
Ŗ 2TGUGPVU EQORCTKUQP QH RTQRGTVKGU HGCVWTGU CPF EJCTCE illustrate and test the understanding of the underlying
teristics of different bus systems, interface standards, and concepts and principles.
network protocols. CONTENTS: 2TGHCEG $CUKE %QPEGRVU /GCUWTGOGPV QH
Ŗ +PENWFGU VJG CFXCPEGF VGEJPKSWGU UWEJ CU UKIOCŌFGNVC 'NGEVTKECN 3WCPVKVKGU &KIKVCN 'NGOGPVU CPF (GCVWTGU
EQPXGTVGT45+%DWU52+DWU(KTG9KTG+''' Combinational and Sequential Logic Circuits. Analogue-to-
&KIKVCN CPF &KIKVCNVQ#PCNQIWG %QPXGTVGTU %CVJQFG4C[
5%2+CPF(KGNFDWUUVCPFCTFU 1UEKNNQUEQRG 2JCUG (TGSWGPE[ 6KOG 3(CEVQT 2QYGT CPF
CONTENTS: (QTGYQTF 2TGHCEG +PVTQFWEVKQP 5KIPCN 2QYGT (CEVQT #PCN[\GTU $TKFIG %KTEWKVU 6GUV 5KIPCN
Conditioning and Op Amp Circuits. Sensors and Actuators. )GPGTCVKQP &KURNC[ 4GEQTF CPF #ESWKUKVKQP QH &CVC
2TKPEKRNGU QH &CVC #ESWKUKVKQP *CTFYCTG 1TICPK\CVKQP QH Shielding and Grounding. Transducers and the Measure-
+$/ 2% +PVGTHCEKPI VQ +$/ 2% 2NWIKP &CVC #ESWKUKVKQP OGPV 5[UVGO (KDTG 1RVKEU 5GPUQTU CPF +PUVTWOGPVCVKQP
#FFKVKQPCN 2TQDNGOU YKVJ 5QNWVKQPU*KPVU #RRGPFKZ 
CPF %QPVTQN $QCTFU  &CVC #ESWKUKVKQP 7UKPI )2+$ &CVC 7PKVU &KOGPUKQPU CPF 5VCPFCTFU #RRGPFKZ  'TTQTU CPF
#ESWKUKVKQP 7UKPI 5GTKCN +PVGTHCEGU 0GVYQTMGF &CVC 4GNCVGF 6QRKEU #RRGPFKZ  #WVQOCVGF 6GUV CPF
Acquisition. Appendices. Bibliography. Index. Measurement Systems. Bibliography. Index.
Latest Print 2011 / 700 pp. / 17.8 × 23.5 cm Latest Print 2009 / 580 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3076-4 / C 375.00 ISBN-978-81-203-3355-0 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 183 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (I05647/'06#6+10)

Semiconductor Sensors and


Devices: Modelling Transducers,
and Technology 2nd ed.

NANDITA DASGUPTA, #UUQEKCVG 2TQHGUUQT&GRCTVOGPVQH D. PATRANABIS, 2TQHGUUQT'OGTKVWU*GTKVCIG+PUVKVWVGQH


'NGEVTKECN'PIKPGGTKPI++6/CFTCU 6GEJPQNQI[ -QNMCVC
AMITAVA DASGUPTA, #UUQEKCVG 2TQHGUUQT &GRCTVOGPV
QH'NGEVTKECN'PIKPGGTKPI++6/CFTCU This text is a lucid presentation of the principles of working
of all types of sensors and transducers which form the
Aimed primarily at the undergraduate students pursuing prime components of the instrumentation systems. The
courses in semiconductor physics and semiconductor characteristics of the sensors and transducers and the
devices, this text emphasizes the physical understanding of operating principles of transducer technologies have
the underlying principles of the subject. Since engineers use been discussed in considerable detail. Besides covering
semiconductor devices as circuit elements, device models conventional sensors such as electro-mechanical, thermal,
EQOOQPN[ WUGF KP VJG EKTEWKV UKOWNCVQTU GI 52+%' JCXG magnetic, radiation, and electro-analytical, the recent
been discussed in detail. Advanced topics such as lasers, advances in sensor technologies including smart and
heterojunction bipolar transistors, second order effects in intelligent sensors used in automated systems are also
$,6U CPF /15('6U CTG CNUQ EQXGTGF 9KVJ UWEJ KPFGRVJ comprehensively described. The application aspects of
coverage and a practical approach, practising engineers and sensors used in several fields such as automobiles, manu-
2)UVWFGPVUECPCNUQWUGVJKUDQQMCUCTGCF[TGHGTGPEG facturing, medical, and environment are fully illustrated.
KEY FEATURES With a straightforward approach the text is aimed at
Ŗ 6JG EJCRVGT QP &GXKEG (CDTKECVKQP 6GEJPQNQI[ GPCDNGU building a sound understanding of the fundamentals, and
easy visualization of device components and semi- inculcating analytical skills needed for design and operation.
conductor device modelling. 0WOGTQWUUEJGOCVKETGRTGUGPVCVKQPUGZCORNGUCPFTGXKGY
questions help transcend underlying basics to automation
Ŗ 0WOGTQWU YQTMGFQWV GZCORNGU JKIJNKIJV VJG PGGF HQT
and instrumentation. The book with incisive explanations
intelligent approximation to achieve more accuracy in less
and all the pedagogic attributes is designed to serve the
time.
needs of the engineering students of instrumentation,
Ŗ ő*'.2 &'5-Œ UGEVKQPU VJTQWIJQWV VJG DQQM EQPVCKP chemical, mechanical, and electrical disciplines. It will also
questions (and their solutions) that reflect common be a useful text for the students of applied sciences.
doubts a beginner encounters.
CONTENTS: 2TGHCEG )GVVKPI 5VCTVGF /GEJCPKECN CPF
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 5GOK Electromechanical Sensors. Thermal Sensors. Magnetic
EQPFWEVQTU +PVGITCVGF %KTEWKVU (CDTKECVKQP 6GEJPQNQI[ 5GPUQTU 4CFKCVKQP 5GPUQTU 'NGEVTQCPCN[VKECN 5GPUQTU 5OCTV
%JCTIG 6TCPURQTV KP 5GOKEQPFWEVQTU RP ,WPEVKQPU 5GPUQTU 4GEGPV 6TGPFU KP 5GPUQT 6GEJPQNQIKGU 5GPUQTUō
#RRNKECVKQPU QH RP ,WPEVKQPU $KRQNCT ,WPEVKQP 6TCPUKUVQTU 6JGKT#RRNKECVKQPU4GXKGY3WGUVKQPU$KDNKQITCRJ[+PFGZ
#FXCPEGF 6QRKEU KP $,6 6J[TKUVQTU ,WPEVKQP (KGNF 'HHGEV
6TCPUKUVQT CPF /GVCN5GOKEQPFWEVQT (KGNF 'HHGEV 6TCPUKUVQT Latest Print 2013 / 344 pp. / 17.8 × 23.5 cm
/15('6U #FXCPEGF 6QRKEU KP /15('6U #RRGPFKEGUō+ ISBN-978-81-203-2198-4 / C 275.00
%T[UVCN5VTWEVWTGQH5KNKEQP++2TQRGTVKGUQH5QOG+ORQTVCPV
5GOKEQPFWEVQTU CV  - +++ 2TQRGTVKGU QH 5QOG +ORQTVCPV
&KGNGEVTKE /CVGTKCNU CV  - +8 8CNWGU QH 5QOG 2J[UKECN
%QPUVCPVU8.KUVQH5[ODQNU+PFGZ
Latest Print 2011 / 344 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2398-8 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 184
ENGINEERING
Electrical/Electronics (I05647/'06#6+10)

Transducers and Virtual


Instrumentation, Instrumentation
2nd ed. Using LabVIEW

JOVITHA JEROME, 2TQHGUUQTCPF


*GCF&GRCTVOGPVQH +PUVTWOGPVCVKQP
CPF%QPVTQN5[UVGOU'PIKPGGTKPI
25)%QNNGIGQH6GEJPQNQI[
%QKODCVQTG

D.V.S. MURTY, HQTOGTN[2TQHGUUQTQH'NGEVTKECN'PIKPGGTKPI This book provides a practical and accessible understanding
+PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT of the fundamental principles of virtual instrumentation. It
explains how to acquire, analyze and present data using
This well-received and widely adopted text, now in its LabVIEW (Laboratory Virtual Instrument Engineering
Second Edition, continues to provide an in-depth analysis Workbench) as the application development environment.
of the fundamental principles of Transducers and Instrument-
The book introduces the students to the graphical system
CVKQPKPCJKIJN[CEEGUUKDNGUV[NG2TQHGUUQT&85/WTV[YJQ
design model and its different phases of functionality such
has pioneered the cause of development of Instrumentation
as design, prototyping and deployment. It explains the basic
Engineering in various engineering institutes and universities
concepts of graphical programming and highlights the
across the country, compresses his long and rich experience
features and techniques used in LabVIEW to create Virtual
KPVQ VJKU XQNWOG *G IKXGU C OCUVGTN[ CPCN[UKU QH VJG
+PUVTWOGPVU
8+U  7UKPI VJG VGEJPKSWG QH OQFWNCT
principles and characteristics of transducers, common types of
programming, the book teaches how to make a VI as a
industrial sensors and transducers. Besides, he provides a
subVI. Arrays, clusters, structures and strings in LabVIEW
detailed discussion on such topics as signal processing, data
are covered in detail. The book also includes coverage of
display, transmission and telemetry systems, all the while
emerging graphical system design technologies for real-
focusing on the latest developments. The text is profusely
world applications. In addition, extensive discussions on
illustrated with examples and clear-cut diagrams that enhance
data acquisition, image acquisition, motion control and
its value.
LabVIEW tools are presented.
NEW TO THIS EDITION This book is designed for undergraduate and postgraduate
To meet the latest syllabi requirements of various students of instrumentation and control engineering,
WPKXGTUKVKGUVJTGGPGYEJCRVGTUJCXGDGGPCFFGF electronics and instrumentation engineering, electrical and
C*#26'4&GXGNQROGPVUKP5GPUQT6GEJPQNQI[ electronics engineering, electronics and communication
engineering, and computer science and engineering. It will
C*#26'45QRJKUVKECVKQPKP+PUVTWOGPVCVKQP
be also useful to engineering students of other disciplines
C*#26'42TQEGUU%QPVTQN+PUVTWOGPVCVKQP where courses in virtual instrumentation are offered.
2TKOCTKN[ KPVGPFGF CU C VGZV HQT VJG UVWFGPVU RWTUWKPI THE BOOK INCLUDES A COMPANION DVD
Instrumentation and Control Engineering, this book would WHICH CONTAINS:
also be extremely useful to professional engineers and those Ŗ FC['XCNWCVKQP5QHVYCTGQH.CD8+'9
YQTMKPIKP4&QTICPKUCVKQPU
Ŗ &GOQPUVTCVKQP QH RTQLGEVU CEEQORNKUJGF D[ GPIKPGGTKPI
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP students using LabVIEW
Measurement, Instrumentation and Calibration. Signals Ŗ .CD8+'92QYGT2QKPVRTGUGPVCVKQPU
CPF 6JGKT 4GRTGUGPVCVKQP 'NGEVTKECN /GCUWTKPI 5[UVGOU
Ŗ 4GHGTGPEG OCVGTKCN QP 8KTVWCN +PUVTWOGPVCVKQP CPF
Dynamics of Instrument Systems. Mechanical Transducers.
LabVIEW
2CUUKXG 'NGEVTKECN 6TCPUFWEGTU #EVKXG 'NGEVTKECN 6TCPUFWEGTU
(GGFDCEM 6TCPUFWEGT 5[UVGOU 5KIPCN 2TQEGUUKPI %KTEWKVU CONTENTS: (QTGYQTF 2TGHCEG )TCRJKECN 5[UVGO
&CVC &KURNC[ CPF 4GEQTFKPI 5[UVGOU &CVC 6TCPUOKUUKQP &GUKIP +PVTQFWEVKQP VQ .CD8+'9 /QFWNCT 2TQITCOOKPI
and Telemetry. Developments in Sensor Technology. 4GRGVKVKQP CPF .QQRU #TTC[U %NWUVGTU 2NQVVKPI &CVC
5QRJKUVKECVKQP KP +PUVTWOGPVCVKQP 2TQEGUU %QPVTQN 5VTWEVWTGU 5VTKPIU CPF (KNG +1 +PUVTWOGPV %QPVTQN &CVC
+PUVTWOGPVCVKQP #RRGPFKZ  5QOG 2J[UKECN %QPUVCPVU #ESWKUKVKQP+/#38KUKQP/QVKQP%QPVTQN.CD8+'96QQNU
#RRGPFKZ5QOG%QOOQPN[7UGF2J[UKECN3WCPVKVKGUKP5+ and GSD Applications. Index.
CPF(257PKVU0WOGTKECN2TQDNGOU+PFGZ
Latest Print 2011 / 416 pp. / 17.8 × 23.5 cm
Latest Print 2013 / 744 pp. / 17.8 × 23.5 cm ISBN-978-81-203-4030-5 / C 375.00
ISBN-978-81-203-3569-1 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 185 PHI Learning: Publications


ENGINEERING
Electrical/Electronics Electrical/Electronics (I0641&7%614;/BASIC C1745')
(I05647/'06#6+10 & M'#574'/'065)
Electrical and MATLAB Programming
Electronic
Y. KIRANI SINGH, 2TQLGEV
Measurements 'PIKPGGTCVVJG%GPVTGHQT
&GXGNQROGPVQH#FXCPEGF%QORWVKPI
GOPAL KRISHNA BANERJEE,
%&#%  -QNMCVC
HQTOGT2TQHGUUQTKPVJG&GRCTVOGPV
B.B. CHAUDHURI,
QH 'NGEVTKECN'PIKPGGTKPI%QNNGIGQH
2TQHGUUQTCPF*GCF%QORWVGT8KUKQP
6GEJPQNQI[)$2CPV7PKXGTUKV[ CPF2CVVGTP4GEQIPKVKQP7PKV+PFKCP
QH#ITKEWNVWTGCPF6GEJPQNQI[ 5VCVKUVKECN +PUVKVWVG-QNMCVC
2CPVPCICT 7VVCTCMJCPF
In this modern scientific world a thorough understanding of MATLAB is a very powerful, high-level technical computing
complex measurements and instruments is the need of the language used by mathematicians, scientists and engineers
hour. This book provides a comprehensive coverage of the to solve problems in a wide range of application areas. It
concepts and principles of measurements and instrument- also comes with several toolboxes to solve most common
ation, and brings into focus the recent and significant problems.
developments in this field.
The book introduces MATLAB programming in simple
The book presents an exhaustive exposition of different language with numerous examples that help clarify
types of measuring instruments and their applications in an
the concepts. It is designed to enable readers develop a
easy-to-grasp manner. It presents even the minute details of
strong working knowledge of MATLAB and acquire
various measurement techniques and calibration methods,
which are the essential features of a measurement programming skills to write efficient programs. The book is
programme. The book elaborates on the theoretical suitable for undergraduate and postgraduate engineering
background and practical knowledge of different measuring students, researchers and professionals who wish to learn
instruments to make the students accustomed to these this language quickly and more conveniently. The readers
devices. An in-depth coverage of topics makes the text after going through this book will be able to write their own
useful to somewhat more advanced courses and its programs to solve scientific and engineering problems of
elaborated methodology will help students meet the varying complexity.
challenges in their career.
KEY FEATURES
This book is ideally suitable for undergraduate students Ŗ 7UGQHU[UVGOEQOOCPFUCPFRTQDNGOUQNXKPIVGEJPKSWGU
(BE/B.Tech.) of Electrical, Electronics and Instrumentation in command windows is explained in simple and clear
and Control disciplines of engineering. It can be also used as
language.
reference book for the cable testing, testing of instruments
transformers, testing of energy meters and measurement of Ŗ *CPFNKPI QH CTTC[U CPF OCVTKEGU YJKEJ CTG VJG OCKP
physical variables. entities in MATLAB environment, is discussed
extensively in separate chapters.
KEY FEATURES
Ŗ *CPFNKPIQHEGNNCTTC[UCPFUVTWEVWTGUKUFGUETKDGFENGCTN[
Ŗ )KXGU C PWODGT QH EJCRVGTGPF TGXKGY SWGUVKQPU CPF with examples.
numerical problems for practice.
Ŗ +PENWFGURNGPV[QHFKCITCOUVQENCTKH[VJGEQPEGRVU Ŗ 6GEJPKSWGUQHFGXGNQRKPIPGY/#6.#$RTQITCOUWUKPI
Ŗ %QPVCKPUCDQWVRTQDNGOUCPFUQNXGFGZCORNGUHQT scripts and functions are explained in a systematic way.
the benefit of the students. Ŗ (KNGJCPFNKPIVGEJPKSWGUCTGCNUQFGOQPUVTCVGF
Ŗ 6QRKEU QH VYQFKOGPUKQPCN ITCRJKEU CTG FKUEWUUGF YKVJ
CONTENTS: 2TGHCEG 'NGEVTKECN 7PKVU &KOGPUKQPU CPF
Standards. Measurement Errors and Statistical Analysis. illustrative plots.
Measuring Instruments and Accessories. Analog Ammeters Ŗ )7+ RTQITCOOKPI KU KPVTQFWEGF KP CP GCUKN[ WPFGT
CPF 8QNVOGVGTU 'ZVGPUKQP QH +PUVTWOGPV 4CPIG /GCUWTG standable way.
OGPV QH 4GUKUVCPEG 6GUVKPI QH %CDNGU 2QVGPVKQOGVGTU CONTENTS: 2TGHCEG +PVTQFWEVKQP %QOOQP U[UVGO
/GCUWTGOGPV QH 2QYGT CPF 9CVVOGVGTU /GCUWTGOGPV QH %QOOCPFU CPF /CVJGOCVKECN 1RGTCVQTU *CPFNKPI QH
'PGTI[#%$TKFIGU/CIPGVKE/GCUWTGOGPV*KIJ8QNVCIG
#TTC[U *CPFNKPI QH /CVTKEGU 5VTKPIU 6KOG CPF &CVG %GNN
Measurement. Complex Waveforms and Wave Analyzers.
1UEKNNQUEQRGU &KIKVCN +PUVTWOGPVU /GCUWTGOGPV QH  0QP #TTC[U CPF 5VTWEVWTGU 2TQITCOOKPI KP /#6.#$ /(KNG
'NGEVTKECN 3WCPVKVKGU 5KIPCN %QPFKVKQPGTU &CVC #ESWKUKVKQP Scripts. 8. 2TQITCOOKPIKP/#6.#$/(KNG(WPEVKQPU (KNG
CPF %QPXGTUKQP &KURNC[ &GXKEGU CPF 4GEQTFGTU &CVC +1 *CPFNKPI KP /#6NCD 6YQ&KOGPUKQPCN 2NQVU
Transmission and Telemetry. Microprocessor based )TCRJKECN7UGT+PVGTHCEG$KDNKQITCRJ[+PFGZ
Measurements. Bibliography. Index. Latest Print 2012 / 388 pp. / 17.8 × 23.5 cm
Latest Print 2012 / 872 pp. / 17.8 × 23.5 cm ISBN-978-81-203-3081-8 / C 275.00
ISBN-978-81-203-4526-3 / C 575.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 186
ENGINEERING
Electrical/Electronics (I0641&7%614;/BASIC C1745') Electrical/Electronics (M+%41'.'%6410+%5/VLSI)

Theory and Problems Essentials of VLSI


of Basic Electrical Circuits and Systems
Engineering

D.P. KOTHARI, &KTGEVQT )GPGTCNQH8KPFJ[C)TQWRQH KAMRAN ESHRAGHIAN,


+PUVKVWVKQPU +PFQTG DOUGLAS A. PUCKNELL and
I.J. NAGRATH (QTOGTN[2TQHGUUQTQH'NGEVTKECNCPF SHOLEH ESHRAGHIAN
'NGEVTQPKEU 'PIKPGGTKPICPF&GRWV[&KTGEVQT$KTNC+PUVKVWVGQH
6GEJPQNQI[CPF5EKGPEG2KNCPK The progress made in microelectronics and photon-based
sciences, coupled with the emergence of nanotechnology, is
This is a comprehensive and authoritative introductory enabling development of novel VLSI circuits and systems
textbook for a first course in basic electrical engineering that with extraordinary new properties relevant to nearly every
caters to undergraduate students of not only electrical sector of the economy.
engineering but also other engineering disciplines such as In this new book, the authors (the first two are senior,
electronics, computer, mechanical, civil and chemical. The established authors) use their pedagogical skills and
text provides an indepth coverage of three major areas of professional expertise to present the fundamentals of silicon-
GNGEVTKECN GPIKPGGTKPI GNGEVTKECN EKTEWKV CPCN[UKU GNGEVTKE based VLSI design topics as the enabler of future systems.
machines, and measurement and instrumentation. The book offers comprehensive coverage of the essential
The basic concepts and the related techniques are covered in matters for the design of digital circuits in nMOS, CMOS
a lucid manner to provide a thorough grounding through a and BiCMOS technologies. It is an accessible and well-
series of carefully crafted solved examples and problems, structured textbook that provides insights into concepts and
supplementary problems, multiple choice (objective type) illustrates, through numerous examples, links between
questions and review questions. All these questions provide circuits, logic, and system design.
a sound and unified understanding of concepts through The material covered in this book is classroom tested by the
comprehensive drill in problem solving and help the reader authors over a number of years. It covers essentials of VLSI
to grasp the subject fully. design in a style that makes for easy reading by students and
CONTENTS:2TGHCEG'NGOGPVCT[%QPEGRVUCPF&GHKPKVKQPU prepares them to embark upon challenging design takes
(WPFCOGPVCNU QH 4GUKUVKXG %KTEWKVU (WPFCOGPVCNU QH ahead.
4GCEVKXG %KTEWKVU 5KPWUQKFCN 5VGCF[ 5VCVG #PCN[UKU QH CONTENTS: .KUV QH %QNQT 2NCVGU 2TGHCEG #EMPQYNGFIG
%KTEWKVU (TGSWGPE[ 4GURQPUG 4GUQPCPEG (QWTKGT #PCN[UKU OGPVU #DQWV VJG #WVJQTU # 4GXKGY QH /KETQGNGEVTQPKEU
CPF 6YQRQTV 0GVYQTMU 6JTGGRJCUG %KTEWKVU %KTEWKV and An Introduction to MOS Technology. Basic Electrical
Analysis by Laplace Transformation. Magnetic Circuits and 2TQRGTVKGUQH/15CPF$K%/15%KTEWKVU/15CPF$K%/15
Induction, Coupled Circuits and EMEC. Transformers. %KTEWKV &GUKIP 2TQEGUUGU $CUKE %KTEWKV %QPEGRVU 5ECNKPI QH
'/( CPF 6QTSWG KP 'NGEVTKE /CEJKPGU &% /CEJKPGU MOS Circuits. Subsystem Design and Layout. Subsystem
Synchronous Machines. Induction Machines. Measurement &GUKIP 2TQEGUUGU +NNWUVTCVKQP QH VJG &GUKIP 2TQEGUUō
Techniques and Instrumentation. Electric and Electronic %QORWVCVKQPCN'NGOGPVU/GOQT[4GIKUVGTUCPF#URGEVUQH
+PUVTWOGPVCVKQP CPF /GCUWTGOGPV 5WIIGUVGF (WTVJGT 5[UVGO 6KOKPI 2TCEVKECN #URGEVU CPF 6GUVCDKNKV[ 5QOG
4GCFKPI+PFGZ %/15 &GUKIP 2TQLGEVU (TQO #NIQTKVJOU VQ .C[QWVō
Latest Print 2011 / 520 pp. / 17.8 × 23.5 cm &GUKIPGTUŏ 6JQWIJV 2TQEGUU 5ECNCDNG /WNVKRNKECVKQP
ISBN-978-81-203-1263-0 / C 325.00 Appendices—#  /KETQP &QWDNG 2QN[ &QWDNG /GVCN
PYGNN %/15ō'NGEVTKECN 2CTCOGVGTU $ 1.2 Micron Single
2QN[ &QWDNG /GVCN PYGNN CPF RYGNN %/15ō&GUKIP
4WNGU CPF 2TQEGUU CPF &GXKEG 5RGEKHKECVKQPU % The
2TQITCOOCDNG.QIKE#TTC[
2.# (WTVJGT4GCFKPI+PFGZ
Latest Print 2012 / 512 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2772-6 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 187 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (M+%41'.'%6410+%5/VLSI)

VLSI CAD VLSI Design


A. ALBERT RAJ, #UUKUVCPV2TQHGUUQT
CPF *GCF &GRCTVOGPV QH 'NGEVTQPKEU
CPF +PUVTWOGPVCVKQP 'PIKPGGTKPI
0QQTWN +UNCO %QNNGIG QH 'PIKPGGTKPI
-CP[CMWOCTK 6COKN0CFW
T. LATHA, #UUKUVCPV 2TQHGUUQT
&GRCTVOGPV QH'NGEVTQPKEUCPF
+PUVTWOGPVCVKQP 'PIKPGGTKPI0QQTWN
+UNCO %QNNGIG QH 'PIKPGGTKPI
NIRANJAN N. CHIPLUNKAR, 8KEG 2TKPEKRCN&GCP -CP[CMWOCTK

#ECFGOKEU  CPF*GCFQHVJG&GRCTVOGPVQH%QORWVGT5EKGPEG
This text is intended for the undergraduate engineering
CPF 'PIKPGGTKPICV0/#/+PUVKVWVGQH6GEJPQNQI[0KVVG
students in Electrical and Electronics Engineering, Electro-
-CTPCVCMC
nics and Communication Engineering, and Electronics and
MANJUNATH KOTARI, #UUKUVCPV 2TQHGUUQT&GRCTVOGPV Instrumentation Engineering, and those pursuing post-
QH %QORWVGT5EKGPEGCPF'PIKPGGTKPI0/#/+PUVKVWVGQH graduate courses in Applied Electronics and VLSI Design.
6GEJPQNQI[ 0KVVG -CTPCVCMC
With the electronic devices and chips becoming smaller and
This well-organised book presents the basics of VLSI along smaller, the sizes of circuits and transistors on the
with important algorithms used by CAD tool designers. It microchips are approaching atomic levels. And so, Very
discusses general VLSI design styles, layout design rules, Large-Scale Integration (VLSI) Design refers to the process
VGEJPQNQI[ OCRRKPI KP (2)#U CPF &(2)#U +P CFFKVKQP of placing hundreds of thousands of electronic components
the text describes three important steps in high level on a single chip which nearly all modern computer
synthesis of VLSI, namely, partitioning, scheduling, and architectures employ, and this technology has assumed a
data path allocation, besides logic synthesis which significant role in today’s tech savvy world.
FGVGTOKPGU VJG ICVG NGXGN UVTWEVWTG QH EKTEWKVU (KPCNN[ VJG This well-organized, up-to-date and compact text explains
book gives a detailed account of physical synthesis, where the basic concepts of MOS technology including the
steps such as floorplanning, placement, routing and fabrication methods, MOS characteristic behaviour, and
compaction are explained with necessary algorithms. design processes for layouts, etc. in a crisp and easy-to-learn
This book is intended as a text for the undergraduate and style. The latest and most advanced techniques for
postgraduate students of engineering—Electrical and maximising performance, minimising power consumption,
Electronics Engineering/Electronics and Communication and achieving rapid design turnarounds are discussed with
Engineering/Computer Science and Engineering, besides great skill by the authors.
Instrumentation for their course on VLSI CAD. In addition,
the book would also be extremely useful for professionals in KEY FEATURES
this field. Ŗ 1HHGTUCPKPUKIJVKPVQVJG%/15VGUVKPIVGEJPKSWGUHQTVJG
design of VLSI circuits.
KEY FEATURES
Ŗ )KXGUCPWODGTQHUQNXGFRTQDNGOUKP8*&.CPF8GTKNQI
Ŗ 2TGUGPVUCXCTKGV[QHEJKRFGUKIPVQQNU languages.
Ŗ +PENWFGUCHCKTN[NCTIGPWODGTQHCNIQTKVJOU Ŗ 2TQXKFGU C PWODGT QH UJQTV CPUYGT SWGUVKQPU VQ JGNR VJG
Ŗ &KUEWUUGU 8*&. CPF ITCRJ VJGQT[ GUUGPVKCN HQT 8.5+ students during examinations.
CAD tool design. CONTENTS: 2TGHCEG +PVTQFWEVKQP $CUKE /15 5VTWEVWTG
Ŗ 2TQXKFGU  SWGUVKQPU UGNGEVGF HTQO XCTKQWU WPKXGTUKV[ MOS Device Characteristics. CMOS Inverter Design. MOS
examination papers. %KTEWKV &GUKIP 2TQEGUUGU 5RGEKCN %KTEWKV .C[QWVU 5WRGT
CONTENTS: 2TGHCEG $CUKE 8.5+ &GUKIP %#& HQT 8.5+ Buffers, BiCMOS and Steering Logic. CMOS Combinational
2CTVKVKQPKPI KP *KIJ NGXGN 5[PVJGUKU 5EJGFWNKPI KP Logic Circuits. CMOS Sequential Logic Circuits. Design of
*KIJ NGXGN 5[PVJGUKU &CVC 2CVJ #NNQECVKQP KP *KIJ .GXGN #TKVJOGVKE $WKNFKPI $NQEMU 2TQITCOOCDNG .QIKE &GXKEGU
5[PVJGUKU .QIKE 5[PVJGUKU 2J[UKECN 5[PVJGUKU #RRGPFKEGU %/15 %JKR &GUKIP 4QWVKPI 2TQEGFWTGU %/15 6GUVKPI
Bibliography. Index 8GTKNQI*&.$GJCXKQWTCN/QFGNNKPI#TKVJOGVKE%KTEWKVUKP
%/158.5+8*&.+PFGZ
Latest Print 2011 / 200 pp. / 17.8 × 23.5 cm
Latest Print 2013 / 472 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4286-6 / C 175.00
ISBN-978-81-203-3431-1 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 188
ENGINEERING
Electrical/Electronics (M+%41241%'55145 #0& M+%41%10641..'45)

0000 to 8085: 8085 Microprocessor:


Introduction to Programming and
Microprocessors for Interfacing
Engineers and
Scientists, 2nd ed.

P.K. GHOSH, HQTOGT 2TQHGUUQT CV VJG +PFKCP +PUVKVWVG QH N.K. SRINATH, 2TQHGUUQT CPF *GCF &GRCTVOGPV
6GEJPQNQI[-CPRWT QH +PHQTOCVKQP5EKGPEGCPF'PIKPGGTKPI48%QNNGIGQH
P.R. SRIDHAR, 'NGEVTQPKEU 'PIKPGGT +PFKCP +PUVKVWVG 'PIKPGGTKPI $CPICNQTG
QH6GEJPQNQI[-CPRWT
This up-to-date and contemporary book is designed as a first
The 8085 processor and its peripherals have been used to level undergraduate text on microprocessors for the
explain the basic concepts of microprocessor operation students of engineering (computer science, electrical,
and system realization. This text can be used by electrical electronics, telecommunication, instrumentation), computer
engineering undergraduates in their first course on applications and information technology. It gives a clear
microprocessors, and by engineering students in several exposition of the architecture, programming and interfacing
other disciplines, and also by students of science with some and applications of 8085 microprocessor. Besides, it provides
preparation in digital electronics. a brief introduction to 8086 and 8088 Intel microprocessors.
THE BOOK FOCUSSES ON:
KEY FEATURES
Ŗ 6JGRGTKRJGTCNFGXKEGUCTGFKUEWUUGFEQORTGJGPUKXGN[ Ŗ OKETQRTQEGUUQTUUVCTVKPIHTQOVQ
Ŗ 6JG VGZV IKXGU FGUKIP RTKPEKRNGU CNQPI YKVJ EQORNGVG Ŗ KPUVTWEVKQP UGV QH  OKETQRTQEGUUQT IKXKPI VJG ENGCT
circuit and printed circuit board details of a stand- picture of the operations at the machine level.
alone microcomputer. This also serves as an outstanding Ŗ VJG XCTKQWU UVGRU QH VJG CUUGODN[ NCPIWCIG RTQITCO
illustration of practical realization of microprocessor- development cycle.
based systems. Ŗ VJG JCTFYCTG CTEJKVGEVWTG QH OKETQEQORWVGT DWKNV YKVJ
Ŗ 6JGVGZVJCUDGGPUWEEGUUHWNN[VGUVGFKPVJGENCUUTQQOCPF the 8085 microprocessor.
also in workshops on microprocessor systems. Ŗ VJG TQNG QH VJG JCTFYCTG KPVGTHCEGU OGOQT[ KPRWV
Ŗ +P VJG RTGUGPV GFKVKQP C UCORNG UGV QH OQPKVQT TQWVKPGU output and interrupt, in relation to overall micro-
has been given, the number of problems has been computer system operation.
substantially increased, and HWNN UQNWVKQPU to the extended Ŗ RGTKRJGTCNEJKRUUWEJCUCPFVQ
problem set have been provided. interface with 8085 microprocessor and to program it for
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG 5GEQPF 'FKVKQP different applications.
The Generic Microcomputer. The Architecture of a CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
/KETQRTQEGUUQT6JG#%276JG#+PUVTWEVKQP5GV Introduction to Microprocessors. 8085 Microprocessor.
Memory and Input/Output Addressing. 8085A Minimum +PUVTWEVKQP 5GV =+PVGN ? (WPFCOGPVCNU QH 2TQITCOOKPI
5[UVGO %QPHKIWTCVKQP '241/ CPF 4#/ /GOQTKGU  Semiconductor Memory. Input/Output Interface.
CPF2TQITCOOCDNG-G[DQCTF&KURNC[+PVGTHCEG 2TQITCOOCDNG 2GTKRJGTCN +PVGTHCEG # 2TQITCOOCDNG
2TQITCOOCDNG +PVGTXCN 6KOGT  2TQITCOOCDNG +PVGTPCN 6KOGT  2TQITCOOCDNG +PVGTTWRV %QPVTQNNGT
2GTKRJGTCN +PVGTHCEG  5GTKCN %QOOWPKECVKQP CPF VJG # 2TQITCOOCDNG &/# %QPVTQNNGT  5GTKCN &CVC
75#46  2TQITCOOCDNG &/# %QPVTQNNGT  6TCPUHGT2TQITCOOCDNG-G[DQCTF&KURNC[+PVGTHCEG
 
2TQITCOOCDNG +PVGTTWRV %QPVTQNNGT  #RRGPFKEGUō#  /KETQRTQEGUUQT #TEJKVGEVWTG  2KP%QPHKIWTCVKQP
# 5WOOCT[ QH $CUKE &KIKVCN %KTEWKVU $ 5QOG #UUGODN[ Appendix. Index.
.CPIWCIG 2TQITCOU % &GUKIP 2TKPEKRNGU CPF (WNN %KTEWKV
&GUETKRVKQP QH VJG /KETQEQORWVGT %#5'  & # Latest Print 2012 / 348 pp. / 17.8 × 23.5 cm
+PUVTWEVKQP5GV 6CDNGU 2TQDNGOU 5QNWVKQPU VQ VJG 2TQDNGOU ISBN-978-81-203-2785-6 / C 250.00
Index.
Latest Print 2013 / 328 pp. / 21.6 × 27.8 cm
ISBN-978-81-203-0978-4 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 189 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (M+%41241%'55145 #0& M+%41%10641..'45)

Embedded Microcontrollers:
Systems Principles and
Applications

B. KANTA RAO, 5GPKQT 2TQHGUUQT &GRCTVOGPV QH %QORWVGT AJIT PAL, 2TQHGUUQTKPVJG&GRCTVOGPVQH%QORWVGT5EKGPEGCPF
5EKGPEG CPF'PIKPGGTKPI)C[CVTK%QNNGIGQH'PIKPGGTKPI 'PIKPGGTKPICV+PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT
8KUCMJCRCVPCO
This book gives a comprehensive coverage of different
Designed as a textbook for the undergraduate students aspects of microcontroller-based system design and
of electronics and communication engineering, electronics development in a generalized manner. Basic ideas and
and instrumentation engineering, computer science and fundamental concepts common to all microcontrollers have
engineering, information communication technology as well been introduced before giving specific examples using
as for the postgraduate students of computer applications the 8051 microcontroller, which is the most popular
(MCA), it lays the foundation for all readers on all possible microcontroller in use today. Coverage of the three
applications of embedded processors. important issues such as hardware, software and hardware-
This text deals with some of the interesting processors software integration has been provided in a balanced
that will enlighten the need for new instructions and fast OCPPGT(QTGCU[WPFGTUVCPFKPIQHVJGUWDLGEVCDQVVQOWR
program implementation. The processors covered are approach has been followed.
VJG ENCUUKE  HCOKN[ #6OGIC HCOKN[ 2+% HCOKN[ CPF The book is designed for the undergraduate students of
6GZCU  HCOKN[ CNQPI YKVJ C IQQF KPVTQFWEVKQP VQ #4/ electrical engineering, computer science and engineering,
processors. and electronics and communication engineering.
KEY FEATURES KEY FEATURES
Ŗ 9GNN FGUKIPGF JCTFYCTGŌUQHVYCTG KPVGITCVGF RTQITCOU Ŗ 2TQXKFGU OCP[ RGFCIQIKECN HGCVWTGU UWEJ CU NGCTPKPI
and exercises objectives, introduction, examples, summary, fill in the
Ŗ 'ZCORNGUHQTGCEJRTQEGUUQTKPUVTWEVKQPUGV blanks and chapter-end exercises to assist teaching and
Ŗ 'ZVGPUKXG FKUEWUUKQP QP ENCUUKE  HCOKN[ KPENWFKPI CNN learning.
recent developments Ŗ 2C[UURGEKCNCVVGPVKQPVQVJGKPVGTHCEKPIQH+1FGXKEGUHQT
human interaction, and I/O devices for process control
CONTENTS: 2TGHCEG 'ODGFFGF 2TQEGUUQT #TEJKVGEVWTGU and instrumentation, which are important in the context
An Overview. Intel 8051 Architecture (Classic Version). of embedded systems.
2TQITCOOKPI %QOOWPKECVKQP +PVGTHCEGU 6KOGTU CPF
%QWPVGTU #PCNQI 5WDU[UVGOU KP 'ODGFFGF 2TQEGUUQTU Ŗ )KXGU EQORTGJGPUKXG KPHQTOCVKQP CDQWV FGXGNQROGPV
#FXCPEGF 4GUGCTEJ /KETQRTQEGUUQT
#4/  #TEJKVGEVWTG aids and troubleshooting techniques for the development
#FXCPEGF 'ODGFFGF 5[UVGOU #6OGIC 2TQEGUUQTU of microcontroller-based systems.
/KETQEJKR 2+% 'ODGFFGF 2TQEGUUQT (COKN[ +PVGITCVGF Ŗ +PENWFGUCPWODGTQHTGCNNKHGCRRNKECVKQPGZCORNGUYKVJ
&GXGNQROGPV 'PXKTQPOGPV #UUGODNGT CPF 5KOWNCVKQP complete details of hardware and software implement-
+PVTQFWEVKQPVQ4GCN6KOG5[UVGOU#RRGPFKEGU+PFGZ ation, after fabricating prototype models in the laboratory.
Latest Print 2011 / 560 pp. / 17.8 × 23.5 cm CONTENTS: 2TGHCEG+PVTQFWEVKQP#TEJKVGEVWTGQHVJG+PVGN
ISBN-978-81-203-4081-7 / C 395.00  +PUVTWEVKQP 5GV 8QECDWNCT[ QH VJG /CEJKPG #UUGODN[
.CPIWCIG2TQITCOOKPI+PVGTHCEKPI'ZVGTPCN/GOQT[&CVC
6TCPUHGT 6GEJPKSWGU CPF +1 2QTVU +PVGTHCEKPI HQT *WOCP
Interaction. Interfacing of Transducers, Sensors and
Actuators. Timer/Counter Operations. Serial Mode of Data
Transfer. System Development and Development Aids.
Application Examples. Index.
Latest Print 2011 / 400 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4392-4 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 190
ENGINEERING
Electrical/Electronics (M+%41241%'55145 #0& M+%41%10641..'45)

Microprocessor Microprocessor 8085


8085: Architecture, and its Interfacing,
Programming, and 2nd ed.
Interfacing SUNIL MATHUR, #UUKUVCPV
2TQHGUUQT&GRCTVOGPVQH'NGEVTQPKEU
CPF %QOOWPKECVKQP 'PIKPGGTKPI
/CJCTCLC#ITCUGP+PUVKVWVGQH
6GEJPQNQI[)WTW)QDKPF5KPIJ
+PFTCRTCUVJC7PKXGTUKV[&GNJK
AJAY WADHWA, #UUQEKCVG 2TQHGUUQT &GRCTVOGPV QH 2J[UKEU This comprehensive and thoroughly updated text now in its
5)6$-JCNUC%QNNGIG7PKXGTUKV[QH&GNJK second edition continues to provide the complete
knowledge about the Intel’s 8085 microprocessors, its
This book is designed as a first-level introduction to Micro- programming and concept of interfacing of memory, Input/
processor 8085, covering its architecture, programming, and output devices and programmable peripheral chips.
interfacing aspects. Microprocessor 8085 is the basic 1TICPK\GF KP HQWT RCTVU 2CTV +
%JCRVGTU Ō  EQXGTU C
processor from which machine language programming review of the analog and digital signals as well as hardware
can be learnt. The text offers a comprehensive treatment of CPFUQHVYCTGTGNCVGFCURGEVUQHOKETQRTQEGUUQT2CTV++
microprocessor’s hardware and software. (Chapters 10 and 11) discusses memory and input-output
concepts, analog to digital and digital to analog converters
DISTINGUISHING FEATURES
and various memory and IO address decoding techniques.
Ŗ #NN VJG KPUVTWEVKQPU QH  RTQEGUUQT CTG GZRNCKPGF YKVJ 2CTV +++
%JCRVGTU Ō  GZRNCKPU VJG RTQITCOOCDNG
the help of examples and diagrams. KPVGTHCEKPI EJKRU YKVJ GZVGPUKXG KPVGTHCEKPI GZCORNGU 2CTV
Ŗ +PUVTWEVKQPU JCXG DGGP ENCUUKHKGF KPVQ ITQWRU CPF VJGKT IV (Chapters 18 and 19) presents a brief discussion on other
mnemonic hex codes have been derived. 8-bit microprocessors along with 16 and 32-bit Intel
Ŗ /GOQT[ OCRU QH FKHHGTGPV OGOQT[ UK\GU JCXG DGGP 2TQEGUUQTU 'CEJ VQRKE JCU DGGP UWRRQTVGF YKVJ PWOGTQWU
illustrated with examples. examples that will help students apply the concepts to other
microprocessors in the course at advanced level.
Ŗ 6KOKPI FKCITCOU QH XCTKQWU KPUVTWEVKQPU JCXG DGGP
illustrated with examples. This book is designed specifically for the undergraduate
students of electronics and communication engineering,
Ŗ # NCTIG PWODGT QH NCDQTCVQT[VGUVGF RTQITCOOKPI
computer science and engineering, and information
examples and exercises are provided in each chapter.
technology.
Ŗ #V VJG GPF QH GCEJ EJCRVGT PWOGTQWU SWGUVKQPU CPF
problems have been given. NEW TO THIS EDITION
Ŗ 2TQDNGOUHTQORTGXKQWU[GCTUŏSWGUVKQPRCRGTUJCXGDGGP Ŗ %JCRVGTU QP ő#TEJKVGEVWTG CPF 1TICPK\CVKQP QH /KETQ
separately given in each chapter. processor” and “Instruction Set of 8085 Microprocessor”
have been revised and modified substantially.
Ŗ /QTGVJCPGZCORNGUCPFRTQDNGOUJCXGDGGPEQXGTGF Ŗ /WNVKRNG EJQKEG SWGUVKQPU JCXG DGGP CFFGF VQ CNN VJG
in the entire text. chapters.
This book is designed for undergraduate courses in B.Sc. CONTENTS:2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP#EMPQY

*QPU  2J[UKEU CPF $5E


*QPU  'NGEVTQPKEU +V YKNN CNUQ DG ledgements. PART—I: 0WODGT 5[UVGO #TEJKVGEVWTG
useful for the students pursuing B.Tech. degree/diploma in and Organization of Microcomputer. Architecture and
electrical and electronics engineering. Organization of Microprocessor. Instruction Set of 8085
CONTENTS:2TGHCEG Basic Computer Design. Microprocessor Microprocessor. Instruction Timing and Operation of 8085
 #TEJKVGEVWTG #UUGODN[ .CPIWCIG 2TQITCOOKPI /KETQRTQEGUUQT2TQITCOOKPIQH/KETQRTQEGUUQT5VCEM
Memory. Microprocessor—Timing and Control. Interfacing. CPF 5WDTQWVKPG +PVGTTWRVU QH  5GTKCN CPF 2CTCNNGN &CVC
Appendices. Index. Transfer. PART—II: IO and Memory Interfacing. Digital–
Analog Conversion. PART—III: 0QP2TQITCOOCDNG CPF
Latest Print 2012 / 172 pp. / 16.0 × 24.1 cm 2TQITCOOCDNG 2GTKRJGTCN +PVGTHCEKPI %JKRU 
ISBN-978-81-203-4013-8 / C 150.00 2TQITCOOCDNG 6KOGT &/# %QPVTQNNGT  CPF 
# 2TQITCOOCDNG +PVGTTWRV %QPVTQNNGT
2+%  -G[DQCTF
CPF&KURNC[+PVGTHCEKPI7PKXGTUCN5[PEJTQPQWU#U[P
EJTQPQWU 4GEGKXGT 6TCPUOKVVGT
75#46  PART—IV: Other
8-Bit Microprocessors. Advance Microprocessors. Index.
Latest Print 2011 / 704 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4390-0 / C 425.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 191 PHI Learning: Publications
ENGINEERING
Electrical/Electronics (M+%41241%'55145 #0& M+%41%10641..'45)

Microprocessor 8086: Microprocessors and


Architecture, Microcontrollers:
Programming and Architecture,
Interfacing Programming and
System Design
8085, 8086,
8051, 8096

SUNIL MATHUR KU #UUKUVCPV2TQHGUUQT&GRCTVOGPVQH KRISHNA KANT, (QTOGTN[5GPKQT&KTGEVQTKPVJG&GRCTVOGPV


'NGEVTQPKEU CPF%QOOWPKECVKQP'PIKPGGTKPI/CJCTCLC#ITCUGP QH +PHQTOCVKQP6GEJPQNQI[/KPKUVT[QH  %QOOWPKECVKQPUCPF
+PUVKVWVG QH6GEJPQNQI[)WTW)QDKPF5KPIJ+PFTCRTCUVJC +PHQTOCVKQP 6GEJPQNQI[
7PKXGTUKV[ &GNJK
2TKOCTKN[ KPVGPFGF HQT VJG WPFGTITCFWCVG UVWFGPVU QH This book provides the students with a solid foundation in
electronics and communication engineering, computer the technology of microprocessors and microcontrollers,
science and engineering, and information technology, this their principles and applications. It comprehensively
book skilfully integrates both the hardware and software presents the material necessary for understanding the
aspects of the 8086 microprocessor. It offers the students an internal architecture as well as system design aspects of
up-to-date account of the state-of-the-art microprocessors Intel’s legendary 8085 and 8086 microprocessors and Intel’s
and therefore can be regarded as an incomparable source of
information on recently developed microprocessor chips. 8051 and 8096 microcontrollers.
The book covers the advanced microprocessor architecture The book throughout maintains an appropriate balance
QHVJG+PVGNOKETQRTQEGUUQTHCOKN[HTQOVQ2GPVKWO between the basic concepts and the skill sets needed for
6JG VGZV KU QTICPK\GF KP HQWT RCTVU 2CTV +
%JCRVGTU Ō system design. Besides, the book lucidly explains the
includes a detailed description of the architecture, hardware architecture, the instruction set and programming,
organization, instruction set, and assembler directives of support chips, peripheral interfacing, and cites several
OKETQRTQEGUUQT  2CTV ++
%JCRVGTU Ō  FKUEWUUGU VJG relevant examples to help the readers develop a complete
math coprocessor, multiprocessing and multiprogramming, understanding of industrial application projects. Several
the different types of data transfer schemes, and memory
EQPEGRVU 2CTV +++
%JCRVGTU Ō  EQXGTU RTQITCOOCDNG system design case studies are included to reinforce the
interfacing chips with the help of extensive interfacing concepts discussed.
GZCORNGU 2CTV +8
%JCRVGTU Ō  FGCNU YKVJ CFXCPEGF With exhaustive coverage provided and practical approach
RTQEGUUQTUōHTQOVQ2GPVKWO emphasized, the book would be indispensable to under-
This well-organized and student-friendly text should prone graduate students of Electrical and Electronics, Electronics
to be an invaluable asset to the students as well as the and Communication, and Electronics and Instrumentation
practising engineers. Engineering. It can be used for a variety of courses in
KEY FEATURES Microprocessors, Microcontrollers, and Embedded System
Ŗ )KXGU GNCDQTCVG RTQITCOOKPI GZCORNGU VQ FGXGNQR VJG Design.
analytical ability of students. CONTENTS: 2TGHCEG Acknowledgements. System Design
Ŗ 2TQXKFGU UQNXGF GZCORNGU EQXGTKPI FKHHGTGPV V[RGU QH 7UKPI/KETQRTQEGUUQT9JCVC/KETQRTQEGUUQT+U+PVGN
typical interfacing problems to develop the practical skills
of students. /KETQRTQEGUUQTō*CTFYCTG #TEJKVGEVWTG +PVGN  /KETQ
Ŗ (WTPKUJGU EJCRVGTGPF GZGTEKUGU VQ TGKPHQTEG VJG WPFGT RTQEGUUQTō+PUVTWEVKQP 5GV CPF 2TQITCOOKPI +PVGN ō
standing of the subject. *CTFYCTG #TEJKVGEVWTG +PVGN  /KETQRTQEGUUQTō
+PUVTWEVKQP 5GV CPF 2TQITCOOKPI /KETQRTQEGUUQTō
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU #TEJKVGEVWTG
and Organization of Microprocessors and Microcomputers. 2GTKRJGTCN +PVGTHCEKPI 5[UVGO &GUKIP 7UKPI +PVGN 
Introduction to 8086. 8086 Based System. Instructions Set of and Intel 8086 Microprocessors—Case Studies. Intel 8051
#UUGODNGT&KTGEVKXGU2TQITCOOKPIQH+PVGTTWRVU /KETQEQPVTQNNGTō*CTFYCTG #TEJKVGEVWTG +PVGN 
of 8086. Math Coprocessor 8087. Multiprocessing and /KETQEQPVTQNNGTō+PUVTWEVKQP 5GV CPF 2TQITCOOKPI 6JG
/WNVKRTQITCOOKPI5GTKCNCPF2CTCNNGN&CVC6TCPUHGT+1CPF 8051 Microcontroller-Based System Design—Case Studies.
/GOQT[ +PVGTHCEKPI 2TQITCOOCDNG 2GTKRJGTCN +PVGTHCEKPI +PVGN  /KETQEQPVTQNNGTō*CTFYCTG #TEJKVGEVWTG +PVGN
%JKRU2TQITCOOCDNG6KOGT&/#%QPVTQNNGT  /KETQEQPVTQNNGTō+PUVTWEVKQP 5GV CPF 2TQITCOOKPI
CPF  -G[DQCTF CPF &KURNC[ +PVGTHCEKPI  CPF The 8096 Microcontroller-Based System Design—Case
80286 Microprocessors. Intel’s 32-bit Microprocessors.
6QFC[ŏU2TQEGUUQTŏU+PFGZ Studies. Appendices. Index.

Latest Print 2012 / 688 pp. / 17.8 × 23.5 cm Latest Print 2013 / 748 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4087-9 / C 450.00 ISBN-978-81-203-3191-4 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 192
ENGINEERING
Electrical/Electronics (M+%41241%'55145 #0& M+%41%10641..'45)

Microprocessors: The Microprocessors,


8086/8088, 80186/ PC Hardware and
80286, 80386/80486 Interfacing
and the Pentium
Family

NILESH B. BAHADURE, 4GCFGT KPVJG&GRCTVOGPVQH N. MATHIVANAN, &KTGEVQT 7PKXGTUKV[ 5EKGPEG


'NGEVTQPKEU CPF6GNGEQOOWPKECVKQP'PIKPGGTKPICVVJG$JKNCK +PUVTWOGPVCVKQP%GPVTG/CFWTCK-COTCL7PKXGTUKV[/CFWTCK
+PUVKVWVGQH6GEJPQNQI[&WTI
/KETQRTQEGUUQT KU VJG OQUV HWPFCOGPVCN EQORQPGPVU KP 2%
This comprehensive text provides a thorough understanding systems, and for learning the hardware organization and
of the principles and applications of microprocessors. It interfacing techniques, a complete knowledge of 8086
explains the architectures, assembly language programming, microprocessor is essential. This book thus provides a
interfacing, and applications of Intel’s 8086/8088 complete picture of the features and workings of micro-
microprocessors, 8087 math coprocessor, and 8255, 8253, processor. It explains the architecture, instructions,
8251, 8259, 8279 and 8237 peripherals. Besides, the book also programming, system design, peripheral devices and
EQXGTU +PVGNŏU   CPF VJG 2GPVKWO interfacing.
family microprocessors.
$GIKPPKPI YKVJ CP QXGTXKGY QH 2% JCTFYCTG HTQO VJG
The book throughout maintains an appropriate balance QTKIKPCN +$/ 2% VQ VJG TGEGPV 2GPVKWO U[UVGOU VJG DQQM
between the basic concepts and the skill sets needed for presents the internal architecture and instruction set of 8086
system design. A large number of solved examples on microprocessor and the design of an 8086 based system, and
assembly language programming and interfacing are then describes the hardware and software of interfacing
provided to help the students gain mastery of the topics techniques to I/O buses and the standard ports in detail,
discussed. substantiating them with examples and worked out
The book is eminently suitable for undergraduate programs in C++ and assembly language. Operations of
engineering students of Electronics, Electronics and advanced Intel microprocessors such as 80286, 80386, 80486,
Communication, Electronics and Instrumentation, Computer 2GPVKWO 2GPVKWO 2TQ 2GPVKWO //: CPF 2GPVKWO ++ CPF
Science and Engineering, and Information Technology. usage of the pins and signals of different types of I/O buses
have also been covered in detail.
CONTENTS: 2TGHCEG +PVTQFWEVKQP #TEJKVGEVWTG CPF
(WPEVKQPCN $NQEM &KCITCO QH /KETQRTQEGUUQT  The book is useful for students of electronics and instru-
+PUVTWEVKQP 5GVU CPF 2TQITCOOKPI QH /KETQRTQEGUUQT  mentation engineering, and courses in communication.
#UUGODN[ .CPIWCIG 2TQITCOOKPI QH /KETQRTQEGUUQT  CONTENTS: 2TGHCEG *CTFYCTG 1TICPK\CVKQP QH +$/ 2%
Interrupts of Microprocessor 8086. Interfacing of Memory The 8086 Microprocessor. The 8086 Based System Design.
with Microprocessors 8086 and 8088. Timing Diagram of 2GTKRJGTCN +PVGTHCEGU #FXCPEGF /KETQRTQEGUUQTU 6JG
/KETQRTQEGUUQT  0WOGTKE &CVC 2TQEGUUQT  /QVJGTDQCTF QH +$/ 2% &TKXGU 2GTKRJGTCNU +PRWV1WVRWV
2TQITCOOCDNG 2GTKRJGTCN +PVGTHCEG  2TQITCOOCDNG $WUGU 2CTCNNGN CPF 5GTKCN 2QTVU 7PKXGTUCN 5GTKCN $WU
+PVGTXCN 6KOGT  2TQITCOOCDNG +PVGTTWRV #RRGPFKEGU 1DLGEVKXG6[RG 3WGUVKQPU #PUYGTU VQ 5GNGEV
%QPVTQNNGT7PKXGTUCN5[PEJTQPQWUō#U[PEJTQPQWU4GEGKXGT 4GXKGY3WGUVKQPU+PFGZ
6TCPUOKVVGTU 2TQITCOOCDNG -G[DQCTF &KURNC[ +PVGTHCEG
Latest Print 2012 / 532 pp. / 17.8 × 23.5 cm
8279. Direct Memory Access (DMA) Controller 8257/8237.
ISBN-978-81-203-2317-9 / C 350.00
Other 16 Bits Microprocessors 80186 and 80286. 32 Bits
/KETQRTQEGUUQTU   CPF +PVTQFWEVKQP VQ 2GPVKWO
(COKN[+PFGZ
Latest Print 2012 / 680 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3942-2 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 193 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (M+%419#8')

Microwave Microwave
Devices and Engineering
Circuit Design
R.S. RAO, 2TQHGUUQTKPVJG
&GRCTVOGPVQH'NGEVTQPKEUCPF
%QOOWPKECVKQP 'PIKPGGTKPICV
5TGG8KF[CPKMGVJCP'PIKPGGTKPI
%QNNGIG#PFJTC2TCFGUJ

GANESH PRASAD SRIVASTAVA, (QTOGTN[ 2TQHGUUQTQH This book presents the basic principles, characteristics and
'NGEVTQPKEU 7PKXGTUKV[QH&GNJK applications of commonly used microwave devices used in
VIJAY LAXMI GUPTA, 4GCFGT &GRCTVOGPV QH 'NGEVTQPKE the design of microwave systems.
5EKGPEG7PKXGTUKV[QH&GNJK The book begins with a brief overview of the field of
microwave engineering and then provides a thorough
This textbook presents a unified treatment of theory, review of two prerequisite topics in electromagnetics, that is,
analysis and design of microwave devices and circuits. It is electromagnetic field theory and transmission lines, so
designed to address the needs of undergraduate students of essential to know before analysing and designing
electronics and communication engineering for a course in microwave systems.
microwave engineering as well as those of the students
pursuing M.Sc. courses in electronics science. The main The book presents the full spectrum of both passive and
objective is to provide students with a thorough under- CEVKXGOKETQYCXGEQORQPGPVU*QNNQYRKRGYCXGIWKFGUCTG
standing of microwave devices and circuits, and to acquaint thoroughly analysed with respect to their field components
them with some of the methods used in circuit analysis and and other important characteristics such as bandwidth,
design. dispersive nature, various impedances, and attenuation
parameters. The basic principles of various types of
Several types of planar transmission lines such as stripline, microwave junctions used for power division, addition, and
microstrip, slot line and a few other structures have been in measurement systems, such as tees, directional-couplers,
explained. The important concepts of scattering matrix and circulators, gyrators, etc. are explained, along with their
Smith chart related to design problems have been discussed scattering parameters required for the analysis of microwave
in detail. The performance and geometry of microwave circuits. The text also presents a comprehensive analytical
transistors—both bipolar and field effect—have been treatment of microwave tubes in common use, such as
analysed. Microwave passive components such as couplers, klystrons, magnetrons, TWTs, and solid state sources such
power dividers, attenuators, phase shifters and circulators CU )WPP FKQFGU +/2#66 FKQFGU HWPPGN FKQFGU CPF 2K0
JCXGDGGPEQORTGJGPUKXGN[FGCNVYKVJ(KPCNN[VJGCPCN[UKU diodes, etc.
and design aspects of microwave transistor amplifiers and
oscillators are presented using the scattering parameters (KPCNN[ VJG DQQM FGUETKDGU VJG NCDQTCVQT[ RTQEGFWTGU HQT
technique. measurements of various parameters of circuits working at
microwave frequencies.
0WOGTQWU UQNXGF RTQDNGOU CPF EJCRVGTGPF SWGUVKQPU CTG
included for practice and reinforcement of the concepts. The book contains an instructional framework at the end of
each chapter composed of questions, problems, and
CONTENTS: 2TGHCEG Introduction. Transmission Lines. objective type questions to enable students to gain skills in
2NCPCT 6TCPUOKUUKQP .KPGU 6JG 5ECVVGTKPI /CVTKZ 5OKVJ applying the principles and techniques learned in the text.
Chart and Impedance Matching. Waveguides, Cavities and
4GUQPCVQTU 5QNKF 5VCVG /KETQYCXG &GXKEGU /KETQYCXG The book is appropriate for a course in Microwave
Components. Microwave Amplifiers and Oscillators. Index. Engineering at the level of both undergraduate and
postgraduate students of Electronics and Communication
Latest Print 2010 / 480 pp. / 17.8 × 23.5 cm Engineering.
ISBN-978-81-203-2195-3 / C 375.00
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU /KETQYCXG
$CUKEU'O9CXG6JGQT[6TCPUOKUUKQP.KPG6JGQT[*QNNQY
2KRG 9CXGIWKFGU 9CXGIWKFG %QORQPGPVU /KETQYCXG
,WPEVKQP &GXKEGU /KETQYCXG 6WDGU 5QNKF 5VCVG &GXKEGU
Microwave Measurements. Appendix. Index.
Latest Print 2012 / 512 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4514-0 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 194
ENGINEERING
Electrical/Electronics
219'4 E.'%6410+%5) Electrical/Electronics
219'4 2.#06 E0)+0''4+0))

Power Power Plant


Semiconductor Engineering
Drives

S. SIVANAGARAJU, #UUQEKCVG 2TQHGUUQTQH'NGEVTKECN MANOJ KUMAR GUPTA, #UUQEKCVG 2TQHGUUQT KP VJG
'PIKPGGTKPI 7PKXGTUKV[%QNNGIGQH'PIKPGGTKPI,CYCJCTNCN &GRCTVOGPV QH/GEJCP KECN 'PIKPGGTKPI7LLCKP' PIKPGGTKPI
0GJTW 6GEJPQNQIKECN7PKXGTUKV[-CMKPCFC %QNNGIG 7LLCKP
M. BALASUBBA REDDY, #UUQEKCVG 2TQHGUUQT&GRCTVOGPVQ H
'NGEVTKECN CPF'NGEVTQPKEU'PIKPGGTKPI2TCMCUCO'PIKPGGTKPI This textbook has been designed for a one-semester course
%QNNGIG 2TCMCUCO QP 2QYGT 2NCPV 'PIKPGGTKPI UVWFKGF D[ DQVJ FGITGG CPF
A. MALLIKARJUNA PRASAD, #UUQEKCVG 2TQHGUUQT diploma students of mechanical and electrical engineering. It
&GRCTVOGPV QH'NGEVTKECNCPF'NGEVTQPKEU'PIKPGGTKPI5V,QJPŏU effectively exposes the students to the basics of power
%QNNGIGQH'PIKPGGTKPICPF6GEJPQNQI[-WTPQQN generation involved in several energy conversion systems so
that they gain comprehensive knowledge of the operation of
This textbook introduces students to the underlying various types of power plants in use today.
principles of operation of power semiconductor drives. It After a brief introduction to energy fundamentals including
explains every facet of application of power electronics to the environmental impacts of power generation, the book
the control of electric motors in industrial drives. The book acquaints the students with the working principles, design
is primarily intended for B.E./B.Tech. students of Electrical and operation of five conventional power plant systems,
Engineering/Electrical and Electronics Engineering having namely thermal, nuclear, hydroelectric, diesel and gas
EQWTUGU KP 'NGEVTKE &TKXGU2QYGT 5GOKEQPFWEVQT &TKXGU +V turbine. The economic factors of power generation with
will also be highly useful for M.E./M.Tech. students of these regard to estimation and prediction of load, plant design,
FKUEKRNKPGU URGEKCNK\KPI KP 2QYGT 'NGEVTQPKEU+PFWUVTKCN plant operation, tariffs and so on, are discussed and
Drives/Electric Drives. illustrated with the help of several solved numerical
The text is divided into eight chapters. The first two chapters problems.
cover the control of dc motors by using various kinds of The generation of electric power using renewable energy
converters. The third chapter focuses on dual converters and sources such as solar, wind, biomass, geothermal, tidal,
various braking techniques. Chopper control fed dc motors fuel cells, magneto hydrodynamic, thermoelectric and
are discussed in the fourth chapter. The next three chapters thermionic systems, is discussed elaborately.
are devoted to control methods for induction motors. The
eighth chapter deals with the control of synchronous motor The book is interspersed with solved problems for a sound
drives fed from VSI converters and cycloconverters. understanding of the various aspects of power plant
engineering. The chapter-end questions are intended to
Extensively illustrated, the book contains numerous solved provide the students with a thorough reinforcement of the
examples throughout the text as well as a variety of chapter- concepts discussed.
end questions to help in comprehending as well as in
strengthening the grasp of the underlying concepts and CONTENTS: 2TGHCEG +PVTQFWEVKQP 6JGTOCN 2QYGT 2NCPV
principles. 0WENGCT 2QYGT 2NCPV *[FTQGNGEVTKE 2QYGT 2NCPV &KGUGN
'PIKPG 2QYGT 2NCPV )CU 6WTDKPG 2QYGT 2NCPV 2QYGT
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU %QPVTQN QH &% 5VCVKQP 'EQPQOKEU 0QPEQPXGPVKQPCN 2QYGT )GPGTCVKQP
Motors by Single-phase Converters. Control of DC Motors
Appendix. Bibliography. Index.
D[6JTGGRJCUG%QPXGTVGTU(QWT3WCFTCPV1RGTCVKQPQH&%
Drives. Chopper Controlled DC Drives. Stator Voltage Latest Print 2012 / 348 pp. / 16.0 × 24.1 cm
Control of Induction Motor Drives. Control of Induction ISBN-978-81-203-4612-3 / C 325.00
/QVQT &TKXGU VJTQWIJ 5VCVQT (TGSWGPE[ %QPVTQN QH
+PFWEVKQP /QVQT &TKXGU HTQO 4QVQT 5KFG %QPVTQN
of Synchronous Motor Drives. Index.
Latest Print 2012 / 392 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3658-2 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 195 PHI Learning: Publications


ENGINEERING
Electrical/Electronics
219'4 SYSTEM)

Electric Power Electrical Power


Generation, Systems: Concepts,
Transmission and Theory and Practice
Distribution,
2nd ed. SUBIR RAY, 2TQHGUUQT
&GRCTVOGPVQH'NGEVTKECNCPF
'NGEVTQPKEU'PIKPGGTKPI/8,
S.N. SINGH, 2TQHGUUQT QH'NGEVTKECN
%QNNGIG QH'PIKPGGTKPI$CPICNQTG
'PIKPGGTKPICV+PFKCP+PUVKVWVGQH
6GEJPQNQI[-CPRWT
This accessible text, now in its Second Edition, continues The aim of this textbook is to provide undergraduate
to provide a comprehensive coverage of electric power students of electrical engineering with a unified treatment of
generation, transmission and distribution, including the all aspects of modern power systems, including the
operation and management of different systems in these load flow studies, economic considerations, fault analysis,
switching transients, electrical power system protection,
areas. It gives an overview of the basic principles of
power system stability, etc.
electrical engineering and load characteristics and provides
exhaustive system-level description of several power plants, The text systematically deals with the fundamental
such as thermal, electric, nuclear and gas power plants. The techniques in power systems, coupled with adequate
analytical treatments and references to practices in
book fully explores the basic theory and also covers
the field. Special emphasis is placed on the latest
emerging concepts and technologies. The conventional developments in power system engineering.
VQRKEU QH VTCPUOKUUKQP UWDU[UVGO KPENWFKPI *8&%
transmission are also discussed, along with an introduction KEY FEATURES
to new technologies in power transmission and control such Ŗ 1HHGTU PWOGTQWU UQNXGF RTQDNGOU YKVJ CPCN[VKECN
CU (NGZKDNG #% 6TCPUOKUUKQP 5[UVGOU
(#%65  0WOGTQWU interpretation of results and correlations with practices in
solved examples, interspersed throughout, illustrate the the field.
concepts discussed. Ŗ )KXGU RTCEVKECNQTKGPVGF GZGTEKUG RTQDNGOU VJCV NC[
emphasis on physical understanding and practices
WHAT IS NEW TO THIS EDITION adopted in the field.
Ŗ 2TQXKFGU VYQ PGY EJCRVGTU QP &KGUGN 'PIKPG 2QYGT Ŗ 2TGUGPVUGZJCWUVKXGVTGCVOGPVQHRQN[OGTKPUWNCVKQPWUGF
2NCPVU CPF 2QYGT 5[UVGO 4GUVTWEVWTKPI VQ OCMG VJG in overhead lines and underground cables.
students aware of the changes taking place in the power Ŗ 2TQXKFGUKPFGRVJVTGCVOGPVQHUYKVEJKPIVTCPUKGPVU
system industry. Ŗ 2TGUGPVU EQPEGRVU CPF FGXKEGU QH (#%65
HNGZKDNG CE
VTCPUOKUUKQP U[UVGO  CPF *8&%
JKIJ XQNVCIG FE
Ŗ +PENWFGU OQTG UQNXGF CPF WPUQNXGF RTQDNGOU KP GCEJ
transmission.
chapter to enhance the problem solving skills of the
students. The book will also be useful to postgraduate students
specializing in power system engineering as well as to
2TKOCTKN[FGUKIPGFCUCVGZVHQTVJGWPFGTITCFWCVGUVWFGPVU professional power engineers.
of electrical engineering, the book should also be of great
CONTENTS: 2TGHCEG +PVTQFWEVKQP (WPFCOGPVCN %QPEGRVU
value to power system engineers. QH #% %KTEWKVU 2CTV + 'NGEVTKE 2QYGT 6TCPUOKUUKQP CPF
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP Distribution—General Considerations of Transmission and
Distribution. Electrical Characteristics, Modelling and
+PVTQFWEVKQP 5QWTEGU QH 'NGEVTKE 'PGTI[ $CUKE 2TKPEKRNGU 2GTHQTOCPEG QH #GTKCN 6TCPUOKUUKQP .KPGU 1XGTJGCF .KPG
.QCF %JCTCEVGTKUVKEU CPF 'EQPQOKE #URGEVU 5VGCO 2QYGT %QPUVTWEVKQP 7PFGTITQWPF %CDNGU 5WDUVCVKQP CPF
2NCPVU *[FTQGNGEVTKE 2QYGT 2NCPVU 0WENGCT 2QYGT 2NCPVU &KUVTKDWVKQP 5[UVGO 2CTV ++ 2QYGT 5[UVGO 1RGTCVKQPō
)CU 2QYGT 2NCPVU &KGUGN 'PIKPG 2QYGT 2NCPVU 6TCPU 'NGOGPVU QH 'NGEVTKE 2QYGT )GPGTCVKQP .QCF (NQY 5VWFKGU
OKUUKQP .KPG 2CTCOGVGTU
%QPUVCPVU  %CNEWNCVKQPU #PCN[UKU 2QYGT5[UVGO'EQPQOKEU2CTV+++2QYGT5[UVGO6TCPUKGPVU
of Transmission Lines. Insulators for Overhead Trans- CPF 2TQVGEVKQPō+PVTQFWEVKQP VQ 2QYGT 5[UVGO 6TCPUKGPVU
mission Lines. Design of Transmission Lines. Corona and 1XGT8QNVCIG 6TCPUKGPVU KP 2QYGT 5[UVGOU CPF 2TQVGEVKQP
4CFKQ +PVGTHGTGPEG +PUWNCVGF %CDNGU *8&% 6TCPUOKUUKQP 5JQTV%KTEWKV 2JGPQOGPC 'NGOGPVU QH %KTEWKV$TGCMGTU CPF
4GNC[U 2QYGT 5[UVGO 5VCDKNKV[ (#%65 CPF *KIJ 8QNVCIG
CPF (#%65 6GEJPQNQI[ &KUVTKDWVKQP 5[UVGOU 2QYGT
&% 6TCPUOKUUKQP #RRGPFKEGUō .CRNCEG 6TCPUHQTOU
5WDUVCVKQPU )TQWPFKPI 5[UVGOU 2QYGT 5[UVGO  +VGTCVKXG /GVJQFU HQT 5QNXKPI #NIGDTCKE 'SWCVKQPU
4GUVTWEVWTKPI $KDNKQITCRJ[#PUYGTUVQ2TQDNGOU+PFGZ  (QTOCVKQP QH $WU #FOKVVCPEG /CVTKZ 7UKPI 5KPIWNCT
Latest Print 2012 / 452 pp. / 17.8 × 23.5 cm 6TCPUHQTOCVKQP  1RVKOKUCVKQP 6GEJPKSWG $KDNKQITCRJ[
ISBN-978-81-203-3560-8 / C 325.00 Index.
Latest Print 2011 / 664 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2989-8 / C 375.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 196
ENGINEERING
Electrical/Electronics
219'4 SYSTEM)

Electrical Power Fundamentals of


Systems: Theory Power System
and Practice Protection, 2nd ed.

M.N. BANDYOPADHYAY, &KTGEVQT QH0CVKQPCN+PUVKVWVGQH Y.G. PAITHANKAR, HQTOGTN[2TQHGUUQTCPF*GCFQH'NGEVTKECN


6GEJPQNQI[-WTWMUJGVTC 'PIKPGGTKPI&GRCTVOGPVCVVJG8KUXGUXCTC[C0CVKQPCN+PUVKVWVGQH
6GEJPQNQI[0CIRWT
This book offers a comprehensive introduction to the subject S.R. BHIDE, KU #UUKUVCPV2TQHGUUQTQH'NGEVTKECN'PIKPGGTKPICV
of power systems, providing a systematic exposition of VJG8KUXGUXCTC[C0CVKQPCN+PUVKVWVGQH6GEJPQNQI[0CIRWT
power generation, transmission, and distribution. The
The electric power system is a highly complex and dynamic
author has simplified the discussion of the core concepts,
entity. One malfunction or a carelessly set relay can
making the book student-friendly. Suitable for those
LGQRCTFK\G VJG GPVKTG ITKF 2QYGT U[UVGO RTQVGEVKQP CU C
pursuing engineering in electrical, mechanical, and subject offers all the elements of intrigue, drama, and
industrial disciplines, the book will also be of immense suspense while handling fault conditions in real life. The
interest to those working in the field of electrical power book reflects many years of experience of the authors in
systems. teaching this subject matter to undergraduate electrical
The book introduces the readers to the concept of ‘power engineering students.
systems’ and presents in detail the intricacies of The book, now in its second edition, continues to provide
hydroelectric, thermal, and nuclear power plants. Its area of the most relevant concepts and techniques in power system
emphasis, however, is power transmission and power protection. The second edition offers a new chapter on
distribution. cKTEWKV DTGCMGTU to further strengthen the text and meet the
curriculum needs of several universities. Both, students and
KEY FEATURES teachers, will find the book stimulating as it contains around
Ŗ %QORTGJGPUKXG VTGCVOGPV QH GNGEVTKECN RQYGT IGPGTCVKQP 300 well-annotated figures and numerous tables. It also
transmission and distribution. includes 20 quiz sets consisting of about 200 multiple-choice
questions to test the students’ understanding of the concepts
Ŗ 'ZVGPUKXGVTGCVOGPVQHUYKVEJIGCTCPFRTQVGEVKQP discussed.
Ŗ (KIWTGU IKXGP VQ KNNWUVTCVG VJG EQPEGRVU FKUEWUUGF CV CNN
Written in a simple, clear and down-to-earth style, this state-
appropriate places.
of-the-art text covers the entire spectrum of protective
Ŗ 0WOGTQWUCPCN[VKECN5QNXGF2TQDNGOURTQXKFGF relays—from electromechanical to numerical—for protection
Ŗ 1DLGEVKXG 6[RG 3WGUVKQPU RTQXKFGF VQ JGNR VJG TGCFGTU of transmission lines, transformers, busbars, generators, and
self-analyze their conceptual understanding. motors. The presentation is stimulating, analytical but at the
same time concise. The students will find the material very
CONTENTS: 2TGHCEG +PVTQFWEVKQP *[FTQGNGEVTKE 2QYGT friendly and refreshingly simple.
2NCPV 6JGTOCN 2QYGT 2NCPV 0WENGCT 2QYGT 2NCPV
/CIPGVQJ[FTQF[PCOKE 5[UVGO QH 2QYGT )GPGTCVKQP The book has a wealth of useful figures, graphs, and block
&KHHGTGPV 5QWTEGU QH 2QYGT )GPGTCVKQP +PFWUVTKCN *GCVKPI diagrams to help the students assimilate the concepts
discussed and develop practical orientation.
&KHHGTGPV (CEVQTU QH 2QYGT 5[UVGO 'NGEVTKECN 6CTKHH
2CTCOGVGTU QH 6TCPUOKUUKQP 5[UVGO 6TCPUOKUUKQP CPF CONTENTS: 2TGHCEG+PVTQFWEVKQP1XGTEWTTGPV2TQVGEVKQP
Distribution. Overhead Transmission Line. Transmission QH 6TCPUOKUUKQP .KPGU &KHHGTGPVKCN 2TQVGEVKQP 6TCPUHQTOGT
.KPG +PUWNCVQT 8QNVCIG CPF %WTTGPV 4GNCVKQP QH C 2TQVGEVKQP $WUDCT 2TQVGEVKQP &KUVCPEG 2TQVGEVKQP
6TCPUOKUUKQP .KPG &KUVTKDWVKQP 7PFGTITQWPF %CDNG .QCF QH 6TCPUOKUUKQP .KPGU %CTTKGTCKFGF 2TQVGEVKQP QH
(NQY 5VWF[ 5VCDKNKV[ QH 2QYGT 5[UVGO 5[OOGVTKECN CPF 6TCPUOKUUKQP .KPGU )GPGTCVQT 2TQVGEVKQP +PFWEVKQP /QVQT
2TQVGEVKQP 5VCVKE %QORCTCVQTU CU 4GNC[U 0WOGTKECN
7PU[OOGVTKECN (CWNV KP 2QYGT 5[UVGO 5YKVEJIGCT
2TQVGEVKQP %KTEWKV $TGCMGTU #RRGPFKEGUō# %6 CPF 26
CPF 2TQVGEVKQP 0GWVTCN 'CTVJKPI %QTQPC /KUEGNNCPGQWU
'TTQTU $ 2QYGT 5YKPI % 2TQVGEVKQP QH .QPIGUV CPF
2TQDNGOU#RRGPFKZ1DLGEVKXG6[RG3WGUVKQPU+PFGZ 5JQTVGUV.KPGU3WK\\GU4GHGTGPEGU+PFGZ
Latest Print 2011 / 596 pp. / 17.8 × 23.5 cm Latest Print 2013 / 384 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2783-2 / C 375.00 ISBN-978-81-203-4123-4 / C 375.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 197 PHI Learning: Publications


ENGINEERING
Electrical/Electronics
219'4 SYSTEM)

Introduction to High Introduction to


Voltage Engineering, Reactive Power
An, 2nd ed. Control and Voltage
Stability in Power
Transmission
Systems, An

SUBIR RAY, 2TQHGUUQT&GRCTVOGPVQH'NGEVTKECNCPF'NGEVTQPKEU ABHIJIT CHAKRABARTI, 8KEG%JCKTOCP9GUV$GPICN5VCVG


'PIKPGGTKPI/8,%QNNGIGQH'PIKPGGTKPI$CPICNQTG %QWPEKN QH*KIJGT'FWECVKQPCPF2TQHGUUQTCPF(QTOGT*GCF
&GRCTVOGPV QH'NGEVTKECN'PIKPGGTKPI$GPICN'PIKPGGTKPICPF
This concise textbook is intended for undergraduate 5EKGPEG 7PKXGTUKV[5JKDRWT*QYTCJ*GJCUCNUQDGGP8KEG
students of electrical engineering offering a course in high %JCPEGNNQTQH,CFCXRWT7PKXGTUKV[
voltage engineering.
D.P. KOTHARI, 8KEG%JCPEGNNQTQH8+67PKXGTUKV[8GNNQTG
Written in an easy-to-understand style, the text, now in its A.K. MUKHOPADHYAY, (QTOGT 8KEG%JCPEGNNQTQH6TKRWTC
Second Edition, acquaints students with the physical 7PKXGTUKV[ CPFHQTOGT2TQHGUUQTQH'NGEVTKECN'PIKPGGTKPIKPVJG
phenomena and technical problems associated with high &GRCTVOGPVQH#RRNKGF2J[UKEUQH%CNEWVVC7PKXGTUKV[
voltages in power systems. A complete quantitative
ABHINANDAN DE, 5GPKQT .GEVWTGT KP VJG &GRCTVOGPV QH
description of the topics in high voltage engineering is
difficult because of the statistical nature of the electrical 'NGEVTKECN 'PIKPGGTKPI$GPICN'PIKPGGTKPICPF5EKGPEG
breakdown phenomena in insulators. With this in mind, this 7PKXGTUKV[5JKDRWT
book has been written to provide a basic treatment of high
voltage engineering qualitatively and, wherever necessary, This text, intended for the students pursuing postgraduate
quantitatively. programmes in Electrical Engineering, focuses special
attention on the implications of reactive power in voltage
Special emphasis has been laid on breakdown mechanisms stability of transmission systems. The basic concepts of
in gaseous dielectrics as it helps students gain a sound
power system stability and other operational aspects have
conceptual base for appreciating high voltage problems. The
origin and nature of lightning and switching overvoltages been discussed. Both the advanced and the practical aspects
occurring in power systems have been explained and have been highlighted. Modern concepts and applications,
illustrated with practical observations. The protection of theoretical as well as simulated study, have been presented
high voltage insulation against such overvoltages has also wherever necessary. In brief, the text presents a complete
been discussed lucidly. The concept of modern digital overview of the research and engineering aspects of the
methods of high voltage testing of insulators, transformers, problem of stability, suitable both for academics and
and cables has been explained. practising engineers, along with a brief historical review of
In the Second Edition, a new chapter on electrostatic field the concerned topics.
estimation and an appendix on partial discharges have been In some instances the authors have included some of their
added to update the contents. own research results while maintaining the uniformity of
Solved problems help students develop a critical overall treatment of the book. The text is replete with
appreciation of the concepts discussed. End-of-chapter examples and is backed up by analytical derivations and
questions enable students to obtain a more in-depth physical interpretations, wherever considered necessary.
understanding of the key concepts.
CONTENTS: 2TGHCEG 2QYGT 6TCPUOKUUKQP KP 7PEQO
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP RGPUCVGF#%6TCPUOKUUKQP.KPGU4GCEVKXG2QYGT(NQYCPF
$TGCMFQYP /GEJCPKUOU KP )CUGU WPFGT 5VCVKE 7PKHQTO 8QNVCIG %QPVTQN 2TQDNGOU 8QNVCIG 5VCDKNKV[ (WPFCOGPVCN
(KGNF $TGCMFQYP %JCTCEVGTKUVKEU QH )CUGU WPFGT 7PKHQTO %QPEGRVU 2QYGT 6TCPUOKUUKQP CV 8QNVCIG 5VCDKNKV[ .KOKV
(KGNF $TGCMFQYP QH )CUGU KP C 0QPWPKHQTO (KGNF Voltage Stability Indicators. Assessment of Voltage Stability
.KIJVPKPI 2JGPQOGPQP $TGCMFQYP KP .KSWKFU CPF 5QNKFU and Security. Voltage Control and Improvement of Voltage
)GPGTCVKQP QH *KIJ 8QNVCIGU /GCUWTGOGPV QH *KIJ 5VCDKNKV[KP2QYGT6TCPUOKUUKQP5[UVGOU+PFGZ
8QNVCIGU 1XGTXQNVCIG 6TCPUKGPVU KP 2QYGT 5[UVGOU *KIJ
8QNVCIG 6GUVKPI QH 2QYGT 5[UVGO 'SWKROGPV 'NGEVTQUVCVKE Latest Print 2011 / 272 pp. / 16.0 × 24.1 cm
(KGNF 'UVKOCVKQP #RRGPFKZ 2CTVKCN &KUEJCTIGU
2&U  ISBN-978-81-203-4050-3 / C 250.00
4GHGTGPEGU+PFGZ
Latest Print 2013 / 268 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4740-3 / C 275.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 198
ENGINEERING
Electrical/Electronics
219'4 SYSTEM)

Power Plant Power System


Instrumentation Analysis

K. KRISHNASWAMY KU &GCP%WTTKEWNWO&GXGNQROGPVCPF S. RAMAR, 2TQHGUUQT CPF*GCFQHVJG&GRCTVOGPVQH'NGEVTKECN


5VWFGPV#HHCKTU-QPIW'PIKPGGTKPI%QNNGIG'TQFG6COKN0CFW CPF 'NGEVTQPKEU 'PIKPGGTKPI CV 5#%5 /#8// 'PIKPGGTKPI
M. PONNI BALA KU YKVJVJG&GRCTVOGPVQH'NGEVTQPKEUCPF %QNNGIG /CFWTCK
+PUVTWOGPVCVKQP'PIKPGGTKPI-QPIW'PIKPGGTKPI%QNNGIG S. KURUSEELAN, #UUKUVCPV 2TQHGUUQT&GRCTVOGPVQH
'NGEVTKECNCPF'NGEVTQPKEU'PIKPGGTKPI$CPPCTK#OOCP+PUVKVWVG
This textbook presents an overview of power generation and QH6GEJPQNQI[5CVJ[COCPICNCO'TQFG
discusses the different types of equipment used in a steam
thermal power generation unit. Designed primarily as a textbook for senior undergraduate
The book discusses the various conventional and non- students pursuing courses in Electrical and Electronics
conventional energy sources. It elaborates the instrument- Engineering, this book gives the basic knowledge required
ation and control of water-steam and fuel-air flue gas for power system planning, operation and control. The
circuits along with optimization of combustion. The text also contents of the book are presented in simple, precise and
deals with the power plant management system including systematic manner with lucid explanation so that the readers
the combustion process, boiler efficiency calculation, and can easily understand the underlying principles.
maintenance and safety aspects. In addition, the book The book deals with the per phase analysis of balanced
describes Supervisory Control and Data Acquisition three-phase system, per unit values and application
(SCADA) system as well as turbine monitoring and control. including modelling of generator, transformer, transmission
This book is designed for the undergraduate students of line and loads. It explains various methods of power flow
electronics and instrumentation engineering and electrical equations and discusses fault analysis (balanced and
and electronics engineering. unbalanced) using bus impedance matrix. It describes
various concepts of power system stability and explains
KEY FEATURES numerical methods such as Euler method, modified Euler
Ŗ +PENWFGUPWOGTQWUHKIWTGUVQENCTKH[VJGEQPEGRVU OGVJQFCPF4WPIGŌ-WVVCOGVJQFUVQUQNXG5YKPIGSWCVKQP
Ŗ )KXGUCPWODGTQHYQTMGFQWVRTQDNGOUVQJGNRUVWFGPVU Besides, this book includes flow chart for computing
enhance their learning skills. symmetrical and unsymmetrical fault current, power flow
studies and for solving Swing equation. It is also fortified
Ŗ 2TQXKFGU EJCRVGTGPF GZGTEKUGU VQ GPCDNG UVWFGPVU VQ VGUV
with a large number of solved numerical problems and
their understanding of the subject.
short–answer questions with answers at the end of each
CONTENTS: 2TGHCEG 1XGTXKGY QH 2QYGT )GPGTCVKQP chapter to reinforce the students understanding of concepts.
Instrumentation and Control in Water Circuit.
This textbook would also be useful to the postgraduate
+PUVTWOGPVCVKQPCPF%QPVTQNKP#KTHWGN%KTEWKV2QYGT2NCPV
students of power systems engineering as a reference.
Management. Turbine-monitoring and Control. Index.
CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
Latest Print 2012 / 272 pp. / 17.8 × 23.5 cm
+PVTQFWEVKQP /QFGNNKPI QH 2QYGT 5[UVGO %QORQPGPVU
ISBN-978-81-203-4175-3 / C 250.00 2QYGT (NQY #PCN[UKU 2QYGT (NQY 5QNWVKQP /GVJQFU
$CNCPEGF(CWNV#PCN[UKU$CNCPEGF(CWNV#PCN[UKUWUKPI$WU
Impedance Matrix. Symmetrical Components and Sequence
0GVYQTMU 7PDCNCPEGF (CWNV #PCN[UKU 2QYGT 5[UVGO
5VCDKNKV[ 0WOGTKECN /GVJQFU HQT 5QNXKPI 5YKPI 'SWCVKQP
)#6'3WGUVKQPU
Latest Print 2013 / 264 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4733-5 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 199 PHI Learning: Publications


ENGINEERING
Electrical/Electronics
219'4 SYSTEM)

Power System
Analysis:
Operation and
Control, 3rd ed.

ABHIJIT CHAKRABARTI, 8KEG%JCKTOCP9GUV$GPICN5VCVG Ŗ 6TCPUOKUUKQP.KPG2CTCOGVGTU


%JCRVGT
%QWPEKN QH*KIJGT'FWECVKQPCPF2TQHGUUQTCPF(QTOGT*GCF Ŗ 5VGCF[ 5VCVG 2GTHQTOCPEG CPF 1RGTCVKQP QH 6TCPUOKUUKQP
&GRCTVOGPV QH'NGEVTKECN'PIKPGGTKPI  $GPICN'PIKPGGTKPICPF Lines (Chapter 3)
5EKGPEG 7PKXGTUKV[5 JKDRWT *QYTCJ *GJCUCNUQDGGP8KEG Ŗ 2QYGT%CDNGU
%JCRVGT
%JCPEGNNQTQH,CFCXRWT7PKXGTUKV[
Ŗ .KPG+PUWNCVQTU
%JCRVGT
SUNITA HALDER KU YKVJ VJG &GRCTVOGPV QH 'NGEVTKECN
Ŗ /GEJCPKECN&GUKIPQH1XGTJGCF.KPGU
%JCRVGT
'PIKPGGTKPI,CFCXRWT7PKXGTUKV[-QNMCVC
Ŗ %QTQPC(Chapter 7)
This comprehensive textbook introduces electrical Ŗ '*8#%CPF*8&%2QYGT6TCPUOKUUKQP
%JCRVGT
engineering students and engineers to the most relevant Ŗ 6TCPUKGPV #PCN[UKU QH 6TCPUOKUUKQP .KPGU 9CXG
concepts and techniques relating to all dimensions of 2TQRCICVKQP
%JCRVGT
electrical power system planning, operation and control. CONTENTS: 2TGHCEG 2TGHCEG VQ VJG 6JKTF 'FKVKQP
With an emphasis on both basics and advanced topics and +PVTQFWEVKQP 6TCPUOKUUKQP .KPG 2CTCOGVGTU 5VGCF[ 5VCVG
practical aspects, the topics are substantiated by a number of 2GTHQTOCPEG CPF 1RGTCVKQP QH 6TCPUOKUUKQP .KPGU 2QYGT
illustrations and computer programs that reinforce the Cables. Line Insulators. Mechanical Design of Overhead
analytical methods of approaches to operation and control .KPGU %QTQPC /QFGNNKPI QH 2QYGT 5[UVGO %QORQPGPVU
problems of power system engineering. 2QYGT 0GVYQTM /CVTKZ 1RGTCVKQPU %QORNGZ 2QYGT (NQYU
Besides fundamentals of power systems, the readers can Economic Operation of Energy Generating Systems.
learn about power flow, economic considerations, computer- Computer-Aided Economic Load Dispatch and Optimal
aided economic load despatch, power system stability, fault 2QYGT (NQY 2QYGT 5[UVGO %QPVTQN %GPVTGU #WVQOCVKE
analysis, high voltage transmission systems, transient )GPGTCVKQP %QPVTQN 5VWF[ QH 2QYGT 5[UVGO 5VCDKNKV[
analysis, and much more from this systematic treatment of %QORWVGTKUGF (CWNV #PCN[UKU '*8 #% CPF *8&% 2QYGT
an exhaustive treatise on power system engineering. The 6TCPUOKUUKQP %QPVKPIGPE[ #PCN[UKU CPF 2QYGT 5[UVGO
DQQM KU FGUKIPGF VQ EQXGT EQWTUGU KP 2QYGT 5[UVGOU 5GEWTKV[ 4GCEVKXG 2QYGT %QPVTQN CPF 8QNVCIG 5VCDKNKV[
conducted during third and fourth years of study by senior 2QYGT 5[UVGO %QORGPUCVKQP 7UKPI 2CUUKXG CPF (CEVU
undergraduate students and to cover courses prescribed for Controllers. Small Signal Stability. State Estimation and
postgraduate students as well. .QCF(QTGECUVKPI6TCPUKGPV#PCN[UKUof Transmission .KPGU
The third edition includes the following eight new chapters 9CXG2TQRCICVKQP#RRGPFKEGU$KDNKQITCRJ[+PFGZ
to make the book complete from all angles of fundamental Latest Print 2012 / 1272 pp. / 17.8 × 23.5 cm
and advanced topics. ISBN-978-81-203-4015-2 / C 595.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 200
ENGINEERING
Electrical/Electronics
219'4 SYSTEM)

Power System Power Theft,


Dynamics: 2nd ed.
Analysis and
Simulation

R. RAMANUJAM, 2TQHGUUQT &GRCTVOGPVQH'NGEVTKECNCPF G. SREENIVASAN, 4GUKFGPV 'PIKPGGT-GTCNC5VCVG'NGEVTKEKV[


'NGEVTQPKEU 'PIKPGGTKPI %QNNGIGQH'PIKPGGTKPI)WKPF[#PPC $QCTF0GY&GNJK
7PKXGTUKV[ %JGPPCK
2QYGT VJGHV ECWUGU C UWDUVCPVKCN NQUU QH TGXGPWG VQ RQYGT
This comprehensive text offers a detailed treatment of utilities. Despite their efforts to crack down on power
modelling of components and sub-systems for studying the thieves and use of improved detection technology, power
transient and dynamic stability of large-scale power systems. utilities have not been fully able to contain the unscrupulous
Beginning with an overview of basic concepts of stability of ways used to steal power. This book, now in its Second
simple systems, the book is devoted to in-depth coverage of Edition, discusses some of the startling methods used to
modelling of synchronous machine and its excitation commit power theft, and describes ways to identify, control
systems and speed governing controllers. Apart from and combat such power pilferage problems.
covering the modelling aspects, methods of interfacing
component models for the analysis of small-signal stability The book provides a graphic description of the modus
of power systems are presented in an easy-to-understand operandi of the power thieves and uncovers their ingenuity
manner. and imagination in pilfering electricity. To fight this menace
of electricity theft, the book presents a vivid account of
The book also offers a study of simulation of transient technical solutions that can go a long way in nipping the
stability of power systems as well as electromagnetic problem in the bud. The most striking feature of the book is
transients involving synchronous machines. that it uses suitable photographs to analyse the problems
2TCEVKECN FCVC RGTVCKPKPI VQ RQYGT U[UVGOU PWOGTKECN from several angles.
examples and derivations are interspersed throughout the In this edition, a new chapter containing major judgements
text to give students practice in applying key concepts. QH VJG 5WRTGOG %QWTV CU YGNN CU *KIJ %QWTVU TGNCVKPI VQ
6JKUVGZVUGTXGUCUCYGNNMPKVKPVTQFWEVKQPVQ2QYGT5[UVGO power theft, and a new section on smart grid are included.
Dynamics and is suitable for a one-semester course for the The book will be of principal interest to professionals
senior-level undergraduate students of electrical engineering engaged in electricity boards, power utilities, power training
CPFRQUVITCFWCVGUVWFGPVUURGEKCNK\KPIKP2QYGT5[UVGOU institutes, and energy auditors and the law enforcement
CONTENTS: 2TGHCEG 1PEG 1XGT .KIJVN[ 2QYGT 5[UVGO authorities. It will also be of practical interest to the students
Stability—Elementary Analysis. Synchronous Machine of Electrical Engineering to understand the metering
/QFGNNKPIHQT2QYGT5[UVGO&[PCOKEU/QFGNNKPIQH1VJGT technology, measuring principles and, above all, the
%QORQPGPVUHQT&[PCOKE#PCN[UKU1XGTXKGYQH0WOGTKECN methods used to analyse the causes of power theft.
/GVJQFU 5OCNN5KIPCN 5VCDKNKV[ #PCN[UKU QH 2QYGT 5[UVGOU CONTENTS: (QTGYQTF 2TGHCEG 2TGHCEG VQ VJG (KTUV
6TCPUKGPV 5VCDKNKV[ #PCN[UKU QH 2QYGT 5[UVGOU 5WD 'FKVKQP .KUV QH #DDTGXKCVKQPU +PVTQFWEVKQP VQ 2QYGT 6JGHV
synchronous and Torsional Oscillations. Enhancement and 5GEWTKV[ 5GCNU /QFGTP 6TGPFU CPF %QPVTQN QH 2QYGT 6JGHV
Countermeasures. Index. 2QYGT 6JGHV KP 'NGEVTQ/GEJCPKECN /GVGTU 2QYGT 6JGHV KP
Latest Print 2010 / 528 pp. / 17.8 × 23.5 cm 'NGEVTQPKE /GVGT /GFFNKPI YKVJ *KIJ 6GPUKQP /GVGTKPI
ISBN-978-81-203-3525-7 / C 425.00 'SWKROGPV +ORQTVCPV ,WFIGOGPVU QP 2QYGT 6JGHV
%QPENWUKQP5WIIGUVGF(WTVJGT4GCFKPI+PFGZ
Latest Print 2011 / 184 pp. (24 pages colour plates)
(Hard Cover) / 17.8 × 23.5 cm
ISBN-978-81-203-4446-4 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 201 PHI Learning: Publications


ENGINEERING
Electrical/Electronics
219'4 SYSTEM)

Power System
Optimization,
2nd ed.

D.P. KOTHARI, &KTGEVQT )GPGTCNQH8KPFJ[C)TQWRQH This book is intended to meet the needs of a diverse range
+PUVKVWVKQPU +PFQTG of groups interested in the application of optimization
J.S. DHILLON, 2TQHGUUQT &GRCTVOGPV QH 'NGEVTKECN CPF techniques to power system operation. It requires only an
+PUVTWOGPVCVKQP 'PIKPGGTKPI5CPV.QPIQYCN+PUVKVWVGQH elementary knowledge of numerical techniques and matrix
'PIKPGGTKPI CPF6GEJPQNQI[.QPIQYCNYJGTGJGCNUQUGTXGFCU operation to understand most of the topics. It is designed to
VJGJGCFQHVJGFGRCTVOGPV
HTQOVQ  serve as a textbook for postgraduate electrical engineering
students, as well as a reference for faculty, researchers, and
power engineers interested in the use of optimization as a
2QYGT 5[UVGO 1RVKOK\CVKQP is intended to introduce the
tool for reliable and secure economic operation of power
methods of multi-objective optimization in integrated elec-
systems.
tric power system operation, covering economic, environ-
mental, security and risk aspects as well. Evolutionary KEY FEATURES
algorithms which mimic natural evolutionary principles to 6JGDQQMFKUEWUUGU
constitute random search and optimization procedures are Ŗ .QCF HNQY VGEJPKSWGU CPF GEQPQOKE FKURCVEJōDQVJ
appended in this new edition to solve generation scheduling classical and rigorous
problems. Written in a student-friendly style, the book
Ŗ 'EQPQOKE FKURCVEJ EQPUKFGTKPI XCNXGRQKPV NQCFKPI
provides simple and understandable basic computational
ramp-rate limits and prohibited operating zones
concepts and algorithms used in generation scheduling so
that the readers can develop their own programs in any Ŗ 4GCNEQFGFIGPGVKECNIQTKVJOUHQTGEQPQOKEFKURCVEJ
high-level programming language. This clear, logical Ŗ 'XQNWVKQPCT[RTQITCOOKPIHQTGEQPQOKEFKURCVEJ
overview of generation scheduling in electric power systems Ŗ 2CTVKENGUYCTOQRVKOK\CVKQPHQTGEQPQOKEFKURCVEJ
permits both students and power engineers to understand Ŗ &KHHGTGPVKCNGXQNWVKQPCT[CNIQTKVJOHQTGEQPQOKEFKURCVEJ
and apply optimization on a dependable basis. The book is Ŗ 5VQEJCUVKE OWNVKQDLGEVKXG VJGTOCN RQYGT FKURCVEJ YKVJ
particularly easy-to-use with sound and consistent security
terminology and perspective throughout. Ŗ )GPGTCNK\GF<DWUFKUVTKDWVKQPHCEVQTUVQEQORWVGNKPGHNQY
This edition presents systematic coverage of local and global Ŗ 5VQEJCUVKE OWNVKQDLGEVKXG J[FTQVJGTOCN IGPGTCVKQP
optimization techniques such as binary- and real-coded scheduling
genetic algorithms, evolutionary algorithms, particle swarm Ŗ /WNVKQDLGEVKXG VJGTOCN RQYGT FKURCVEJ WUKPI CTVKHKEKCN
optimization and differential evolutionary algorithms. The neural networks
economic dispatch problem presented, considers higher- Ŗ (W\\[OWNVKQDLGEVKXGIGPGTCVKQPUEJGFWNKPI
order nonlinearities and discontinuities in input–output Ŗ /WNVKQDLGEVKXGIGPGTCVKQPUEJGFWNKPID[UGCTEJKPIYGKIJV
characteristics in fossil fuel burning plants due to valve- pattern
point loading, ramp-rate limits and prohibited operating
zones. Search optimization techniques presented are those CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
which participate efficiently in decision making to solve the +PVTQFWEVKQP .QCF (NQY 5VWFKGU 'EQPQOKE .QCF &KURCVEJ
multiobjective optimization problems. Stochastic optimal QH 6JGTOCN )GPGTCVKPI 7PKVU 1RVKOCN *[FTQVJGTOCN
generation scheduling is also updated in the new edition. Scheduling. Multiobjective Generation Scheduling.
)GPGTCNK\GF <DWU FKUVTKDWVKQP HCEVQTU
)<$&(  CTG RTGUGPVGF Stochastic Multiobjective Generation Scheduling.
to compute the active and reactive power flow on 'XQNWVKQPCT[ 2TQITCOOKPI HQT )GPGTCVKQP 5EJGFWNKPI
transmission lines. The interactive decision making /WNVKQDLGEVKXG )GPGTCVKQP 5EJGFWNKPI 9GKIJV 2CVVGTP
methodology based on fuzzy set theory, in order to Search. Appendices. Index.
determine the optimal generation allocation to committed Latest Print 2011 / 724 pp. / 17.8 × 23.5 cm
generating units, is also discussed. ISBN-978-81-203-4085-5 / C 495.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 202
ENGINEERING
Electrical/Electronics
219'4 SYSTEM)

Power System
Transients: A Statistical
Approach, 2nd ed.

C.S. INDULKAR, HQTOGT 2TQHGUUQTQH'NGEVTKECN'PIKPGGTKPI CONTENTS: 2TGHCEG 2TGHCEG VQ (KTUV 'FKVKQP +PVTQFWEVKQP
+PFKCP+PUVKVWVGQH6GEJPQNQI[&GNJKCUYGNNCU8KUKVKPI2TQHGUUQT 2TQDCDKNKV[ &KUVTKDWVKQP QH 5YKVEJKPI 5WTIG 1XGTXQNVCIGU
7PKXGTUKV[QH6GEJPQNQI[2CRWC0GY)WKPGC Application of Insulators to Withstand Switching Surges.
D.P. KOTHARI, &KTGEVQT )GPGTCNQH8KPFJ[C)TQWRQH 2TQDCDKNKV[QH(CKNWTGQHCP'*86TCPUOKUUKQP.KPG#EEWTCE[
+PUVKVWVKQPU +PFQTG of Statistical Methods in Insulation Evaluation. Statistical
K. RAMALINGAM, /CPCIKPI &KTGEVQT5WRGT#KTRQ TV 'UVKOCVKQP QH 2JCUGVQ2JCUG 4KUM QH (CKNWTG 5WKVCDKNKV[ QH
+PHTCUVTWEVWTG
+PFKC CPF+PFGRGPFGPV&KTGEVQTQPVJG$QCTFQH Gaussian Stress Distribution for Statistical Line Insulation
%+#.#XKCVKQP#ECFGO[%QEJKP+PVGTPCVKQPCN#KTRQTV Design. Statistical Distribution of Impulse Breakdown in Oil-
(KNNGF %CDNG /GVJQF QH )TCFKPI '*8 %CDNGU $CUGF QP
This book, now in its second edition, presents a compre- 5VCVKUVKECN $TGCMFQYP 5VTGUU 2TQDCDKNKV[ QH (CKNWTG QH /QVQT
hensive exposition of the basic principles involved in the 9KPFKPIU(TGSWGPE[QH1EEWTTGPEGQH.KIJVPKPI(NCUJGUCPF
analysis and computation of power system transients using a Shielding of Transmission Lines. Characteristics of External
statistical approach. The book deals with probability Insulation. General Aspects of Insulation Coordination. A
distribution of switching overvoltages in overhead lines, %CUG 5VWF[ QH 5VCVKUVKECN 5YKVEJKPI 1XGTXQNVCIGU KP C 2JCUG
underground cables, and machine windings. The accuracy of
5JKHVKPI6TCPUHQTOGT5VCVKUVKECN'XCNWCVKQPQH2GCM5YKVEJKPI
statistical methods for power system transients, including the
1XGTXQNVCIGU KP '*8 1XGTJGCF .KPGU 5VCVKUVKECN 'XCNWCVKQP
suitability of Gaussian distribution for these methods, is
QH2GCM5YKVEJKPI1XGTXQNVCIGUKP'*87PFGTITQWPF%CDNGU
discussed. In the case of overhead lines, a simplified statistical
5VCVKUVKECN #PCN[UKU CPF /QFGNNKPI QH 0QKUG KP /GFKWO
method for estimating the phase-to-phase risk of insulation
failure is explained. 8QNVCIG 2QYGT .KPGU 5VCVKUVKECN 2TGFKEVKQP QH 8QNVCIG 5CIU
5VCVKUVKECN#PCN[UKUQH.KIJVPKPI2GTHQTOCPEGQH2QYGT.KPGU
The new edition covers the latest research developments in #RRNKECVKQP QH #00U HQT 5VCVKUVKECN 'XCNWCVKQP QH .KIJVPKPI
this field. Analysis and modelling of noise as well as 1XGTXQNVCIGU QP 1XGTJGCF &KUVTKDWVKQP .KPGU 7UG QH
prediction of voltage sags in power lines, statistical evaluation Correlation Algorithm for Identification of Inrush and
QHNKIJVPKPIQXGTXQNVCIGUCRRNKECVKQPQH#00CNIQTKVJOCPF +PVGTPCN (CWNVU KP 6TCPUHQTOGT +PUWNCVKQP %QQTFKPCVKQP
use of correlation algorithm for identification of inrush and
2TQEGFWTG $CUGF QP VJG 5YKVEJKPI 1XGTXQNVCIG 9CXGUJCRG
fault currents in transformers are the major topics presented.
#RRGPFKZ4GHGTGPEGU+PFGZ
Waveshape-based analysis of switching overvoltages and
design procedure for insulation coordination are also dealt Latest Print 2012 / 296 pp. / 16.0 × 24.1 cm
with in detail. ISBN-978-81-203-4079-4 / C 275.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 203 PHI Learning: Publications


ENGINEERING
Electrical/Electronics
219'4 SYSTEM) Electrical/Electronics (S'/+%10&7%614 DEVICES)

Switchgear and Solid State Devices


Power System
B. SOMANATHAN NAIR,
Protection 2TKPEKRCN 2CPMCLC-CUVJWTK%QNNGIG
QH'PIKPGGTKPICPF6GEJPQNQI[
RAVINDRA P. SINGH, 6JKTWXCPCPVJCRWTCO
-GTCNC 
2TKPEKRCN#RRNKGF%QNNGIGQH S.R. DEEPA, 2TQHGUUQTCPF*GCF
/CPCIGOGPVCPF'PIKPGGTKPI &GRCTVOGPV QH'NGEVTQPKEUCPF
2CNYCN (CTKFCDCF*CT[CPC %QOOWPKECVKQP 'PIKPGGTKPI2CPMCLC
-CUVJWTK %QNNGIGQH'PIKPGGTKPICPF
6GEJPQNQI[ 6JKTWXCPCPVJCRWTCO
This comprehensive introduction to system protection Designed as a text for undergraduate students of
covers the underlying principles of operation of switchgear engineering in Electrical, Electronics, and Computer Science
and several relay protective schemes used in power systems and IT disciplines as well as undergraduate students (B.Sc.)
and elucidates their important requirements to provide the of physics and electronics as also for postgraduate students
basis for design criteria. Besides, the book contains a of physics and electronics, this compact and accessible text
detailed treatment of protective schemes used to encounter endeavours to simplify the theory of solid state devices so
fault conditions that may occur individually in generators, that even an average student will be able to understand the
motors, transformers, busbars, and distribution circuits. EQPEGRVUYKVJGCUG6JGCWVJQTU2TQH5QOCPCVJCP0CKTCPF
2TQVGEVKQP CICKPUV UYKVEJKPI UWTIGU CPF NKIJVPKPI KU CNUQ 2TQH 54 &GGRC YKVJ VJGKT TKEJ CPF NQPI GZRGTKGPEG KP
discussed. teaching the subject, provide a detailed discussion on such
The final chapter on power system management provides a topics as crystal structures of semiconductor materials,
simple introduction to that important area in order to Miller indices, energy-band theory of solids, energy level
emphasize the importance of optimal economic operation of diagrams and mass action law. Besides, they give a masterly
power systems in which protective schemes under fault analysis of topics such as direct and indirect gap materials,
conditions play a crucial role towards continuity of electrical (GTOK&KTCE UVCVKUVKEU CPF GNGEVTQPU KP UGOKEQPFWEVQTU
supply with minimum damage to life, equipment and (KPCNN[VJG[FGCNYKVJ*CNNGHHGEV20LWPEVKQPFKQFGU<GPGT
property. and avalanche breakdowns, Schottky-barrier diodes, bipolar
KEY FEATURES junction transistors, MOS field-effect transistors, Early effect,
Ŗ 2TQXKFGU PWOGTQWU UQNXGF GZCORNGU CPF EJCRVGTGPF 5JQEMNG[FKQFGU5%4U64+#%CPF+)$6U
exercises to reinforce understanding of concepts. Distinguishing Features
Ŗ )KXGU/#6.#$RTQITCOUVQUQNXGPWOGTKECNRTQDNGOU
Ŗ 2TQXKFGUOQTGVJCPCJWPFTGFHKNNKPVJGDNCPMUSWGUVKQPU Ŗ &KUEWUUGUVJGEQPEGRVUKPCPGCU[VQWPFGTUVCPFUV[NG
with answers under the heading 6GUV ;QWT-PQYNGFIG at Ŗ (WTPKUJGU QXGT  ENGCTEWV FKCITCOU VQ KNNWUVTCVG VJG
the end of the book to help students in preparing for the concepts discussed.
competitive examinations. Ŗ )KXGUCXGT[NCTIGPWODGTQHSWGUVKQPUōUJQTVCPUYGTHKNN
Ŗ 1HHGTU C NQPI NKUV QH TGUGCTEJ RCRGTU CPF DQQMU WPFGT in the blanks, tick the correct answer and review
bibliography to acquaint the researchers with the questions—to sharpen the minds of the reader.
developments in the field. Ŗ 2TQXKFGUOQTGVJCPHWNN[UQNXGFPWOGTKECNRTQDNGOU
Ŗ )KXGUCPUYGTUVQCNCTIGPWODGTQHGZGTEKUGU
The book is appropriate for undergraduate students of
GNGEVTKECN GPIKPGGTKPI HQT C QPGUGOGUVGT EQWTUG KP 2QYGT This fully illustrated and well-organized text should prove
5[UVGO2TQVGEVKQPCPF5YKVEJIGCT+VYQWNFCNUQDGWUGHWNVQ invaluable to students pursuing various courses in
postgraduate students specializing in power engineering, engineering and physics.
research scholars and practising power engineers.
CONTENTS: 2TGHCEG 2#46 ō%T[UVCN 5VTWEVWTGU 'PGTI[
CONTENTS: 2TGHCEG 2CTV # 5YKVEJIGCTō&GHKPKVKQPU CPF Band Theory of Solids. Carrier Transport in Semiconductors.
6GTOKPQNQI[ $CUKEU QH 5YKVEJIGCT *KIJ 8QNVCIG %KTEWKV 'ZEGUU %CTTKGTU KP 5GOKEQPFWEVQTU 20 ,WPEVKQP &KQFGU
DTGCMGTU %WTTGPVNKOKVKPI 4GCEVQTU 2CTV $ 2QYGT 5[UVGO 2#46 ō'NGEVTKECN $TGCMFQYP KP 20 ,WPEVKQPU $KRQNCT
2TQVGEVKQPō+PVTQFWEVKQP 2TQVGEVKQP 5EJGOGU /KETQ ,WPEVKQP 6TCPUKUVQTU 2#46 ō6JG (KGNF'HHGEV 6TCPUKUVQT
RTQEGUUQTDCUGF &KIKVCN 4GNC[KPI 5VCVKE 4GNC[U 6TCXGNNKPI 6JG7PKLWPEVKQP6TCPUKUVQT5KNKEQP%QPVTQNNGF4GEVKHKGT6JG
9CXG 4GNC[U 2KNQV 4GNC[ 2TQVGEVKQP #RRCTCVWU 2TQVGEVKQP 6TKQFG #% 5YKVEJ
64+#%  6JG +PUWNCVGF)CVG $KRQNCT
4GEGPV&GXGNQROGPVUKP&KIKVCN2TQVGEVKQP0GVYQTM4GNC[U
6TCPUKUVQT #RRGPFKZ # #RRGPFKZ $ 4CPFQO 8KXC8QEG
5WTIG 2TQVGEVKQP CPF +PUWNCVKQP %QQTFKPCVKQP 2QYGT
3WGUVKQPU#PUYGTUVQ'ZGTEKUGU+PFGZ
5[UVGO /CPCIGOGPV 6GUV ;QWT -PQYNGFIG $KDNKQITCRJ[
Index. Latest Print 2010 / 392 pp. / 17.8 × 23.5 cm
Latest Print 2011 / 348 pp. / 17.8 × 23.5 cm ISBN-978-81-203-4106-7 / C 350.00
ISBN-978-81-203-3660-5 / C 275.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 204
ENGINEERING
Electrical/Electronics (S+)0#.5/S+)0#. 241%'55+0))

Digital Image Digital Image


Processing and Processing and
Analysis, Pattern Recognition
2nd ed.

BHABATOSH CHANDA, 2TQHGUUQT 'NGEVTQPKEUCPF MALAY K. PAKHIRA, #UUQEKCVG2TQHGUUQTKPVJG&GRCTVOGPV


%QOOWPKECVKQP 5EKGPEGU7PKV+PFKCP5VCVKUVKECN+PUVKVWVG QH %QORWVGT5EKGPEGCPF'PIKPGGTKPI-CN[CPK)QXGTPOGPV
-QNMCVC 'PIKPGGTKPI%QNNGIG-CN[CPK9GUV$GPICN
DWIJESH DUTTA MAJUMDER, 2TQHGUUQT 'OGTKVWU
'NGEVTQPKEU CPF%QOOWPKECVKQP5EKGPEGU7PKV+PFKCP5VCVKUVKECN This book is designed for undergraduate and postgraduate
students of Computer Science and Engineering, Information
+PUVKVWVG -QNMCVC
Technology, Electronics and Communication Engineering,
The second edition of this extensively revised and updated and Electrical Engineering.
text is a result of the positive feedback and constructive The book comprehensively covers all the important topics in
suggestions received from academics and students alike. It digital image processing and pattern recognition along with
discusses the fundamentals as well as the advances in digital the fundamental concepts, mathematical preliminaries and
image processing and analysis—both theory and practice— theoretical derivations of significant theorems. The image
to fulfil the needs of students pursuing courses in Computer processing topics include coverage of image formation,
Science and Engineering (CSE) and Electronics and digitization, lower level processing, image analysis, image
Communication Engineering (ECE), both at undergraduate compression, and so on. The topics on pattern recognition
and postgraduate levels. It is also considered useful for include statistical decision making, decision tree learning,
teachers, professional engineers and researchers. artificial neural networks, clustering and others. An
application of simulated annealing for edge detection is
6JG UGEQPF GFKVKQP JCU VJTGG QDLGEVKXGU (KTUV GCEJ CPF described in an appendix. The book is profusely illustrated
every chapter has been modified in the light of recent with more than 200 figures and sketches as an added
advances as well as emerging concepts. Second, a good deal feature.
of colour image processing has been incorporated. A large
number of line drawings and images have been included to KEY FEATURES
make the book student friendly. Third, some new problems Ŗ 2TQXKFGUCNCTIGPWODGTQHYQTMGFGZCORNGUVQUVTGPIVJGP
have been added in almost all chapters to test the student’s the grasp of the concepts.
understanding of the real-life problems. Ŗ .C[UEQPUKFGTCDNGGORJCUKUQPVJGCNIQTKVJOUKPQTFGTVQ
teach students how to write good practical programs for
6JGQVJGTFKUVKPIWKUJKPIHGCVWTGUQHVJGDQQMCTG problem solving.
Ŗ #UWOOCT[CVVJGGPFQHVJGEJCRVGTVQJGNRVJGUVWFGPV Ŗ &GXQVGU C UGRCTCVG EJCRVGT VQ EWTTGPVN[ WUGF KOCIG
capture the key points. format standards.
Ŗ #DQWV  NKPG FTCYKPIU CPF  RJQVQITCRJU HQT GCU[ Ŗ 1HHGTU RTQDNGOU CV VJG GPF QH GCEJ EJCRVGT VQ JGNR
students test their understanding of the fundamentals of
assimilation of the concepts.
the subject.
Ŗ %JCRVGTGPFRTQDNGOUHQTGZVGPUKXGRTCEVKEGCPFTGUGCTEJ
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 2CTV + &KIKVCN CONTENTS: 2TGHCEG +PVTQFWEVKQP +OCIG #ESWKUKVKQP
+OCIGō+PVTQFWEVKQP /CVJGOCVKECN 2TGNKOKPCTKGU 8KUWCN 5CORNKPICPF&KIKVK\CVKQP(WPFCOGPVCNUQH&KIKVCN+OCIGU
2TGNKOKPCTKGU +OCIG (QTOCVKQP &KIKVK\CVKQP 2CTV ++ +OCIG Image Transforms. Image Enhancement. Colour Image
2TQEGUUKPIō+OCIG 'PJCPEGOGPV 4GUVQTCVKQP +OCIG 2TQEGUUKPI +OCIG 4GUVQTCVKQP +OCIG 4GIKUVTCVKQP 'FIG
%QORTGUUKQP 4GIKUVTCVKQP /WNVKXCNWGF +OCIG 2TQEGUUKPI Detection. Image Segmentation. Image Compression. Image
(KNG(QTOCVU(GCVWTG'ZVTCEVKQPCPF4GRTGUGPVCVKQP2CVVGTP
2CTV +++ +OCIG #PCN[UKUō5GIOGPVCVKQP 'FIG CPF .KPG
4GEQIPKVKQP %NCUUKHKECVKQP CPF &GEKUKQP /CMKPI 5VCVKUVKECN
&GVGEVKQP (GCVWTG 'ZVTCEVKQP &GUETKRVKQP 4GEQIPKVKQP &GEKUKQP /CMKPI 0GCTGUV 0GKIJDQWT %NCUUKHKGT &GEKUKQP
Index. 6TGG.GCTPKPI4GEQIPKVKQPCPF#TVKHKEKCN0GWTCN0GVYQTMU
Latest Print 2012 / 488 pp. / 17.8 × 23.5 cm %NWUVGTKPI #RRGPFKZ 'FIG &GVGEVKQP WUKPI 5KOWNCVGF
ISBN-978-81-203-4325-2 / C 325.00 Annealing. Index.

Latest Print 2011 / 528 pp. / 17.8 × 23.5 cm


ISBN-978-81-203-4091-6 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 205 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (S+)0#.5/S+)0#. 241%'55+0))

Digital Image Digital Signal


Processing: Processing: Theory,
An Algorithmic Analysis and Digital-
Approach filter Design
B. SOMANATHAN NAIR,
MADHURI A. JOSHI, 2TQHGUUQT 2TKPEKRCN 2CPMCLC-CUVJWTK%QNNGIG
QH'NGEVTQPKEUCVVJG%QNNGIGQH QH'PIKPGGTKPICPF6GEJPQNQI[
'PIKPGGTKPI2WPG 6JKTWXCPCPVJCRWTCO
-GTCNC 

This introduction to the fundamental concepts and This textbook for a one-semester course in Digital Signal
methodologies of image processing is suitable for first-year 2TQEGUUKPI CPF (KNVGT &GUKIP KU UWKVCDNG HQT WPFGTITCFWCVG
postgraduate and senior undergraduate students in almost students of Electrical and Electronics Engineering,
any engineering discipline, and in particular meets the Electronics and Instrumentation Engineering, Instrumen-
requirement of the prescribed courses in the following tation and Control Engineering, Electronics and
UVTGCOU Communication Engineering, Computer Science and
Engineering, and Information Technology. Besides, it will
Ŗ 'NGEVTQPKEUCPF%QOOWPKECVKQP also be a useful text for students pursuing applied sciences
Ŗ %QORWVGT5EKGPEGCPF'PIKPGGTKPI degree courses in Electronics, Computer Science, Computer
Ŗ +PHQTOCVKQPCPF%QOOWPKECVKQP6GEJPQNQI[ Applications, and Information Technology.
6JQWIJ &52 KU QHVGP VTGCVGF CU C EQORNKECVGF VJGQTGVKECN
The book offers a balanced exposition of basic principles and subject, this book through several worked examples strives
applications of image processing. It lays considerable to provide a motivating introduction to fundamental
emphasis on the algorithmic approach in order to teach EQPEGRVURTKPEKRNGUCPFCRRNKECVKQPUQH&52
students how to write good practical programs for problem
$WKNFKPI QP VJG DCUKE VJGQT[ QH &52 VJG VTCPUHQTOCVKQPU
solving.
VGEJPKSWGU QH UKIPCNU UWEJ CU &KUETGVG6KOG (QWTKGT
MAJOR TOPICS COVERED INCLUDE 6TCPUHQTO
&6(6  &KUETGVG (QWTKGT 6TCPUHQTO
&(6  (CUV
Ŗ +OCIGHWPFCOGPVCNU (QWTKGT 6TCPUHQTO
((6  CPF \-transform are discussed in
detail.
Ŗ &KHHGTGPVKOCIGVTCPUHQTOU
Ŗ +OCIGGPJCPEGOGPVKPVJGURCVKCNCPFHTGSWGPE[FQOCKPU Several chapters are devoted to design and practical
implementation schemes of analog and digital filters. The
Ŗ 4GUVQTCVKQP
FGUKIP QH ++4 HKNVGTU WUKPI VJG $WVVGTYQTVJ %JGD[UJGX CPF
Ŗ +OCIGCPCN[UKU Inverse Chebyshev approximations is illustrated. The design
Ŗ +OCIGFGUETKRVKQP QH (+4 HKNVGTU DCUGF QP VJG (QWTKGTUGTKGU CPF HTGSWGPE[
Ŗ +OCIGEQORTGUUKQPCPF sampling methods, is discussed.
Ŗ +OCIGTGEQPUVTWEVKQPHTQORTQLGEVKQPU 1YKPI VQ VJGKT KORQTVCPEG KP &52 VJG FKHHGTGPVKCN CPF
Ŗ #RRNKECVKQPU QH KOCIG RTQEGUUKPI KP VJG CTGCU QH difference equations are discussed in the penultimate
biometrics, speaker recognition, satellite imaging, medical chapter. The final chapter describes some of the practical
imaging, and many more. CRRNKECVKQPUQH&52
The style of presentation is comprehensive and application CONTENTS: 2TGHCEG $CUKE 2TKPEKRNGU QH 5KIPCN 2TQEGUUKPI
$CUKE 2TKPEKRNGU QH &KIKVCN 5KIPCN 2TQEGUUKPI 5KIPCNU CPF
oriented, comprising examples, diagrams, image results,
(WPEVKQPU 'PEQWPVGTGF KP 5KIPCN 2TQEGUUKPI 5[UVGOU CPF
case studies of applications, and review questions—making
6JGKT 2TQRGTVKGU 6TCPUHQTOCVKQPU &KUETGVG (QWTKGT
it easy for students to understand key ideas, their practical 6TCPUHQTOCVKQP (CUV(QWTKGT 6TCPUHQTOCVKQP (WPFCOGPVCN
relevance and applications. 2TKPEKRNGU QH (KNVGTU 5VGRD[5VGR &GUKIP QH #PCNQI (KNVGTU
CONTENTS: 2TGHCEG &KIKVCN +OCIG 2TQEGUUKPI &KHHGTGPV 5VGRD[5VGR &GUKIP QH &KIKVCN ++4 (KNVGTU 5VTWEVWTGU HQT
+OCIG 6TCPUHQTOU +OCIG 'PJCPEGOGPV 4GUVQTCVKQP +OCIG 4GCNK\KPI &KIKVCN ++4 (KNVGTU 5VGRD[5VGR &GUKIP QH &KIKVCN
#PCN[UKU #RRNKECVKQPU QH +OCIG 2TQEGUUKPI +OCIG %QFKPI (+4(KNVGTU5VTWEVWTGHQT4GCNK\KPI&KIKVCN(+4(KNVGTU(KPKVG
and Image Compression. Computer Tomography. 4GIKUVGT.GPIVJ 2TQDNGOU KP &KIKVCN (KNVGTU &KHHGTGPVKCN
'SWCVKQPU CPF &KHHGTGPEG 'SWCVKQPU 4GNCVGF VQ 5[UVGOU
% 2TQITCOU #RRGPFKZ # #NIQTKVJO HQT *CFCOCTF
#RRNKECVKQPU QH &KIKVCN 5KIPCN 2TQEGUUKPI #RRGPFKEGUō
6TCPUHQTOU#RRGPFKZ$'ZCORNGUQH9CVGTOCTMKPI7UKPI
# 6JG )GPGTCNK\GF 6YKFFNG(CEVQT 6CDNG $ #PCN[UKU QH
C$NQEM6TCPUHQTO4GHGTGPEGU+PFGZ #EVKXG .QY2CUU (KNVGTU % 6JG )KDDŏU 2JGPQOGPQP
Latest Print 2011 / 356 pp. / 17.8 × 23.5 cm &'PNCTIGF6CDNGQH/QFKHKGF$GUUGN(WPEVKQP+0(Z) Index.
ISBN-978-81-203-2971-3 / C 325.00 Latest Print 2013 / 488 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2595-1 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 206
ENGINEERING
Electrical/Electronics (S+)0#.5/S+)0#. 241%'55+0))

Introduction to Signals and


Signals and Systems Systems
and Digital Signal
Processing

M.N. BANDYOPADHYAY, &KTGEVQT QH0CVKQPCN+PUVKVWVGQH J.B. GURUNG, #UUKUVCPV 2TQHGUUQT CV VJG &GRCTVOGPV QH
6GEJPQNQI[-WTWMUJGVTC 'NGEVTQPKEUCPF%QOOWPKECVKQP'PIKPGGTKPI.QXGN[2TQHGUUKQPCN
7PKXGTUKV[2JCIYCTC
With an interesting approach to educate the students in
signals and systems, and digital signal processing simul- A valuable introduction to Signals and Systems, this
taneously, this book not only provides a comprehensive textbook has been developed by the author from his
introduction to the basic concepts of the subject but also experience of teaching this particular subject to
offers a practical treatment of the modern concepts of digital undergraduate students. It is suitable for B.E./B.Tech
signal processing. students in such disciplines as Electrical Engineering,
Written in a cogent and lucid manner, the book is addressed Electronics and Communication Engineering, Computer
to the needs of undergraduate engineering students of Science and Engineering, Information Technology, and
electrical, electronics, and computer disciplines, for a first Biomedical Engineering.
course in signals and digital signal processing. The book provides a clear understanding of the issues that
students face in assimilating this highly mathematical
KEY FEATURES
subject. It is a comprehensive analytical treatment of signals
Ŗ &GVCKNGF EQXGTCIG QH VJG UKIPCNU U[UVGOU CPF PGVYQTM and systems with a strong emphasis on solving problems.
concepts. Each topic is supported by sufficient numbers of solved
Ŗ 'ZVGPUKXG VTGCVOGPV QH OCVJGOCVKECN VQQNU NKMG (QWTKGT examples. Besides, a variety of tricky objective type
analysis, Laplace transformation, and Z-transformation. questions have been included at the end of every chapter.
Ŗ .WEKFGZRNCPCVKQPQH(+4++4&(6CPF((6 Emphasizing systems approach, the book offers a unified
Ŗ 2TGUGPVCVKQP QH FKUETGVG VKOG CPCN[UKU QH UKIPCNU CPF treatment of both continuous-time and discrete-time signals
systems, and discrete time systems in frequency domain. CPF U[UVGOU 6JG CPCN[UKU VQQNU UWEJ CU (QWTKGT VTCPUHQTO
Ŗ 5QNXGF GZCORNGU KP GCEJ EJCRVGT VQ TGKPHQTEG VJG Laplace transform, sampling theorem and Z-transform are
understanding of the topics covered. presented elaborately. Conceptual understanding is
reinforced through plenty of worked examples.
Ŗ 0WOGTQWUQDLGEVKXGV[RGSWGUVKQPUCPFGZGTEKUGU
The book concludes with a chapter focused on realization
Ŗ &KUEWUUKQP QP RTCEVKECN CRRNKECVKQPU QH FKIKVCN UKIPCN QH (KPKVG +ORWNUG 4GURQPUG
(+4  CPF +PHKPKVG +ORWNUG
processing. 4GURQPUG
++4  HKNVGTU 5GXGTCN CRRGPFKEGU RTQXKFG VJG
CONTENTS: 2TGHCEG 2CTV + 5KIPCNU CPF 5[UVGOUō requisite background mathematical material for ease of
+PVTQFWEVKQP (QWTKGT #PCN[UKU .CRNCEG 6TCPUHQTOCVKQP CPF reference by the students.
KVU #RRNKECVKQP KP 5KIPCN #PCN[UKU 5[UVGO #PCN[UKU 2CTV ++ CONTENTS: 2TGHCEG4GRTGUGPVCVKQPQH5KIPCNU#PCN[UKUQH
&KIKVCN 5KIPCN 2TQEGUUKPIō+PVTQFWEVKQP VQ &KIKVCN 5KIPCN Continuous-Time Signals and Systems. Sampling Theorem
2TQEGUUKPI /CVJGOCVKECN 6QQNU HQT &KIKVCN 5KIPCN and Z-Transforms. Discrete-Time Systems. Systems with
2TQEGUUKPI &KUETGVG 6KOG #PCN[UKU QH 5KIPCNU CPF 5[UVGOU (KPKVG CPF +PHKPKVG &WTCVKQP +ORWNUG 4GURQPUG #RRGPFKEGU
&KUETGVG 6KOG 5[UVGO KP (TGSWGPE[ &QOCKP /WNVKTCVG #Ō(+PFGZ
&KIKVCN 5KIPCN 2TQEGUUKPI #RRNKECVKQP QH &KIKVCN 5KIPCN
Latest Print 2011 / 636 pp. / 17.8 × 23.5 cm
2TQEGUUKPI#RRGPFKEGU+PFGZ
ISBN-978-81-203-3422-9 / C 395.00
Latest Print 2009 / 396 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2778-8 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 207 PHI Learning: Publications


ENGINEERING
Electrical/Electronics (S+)0#.5/S+)0#. 241%'55+0)) Engineering Geology
(70&#/'06#./G'0'4#.)

Signals and Systems, Engineering


2nd ed. Geology for Civil
Engineers
A. ANAND KUMAR,
2TKPEKRCN %QNNGIGQH'PIKPGGTKPI P.C. VARGHESE, *QPQTCT[
-. 7PKXGTUKV[8KLC[CYCFC 2TQHGUUQT CV #PPC 7PKXGTUKV[
#PFJTC2TCFGUJ %JGPPCK YCU HQTOGTN[ 2TQHGUUQT
CPF *GCF&GRCTVOGPVQH%KXKN
'PIKPGGTKPI++6/CFTCU

The Second Edition of this well-received text continues to Geology is the science of earth’s crust (lithosphere) consist-
provide coherent and comprehensive coverage of signals ing of rocks and soils. While mining and mineralogical
and systems. It is designed for undergraduate students of engineers are more interested in rocks, their petrology
(formation) and mineralogy, civil engineers are equally
electronics and communication engineering, telecommuni- interested in soils and rocks, in their formations, and also in
cation engineering, electronics and instrumentation their properties for civil engineering design and construc-
engineering, and electrical and electronics engineering. The tion. This book is so written that the subject can easily be
book will also be useful to AMIE and IETE students. taught by a civil engineering faculty member specialised in
soil mechanics.
Written with student-centred, pedagogically driven
approach, the text provides a self-contained introduction to &GZVGTQWUN[ QTICPK\GF KPVQ HQWT RCTVU VJKU DQQM KP 2CTV +
(Chapters 1 to 11) deals with the formation of rocks and
the theory of signals and systems. This book looks at the soils. The classification of soils, lake deposits, coastal
concepts of systems, and also examines signals and the way deposits, wind deposits along with marshes and bogs are
that signals interact with physical systems. It covers topics FGUETKDGF KP 2CTV ++
%JCRVGTU  VQ   #U VJG DQQM
ranging from basic signals and systems to signal analysis, advances, it deals with the civil engineering problems
RTQRGTVKGU QH EQPVKPWQWUVKOG (QWTKGT VTCPUHQTOU KPENWFKPI connected with soils and rocks such as landslides, rock
(QWTKGT VTCPUHQTOU QH UVCPFCTF UKIPCNU UKIPCN VTCPUOKUUKQP slides, mudflow, earthquakes, tsunami and other natural
RJGPQOGPCKP2CTV+++
%JCRVGTUVQ (KPCNN[KP2CTV+8
through linear systems, relation between convolution and (Chapters 25 to 30), this text discusses the allied subjects like
correlation of signals, sampling theorems and techniques, the origin and nature of cyclones, rock mass classification
and transform analysis of LTI systems. All the solved and and soil formation.
unsolved problems in this book are designed to illustrate the Designed to serve as a textbook for the undergraduate
topics in a clear way. students of civil engineering, this book is equally useful for
NEW TO THIS EDITION the practising civil engineers.
Ŗ 6YQPGYEJCRVGTUQP CONTENTS: (QTGYQTF 2TGHCEG +PVTQFWEVKQP 2CTV +
(QTOCVKQP QH 4QEMUō*KUVQTKECN )GQNQI[ 'NGOGPVU CPF
Ō5[UVGO4GCNK\CVKQP /KPGTCNU 4QEMU CPF 6JGKT (QTOCVKQPU +IPGQWU 4QEMU
Ō&KUETGVGVKOG(QWTKGT6TCPUHQTO 5GFKOGPVCT[4QEMU/GVCOQTRJKE4QEMU5VTWEVWTCN(GCVWTGU
Ŗ 5GXGTCNPGYUQNXGFGZCORNGU KP 4QEMU %JGOKECN 9GCMGPKPI QH 4QEMU 'PIKPGGTKPI
2TQRGTVKGU QH 4QEMU 9GCVJGTKPI QH 4QEMU CPF )GQOQTRJQ
KEY FEATURES NQI[ )TQWPFYCVGT CPF )TQWPFYCVGT 4GEJCTIKPI 2CTV ++
Ŗ 0WOGTQWUYQTMGFQWVGZCORNGUKPGCEJEJCRVGT (QTOCVKQP QH 5QKN &GRQUKVUō(KGNF +FGPVKHKECVKQP CPF
Ŗ 5JQTVSWGUVKQPUYKVJCPUYGTUJGNRUVWFGPVUVQRTGRCTGHQT %NCUUKHKECVKQP QH 5QKNU 5VTGCOU 4KXGTU CPF 6JGKT &GRQUKVU
Lake Deposits. Coastal Deposits. Wind Deposits. Marshes
examinations CPF 2GCV &GRQUKVU
/75-')  $QIU 5QOG 5RGEKCN +PFKCP
Ŗ 1DLGEVKXG V[RG SWGUVKQPU CPF WPUQNXGF RTQDNGOU CV VJG 5QKNU CPF 4QEMU .CPFUNKFGU 4QEMUNKFGU 4QEM (CNNU CPF
end of each chapter to test the level of understanding of .CPF 5WDUKFGPEG /WF (NQYU 2CTV +++ #RRNKECVKQP QH
the subject. 'PIKPGGTKPI )GQNQI[ VQ %KXKN 'PIKPGGTKPI 2TQLGEVU 
9QTMUō)GQNQIKECN +PXGUVKICVKQPU HQT 4GUGTXQKTU CPF &CO
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 5KIPCNU 5KVGU )GQNQIKECN +PXGUVKICVKQPU HQT 4QCFU 4CKNYC[U CPF
5[UVGOU 5KIPCN #PCN[UKU (QWTKGT 5GTKGU 4GRTGUGPVCVKQP QH $TKFIGU 6WPPGNNKPI KP 4QEMU 'CTVJSWCMGU 6UWPCOK CPF
2GTKQFKE 5KIPCNU (QWTKGT 6TCPUHQTOU 5KIPCN 6TCPUOKUUKQP 5GKEJG 2CTV +8 #NNKGF 5WDLGEVUō)GQNQIKECN /CRU
through Linear Systems. Convolution and Correlation of Geophysical Exploration and Boring in Soils. Investigation
HQT .CTIG 2TQLGEVU (KGNF 6GUVU KP 5QKNU 4QEM $QTKPI CPF
Signals. Sampling. Laplace Transforms. <-Transforms.
2TGRCTCVKQP QH 2TQLGEV 4GRQTVU 1TKIKP CPF 0CVWTG QH
5[UVGO 4GCNK\CVKQP &KUETGVGVKOG (QWTKGT 6TCPUHQTO %[ENQPGU 4QEM (QTOKPI /KPGTCNU 4QEMOCUU %NCUUKHKECVKQP
Appendices. Glossary. Answers. Index. in Engineering Geology. Geology and Sub-surface Soil
%QPFKVKQPU QH 5QOG +ORQTVCPV 4GIKQPU QH +PFKC
Latest Print 2012 / 952 pp. / 17.8 × 23.5 cm Appendices. Index.
ISBN-978-81-203-4561-4 / C 425.00
Latest Print 2012 / 264 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4495-2 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 208
ENGINEERING
Marine Engineering
*;&41&;0#/+%5) Mechanical (A761/#6'& M#07(#%674+0))

Coastal CAD/CAM: Concepts


Hydrodynamics and Applications
J.S. MANI, 2TQHGUUQT CHENNAKESAVA R.
&GRCTVOGPVQH1EGCP ALAVALA, 2TQHGUUQT &GRCTVOGPV
'PIKPGGTKPI+PFKCP QH /GEJCPKECN'PIKPGGTKPI
+PUVKVWVGQH6GEJPQNQI[ ,CYCJCTNCN 0GJTW6GEJPQNQIKECN
/CFTCU 7PKXGTUKV[*[FGTCDCF

In the recent past, mushrooming coastal industries and 2TKOCTKN[ KPVGPFGF CU C VGZVDQQM HQT VJG WPFGTITCFWCVG
human settlements have led to fast depletion of coastal students of aeronautical, automobile, civil, industrial,
features, overexploitation of both living and non-living mechanical, mechatronics and production, it provides a
ocean resources and abuse of ocean and coastal waters, comprehensive coverage of all the technical aspects related
resulting in nature's aggression in the form of tsunami and to CAD/CAM.
storms. It is therefore necessary to understand nature to Organized in 26 chapters, the textbook covers interactive
maintain harmony. This book deals with the characteristics computer graphics, CAD, finite element analysis, numerical
of various natural processes that govern the coastal control, computer numerical control, manual part
equilibrium. programming, computer-aided part programming, direct
The book gives an overview of world population and ocean numerical control, adaptive control systems, group
resources, natural threats and man-made hazards, and their technology, computer-aided process planning, computer-
impact on coastal environment. It discusses the funda- aided planning of resources for manufacturing, computer-
mentals of wind, waves, tides and fluid flow and describes aided quality control, industrial robots, flexible
wave theories such as linear wave theory, Stokes higher manufacturing systems, cellular manufacturing, lean
order theories, cnoidal and solitary wave theories. The text manufacturing and computer integrated manufacturing.
also explains the methods of estimating wave forces Each chapter begins with objectives and ends with
experienced by coastal and offshore structures. Besides, it descriptive and multiple-choice questions.
deals with the procedures involved in the analysis of wave Besides students, this book would be of immense value to
data and wave prediction, and sediment transport in the practicing engineers and professionals who are interested in
coastal region. the CAD/CAM technology and its applications to design
The book is intended for the undergraduate and and manufacturing.
postgraduate students of Ocean Engineering and Marine KEY FEATURES
Engineering. It will also be useful for coastal engineers and Ŗ /CP[KPPQXCVKXGKNNWUVTCVKQPU
managers in understanding the impact of natural processes Ŗ %CUGUVWFKGU
on coastal environment. Ŗ 3WGUVKQPDCPMCVVJGGPFQHGCEJEJCRVGT
KEY FEATURES Ŗ )QQFPWODGTQHYQTMGFQWVGZCORNGU
Ŗ 'ZGTEKUGU IKXGP CV VJG GPF QH GCEJ EJCRVGT YQWNF DGPGHKV Ŗ 'ZVGPUKXGCPFECTGHWNN[UGNGEVGFTGHGTGPEGU
the reader to get exposed to a variety of practical CONTENTS:2TGHCEG#EMPQYNGFIGOGPVU(WPFCOGPVCNUQH
problems related to coastal engineering. %#&%#/ %#&%#/ *CTFYCTG %#&%#/ 5QHVYCTG
Ŗ 9QTMGF QWV GZCORNGU ECP DG WUGF HQT WPFGTUVCPFKPI Interactive Computer Graphics. Basics of Geometric
available methods to solve problems related to coastal Modelling. Wireframe Modelling. Surface Modelling. Solid
engineering. /QFGNNKPI %QORWVGTCKFGF &TCHVKPI (KPKVG 'NGOGPV
/QFGNNKPI 0WOGTKECN %QPVTQN %QORWVGT 0WOGTKECN
CONTENTS: 2TGHCEG+PVTQFWEVKQP(WPFCOGPVCNUQH9KPF %QPVTQN /CPWCN 2CTV 2TQITCOOKPI 6WTPKPI %GPVTG
9CXGU 6KFGU CPF (NWKF (NQY 9CXG 6JGQTKGU 9CXG (QTEGU 2TQITCOOKPI %QORWVGTCKFGF 2CTV 2TQITCOOKPI &KTGEV
on Coastal and Offshore Structures. Wave Statistics and 0WOGTKECN %QPVTQN #FCRVKXG %QPVTQN /CEJKPKPI 5[UVGOU
9CXG 2TGFKEVKQP 5GFKOGPV 6TCPURQTV +P %QCUVCN 4GIKQP Group Technology. %QORWVGTCKFGF 2TQEGUU 2NCPPKPI
#RRGPFKEGUō# 6CDNGU HQT J.Q CPF J. $ (TGUPGN %QORWVGTCKFGF /CPWHCEVWTKPI 4GUQWTEG 2NCPPKPI
+PVGITCNU % %QGHHKEKGPVU HQT 5VQMGU  VJ 1TFGT 6JGQT[ %QORWVGTCKFGF3WCNKV[%QPVTQN+PFWUVTKCN4QDQVU(NGZKDNG
Manufacturing Systems. Cellular Manufacturing. Lean
Index.
Manufacturing. Computer-integrated Manufacturing.
Latest Print 2012 / 336 pp. / 17.8 × 23.5 cm 4GHGTGPEGU+PFGZ
ISBN-978-81-203-4429-7 / C 395.00
Latest Print 2012 / 564 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3340-6 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 209 PHI Learning: Publications


ENGINEERING
Mechanical (A761/#6'& M#07(#%674+0))

Computer Aided Computer Integrated


Design and Manufacturing
Manufacturing

K. LALIT NARAYAN, #UUQEKCVG


2TQHGUUQT&GRCTVOGPVQH/GEJCPKECN
'PIKPGGTKPI5KT%44%QNNGIGQH
'PIKPGGTKPI 'NWTW
K. MALLIKARJUNA RAO,
2TQHGUUQTCPF*GCFQHVJG
&GRCTVOGPVQH/GEJCPKECN'PIKPGGTKPI,CYCJCTNCN0GJTW A. ALAVUDEEN, 5GPKQT .GEVWTGT &GRCTVOGPVQH/GEJCPKECN
6GEJPQNQIKECN 7PKXGTUKV[
,067 -CMKPCFC 'PIKPGGTKPI -CNCUCNKPICO7PKXGTUKV[5TKXKNNKRWVVWT%JGPPCK
M.M.M. SARCAR, 2TQHGUUQT &GRCTVOGPVQH/GEJCPKECN N. VENKATESHWARAN, 5GPKQT .GEVWTGT&GRCTVOGPVQH
'PIKPGGTKPI #PFJTC7PKXGTUKV[%QNNGIGQH'PIKPGGTKPI /GEJCPKECN 'PIKPGGTKPI4CLCNCMUJOK'PIKPGGTKPI%QNNGIG
8KUCMJCRCVPCO %JGPPCK
The impact of the technology of Computer-Aided Design This up-to-date and accessible text deals with the basics of
and Manufacturing in automobile engineering, marine Computer Integrated Manufacturing (CIM) and the many
engineering and aerospace engineering has been
advances made in the field. It begins with a discussion on
VTGOGPFQWU7UKPIEQORWVGTUKPOCPWHCEVWTKPIKUTGEGKXKPI
automation systems, and gives the historical background of
particular prominence as industries seek to improve product
quality, increase productivity and to reduce inventory costs. many of the automation technologies. Then it moves on to
Therefore, the emphasis has been attributed to the subject of describe the various techniques of automation such as
CAD and its integration with CAM. group technology and flexible manufacturing systems.
The text describes several production techniques, for
Designed as a textbook for the undergraduate students GZCORNG LWUVKPVKOG
,+6  NGCP OCPWHCEVWTKPI CPF CIKNG
of mechanical engineering, production engineering and
manufacturing, besides explaining in detail database
industrial engineering, it provides a description of both the
hardware and software of CAD/CAM systems. systems, machine functions, and design considerations of
0WOGTKECN %QPVTQN
0%  CPF %QORWVGT 0WOGTKECN %QPVTQN
CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
%0% OCEJKPGUCPFJQYVJG%+/U[UVGOECPDGOQFGNNGF
2CTV + %#&ō(WPFCOGPVCNU QH &GUKIP %QORWVGTU CPF The book concludes with a discussion on the industrial
%QPVTQNNGTUō(WPFCOGPVCNU QH %#& %QORWVGT 5[UVGOU application of artificial intelligence with the help of case
2CTV++%#&ō*CTFYCTGCPF5QHVYCTG%QORQPGPVUō7UGQH
studies, in addition to giving network application and
%QORWVGTU KP %#&%#/ 5[UVGO %#& 5[UVGO *CTFYCTG
signalling approaches.
%#& 5[UVGO 5QHVYCTG 2TKPEKRNGU QH +PVGTCEVKXG %QORWVGT
)TCRJKEU 6TCPUHQTOCVKQP 5[UVGOU 9KTG (TCOG /QFGNNKPI Intended primarily as a text for the undergraduate and
5WTHCEG /QFGNNKPI 5QNKF /QFGNNKPI 2CTV +++ %#&ō&GUKIP graduate students of mechanical, production, and industrial
#URGEVU QH +PFWUVTKCN %QORQPGPVUō(KPKVG 'NGOGPV engineering and management, the text should also prove
/QFGNNKPICPF#PCN[UKU2CTV+8%#/ō0WOGTKECN%QPVTQN useful for the professionals in the field.
2TQFWEVKQP 5[UVGOU 0WOGTKECN %QPVTQN KP 2TQFWEVKQP
5[UVGOU %QORWVGT %QPVTQN QH 0% /CEJKPGU 0% 2CTV CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP
2TQITCOOKPICPF%QORWVGT#KFGF2CTV2TQITCOOKPI2CTV )TQWR 6GEJPQNQI[ (NGZKDNG /CPWHCEVWTKPI 5[UVGOU 5JQR
8 +PHQTOCVKQP 5[UVGOU KP /CPWHCEVWTKPIō)TQWR (NQQT %QPVTQN 2TQFWEVKQP 2NCPPKPI CPF %QPVTQN %QORWVGT
6GEJPQNQI[ %QORWVGT #KFGF 2TQEGUU 2NCPPKPI 2CTV 8+ #KFGF 2TQEGUU 2NCPPKPI ,+6.GCP 2TQFWEVKQP 1RGP
3WCNKV[ %QPVTQN CPF #WVQOCVGF +PURGEVKQPō%QORWVGT 5[UVGO%+/ &CVC /QFGN 0% CPF %0% /CEJKPGU &GUKIP
#KFGF+PURGEVKQPCPF3WCNKV[%QPVTQN/CEJKPG8KUKQP2CTV %QPUKFGTCVKQP QH %0% /CEJKPGU #WVQOCVGF )WKFGF
8++ +PVGITCVKQP QH /CPWHCEVWTKPI 5[UVGOUō%QORWVGT 8GJKENG
#)8  4QDQVKEU 'PVGTRTKUG 4GUQWTEG 2NCPPKPI
+PVGITCVGF 2TQFWEVKQP 2NCPPKPI 5[UVGOU +PFWUVTKCN
'42  2TQFWEV &CVC /CPCIGOGPV #TVKHKEKCN +PVGNNKIGPEG
4QDQVU CPF #WVQOCVGF )WKFGF 8GJKENG 5[UVGOU CPF5KOWNCVKQP2TQITCOOCDNG.QIKE%QPVTQNNGT%QPEWTTGPV
(NGZKDNG /CPWHCEVWTKPI 5[UVGOU %QORWVGT +PVGITCVGF 'PIKPGGTKPI .QECN #TGC 0GVYQTM %QOOWPKECVKQPU
/CPWHCEVWTKPI 2CTV 8+++ +PVGNNKIGPV %#& CPF A22'0&+%'5 ō# # 5KOWNCVKQP %CUG 5VWF[ QH CP (/5 %GNN
Manufacturing Systems—Artificial Intelligence and Expert
$$CT%QFG6GEJPQNQI[%5VGRRGT/QVQTU&#%8CTKCDNG
System. Communication Systems in Manufacturing.
&TKXG)NQUUCT[4GHGTGPEGU+PFGZ
$KDNKQITCRJ[ )NQUUCT[ 3WGUVKQP $CPM
%QORWVGT #KFGF
&GUKIP  3WGUVKQP $CPM
%QORWVGT #KFGF /CPWHCEVWTKPI  Latest Print 2013 / 440 pp. / 17.8 × 23.5 cm
1DLGEVKXG6[RG3WGUVKQPU+PFGZ ISBN-978-81-203-3345-1 / C 350.00
Latest Print 2008 / 728 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3342-0 / C 425.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 210
ENGINEERING
Mechanical (A761/1$+.' E0)+0''4+0)) Mechanical (E0'4); S67&+'5)

Automobile Energy Engineering


Engineering and Management

AMLAN CHAKRABARTI,
2TQHGUUQTCPF*GCF&GRCTVOGPV
QH 'NGEVTKECN 'PIKPGGTKPI
0CTWNC+PUVKVWVGQH6GEJPQNQI[
-QNMCVC

KAMARAJU RAMAKRISHNA, 2TQHGUUQT QH/GEJCPKECN This textbook is designed for senior students of B.Tech. in
'PIKPGGTKPICV)82%QNNGIGQH'PIKPGGTKPI8KUCMJCRCVPCO Electrical/Mechanical Engineering and first-year students of
M.Tech. in Energy Management. The book will also be
The book is an excellent introduction to the anatomy of an useful for MBA courses on Energy Management conducted
automobile and the functions of its major and minor by some universities through distance education mode.
components. It brings together all the conventional and The book also offers comprehensive study material for the
modern concepts in automobile engineering in a clear, certification examination for certified energy auditor of
practical style appropriately supported by line sketches, Bureau of Energy Efficiency, Government of India and for
isometric views, cut-away diagrams and photographs. All some industrial training programmes in the industry.
the recent advances in automobiles such as automatic The book provides an exhaustive discussion of the energy
transmission, anti-lock braking system, traction control, analysis methodologies and tools to optimize the utilization
power-assisted brakes, power steering, electric car, of energy and how to enhance efficiency during conversion
electronic control concepts, special fuels, and modern of energy from one form to another. It illustrates the energy
materials are also covered. Important tips for trouble- analysis methods used in factories, transportation systems
and buildings highlighting the various forms of use. It
shooting and maintenance are also given in a separate
discusses the thermodynamic principles of energy
chapter. conversion and constitution of energy balance equation for
The text is designed to provide students with an excellent such systems.
foundation in automobile engineering, and also to serve as a The book examines the energy costs in our everyday life in
useful reference for industry personnel engaged in design, terms of energy inputs in food cultivation. It also discusses
manufacturing, repair, maintenance, and marketing of similar energy costs of using fuels, other goods and services
automobiles. in our daily life.
As a textbook, it caters to the requirement of undergraduate KEY FEATURES
students of mechanical engineering for their paper on Ŗ +PENWFGU PWOGTQWU SWGUVKQPU CPF CPUYGTU QP GPGTI[
Automobile Engineering (QT VJQUG RWTUWKPI FGITGG CPF management.
diploma courses in the Automobile Engineering branch, this Ŗ %QPVCKPURTQDNGOUCPFUQNWVKQPUQPGPGTI[OCPCIGOGPV
Ŗ 2TQXKFGU OWNVKRNG EJQKEG SWGUVKQPU WUGHWN HQT RTGRCTKPI
book is an excellent introduction for more advanced studies
for the certified energy auditor examination conducted by
on different systems of automobiles. the Bureau of Energy Efficiency, Government of India.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP Ŗ +PENWFGU%CUG5VWFKGU
%NCUUKHKECVKQP %JCUUKU CPF $QF[ %QORQPGPVU QH (QWT CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP VQ
YJGGNGT#WVQOQDKNGU2QYGT7PKV'PIKPG.WDTKECVKQP(WGN Global Energy Scenario. Technology and Considerations for
Induction. Ignition System. Combustion. Engine Cooling. 'NGEVTKECN CPF (WGN 'PGTI[ 'PGTI[ %QUVU QH (QQF (WGN
'OKUUKQPU CPF %QPVTQN 'PIKPG 2CTCOGVGTU 'PIKPG 5GTXKEG Materials, Goods and Services. Energy Analysis and
#WVQOQDKNG)GCTDQZGU2TQRGNNGT5JCHV&KHHGTGPVKCN%NWVEJ 6JGTOQF[PCOKEU 'PGTI[ #PCN[UKU QH 4GCN +PFWUVTKCN
$TCMKPI 5[UVGO (TQPV #ZNG 5VGGTKPI 5[UVGO 4GCT #ZNG 5[UVGOU (CEVQTKGU 'PGTI[ #PCN[UKU QH 4GCN +PFWUVTKCN
Suspension System. Wheels and Tyres. Electrical System. 5[UVGOU 6TCPURQTVCVKQP 5[UVGOU 'PGTI[ #PCN[UKU QH 4GCN
8GPVKNCVKQP *GCVKPI CPF #KTEQPFKVKQPKPI 5RGEKCN 6QRKEU +PFWUVTKCN 5[UVGOU $WKNFKPIU 2TKPEKRNGU CPF 1DLGEVKXGU QH
Energy Management. Design of Energy Management
6TQWDNGUJQQVKPI CPF /CKPVGPCPEG (WGNU HQT +% 'PIKPGU
2TQITCOOGU 2TQEGFWTGU HQT 'PGTI[ #PCN[UKU CPF #WFKV
Bibliography. Index. Social and Economic Cost Benefits. Measures for Energy
Latest Print 2012 / 352 pp. / 17.8 × 23.5 cm %QPUGTXCVKQP #RRGPFKEGUō# 3WGUVKQPU CPF #PUYGTU QP
ISBN-978-81-203-4610-9 / C 325.00 'PGTI[ /CPCIGOGPV $ 2TQDNGOU QP 'PGTI[ /CPCIGOGPV
% /WNVKRNG %JQKEG 3WGUVKQPU QP 'PGTI[ /CPCIGOGPV
&%CUG5VWFKGUQP'PGTI[/CPCIGOGPV+PFGZ
Latest Print 2011 / 264 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4233-0 / C 250.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 211 PHI Learning: Publications
ENGINEERING
Mechanical (E0'4); S67&+'5)

Renewable Energy Renewable Energy


Sources and Emerging Sources: Their
Technologies, Impact on Global
2nd ed. Warming and
Pollution
D.P. KOTHARI, &KTGEVQT )GPGTCNQH
8KPFJ[C)TQWRQH+PUVKVWVKQPU+PFQTG
K.C. SINGAL, CHVGT ITCFWCVKQPKP
'NGEVTKECN 'PIKPGGTKPIKPVJG[GCT
HTQO 4QQTMGG7PKXGTUKV[
PQY++6
4QQTMGG  UGTXGFKPXCTKQWUECRCEKVKGUYKVJ*CT[CPC5VCVG TASNEEM ABBASI, #UUKUVCPV 2TQHGUUQT%GPVTGHQT2QNNWVKQP
'NGEVTKEKV[$QCTF
*5'$ CPFTGVKTGFCU%JKGH'PIKPGGT1RGTCVKQP %QPVTQN CPF'PGTI[6GEJPQNQI[2QPFKEJGTT[7PKXGTUKV[
KPVJG[GCT 2QPFKEJGTT[
RAKESH RANJAN, 2TKPEKRCN QH+PVGTPCVKQPCN+PUVKVWVGQH S.A. ABBASI, 5GPKQT 2TQHGUUQTCPF%QQTFKPCVQT%GPVTGHQT
6GEJPQNQI[CPF$WUKPGUU5QPGRCV*CT[CPC 2QNNWVKQP%QPVTQNCPF'PGTI[6GEJPQNQI[2QPFKEJGTT[7PKXGTUKV[
2QPFKEJGTT[
This book, now in its Second Edition, is an introductory text Today, the tide has turned so strongly in favour of renewables
on renewable energy sources, technologies and their that for the first time since the dawn of the fossil fuel era over
applications—a subject which is becoming increasingly two hundred years ago renewable energy technologies have
important worldwide. This edition includes two new started attracting more investment globally than that in the
chapters that introduce contemporary practices in renewable fossil fuel-based technologies.
technologies. It also discusses issues on environmental
degradation and its reasons and remedies. This text provides a comprehensive and wide ranging
introduction to various renewable energy technologies and
Besides this, a large number of numerical problems to their applications, such as solar, wind, biomass, biogas,
correlate theory with typical values and chapter-end review wave, geothermal, tidal and small hydel. It provides a
questions are also given to reinforce the understanding of thorough understanding of the basic energy conversion
the subject matter. processes taking place in various renewable energy-based
Written in an accessible style, this text is designed to serve equipment like heat engines, photovoltaics, wind turbines,
the needs of undergraduate students in electrical, windmills, wave machines, and so on. The text also deals
mechanical and civil engineering disciplines. It will also be with the impact of renewable energy sources on global
useful for all higher-level courses in energy programmes and warming and pollution.
multi-disciplinary postgraduate courses in science and The book is intended for courses in Environmental Sciences,
engineering. Environmental/Electrical/Mechanical Engineering and
Energy Studies at the undergraduate and postgraduate
NEW TO THIS EDITION levels. It will also serve as a useful reference for scientists,
Ŗ +PENWUKQP QH VYQ PGY EJCRVGTUōŎ*[DTKF 5[UVGOUŏ CPF technocrats and environmentalists.
‘Environment, Energy and Global Climate Change’.
+PFKC KUIGPGTQWUN[GPFQYGFYKVJTGPGYCDNGGPGTI[UQWTEGU
Ŗ # PGY UGEVKQP QP &KUVTKDWVGF 'PGTI[ 5[UVGO CPF
+ JQRGVJGRTGUGPVDQQ M D[2 TQH 6CUPGGO #DDCUKCPF
Dispersed Generation.
2TQH 5##DDCUKYKNNJGNRUVWFGPVUTGPGYCDNGGPGTI[
Ŗ #RRGPFKEGUQP RTQHGUUKQPCNU CPF GXGP VJG IGPGTCN OCUUGU VQ WPFGTUVCPF
– Smart grid and grid system in India XCTKQWU CURGEVUQHTGPGYCDNGGPGTI[VGEJPQNQIKGUCPFVJGKT
Ō 4GOQVG XKNNCIG GNGEVTKHKECVKQP YKVJ TGPGYCDNG GPGTI[ CRRNKECVKQPU
sources ō &T (#4113 #$&7..#*
– Indian Electricity Act 2003, which supports exploration *QPŏDNG/KPKUVGT0GYCPF4GPGYCDNG'PGTI[
QH4GPGYCDNG'PGTI[ Government of India
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 'PGTI[ CONTENTS: (QTGYQTF 2TGHCEG (TQO 4GPGYCDNGU VQ
4GPGYCDNGU 6JG *WOCP 3WGUV HQT 'PGTI[ %QOGU (WNN
4GUQWTEGU CPF 6JGKT 7VKNKUCVKQP 'PXKTQPOGPVCN #URGEVU QH
%KTENG 2QNNWVKQP CPF )NQDCN 9CTOKPI &WG VQ VJG 7UG QH
'NGEVTKE'PGTI[)GPGTCVKQP5QNCT4CFKCVKQPCPF+VU/GCUWTG
(QUUKN (WGNU 6JG 'ZVGPV QH VJG 2TQDNGO &KTGEV 5QNCT
ment. Solar Thermal Energy Collectors. Solar Thermal
Biomass Energy. Biogas Energy. Wind Energy. Wave
'PGTI[ %QPXGTUKQP 5[UVGOU 5QNCT 2JQVQXQNVCKE 5[UVGO 'PGTI[  6KFCN 'PGTI[ )GQVJGTOCN 'PGTI[ 5OCNN *[FTQ
9KPF 'PGTI[ 9KPF 'PGTI[ (CTOU 5OCNN *[FTQRQYGT *[FTQIGP CU C 4GPGYCDNG 'PGTI[ 5QWTEG 5VQTCIG QH
)GQVJGTOCN 'PGTI[ 'NGEVTKE 2QYGT )GPGTCVKQP D[ 1EGCP +PVGTOKVVGPVN[IGPGTCVGF 4GPGYCDNG 'PGTI[ &GECTDQPK
'PGTI[ $KQOCUU 'PGTI[ (WGN %GNNU *[FTQIGP 'PGTI[ \CVKQP QH (QUUKN (WGN 7UG D[ %12 %CRVWTG +U VJG 7UG QH
5[UVGO *[DTKF 5[UVGOU 'PXKTQPOGPV 'PGTI[ CPF )NQDCN 4GPGYCDNG 'PGTI[ 5QWTEGU CP #PUYGT VQ VJG 2TQDNGOU QH
Climate Change. Appendices. Bibliography. Index. )NQDCN9CTOKPICPF2QNNWVKQP!4GHGTGPEGU+PFGZ
Latest Print 2013 / 456 pp. / 17.8 × 23.5 cm Latest Print 2013 / 332 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4470-9 / C 325.00 ISBN-978-81-203-3994-1 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 212
ENGINEERING
Mechanical (E0'4); S67&+'5)

Renewable Energy Solar Photovoltaics:


Technologies: Fundamentals,
A Practical Guide Technologies and
for Beginners Applications,
2nd ed.

CHETAN SINGH SOLANKI, #UUQEKCVG 2TQHGUUQT CHETAN SINGH SOLANKI, #UUQEKCVG 2TQHGUUQT
&GRCTVOGPV QH'PGTI[5EKGPEGCPF'PIKPGGTKPI+PFKCP+PUVKVWVG &GRCTVOGPV QH'PGTI[5EKGPEGCPF'PIKPGGTKPI+PFKCP+PUVKVWVG
QH6GEJPQNQI[$QODC[
++6$  QH6GEJPQNQI[$QODC[
++6$ 

This book presents a highly accessible introduction to the This thoroughly revised text, now in its UGEQPF GFKVKQP,
multi-disciplinary field of renewable energy sources—an continues to provide a detailed discussion on all the aspects
area which is becoming increasingly important. It is QHUQNCTRJQVQXQNVCKE
28 VGEJPQNQIKGUHTQORJ[UKEUQHUQNCT
intended to serve as a textbook for undergraduate electrical EGNNUVQOCPWHCEVWTKPIVGEJPQNQIKGUUQNCT28U[UVGOFGUKIP
and mechanical engineering students and will also be useful and their applications.
for courses in environmental science. 1TICPK\GFKPVJTGGRCTVU2CTV+KPVTQFWEGUVJGHWPFCOGPVCN
The book helps beginners to understand the basic energy RTKPEKRNGUQHUQNCTEGNNQRGTCVKQPCPFFGUKIP2CTV++GZRNCKPU
conversion processes involved in various renewable energy XCTKQWUVGEJPQNQIKGUVQHCDTKECVGUQNCTEGNNUCPF28OQFWNGU
based equipment such as solar photovoltaics, solar water CPF2CTV+++HQEWUGUQPVJGWUGQHUQNCTRJQVQXQNVCKEUCURCTV
JGCVGTU YKPF VWTDKPGU CPF DKQOCUU RNCPVU 7PFGT GCEJ of the system for providing electrical energy. In addition to
technology, several possible system configurations and their this, numerous chapter-end exercises are given to reinforce
usages are considered. Step-by-step procedures are given to the understanding of the subject.
design and cost estimate several renewable energy based This text is intended for the undergraduate and post-
U[UVGOU FGUKIPGF HQT VJG IKXGP TGSWKTGOGPVU 0WOGTQWU graduate students of engineering for their courses on solar
chapter-end problems are given to reinforce concepts, and photovoltaic technologies and renewable energy techno-
for getting used to system design and system costing logies. Besides this, the book will be immensely useful for
procedures. teachers, researchers and professionals working in the
Besides students, this book will be immensely useful for photovoltaic field. In a nutshell, this book is an absolute
individuals interested in learning and practising renewable must-read for all those who want to understand and apply
energy technologies. the basics behind photovoltaic devices and systems.
CONTENTS: 2TGHCEG .KUV QH #DDTGXKCVKQPU $CUKEU QH CONTENTS: (QTGYQTF2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP
'PGTI[ 5QNCT 4CFKCVKQP 5QNCT 2JQVQXQNVCKE 6GEJPQNQIKGU Acknowledgements. List of Symbols. Abbreviations. Inter-
Solar Thermal Technologies. Wind Energy. Biomass Energy. PCVKQPCN 5[UVGO QH 7PKVU 2CTV + 5QNCT %GNN (WPFCOGPVCNUō
#RRGPFKEGUō# /QPVJN[ #XGTCIGF &CKN[ 5QNCT 4CFKCVKQP 2NCEG QH 28 KP 9QTNF 'PGTI[ 5EGPCTKQ (WPFCOGPVCNU QH
$ )NQDCN #PPWCN 5QNCT 4CFKCVKQP /CR QH +PFKC % 9KPF Semiconductors. Charge Carriers and Their Motion in
'PGTI[&KUVTKDWVKQP/CRQH+PFKC&6[RKECN2QYGT4CVKPIU Semiconductor. 20 ,WPEVKQP &KQFG #P +PVTQFWEVKQP VQ
QH'PGTI[#RRNKCPEGU'2J[UKECN%QPUVCPVUCPF%QPXGTUKQP 5QNCT %GNNU &GUKIP QH 5QNCT %GNNU 2CTV ++ 5QNCT %GNN
(CEVQTU(5WDUKFKGUCPF/CPWHCEVWTGTU+PFGZ 6GEJPQNQIKGUō2TQFWEVKQP QH 5K 5K 9CHGT$CUGF 5QNCT
%GNN 6GEJPQNQI[ 6JKP (KNO 5QNCT %GNN 6GEJPQNQIKGU
Latest Print 2011 / 168 pp. / 16.0 × 24.1 cm
%QPEGPVTCVQT 28 %GNNU CPF 5[UVGOU 'OGTIKPI 5QNCT %GNN
ISBN-978-81-203-3434-2 / C 225.00
6GEJPQNQIKGU CPF %QPEGRVU 2CTV +++ 5QNCT 2JQVQXQNVCKE
#RRNKECVKQPUō5QNCT 4CFKCVKQP 5QNCT 2JQVQXQNVCKE /QFWNGU
$CNCPEG QH 5QNCT 28 5[UVGOU 2JQVQXQNVCKE 5[UVGO &GUKIP
and Applications. Appendices. Bibliography. Index.
Latest Print 2011 / 512 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4386-3 / C 495.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 213 PHI Learning: Publications


ENGINEERING
Mechanical (E0'4); S67&+'5)

Solar Photovoltaic Wind Energy:


Technology and Theory and
Systems: A Manual Practice,
for Technicians, 2nd ed.
Trainers and
Engineers

CHETAN SINGH SOLANKI, #UUQEKCVG 2TQHGUUQT SIRAJ AHMED, 2TQHGUUQT &GRCTVOGPV QH /GEJCPKECN
&GRCTVOGPV QH'PGTI[5EKGPEGCPF'PIKPGGTKPI+PFKCP+PUVKVWVG 'PIKPGGTKPI /CWNCPC#\CF0CVKQPCN+PUVKVWVGQH6GEJPQNQI[
QH6GEJPQNQI[$QODC[
++6$ 
/#0+6 $JQRCN

This comprehensive training manual discusses the various In the contemporary world, wind energy is emerging as one
CURGEVU QH UQNCT 28 VGEJPQNQIKGU CPF U[UVGOU KP C UVWFGPV of the most viable alternatives to meet the challenge of
friendly manner. increasing energy demand, particularly for electrical energy
The text deals with the topics such as solar radiation, various generation. It is clean, fuel-free and available almost in every
types of batteries, their measurements and applications country in the world and in abundance in off-shore. This
KP 528 U[UVGOU GORJCUK\KPI VJG KORQTVCPEG QH UQNCT 28 book, now in its Second Edition, covers most of the essential
technology in renewable energy scenario. It also discusses engineering principles, theories and best practices for wind
VJGOGVJQFQHGUVKOCVKPIGPGTI[TGSWKTGOGPV528OQFWNGU energy development for electricity generation with clear
their formations and connection to arrays, grid-connected emphasis on state-of-the-art. In this edition, substantial
528 ECRVKXG RQYGT U[UVGOU VKRU QXGT VTQWDNGUJQQVKPI QH addition has been made in the chapters on Aerodynamics,
EQORQPGPVU WUGF KP UQNCT 28 U[UVGO CPF U[UVGO FGUKIPU 5KVKPI9KPF(CTO&GUKIPCPF9KPF'PGTI['EQPQOKEU
with plenty of illustrations on all topics covered in the book. This comprehensive book on wind energy is intended as a
The text is supported by a large number of solved and text for the undergraduate and postgraduate students of
unsolved examples, practical information using numerous Mechanical/Electrical Engineering and students pursuing
diagrams and worksheet that help students understand the Energy Studies. It will also serve as a handbook and ready
topics in a clear way. reference for practicing engineers and professionals in the
field of wind energy.
The text is intended for technicians, trainers and engineers
YJQCTGYQTMKPIQPUQNCT28U[UVGOUHQTFGUKIPKPUVCNNCVKQP KEY FEATURES
CPFOCKPVGPCPEGQHUQNCT28U[UVGOU Ŗ &GUETKDGUVGEJPQNQIKECNCFXCPEGUKPYKPFGPGTI[
Ŗ &GCNU YKVJ YKPF TGUQWTEG CUUGUUOGPV OGVJQFQNQI[
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU $CUKEU QH instrumentation and advanced techniques.
'NGEVTKEKV[ +PVTQFWEVKQP VQ 'PGTI[ CPF 5QNCT 2JQVQXQNVCKE Ŗ &KUEWUUGUVJGEQPEGRVUQHCGTQF[PCOKEUHQTYKPFVWTDKPG
'PGTI[ 5QNCT %GNNU 5QNCT 28 /QFWNGU 5QNCT 28 /QFWNG blade and rotor.
Arrays. Basics of Batteries. Applications of Batteries in Solar Ŗ 2TQXKFGU KP FGVCKN VJG FGUKIP EQPEGRVU HQT OQFGTP
285[UVGOU%JCTIG%QPVTQNNGT/226CPF+PXGTVGTU9KTGU horizontal axis wind turbine.
5QNCT 28 5[UVGO &GUKIP CPF +PVGITCVKQP )TKFEQPPGEVGF Ŗ %QXGTU NC[QWV FGUKIP OKETQUKVKPI CPF OQFGNNKPI QH
5QNCT 28 2QYGT 5[UVGOU +PUVCNNCVKQP 6TQWDNGUJQQVKPI CPF wind farms.
Safety. Index. Ŗ #PCN[\GU VJG GEQPQOKEU QH YKPF GPGTI[ RTQLGEVU HQT
Latest Print 2013 / 320 pp. / 21.6 × 27.8 cm electricity generation.
ISBN-978-81-203-4711-3 / C 525.00 Ŗ (QEWUGU QP VJG KORCEV QH YKPF GPGTI[ QP VJG
environment.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU .KUV QH 5[ODQNU
.KUV QH #DDTGXKCVKQPU $CEMITQWPF 9KPF 4GUQWTEG
Assessment. Aerodynamics. Wind Turbine. Wind Turbine
&GUKIP5KVKPI9KPF(CTO&GUKIP9KPF'PGTI['EQPQOKEU
Environmental Impact. Electrical and Control Systems.
Appendices. Glossary. Bibliography. Index.
Latest Print 2012 / 352 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4490-7 / C 395.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 214
ENGINEERING
Mechanical (E4)101/+%5) Mechanical
(+0+6' E.'/'065)

Industrial Finite Element


Ergonomics Analysis Using
ANSYS® 11.0

PALETI SRINIVAS, #UUQEKCVG


2TQHGUUQTKPVJG&GRCTVOGPVQH
/GEJCPKECN'PIKPGGTKPI)+6#/
+PUVKVWVGQH6GEJPQNQI[)+6#/
7PKXGTUKV[ 8KUCMJCRCVPCO

M.I. KHAN, 2TQHGUUQT CPF *GCF&GRCTVOGPVQH/GEJCPKECN KRISHNA CHAITANYA SAMBANA, &GUKIP 'PIKPGGTCPF
'PIKPGGTKPI CPF&GCP(CEWNV[QH'PIKPGGTKPICV+PVGITCN RTGUGPVN[ YQTMKPIKPV JG 2KRKPI'PIKPGGTKPI&GRCTVOG PV QH
7PKXGTUKV[ .WEMPQY ,CEQDU'PIKPGGTKPI+PFKC2XV.VF
RAJESH KUMAR DATTI, 2TGUGPVN[ YQTMKPIYKVJVJG
Ergonomics (or human factors) as a discipline aims to design 'PIKPGGTKPI+PFWUVTKCN5GTXKEGUFKXKUKQPQH6#6#%QPUWNVCPE[
jobs, equipment and workplace to facilitate easy-to-use 5GTXKEGU.VF
human–machine interfaces. This book presents the
fundamental principles and practice of ergonomics in the This book is designed for students pursuing a course on
industrial environment. It effectively covers the concepts, (KPKVG 'NGOGPV #PCN[UKU
('# (KPKVG 'NGOGPV /GVJQFs at
basic human physiology and human capabilities, analyzing undergraduate and postgraduate levels in the areas of
the design of the workplace with suitable examples. mechanical, civil, and aerospace engineering and their
related disciplines. It introduces the students to the
The book explains muscular work and movements along KORNGOGPVCVKQPQHHKPKVGGNGOGPVRTQEGFWTGUWUKPI#05;5®
with the relevant physiological principles. It describes ('# UQHVYCTG 6JG DQQM HQEWUGU QP CPCN[UKU QH structural
practical guidelines for work layout and workplace design mechanics problems and imparts a thorough understanding
in relation to human body dimensions in order to optimize of the functioning of the software by making the students
JWOCPYGNNDGKPICPFYQTMKPIGHHKEKGPE[-GGRKPIKPOKPF KPVGTCEVYKVJUGXGTCNTGCNYQTNFRTQDNGOU6QVJKUGPF
human capabilities and limitations to work efficiently and Ŗ  RTQDNGOU JCXG DGGP UQNXGF VJQTQWIJN[ KP #05;5®
effectively, the book also discusses tools and techniques for /WNVKRJ[UKEUŠ VYQ RTQDNGOU UQNXGF KP #05;5®
skilled work, design principles of human–machine systems, 9QTMDGPEJŠRTQDNGOUUQNXGFWUKPI('/
and physiological and psychological effects of noise. In
Ŗ RTQDNGOUJCXGDGGPIKXGPCUGZGTEKUGU
addition, it describes importance of indoor comfort and the
various aspects of mental activity for maximum work Besides students, the book will be also immensely useful as a
efficiency. reference to practising engineers and consultants.
This book is designed for undergraduate and postgraduate Organized into eight chapters, the book begins with an
students of mechanical engineering, industrial engineering, introduction to the finite element method and discusses its
and production and industrial engineering. It can also be application to solid and structural mechanics problems
useful to practising ergonomists as a ready reference. through simple examples. The readers are then exposed to
VJG #05;5® graphical user interface along with a general
CONTENTS: 2TGHCEG +PVTQFWEVKQP *WOCP $QF[ 0GTXQWU procedure for solving static structural problems. A
System and Control of Movements. Working Efficiency. generalized step-by-step procedure is presented throughout
#PVJTQRQOGVT[ CPF 9QTMRNCEG &GUKIP *GCX[ 9QTM the book for analysis of trusses, beams, plane stress and
*CPFNKPI .QCFU 5MKNNGF 9QTM /CPŌ/CEJKPG 5[UVGOU plane strain analysis, axisymmetric and three-dimensional
0QKUG CPF 8KDTCVKQPU +PFQQT %NKOCVG /GPVCN #EVKXKV[ UQNKFU GVE (KPCNN[ VJG DQQM GPFU YKVJ CP CPCN[UKU QH
Index. miscellaneous engineering problems using pipe, cable, link
elements, etc., and also provides the procedure for the
Latest Print 2010 / 148 pp. / 17.8 × 23.5 cm
IGPGTCVKQPQHGPIKPGGTKPITGRQTVUWUKPI#05;5®.
ISBN-978-81-203-4084-8 / C 125.00
CONTENTS: 2TGHCEG (WPFCOGPVCN %QPEGRVU #05;5®
)TCRJKECN 7UGT +PVGTHCEG #PCN[UKU QH 6TWUUGU #PCN[UKU QH
$GCOU CPF (TCOGU 2NCPG 5VTGUU CPF 2NCPG 5VTCKP #PCN[UKU
Analysis of Axisymmetric Solids. Analysis of Three-
&KOGPUKQPCN 5QNKFU /KUEGNNCPGQWU 2TQDNGOU $KDNKQITCRJ[
Index.
Latest Print 2012 / 548 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4108-1 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 215 PHI Learning: Publications


ENGINEERING
Mechanical
(+0+6' E.'/'065)

Finite Element Textbook of Finite


Methods: Element Analysis
Basic Concepts and
Applications

CHENNAKESAVA R. ALAVALA, 2TQHGUUQT KPVJG P. SESHU, #UUQEKCVG 2TQHGUUQT/GEJCPKECN'PIKPGGTKPI


&GRCTVOGPV QH/GEJCPKECN'PIKPGGTKPI,CYCJCTNCN0GJTW &GRCTVOGPV++6$QODC[
6GEJPQNQIKECN7PKXGTUKV[
,067 *[FGTCDCF
This accessible, easy-to-read text presents finite element
(KPKVG 'NGOGPV /GVJQFU HQTO CP KPFKURGPUCDNG RCTV QH OGVJQF
('/  CU C VQQN VQ HKPF CRRTQZKOCVG UQNWVKQPU VQ
GPIKPGGTKPICPCN[UKUCPFFGUKIP6JGUVTGPIVJQH('/KUVJG differential equations rather than presenting it as a tool
ease and elegance with which it handles the boundary to solve structural mechanics problems alone. Such an
conditions. This compact and well-organized text presents a approach provides the students a better perspective on
EQORTGJGPUKXGCPCN[UKUQH(KPKVG'NGOGPV/GVJQFU
('/ 
the technique and its wide range of applications in
The book gives a clear picture of structural, torsion, free- engineering.
vibration, heat transfer and fluid flow problems. It also
provides detailed description of equations of equilibrium, The text draws many worked-out examples from the field of
stress-strain relations, interpolation functions and element structural mechanics, heat transfer and fluid flow, which
FGUKIP U[OOGVT[ CPF CRRNKECVKQPU QH ('/ 6JG VGZV KU C illustrate the important concepts.
synthesis of both the physical and the mathematical Illustrated primarily as a textbook for postgraduate/senior
characteristics of finite element methods. A question bank at undergraduate students of mechanical, civil and
the end of each chapter comprises descriptive and objective CGTQPCWVKECN GPIKPGGTKPI HQT C QPGUGOGUVGT EQWTUG KP ('/
type questions to drill the students in self-study. the book would also be useful to the practising engineers
KEY FEATURES in the industry.
Ŗ +PENWFGUUVGRD[UVGRRTQEGFWTGVQUQNXGV[RKECNRTQDNGOU CONTENTS: 2TGHCEG +PVTQFWEVKQP (KPKVG 'NGOGPV
WUKPI#05;5® software. (QTOWNCVKQP5VCTVKPIHTQO)QXGTPKPI&KHHGTGPVKCN'SWCVKQPU
Ŗ )KXGUPWOGTKECNRTQDNGOUKP5+WPKVU (KPKVG 'NGOGPV (QTOWNCVKQP $CUGF QP 5VCVKQPCTKV[ QH C
Ŗ 'NCDQTCVGUUJCRGTHWPEVKQPUHQTJKIJGTQTFGTGNGOGPVU (WPEVKQPCN1PG&KOGPUKQPCN(KPKVG'NGOGPV#PCN[UKU6YQ
Ŗ (WTPKUJGU C NCTIG PWODGT QH YQTMGFQWV GZCORNGU CPF &KOGPUKQPCN (KPKVG 'NGOGPV #PCN[UKU &[PCOKE #PCN[UKU
solved problems. 7UKPI(KPKVG'NGOGPVU#RRNKECVKQP'ZCORNGU#RRGPFKEGUō
This profusely illustrated, student-friendly text is intended #5WIIGUVGF/KPKRTQLGEV6QRKEU$4GXKGYQH2TGNKOKPCTKGU
primarily for undergraduate students of Mechanical/ %6[RKECN(KPKVG'NGOGPV2TQITCO+PFGZ
2TQFWEVKQP%KXKN CPF #GTQPCWVKECN 'PIKPGGTKPI $[ C Latest Print 2012 / 340 pp. / 17.8 × 23.5 cm
judicious selection of topics, it can also be profitably used by ISBN-978-81-203-2315-5 / C 250.00
postgraduate students of these disciplines. In addition,
practising engineers and scientists should find it very useful
besides students preparing for competitive exams.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU Introduction.
(KPKVG 'NGOGPV /QFGNNKPI 1PG &KOGPUKQPCN $CT 'NGOGPVU
2NCPG 6TWUU 'NGOGPVU 2NCPG $GCO 'NGOGPVU 2NCPG (TCOG
'NGOGPVU 2NCPG 5VTGUU CPF 2NCPG 5VTCKP 2TQDNGOU .KPGCT
Triangular Elements. Isoparametrization Two Dimensional
'NGOGPVU 0WOGTKECN +PVGITCVKQP #ZKU[OOGVTKE 'NGOGPVU
6JTGG&KOGPUKQPCN5VTGUU#PCN[UKU(TGG8KDTCVKQP#PCN[UKU
4GXKGY3WGUVKQPU6QTUKQP#PCN[UKU*GCV6TCPUHGT#PCN[UKU
(NWKF (NQY #PCN[UKU 'TTQT #PCN[UKU 5QNWVKQP QH ('
'SWCVKQPU 2QUVRTQEGUUKPI #RRGPFKZ Matrix Algebra.
Bibliography. Index.
Latest Print 2011 / 408 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3584-4 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 216
ENGINEERING
Mechanical
(.7+& M'%*#0+%5)

Engineering Fluid Experiments in


Mechanics Fluid Mechanics,
2nd ed.

P. BALACHANDRAN, 5GPKQT5EKGPVKUVCPFC&KXKUKQPCN*GCF SARBJIT SINGH, #UUQEKCVG 2TQHGUUQTQH%KXKN'PIKPGGTKPICV


2TQRWNUKQP 4GUGCTEJ&KXKUKQPKP.25%ō+PFKCP5RCEG4GUGCTEJ VJG6JCRCT7PKXGTUKV[2CVKCNC
1TICPKUCVKQP
+541 6TKXCPFTWO
This Second Edition EQPVCKPU  GZRGTKOGPVU KP (NWKF
'PIKPGGTKPI (NWKF /GEJCPKEU RTQXKFGU VJG DCUKE EQPEGRV Mechanics, selected from the prescribed curriculum of
of fluids and fluid flow which is essential for almost various universities and institutes. The laboratory work in
all engineering disciplines. This comprehensive and (NWKF /GEJCPKEU KU WPFGTVCMGP D[ VJG WPFGTITCFWCVG
systematically organized book presents a thorough, concise engineering students of several branches such as civil,
and accurate discussion of the fundamentals and principles mechanical, production, aerospace, chemical, biotechnology,
in fluid mechanics. It analyses the problems involving fluid electrical (wherever prescribed), and instrumentation and
flow using simple mathematical formulations to help control (wherever prescribed).
students follow the methodologies for future work. The first part of the book allows the students to review the
Along with the fundamental principles, the book discusses fundamental theory before stepping into the laboratory
in detail, the analysis of incompressible and compressible environment. The second part enumerates the experimental
flows, dimensional analysis and similarity, measurements in set-ups, and provides a concluding discussion of each
fluid flow and hydraulic machinery. experiment. Appendix A gives various questions based on
The book is designed to serve as a textbook for each experiment to test the student’s understanding of the
undergraduate students of civil, mechanical, electrical and learned material. Appendix B gives data on physical
electronics, chemical and aeronautical engineering. The book properties of water, air and some commonly used fluids in
will also be extremely useful for practising engineers. the laboratory, and also lists other standard data to be used
in various experiments.
KEY FEATURES
CONTENTS: 2TGHCEG 2CTV + 6JGQT[ QH (NWKF /GEJCPKEUō
Ŗ +PEQTRQTCVGUOQTGVJCPKNNWUVTCVKXGGZCORNGU (NWKF /GEJCPKEU #P +PVTQFWEVKQP 2CTV ++ 'ZRGTKOGPVUō
Ŗ +PENWFGUOQTGVJCPUKORNGFKCITCOUKNNWUVTCVKPIDCUKE  (NQY 6JTQWIJ C 8CTKCDNG &WEV #TGCō$GTPQWNNKŏU
principles and applications 2. Calibration of Venturimeter. 3. Calibration of
Ŗ 4GXKGY SWGUVKQPU CV VJG GPF QH GCEJ EJCRVGT VQ FTKNN 1TKHKEGOGVGT&GVGTOKPCVKQPQH(TKEVKQP(CEVQTHQT2KRGUQH
students in self study Different Materials. 5. Determination of Loss coefficients for
Ŗ 0WOGTKECN RTQDNGOU CPF VJGKT CPUYGTU VQ FGXGNQR 2KRG(KVVKPIU8GTKHKECVKQPQH/QOGPVWO'SWCVKQP%CNK
students’ problem-solving approach DTCVKQP QH 8PQVEJ  &GVGTOKPCVKQP QH *[FTQUVCVKE (QTEG
on a Vertically Submerged Surface. 9. Determination of
CONTENTS: 2TGHCEG (WPFCOGPVCN %QPEGRVU CPF (NWKF *[FTCWNKE %QGHHKEKGPVU QH 1TKHKEG  &GVGTOKPCVKQP QH
2TQRGTVKGU #PCN[UKU QH (NWKF CV 4GUV -KPGOCVKE #PCN[UKU %QGHHKEKGPV QH &KUEJCTIG QH %KTEWNCT 1TKHKEG 7UKPI 8CTKCDNG
QH (NWKF (NQY &[PCOKE #PCN[UKU QH (NQY #PCN[UKU QH *GCF /GVJQF  &GVGTOKPCVKQP QH /GVCEGPVTKE *GKIJV
+PEQORTGUUKDNG (NQY #PCN[UKU QH (NQY KP 2KRGU &WEVU &TCYKPIQH(NQY0GV*GNG5JCY/GVJQFCPF'NGEVTKECN
1TKHKEGU CPF /QWVJ 2KGEGU #PCN[UKU QH (NQY KP 1RGP #PCNQI[ /GVJQF  %CNKDTCVKQP QH 4QVCOGVGT  6TCP
%JCPPGNU#PCN[UKUQH%QORTGUUKDNG(NQY/GCUWTGOGPVUKP UKVKQPQH(NQYō4G[PQNFU'ZRGTKOGPV(TGG8QTVGZ(NQY
(NWKF /GEJCPKEU &KOGPUKQPCN #PCN[UKU CPF /QFGN 5VWFKGU  (QTEGF 8QTVGZ (NQY  %GPVTKHWICN 2WOR 6GUV 4KI
$CUKEU QH *[FTQ6WTDQOCEJKPGU *[FTCWNKE 6WTDKPGU (NQYKPC2KRG$GPF#RRGPFKZ##RRGPFKZ$
*[FTCWNKE2WORU+PFGZ
Latest Print 2012 / 156 pp. / 21.6 × 27.8 cm
Latest Print 2011 / 888 pp. / 17.8 × 23.5 cm ISBN-978-81-203-4511-9 / C 225.00
ISBN-978-81-203-4072-5 / C 495.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 217 PHI Learning: Publications


ENGINEERING
Mechanical
(.7+& M'%*#0+%5)

Fluid Mechanics, Fluid Mechanics


2nd ed. An Introduction,
3rd ed.

A.K. MOHANTY, (QTOGT2TQHGUUQT&GRCTVOGPVQH/GEJCPKECN ETHIRAJAN RATHAKRISHNAN, 2TQHGUUQT QH#GTQURCEG


'PIKPGGTKPI++6-JCTCIRWT 'PIKPGGTKPICVVJG+PFKCP+PUVKVWVGQH6GEJPQNQI[-CPRWT

In this second edition of (NWKF/GEJCPKEU, which is a revised The third edition of this easy-to-understand text continues
and substantially expanded version of the first edition, to provide students with a sound understanding of the
UGXGTCN PGY VQRKEU UWEJ CU 1RGP %JCPPGN (NQY *[FTCWNKE fundamental concepts of various physical phenomena of
6WTDKPGU*[FTCWNKE6TCPUKGPVU(NQY/GCUWTGOGPVU2WORU science of fluid mechanics. It adds a new chapter (Vortex
CPF (CPU CPF 1PG&KOGPUKQPCN 8KUEQWU (NQY JCXG DGGP Theory) which presents a vivid interpretation of vortex
added. motions that are of fundamental importance in
After a comprehensive introduction, the book goes on to aerodynamics and in the performance of many other
present a thorough analysis of such topics as fluid statics, engineering devices. It elaborately explains the dynamics of
fluid kinematics, analysis of finite control volumes and XQTVGZ OQVKQP YKVJ VJG JGNR QH *GNOJQNV\ŏU VJGQTGOU CPF
the mechanical energy equation. It also provides a compre- provides illustrations of how the manifestations of
hensive description of, among others, one-dimensional *GNOJQNV\ŏUVJGQTGOUECPDGQDUGTXGFKPFCKN[NKHG
viscous flow, dimensional analysis, two-dimensional flow of Several new problems along with answers are added at the
ideal fluids, and normal and oblique shocks. end of Chapter 4 on Boundary Layer.
The summary and exercises provided at the end of each The book is suitable for a one-semester course in fluid
chapter enable the student to recapture the topics presented. mechanics for undergraduate students of mechanical,
The worked-out examples help the reader in comprehending aerospace, civil and chemical engineering students.
the problems discussed. The book is a happy fusion of A Solutions Manual containing solutions to end-of-chapter
theory and applications and should prove to be an ideal text problems is available for use by instructors.
for undergraduate students of civil and mechanical
engineering and as a ready reference for the first-level CONTENTS: 2TGHCEG2TGHCEGVQVJG5GEQPF'FKVKQP2TGHCEG
postgraduate students. VQVJG(KTUV'FKVKQP5QOG$CUKE(CEVUCDQWV(NWKF/GEJCPKEU
(WPFCOGPVCNU QH (NWKF /GEJCPKEU &KOGPUKQPCN #PCN[UKU
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP and Similarity. Boundary Layer. Vortex Theory.
+PVTQFWEVKQP (NWKF 5VCVKEU (NWKF -KPGOCVKEU #PCN[UKU QH
Bibliography. Index.
(KPKVG %QPVTQN 8QNWOGU /GEJCPKECN 'PGTI[ 'SWCVKQP 1PG
&KOGPUKQPCN 8KUEQWU (NQY &KOGPUKQPCN #PCN[UKU 6YQ Latest Print 2012 / 336 pp. / 16.0 × 24.1 cm
&KOGPUKQPCN(NQYQH+FGCN(NWKFU6YQ&KOGPUKQPCN8KUEQWU ISBN-978-81-203-4593-5 / C 250.00
(NQY .COKPCT $QWPFCT[ .C[GTU 6WTDWNGPV (NQY
+PVTQFWEVKQP VQ %QORTGUUKDNG (NQYU 1PG&KOGPUKQPCN
%QORTGUUKDNG (NQYU 0QTOCN CPF 1DNKSWG 5JQEMU (NWKF
/CEJKPGU *[FTCWNKE 6WTDKPGU 2WORU CPF (CPU 1RGP
%JCPPGN (NQY *[FTCWNKE 6TCPUKGPVU (NQY /GCUWTGOGPVU
#RRGPFKZ5WIIGUVGF(WTVJGT4GCFKPI+PFGZ
Latest Print 2011 / 540 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-0894-7 / C 275.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 218
ENGINEERING
Mechanical
(.7+& M'%*#0+%5) Mechanical (I0641&7%614;)

Pragmatic Approach Elements of


to Turbulence, A: Mechanical Elements of
A Short Course in Engineering Mechanical
Fluid Mechanics Engineering
V.K. MANGLIK

LEIF N. PERSEN KU 2TQHGUUQT'OGTKVWU&GRCTVOGPVQH'PGTI[ V.K. MANGLIK, 2TQHGUUQT CPF*GCFQHVJG&GRCTVOGPVQH


CPF 2TQEGUU'PIKPGGTKPI0QTYGIKCP7PKXGTUKV[QH5EKGPEGCPF #WVQOQDKNG 'PIKPGGTKPI+PFWU+PUVKVWVGQH6GEJPQNQI[CPF
6GEJPQNQI[
0607 6TQPFJGKO0QTYC[ 'PIKPGGTKPI#JOGFCDCF

Intended for senior undergraduate students of mechanical, This book presents a comprehensive introduction to the
civil and aeronautical engineering and for postgraduate fundamental principles of mechanical engineering.
students of applied mathematics and physics for an Beginning with the fundamental concepts of prime mover
CFXCPEGFEQWTUGKP(NWKF/GEJCPKEUHQEWUKPIQPVJGRJ[UKEU and different sources of energy, the book clearly explains
of turbulent fluid flow, this systematically organized text HWGNEQODWUVKQPCPFVJGENCUUKHKECVKQPQHHWGNUKPENWFKPI.2)
shows the fundamental difference between the conventional CPF%0)6JGDQQMFKUEWUUGUVJGNCYUQHVJGTOQF[PCOKEU
approach and the pragmatic approach discussed in the book. and its properties, besides the concepts of entropy and
2TQHGUUQT 2GTUGP YKVJ JKU YGCNVJ QH GZRGTKGPEG CPF enthalpy. It lays emphasis on the working of various types
expertise, skilfully explains the concept of virtual velocities of cooling systems such as refrigerator and air-conditioning
TGRNCEKPIVJGEQPEGRVQH4G[PQNFUUVTGUUGU system. The book evaluates the strength of various common
In addition, the book analyses free jet flow and shows that engineering materials and their applications.
the discrepancies that originate from the concept of The text features numerous fully worked-out examples, a
4G[PQNFU UVTGUUGU CTG PQPGZKUVGPV YKVJ VJG PGY fairly large number of numerical problems with answers,
KPVGTRTGVCVKQPQHVJGHNWEVWCVKQPVGTOU2TQHGUUQT2GTUGPCNUQ end-of-chapter review questions and multiple choice
provides a detailed account of his own approach to the questions which enhance the value of the text.
turbulent boundary layer problem as the approach, Designed primarily as a text for the first-year undergraduate
QTKIKPCNN[ IKXGP CNQPI YKVJ VJG 4G[PQNFU UVTGUU EQPEGRV KU students of all branches of engineering, this book also meets
even more representative of the reality with the introduction the requirements of students of AMIE and of diploma level
QH VJG PGY EQPEGRV QH XKTVWCN XGNQEKVKGU (KPCNN[ VJG DQQM
courses.
demonstrates the possibility of finding the regions of
similarity conditions in energy transfer in complex CONTENTS: 2TGHCEG +PVTQFWEVKQP (WGNU CPF %QODWUVKQP
situations. 2TQRGTVKGU QH )CUGU 2TQRGTVKGU QH 5VGCO *GCV 'PIKPGU
Steam Boilers. Internal Combustion Engines. Speed Control.
Illustrated with cases and large number of diagrams, the 2WORU #KT %QORTGUUQT 4GHTKIGTCVKQP CPF #KT
book emphasizes the importance of proper understanding of Conditioning. Coupling, Clutches and Brakes. Transmission
the physics of the flow based on logic and mathematical QH /QVKQP CPF 2QYGT +ORQTVCPV 'PIKPGGTKPI /CVGTKCNU
interpretation of experimental data. Lubrication and Lubricants. Index.
CONTENTS: 2TGHCEG (WPFCOGPVCN 'SWCVKQPU )QXGTPKPI Latest Print 2013 / 576 pp. / 17.8 × 23.5 cm
VJG (NWKF (NQY $CUKE 'SWCVKQPU QH 6WTDWNGPV (NQY %NQUWTG
ISBN-978-81-203-4629-1 / C 425.00
2TQDNGOQH6WTDWNGPV(NQY(TGG6WTDWNGPEG
,GVCPF9CMG
(NQY  6WTDWNGPV $QWPFCT[ .C[GT +
(NCVG 2NCVG  6WTDWNGPV
Boundary Layer II (The Manipulated Layer). Analysis of
Experimental Data. The Thermal Boundary Layer.
(WPFCOGPVCN#URGEVUQH6JGTOCN,GVU4GHGTGPEGU+PFGZ
Latest Print 2011 / 280 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4092-3 / C 250.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 219 PHI Learning: Publications


ENGINEERING
Mechanical (M#%*+0' D'5+)0)

Fundamentals of Machine Design:


Industrial Drives Fundamentals and
Applications
B.N. SARKAR, 2TQHGUUQTKP
VJG&GRCTVOGPVQH'NGEVTQPKEU
P.C. GOPE, 2TQHGUUQTKP
CPF %QOOWPKECVKQP
/GEJCPKECN'PIKPGGTKPICVVJG
'PIKPGGTKPI6JG1ZHQTF
%QNNGIGQH6GEJPQNQI[)$2CPV
%QNNGIG QH'PIKPGGTKPI
7PKXGTUKV[QH#ITKEWNVWTGCPF
$CPICNQTG
6GEJPQNQI[ 2CPVPCICT

This book is a comprehensive treatment of the basic This comprehensive text on principles and practice of
concepts of electric motor drives and their industrial mechanical design discusses the concepts, procedures, data,
applications. It is well developed to assist the students in a tools, and analytical methodologies needed to perform
thorough understanding of the subject matter from design calculations for the most frequently encountered
fundamental principles. Both the conventional and the mechanical elements such as shafts, gears, belt, rope and
modern schemes of drive mechanisms, employing power chain drives, bearings, springs, joints, couplings, brakes and
electronic devices, have been explained in great detail. clutches, flywheels, as well as design calculations of various
Besides the speed control and braking characteristics IC engine parts. The book focuses on all aspects of design of
of electric motors, their thermal characteristics, and transient machine elements including material selection and life or
and dynamic behaviour have also been explained. The performance estimation under static, fatigue, impact and
procedure for the selection of a motor for a particular creep loading conditions.
application, with the comparative characteristics of all such The book also introduces various engineering analysis tools
motors, has been elaborately discussed. UWEJ CU /#6.#$ #WVQ%#& CPF (KPKVG 'NGOGPV /GVJQFU
The book is primarily designed for the undergraduate with a view to optimizing the design. It also explains the
students of electrical engineering. It will also be useful for fracture mechanics based design concept with many
the diploma students of electrical engineering as well as practical examples.
those preparing for the AMIE examinations. 2GFCIQIKECNN[ UVTQPI VJG DQQM HGCVWTGU CP CDWPFCPEG QH
worked-out examples, case studies, chapter-end summaries,
KEY FEATURES
review questions as well as multiple choice questions which
Ŗ 'ZRNCKPU DCUKE EQPEGRVU VJTQWIJ C NCTIG PWODGT are all well designed to sharpen the learning and design
of illustrations and worked-out examples. skills of the students.
Ŗ &GTKXGU U[UVGO GSWCVKQPU UVGRD[UVGR HTQO HWPFC
This textbook is designed to appropriately serve the needs of
mentals. undergraduate and postgraduate students of mechanical
Ŗ &KUEWUUGU VJG FGXGNQROGPV QH VJG RQYGT GNGEVTQPKE engineering, agricultural engineering, and production and
devices, DC choppers and the applications of electric industrial engineering for a complete course in Machine
drives in various industries. &GUKIP
2CRGTU+CPF++ HWNN[EQPHQTOKPIVQVJGRTGUETKDGF
Ŗ )KXGU EJCRVGTGPF SWGUVKQPU CPF RTQDNGOU YKVJ CPUYGTU syllabi of all universities and institutes.
to reinforce a student’s grasp of the subject matter. CONTENTS: 2TGHCEG +PVTQFWEVKQP 'PIKPGGTKPI /CVGTKCNU
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 'NGEVTKECN &TKXGU CPF /CVGTKCN 5GNGEVKQP 2TQEGUUGU 5VTGUU 5VTCKP CPF
&GHNGEVKQP &GUKIP CICKPUV 5VCVKE (CKNWTG &GUKIP CICKPUV
Motor Characteristics. Electric Braking. Selection of Motors.
(CVKIWG.QCFKPI&GUKIPCICKPUV%TGGR+ORCEVCPF(TCEVWTG
Transients and Dynamics. Thermal Characteristics of Electric
&GUKIP CICKPUV 5JCHV #ZNG CPF -G[YC[U 4KXGVGF ,QKPVU
/QVQTU4GEVKHKGT%QPVTQNNGF&%&TKXGU&%&%%QPXGTVGTU 9GNFGF ,QKPVU &GUKIP QH (CUVGPGTU %QVVGT CPF -PWEMNG
7PDCNCPEGF 1RGTCVKQP QH #% /QVQTU 5RGGF %QPVTQN QH #% ,QKPVU /GEJCPKECN 5RTKPI &GUKIP %QWRNKPI %NWVEJ CPF
/QVQTU 6TCEVKQP 5[UVGOU #RRGPFKEGUō+ &GXGNQROGPV QH $TCMGU2QYGT6TCPUOKUUKQP&TKXG$GNV&TKXG4QRG&GUKIP
2QYGT 'NGEVTQPKE &GXKEGU ++ &% %JQRRGTU +++ #RRNKECVKQP %JCKP&TKXGU(WPFCOGPVCNUQH)GCT&TKXGUCPF)GCT(QTEG
QH&TKXGUKP+PFWUVTKCN2NCPVU+PFGZ #PCN[UKU &GUKIP QH 5RWT CPF *GNKECN )GCTU $GXGN CPF
Latest Print 2012 / 388 pp. / 17.8 × 23.5 cm 9QTO )GCT &GUKIP 4QNNKPI $GCTKPI 5GNGEVKQP ,QWTPCN
$GCTKPI &GUKIP QH +PVGTPCN %QODWUVKQP 'PIKPG 2CTVU
ISBN-978-81-203-4433-4 / C 350.00
Miscellaneous Machine Elements. Engineering Analysis
Tools. Appendix. Index.
Latest Print 2012 / 1312 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4517-1 / C 695.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 220
ENGINEERING
Mechanical (M#%*+0' D'5+)0) Mechanical (M#%*+0' D4#9+0))

Mechanism and Fundamentals of


Machine Theory Machine Drawing,
2nd ed.

ASHOK G. AMBEKAR, 2TKPEKRCN5YCOK8KXGMCPCPF%QNNGIG SADHU SINGH, HQTOGTN[ 2TQHGUUQTCPF*GCFQH/GEJCPKECN


QH'PIKPGGTKPI+PFQTG 'PIKPGGTKPI &GRCTVOGPVQH)$2CPV7PKXGTUKV[QH#ITKEWNVWTG
CPF6GEJPQNQI[2CPVPCICT
This book meets the requirements of undergraduate and P.L. SAH, 2TQHGUUQTCPF*GCF/GEJCPKECN'PIKPGGTKPI%QNNGIG
postgraduate students pursuing courses in mechanical, QH 6GEJPQNQI[)$2CPV7PKXGTUKV[QH#ITKEWNVWTGCPF
production, electrical, metallurgical and aeronautical 6GEJPQNQI[ 2CPVPCICT
engineering. This self-contained text strikes a fine balance
This richly illustrated textbook, now in its Second Edition,
between conceptual clarity and practice problems, and
continues to provide a solid fundamental treatment of the
focuses both on conventional graphical methods and
essential concepts of machine drawing.
emerging analytical approach in the treatment of subject
matter. In keeping with technological advancement, the The book is suitable for students pursuing courses in
text gives detailed discussion on relatively recent areas of mechanical engineering (and its related branches) both at the
research such as function generation, path generation and undergraduate degree and diploma levels.
mechanism synthesis using coupler curve, and number The students are first introduced to the standards and
synthesis of kinematic chains. conventions of basic engineering drawing. The machine
The text is fortified with fairly large number of solved elements such as fasteners, bearings, couplings, shafts and
pulleys, pipes and pipe joints are discussed in depth before
examples and practice problems to further enhance the
moving on to detailed drawings of components of steam
understanding of the otherwise complex concepts. Besides
engines, IC engines, boilers, and machine tools. Gears are
engineering students, those preparing for competitive
EQXGTGF KP C UGRCTCVG EJCRVGT (KPCNN[ VJG DQQM KPVTQFWEGU
examinations such as GATE and Indian Engineering the students to the principles of computer-aided drafting
Services (IES) will also find this book ideal for reference. and designing (CADD) to prepare them to use software
KEY FEATURES tools effectively for the production of computerised accurate
Ŗ 'ZJCWUVKXGVTGCVOGPVIKXGPVQVQRKEUKPENWFKPIIGCTFTKXG drawings.
and cam follower combination, analytical method of This Second Edition includes three new chapters, namely
motion and conversion phenomenon. (KVU CPF6QNGTCPEGU , #UUGODN[&TCYKPIU , and (TGGJCPF
Ŗ 5KORNKHKGFGZRNCPCVKQPQHEQORNGZUWDLGEVOCVVGT 5MGVEJKPI and a revamped chapter on)GCTUBesides, all the
Ŗ 'ZCORNGU CPF GZGTEKUGU HQT ENGCTGT WPFGTUVCPFKPI QH VJG earlier chapters have been revised and enlarged with
concepts. numerous new topics and worked-out examples.
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ -KPGOCVKEU CPF KEY FEATURES
/GEJCPKUOU 2NCPCT /GEJCPKUOU CPF )GQOGVT[ QH /QVKQP Ŗ 2TQXKFGUHKTUVCPFVJKTFCPINGRTQLGEVKQPU
Velocity and Acceleration Analysis (Graphical Approaches). Ŗ (QNNQYU VJG UVCPFCTFU UGV D[ VJG $WTGCW QH +PFKCP
Velocity and Acceleration Analysis (Analytical Approach). 5VCPFCTFUCURGT+5Ō52Ō
/GEJCPKUOU YKVJ .QYGT 2CKTU 'NGOGPVU QH -KPGOCVKE
Ŗ %QPVCKPUOWNVKRNGEJQKEGSWGUVKQPUCPFRTCEVKEGGZGTEKUGU
Synthesis of Mechanisms (Graphical and Algebraic
Methods). Cams. Gears. Gear Trains. Gyroscopic Effects. CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP $CUKEU QH
(TKEVKQP )GCTU $GNV 4QRG CPF %JCKP &TKXGU $TCMGU CPF /CEJKPG &TCYKPI 6JGQT[ QH 2TQLGEVKQPU 5GEVKQPCN 8KGYU
Dynamometers. Dynamics of Machines, Turning Moment, (KVU CPF 6QNGTCPEGU #UUGODN[ &TCYKPIU (TGGJCPF
(N[YJGGN )QXGTPQTU $CNCPEKPI 8KDTCVKQP #PCN[UKU 5MGVEJKPI 6GORQTCT[ (CUVGPGTU 2GTOCPGPV (CUVGPGTU
#RRGPFKZ+7PKVU#RRGPFKZ++/CVJGOCVKEU#RRGPFKZ+++ $GCTKPIU%QWRNKPIUCPF%NWVEJGU5JCHVUCPF2WNNG[U2KRGU
5+CPF/-57PKVU$KDNKQITCRJ[+PFGZ CPF2KRG,QKPVU)GCTU5VGCO'PIKPGCPF+%'PIKPG2CTVU
$QKNGT /QWPVKPIU CPF #EEGUUQTKGU /CEJKPG 6QQN 2CTVU
Latest Print 2012 / 1004 pp. / 17.8 × 23.5 cm
Computer-Aided Drafting. Index.
ISBN-978-81-203-3134-1 / C 525.00
Latest Print 2013 / 388 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4679-6 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 221 PHI Learning: Publications


ENGINEERING
Mechanical (M#+06'0#0%')

Maintenance
Engineering and
Management,
2nd ed.

R.C. MISHRA, (QTOGT &KTGEVQT#T[CXCTV+PUVKVWVGQH EQPUGTXCVKQP KP OCKPVGPCPEG OCPCIGOGPV 2TGUGPVGF KP C
6GEJPQNQI[CPF/CPCIGOGPV.WEMPQY readable style, the book brings together the numerous as-
K. PATHAK, 2TQHGUUQT KPVJG&GRCTVOGPVQH/KPKPI pects of maintenance functions emphasizing the importance
'PIKPGGTKPICVVJG+PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT of this discipline in the engineering education. In this edition
a new chapter titled, #FXCPEGU KP /CKPVGPCPEG (Chapter 21),
Maintenance of equipment, machinery systems and allied has been included to widen the coverage of the book.
infrastructure comprises the ways and means of optimizing
the available resources of manpower, materials, tools and Besides the students of engineering, especially those in
test equipment, within a set of constraints, to help achieve streams of mechanical engineering and its related disciplines
the targets of an organization by minimizing the downtimes. such as mining, industrial and production, this book will be
Whether the goal is to produce and sell a product at a profit useful to the practising engineers as well.
or is simply to perform a mission in a cost-effective manner, CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
the maintenance principles discussed in this text apply /CKPVGPCPEG %QPEGRV 2NCPPGF 2TGXGPVKXG /CKPVGPCPEG
equally to all such types of organizations. In consonance Maintenance Evaluation. Condition Monitoring.
with the growth of the industry and its modernization and /CKPVGPCPEG 2NCPPKPI CPF 5EJGFWNKPI /QVKXCVKQP KP
the need to minimize the downtimes of machinery and /CKPVGPCPEG %QORWVGTU KP /CKPVGPCPEG 4GNKCDKNKV[ KP
equipment, the engineering education system has included /CKPVGPCPEG &GXGNQROGPV QH /CKPVGPCPEG 2TCEVKEGU
maintenance engineering as a part of its curriculum. Economic Aspects of Maintenance. Organizational Structure
QH /CKPVGPCPEG /CKPVGPCPEG 'SWKROGPV CPF (CEKNKVKGU
This second edition of the book continues to focus on the
Maintainability. Lubricants and Maintenance. Maintenance
basics of this expanding subject, with a broad discussion of
/CVGTKCN 2NCPPKPI CPF %QPVTQN &GEKUKQP /CMKPI KP
management aspects as well, for the benefit of the engineer-
Maintenance. Environmental Impact on Maintenance.
ing students. It explains the concept of a maintenance
/CPRQYGT 2NCPPKPI HQT /CKPVGPCPEG 'PGTI[ %QPUGTXCVKQP
system, the evaluation of its maintenance functions,
and Maintenance. Maintenance of Mechanical and electrical
maintenance planning and scheduling, the importance of
Systems. Advances in Maintenance. Bibliography. Index.
motivation in maintenance, the use of computers in
maintenance and the economic aspects of maintenance. This Latest Print 2012 / 312 pp. / 16.0 × 24.1 cm
book also discusses the manpower planning and energy ISBN-978-81-203-4573-7 / C 275.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 222
ENGINEERING
Mechanical (M#+06'0#0%') Mechanical (M#07(#%674+0) 241%'55)

Maintenance Manufacturing
Engineering and Processes,
Management 2nd ed.

J.P. KAUSHISH, HQTOGT&GRWV[


&KTGEVQT%GPVTCN$WKNFKPI4GUGCTEJ
+PUVKVWVG
%$4+ 4QQTMGGCPFHQTOGT
HCEWNV[7PKXGTUKV[QH4QQTMGG
PQY
++64QQTMGG 

K. VENKATARAMAN, HCEWNV[$+652KNCPK%JGPPCK%GPVTG The revised and updated second edition of this book gives
an in-depth presentation of the basic principles and
This text is an accessible and comprehensive guide to the operational procedures of general manufacturing processes.
principles, practices, functions and challenges of mainte- It aims at assisting the students in developing an
nance engineering and management. With a strong understanding of the important and often complex
emphasis on basic concepts and practical techniques interrelationship among various technical and economical
throughout, the book demonstrates in detail how effective factors involved in manufacturing.
technical competencies in maintenance management can be The book begins with a discussion on material properties
built in engineering organizations. while laying emphasis on the influence of materials and
processing parameters in understanding manufacturing
The book thus provides students and practising engineers processes and operations. This is followed by a detailed
alike with the methodologies and tools needed to under- description of various manufacturing processes commonly
stand and implement the systems approach to mainte-nance used in the industry. With several revisions and the addition
management. of four new chapters, the new edition also includes a
4GXKGY SWGUVKQPU KP GCEJ EJCRVGT YQTMGFQWV GZCORNGU detailed discussion on mechanics of metal cutting, features
and working of machine tools, design of molds and gating
wherever applicable, case studies and an exclusive appendix
systems for proper filling and cooling of castings. Besides,
QP ő5GNGEVGF 3WGUVKQPU CPF #PUYGTUŒ CTG CNN FGUKIPGF VQ the new edition provides the basics of solid-state welding
provoke critical thinking. processes, weldability, heat in welding, residual stresses and
This text is suitable for undergraduate and postgraduate testing of weldments and also of non-conventional
courses in Maintenance Engineering taught in the machining methods, automation and transfer machining,
department of mechanical engineering in almost all machining centres, robotics, manufacturing of gears, threads
universities. and jigs and fixtures.
The book is intended for undergraduate students of
CONTENTS:2TGHCEG Introduction to Maintenance Systems.
mechanical engineering, production engineering and
Maintainability. Condition-Based Maintenance (CBM). industrial engineering. The diploma students and those
4GNKCDKNKV[%GPVTGF /CKPVGPCPEG
4%/  #UUGV CPF 5RCTG preparing for AMIE, Indian Engineering Services and other
2CTVU /CPCIGOGPV 5CHGV[ 'PIKPGGTKPI CPF (CWNV 6TGG competitive examinations will also find the book highly
#PCN[UKU 6QVCN 2TQFWEVKXG /CKPVGPCPEG /CKPVGPCPEG useful.
2NCPPKPI CPF 5EJGFWNKPI %QORWVGT #RRNKECVKQPU
CONTENTS: 2TGHCEG /CPWHCEVWTKPI 2TKPEKRNGU CPF
in Maintenance Management. Statistical Distribution in
2TQEGUUGU /CVGTKCNU 5VTWEVWTGU CPF 2TQRGTVKGU (GTTQWU
2TGXGPVKXG /CKPVGPCPEG /CKPVGPCPEG +PVGITCVKQP /GVCNU +TQPU CPF 5VGGNU 0QPHGTTQWU /GVCNU CPF 1VJGT
/CKPVGPCPEG 'HHGEVKXGPGUU #RRGPFKEGUō+ /CKPVGPCPEG /CVGTKCNU (QWPFT[ 2TQEGUUGU /QNFKPI CPF %CUVKPI /GVCN
.WDTKECPVU CPF 6JGKT #RRNKECVKQPU ++ -G[ &GHKPKVKQPU /CEJKPKPI 2TQEGUUGU CPF /CEJKPG 6QQNU 'NGEVTKE CPF )CU
KP .WDTKECVKQP +++ 5WIIGUVGF 3WGUVKQPU YKVJ #PUYGTU 9GNFKPI 2TQEGUUGU 5QNFGTKPI CPF $TC\KPI /GVCN (QTOKPI
+8/QFGN3WGUVKQPU$KDNKQITCRJ[+PFGZ *QV CPF %QNFYQTMKPI CPF 2TGUUYQTMKPI /GVCN (QTIKPI
Latest Print 2010 / 248 pp. / 17.8 × 23.5 cm 5OKVJ[KPI CPF 2QYGT (QTIKPI 2QYFGT /GVCNNWTI[
2TQEGUUGU 2NCUVKEU /CPWHCEVWTKPI CPF #RRNKECVKQPU
ISBN-978-81-203-3130-3 / C 225.00
0QPEQPXGPVKQPCN /CEJKPKPI /GVJQFU #WVQOCVKQP
6TCPUHGT /CEJKPKPI /CEJKPKPI %GPVTGU CPF 4QDQVKEU
/CPWHCEVWTKPI )GCTU CPF 6JTGCFU ,KIU CPF (KZVWTGU /GVCN
,QKPKPI 2TQEGUUGU #FJGUKXG $QPFKPI CPF /GEJCPKECN
(CUVGPKPI 2TQVGEVKXG 5WTHCEG 6TGCVOGPVU %NGCPKPI CPF
%QCVKPIU $GPEJ 9QTMKPI (KVVKPI CPF 6TCFKVKQPCN 5JGGV
Metal Working. Appendix. Bibliography. Index.
Latest Print 2013 / 1040 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4082-4 / C 495.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 223 PHI Learning: Publications
ENGINEERING
Mechanical (M#07(#%674+0) 241%'55) Mechanical (M#07(#%674+0) T'%*01.1);)

Simplified Lean Cellular


Manufacture: Manufacturing
Elements, Rules, Tools Systems:
and Implementation An Integrated
N. GOPALAKRISHNAN, 2TGUKFGPV Approach
QH2TQLGEVU+PFKC$CPICNQTGC
EQORCP[URGEKCNK\KPIKPVTCKPKPICPF
KORNGOGPVKPI NGCPOC PWHCEVWTG
INQDCNN[*GJCUVTCKPGFQXGT
RGTUQPPGNKPNGCPOCPWHCEVWTKPICPF
JCUJGNRGFUGVWRRNCPVUWUKPIVJGRTKPEKRNGUQHNGCP B.S. NAGENDRA PARASHAR, 2TQ 8KEG%JCPEGNNQT
OCPWHCEVWTG -.7PKXGTUKV[)WPVWT#PFJTC2TCFGUJ
This compact and concise text, based on the rich and vast
experience of the author gathered while training thousands Cellular manufacturing, an application of group technology,
of individuals, discusses what lean manufacture is and its is a stepping stone to achieve world class manufacturing
elements, rules and tools. It shows how any manufacturing status. It has emerged as an important technique to cope up
industry, irrespective of its size and the kind of products it with fast changing industrial demands for the application of
manufactures, can adapt to lean manufacturing. The book newer manufacturing systems.
explains in easy to understand language that, with the help
of lean manufacture, an organization can improve its This comprehensive and well written text deals with all
delivery time to the customers, reduce the cost of facets of cellular manufacturing right from introduction
manufacture, minimize inventory, and raise profitability. to application in a chronological order. The book first
The book introduces the concept of value and waste and introduces cell formation techniques, followed by
details the symptoms which indicate the necessity for an elimination of exceptional components, evaluation of
organization to adapt to lean manufacturing. It also shows solutions, cell characteristics, and production control issues
how seven types of wastes are identified globally and how NKMGUEJGFWNKPINKPGDCNCPEKPICPFKPXGPVQT[EQPVTQN(KPCNN[
they can be eliminated. In addition, the book examines the it discusses about the application of cellular manufacturing
primary tools and the secondary tools of lean manufacture. in a large public sector. The text is supported by numerous
KEY FEATURES figures, tables and examples, and also furnishes simple
Ŗ )KXGU VJG TWNGU QH NGCP OCPWHCEVWTG VJG MKPF QH VTCKPKPI algorithms for complex methods.
that should be given to employees and duration of such
training. 2TKOCTKN[ KPVGPFGF HQT VJG RQUVITCFWCVG UVWFGPVU QH
Ŗ 2TQXKFGU TGCF[VQWUG HQTOCVU YJKEJ YKNN JGNR CP mechanical engineering and production engineering
organization to calculate waste in terms of cost of quality. with specialization in manufacturing systems/group
Ŗ 'ZRNCKPUYKVJVJGJGNRQHRTQEGUUOCRUVJGECVGIQTKGUQH technology, it will also be useful for the researchers,
activities which do not add value to the customers. scientists and professionals as a reference book.
Ŗ #PCN[\GU XCNWG HNQY CPF VJG QDUVCENGU VJCV JCXG VQ DG CONTENTS: 2TGHCEG %GNNWNCT /CPWHCEVWTKPI #P
removed in achieving it. 1XGTXKGY %GNN (QTOCVKQP 6GEJPKSWGU 2TQEGUUKPI VJG
This book should prove extremely useful for undergraduate Exceptional Components in Cellular Manufacturing.
students of engineering and postgraduate students of Evaluation of Cellular Manufacturing Solutions. Cell
management, as well as for managers and the shop floor %JCTCEVGTKUVKEU 2TQFWEVKQP %QPVTQN #EVKXKVKGU KP %GNNWNCT
personnel. Manufacturing. Implementation Issues in Cellular
CONTENTS: 2TGHCEG #DDTGXKCVKQPU 7UGF KP 6GZV 9JCV KU Manufacturing. Cellular Manufacturing—A Case Study.
.GCP! 5[ORVQOU +PFKECVKPI VJG 4GSWKTGOGPV HQT .GCP Appendix. Bibliography. Index.
/CPWHCEVWTG *QY VQ /GGV %WUVQOGT 4GSWKTGOGPV! 9JCV
CTG VJG 'NGOGPVU QH .GCP /CPWHCEVWTKPI! 2TKOCT[ 6QQNU Latest Print 2008 / 292 pp. / 16.0 × 24.1 cm
7UGF KP .GCP /CPWHCEVWTKPI 2TKOCT[ 6QQNUō6QVCN ISBN-978-81-203-3601-8 / C 250.00
2TQFWEVKXG /CKPVGPCPEG 2TKOCT[ 6QQNUō2TQEGUU /CRRKPI
CPF 8CNWG 5VTGCO /CRRKPI 2TKOCT[ 6QQNUō9QTM %GNN
5GEQPFCT[ 6QQNU 7UGF KP .GCP /CPWHCEVWTKPI 6JG .GCP
/CPWHCEVWTKPI 4WNGU 6TCKPKPI CPF +ORNGOGPVCVKQP
+ORNGOGPVCVKQP QH .GCP /CPWHCEVWTKPIō2NCPPKPI
+ORNGOGPVCVKQP QH .GCP /CPWHCEVWTKPIō2TQFWEVKQP CPF
2TQFWEVKXKV[ +ORNGOGPVCVKQP QH .GCP /CPWHCEVWTKPIō
+PXGPVQT[ /CPCIGOGPV *QY VQ 5WEEGGF YKVJ .GCP
Manufacturing? Bibliography. Index.
Latest Print 2012 / 248 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3943-9 / C 225.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 224
ENGINEERING
Mechanical (M#6'4+#.5 S%+'0%' #0& E0)+0''4+0)) Mechanical (M'%*#0+%#. D'5+)0)

Engineering Design of
Materials: Polymers, Machine Elements
Ceramics and
Composites, 2nd ed.
A.K. BHARGAVA, 2TQHGUUQT
&GRCTVOGPV QH/GVCNNWTIKECNCPF
/CVGTKCN 'PIKPGGTKPI/CNCXK[C
0CVKQPCN +PUVKVWVGQH6GEJPQNQI[
,CKRWT
This text, now in its second edition, continues to provide a C.S. SHARMA, (QTOGTN[ 2TQHGUUQT
/GEJCPKECN'PIKPGGTKPI 
balanced practical treatment of polymers, ceramics, and ,CK0CTCKP8[CU7PKXGTUKV[
,085 ,QFJRWT
composites, covering all their physical properties as well as KAMLESH PUROHIT, #UUQEKCVG 2TQHGUUQT &GRCTVOGPV QH
applications in industry. The text puts emphasis on /GEJCPKECN'PIKPGGTKPI,CK0CTCKP8[CU7PKXGTUKV[,QFJRWT
developing an understanding of properties, characteristics
and specifications of non-metallic engineering materials and This thorough and comprehensive textbook on machine
focusing on the techniques for controlling their properties elements presents the concepts, procedures, data, tools, and
during processing. It provides students with the knowledge
techniques students need to design safe, efficient and
they need to make optimal selection and use of these
materials in a variety of manufacturing applications. workable mechanical components of machines. Covering
both the conventional design methodology and the
The book focuses on structure-properties correlation of PGY VQQNU UWEJ CU %#& QRVKOK\CVKQP CPF ('/ FGUKIP
materials as it forms the basis for predicting their behaviour procedures for the most frequently encountered mechanical
during processing and service conditions. The text also
elements have been explained in meticulous detail. The text
discusses the recently developed advanced materials. Each
chapter includes the questions of fundamental importance features an abundance of thoroughly worked-out examples,
and industrial significance, along with their answers. end-of-chapter questions and exercises, and multiple-choice
questions, framed to not only enhance students’ learning but
This book is especially designed for Metallurgical and also hone their design skills.
Materials Science students for a course in non-metallic
engineering materials. Besides it should prove useful for the Well-written and eminently readable, the text is admirably
students of other engineering disciplines where materials suited to the needs of undergraduate students in
science/materials engineering is offered as a compulsory mechanical, production and industrial engineering
course. disciplines.
CONTENTS: .KUV QH (KIWTGU .KUV QH 6CDNGU .KUV QH 5[ODQNU CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 'PIKPGGTKPI &GUKIP
2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 2TQRGTVKGU QH 0QP Computer-Aided Design and Drafting. Engineering
/GVCNNKE /CVGTKCNU 2QN[OGT /CVGTKCNU %GTCOKE /CVGTKCNU /CVGTKCNU /GEJCPKEU QH /CEJKPG 'NGOGPVU (WPFCOGPVCNU
%QORQUKVG /CVGTKCNU 4QNG QH %GTCOKEU KP $KQOGFKECN of Machine Design. Manufacturing and Other Aspects in
#RRNKECVKQPU #RRGPFKEGUō2GTKQFKE 6CDNG QH 'NGOGPVU
&GUKIP &GUKIP QH ,QKPVU 5ETGY (CUVGPKPIU CPF 2QYGT
5QOG 2J[UKECN 2TQRGTVKGU QH /GVCNU 6JG 'NGEVTQPKE
Screws. Mechanical Springs. Levers. Belt Drives. Gears.
%QPHKIWTCVKQP QH 'NGOGPVU #VQOKE CPF +QPKE 4CFKK QH
'NGOGPVU 6JG 5+ $CUG 7PKVU &GTKXGF 5+ 7PKVU 7PKV 5JCHVU -G[U CPF 5RNKPGU %QWRNKPIU %NWVEJGU CPF
%QPXGTUKQP 2TGHKZGU 0COGU QH /WNVKRNGU CPF 5WDOWNVKRNGU $TCMGU $GCTKPIU 2TGUUWTG 8GUUGNU &GUKIP QH +% 'PIKPG
Values of Constants. Selective Greek Alphabets and Their %QORQPGPVU (N[YJGGN CPF 4QVCVKPI &KUE &GUKIP
2TQPWPEKCVKQPU#DDTGXKCVKQPUQH%QOOQPN[7UGF2QN[OGTU 1RVKOK\CVKQP +PVTQFWEVKQP VQ (KPKVG 'NGOGPV /GVJQF
1VJGT #DDTGXKCVKQPU 2J[UKECN CPF 6JGTOCN 2TQRGTVKGU QH $KDNKQITCRJ[#PUYGTUVQ/WNVKRNG%JQKEG3WGUVKQPU+PFGZ
2QN[OGTU /GEJCPKECN 2TQRGTVKGU QH 5QOG 4GRTGUGPVCVKXG Latest Print 2012 / 780 pp. / 17.8 × 23.5 cm
2QN[OGT /CVGTKCNU /CLQT #56/ 5VCPFCTFU HQT 2QN[OGTU
ISBN-978-81-203-1955-4 / C 350.00
4GRGCVKPI %JGOKECN 5VTWEVWTCN 7PKVU CPF /QTRJQNQI[ QH
2QN[OGTU%JGOKECN%QORQUKVKQPQH5QOG%GTCOKE/CVGTKCNU
Some Common Ceramic Crystal Structures and Their
'ZCORNGU  (WPEVKQPU CPF #RRNKECVKQPU QH #FXCPEGF
QT
Technical) Ceramics. Compositions of Glasses. Compositions
QH%QOOQP4GHTCEVQTKGU2TQRGTVKGUQH5QOG%QOOQPN[7UGF
4GKPHQTEKPI(KDTGU$KDNKQITCRJ[+PFGZ
Latest Print 2012 / 440 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4621-5 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 225 PHI Learning: Publications


ENGINEERING
Mechanical (M'%*#0+%#. D'5+)0)

Engineering Drawing Engineering Graphics


with a Primer on with AutoCAD,
AutoCAD Rev. Ed.
D.M. KULKARNI,#UUKUVCPV
2TQHGUUQT /GEJCPKECN 'PIKPGGTKPI
)TQWR$KTNC+PUVKVWVGQH6GEJPQNQI[
CPF5EKGPEG2KNCPK)QC%CORWU
ANAND P. RASTOGI,(QTOGT
.GEVWTGT&GRCTVOGPVQH%KXKN
'PIKPGGTKPI$KTNC+PUVKVWVGQH
ARSHAD N. SIDDIQUEE KU YKVJVJG&GRCTVOGPVQH
6GEJPQNQI[CPF5EKGPEG
$+65 2KNCPK
/GEJCPKECN 'PIKPGGTKPI7PKXGTUKV[2QN[VGEJPKE,COKC/KNNKC
+UNCOKC 0GY&GNJK A.K. SARKAR, 2TQHGUUQT QH %KXKN 'PIKPGGTKPI CPF &GCP
+PUVTWEVKQP &KXKUKQPCPF(CEWNV[&KXKUKQP+$KTNC+PUVKVWVGQH
ZAHID A. KHAN and MUKHTAR AHMAD, DQVJCTGYKVJ
6GEJPQNQI[CPF5EKGPEG2KNCPK
VJG &GRCTVOGPVQH/GEJCPKECN'PIKPGGTKPI(CEWNV[QH
'PIKPGGTKPI CPF6GEJPQNQI[,COKC/KNNKC+UNCOKC Designed as a text for the undergraduate students of all
branches of engineering, this compendium gives an
This self-contained comprehensive book has been written to opportunity to learn and apply the popular drafting
cover almost all important topics on engineering drawing to software AutoCAD in designing projects.
introduce polytechnic and undergraduate students of
6JGVGZVDQQMKUQTICPK\GFKPVJTGGEQORTGJGPUKXGRCTVU2CTV
engineering to the standards and convention of technical
I (AutoCAD) deals with the basic commands of AutoCAD
drawing.
which is widely used as drafting software by engineers and
Initial chapters of the book cover basics of line work, CTEJKVGEVU 2CTV ++
2TQLGEVKQP 6GEJPKSWGU  EQPVCKPU XCTKQWU
engineering scales, engineering curves and dimensioning projection techniques used in engineering for technical
practices. In the next stage, fundamental principles of drawings. These techniques have been explained with a
projection are discussed in detail. Subsequent chapters cover number of line diagrams to make them simple to the
topics on orthographic projections of points, lines, planes UVWFGPVU2CTV+++
&GUETKRVKXG)GQOGVT[ OCKPN[FGCNUYKVJ
CPF UQNKFU (KTUVCPING RTQLGEVKQPU JCXG DGGP CFQRVGF 3-D objects that require imagination.
throughout the chapters covering orthographic projection. 7PNKMG EQPXGPVKQPCN VGZVDQQMU VJG OQFGN UQNWVKQPU CPF
With a strong emphasis on creating accurate and clear exercise problems are independent of dimensions.
drawings, a chapter on AutoCAD software is also included Therefore, this book will also be useful for the students who
in the book. The chapter is organized such that it describes use conventional drafting techniques.
the application of the software presenting and applying KEY FEATURES
these standards. More importantly, all the elaborations of
Ŗ 'ZRNCKPUHWPFCOGPVCNUQHKOCIKPCVKQPUMKNNKPIGPGTKECPF
the software are alone making use of screen captures taken
basic forms to crystallize key concepts in Engineering
from the AutoCAD screen so that a novice user will be able
Graphics.
to understand its application easily.
Ŗ +PENWFGU EJCRVGTU QP CURGEVU QH VGEJPKECN FTCYKPI CPF
A large number of solved examples with detailed steps AutoCAD as a tool.
examining methods for solving them have been Ŗ 6TGCVU RTQDNGOU KP VJG VJKTF CPING CU YGNN CU HKTUV CPING
incorporated to help students solve the unsolved problems. methods of projection in line with the revised code of
CONTENTS: 2TGHCEG &TCYKPI +PUVTWOGPVU CPF 6JGKT +PFKCP5VCPFCTF%QFGQH2TCEVKEGHQT)GPGTCN&TCYKPI
#RRNKECVKQPU )GVVKPI 5VCTVGF YKVJ 2GPEKNU 'PIKPGGTKPI CONTENTS: 2TGHCEG 'PIKPGGTKPI )TCRJKEU #P 1XGTXKGY
5ECNGU 'PIKPGGTKPI %WTXGU 2TKPEKRNGU QH 1TVJQITCRJKE 2CTV + #WVQ%#&ō%QORWVGT #KFGF &TCHVKPI 2CTV ++
2TQLGEVKQPU2TQLGEVKQPQH2QKPVU2TQLGEVKQPQH5VTCKIJV.KPGU 2TQLGEVKQP 6GEJPKSWGUō6JGQT[ QH 2TQLGEVKQP #URGEVU QH
2TQLGEVKQP QH 2NCPGU 2TQLGEVKQP QH 5QNKFU 5GEVKQPU QH 5QNKFU 6GEJPKECN &TCYKPI 1TVJQITCRJKE 2TQLGEVKQPU +UQOGVTKE
+UQOGVTKE2TQLGEVKQPU&GXGNQROGPVQH5WTHCEGU+PVGTUGEVKQP Drawing. Interpretation of Given Views. Auxiliary
of Surfaces. Computer-aided Drafting and AutoCAD. 2TQLGEVKQPU 2CTV +++ &GUETKRVKXG )GQOGVT[ō2TQLGEVKQPU QH
Bibliography. Index. 5VTCKIJV .KPGU 2TQLGEVKQPU QH 2NCPGT 5WTHCEGU 8CTKQWU
Latest Print 2011 / 324 pp. / 17.8 × 23.5 cm /GCUWTGOGPVU 2TQLGEVKQPU QH 5QNKFU 5GEVKQPU QH 5QNKFU
ISBN-978-81-203-2440-4 / C 250.00 Development of Surfaces of Solids. Inter-section of Surfaces.
(TGGJCPF5MGVEJKPI+PFGZ
Latest Print 2010 / 352 pp. / 21.6 × 27.8 cm
ISBN-978-81-203-3783-1 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 226
ENGINEERING
Mechanical (M'%*#0+%#. D'5+)0)

Engineering Engineering
Mechanics Mechanics: Statics
and Dynamics

P.N. CHANDRAMOULI, 2TQHGUUQTQH%KXKN'PIKPGGTKPICVVJG C. LAKSHMANA RAO, KU YKVJVJG&GRCTVO GPV QH#RRNKGF


0CVKQPCN+PUVKVWVGQH'PIKPGGTKPI/[UQTG /GEJCPKEU CPFCP#FLWPEVHCEWNV[KPVJG&GRCTVOGPVQH%KXKN
'PIKPGGTKPI+PFKCP+PUVKVWVGQH6GEJPQNQI[/CFTCU
Designed to serve as a textbook for the first-year B.E./
B.Tech. students of all branches as well as for the AMIE J. LAKSHMINARASIMHAN, KU YKVJVJG&GRCTVOGPVQH
students, it covers the syllabi of almost all universities and #RRNKGF/GEJCPKEU++6/CFTCU
institutes. This book provides a thorough understanding of RAJU SETHURAMAN, KU YKVJ VJG /GEJCPKECN 'PIKPGGTKPI
the principles and applications of Engineering Mechanics. A &GRCTVOGPV++6/CFTCU
lucid pattern, both in terms of language and content, has SRINIVASAN M. SIVAKUMAR, KU CHCEWNV[CVVJG
been adopted throughout the text. &GRCTVOGPVUQH#RRNKGF/GEJCPKEUCPFCP#FLWPEVHCEWNV[KPVJG
Beginning with an introduction to the subject, the book &GRCTVOGPVQH%KXKN'PIKPGGTKPI++6/CFTCU
provides a detailed treatment of systems of forces and
elaborately explains the concepts of centroid and centre of Designed as a text for the first-year undergraduate students
gravity, moment of inertia, virtual work, friction, kinematics of all branches of engineering for the core course on
of particle and motion of projectiles. It also discusses the Engineering Mechanics, this concise and easy-to-read book
laws of motion, power and energy, and collision of elastic deals with the principles of equilibrium of rigid bodies in
bodies in dynamics. The topics are dealt with in a well- static and dynamic conditions when they are subjected to
organized sequence with proper explanations and simple mechanical loads.
mathematical formulations.
Divided into two parts—5VCVKEU and &[PCOKEU—the text
KEY FEATURES analyzes the equilibrium of structures and the motion of
Ŗ +PENWFGUDQVJXGEVQTCPFUECNCTCPCN[UGUQHVQRKEU rigid bodies, respectively. It is organized in a structured
Ŗ 'ORJCUK\GU VJG RTCEVKECN CRRNKECDKNKV[ QH 'PIKPGGTKPI manner and stresses such important concepts/principles
Mechanics to the real-life situations. as degrees of freedom, the principle of virtual work
Ŗ )KXGU MG[ EQPEGRVU VQ JGNR KPUVTWEVQTU FGNKXGT VJG NGEVWTG (developing it from first principles), energy principles, and
in a better way. mechanical vibrations.
Ŗ +PENWFGUCNCTIGPWODGTQHYQTMGFQWVGZCORNGUVQJGNR
students comprehend the concepts with ease. 2TQHWUGN[KNNWUVTCVGFYKVJENGCTEWVFKCITCOUCPFPWOGTQWU
Ŗ 2TQXKFGU EJCRVGTGPF TGXKGY SWGUVKQPU VQ VGUV UVWFGPVUŏ worked-out examples, the text would be ideal for a one-
understanding of the subject. semester course on engineering mechanics. It can also be
Ŗ )KXGU EJCRVGTGPF PWOGTKECN RTQDNGOU VQ GPJCPEG profitably used, by a judicious choice of topics, for advanced
problem-solving ability. Many of the problems depict courses on the subject.
realistic situations encountered in engineering practice. CONTENTS: 2TGHCEG 2CTV + 5VCVKEUō'SWKNKDTKWO QH
Ŗ +PEQTRQTCVGU QDLGEVKXG V[RG SWGUVKQPU VQ JGNR UVWFGPVU 2CTVKENGU CPF 4KIKF $QFKGU 'SWKNKDTKWO QH 5VTWEVWTCN
prepare for examinations. Systems. Energy Methods in Engineering Mechanics.
CONTENTS:2TGHCEG/GEJCPKEU#P1XGTXKGY(QTEGUCPF (TKEVKQPCN (QTEGU KP 'PIKPGGTKPI 5[UVGOU 2CTV ++
$CUKE 2TKPEKRNGU QH 5VCVKEU %QRNCPCT %QPEWTTGPV (QTEG &[PCOKEUō&[PCOKEU QH 2CTVKENGU 2NCPG -KPGOCVKEU QH
5[UVGO %QRNCPCT 0QPEQPEWTTGPV (QTEG 5[UVGO #PCN[UKU 4KIKF $QFKGU -KPGVKEU QH 4KIKF $QFKGU /GEJCPKECN
QH(TCOGF5VTWEVWTGU8KTVWCN9QTM%GPVTQKFUCPF%GPVTGQH 8KDTCVKQPU #RRGPFKZ #PUYGTU VQ 2TQDNGOU $KDNKQITCRJ[
)TCXKV[ /QOGPVU QH +PGTVKC (TKEVKQP -KPGOCVKEU 2NCPG Index.
4GEVKNKPGCT /QVKQP /QVKQP KP C 8GTVKECN 2NCPG 7PFGT
Latest Print 2011 / 256 pp. / 17.8 × 23.5 cm
)TCXKV[ 2TQLGEVKNG .CYU QH /QVKQP 9QTM 2QYGT CPF
Energy. Collision of Elastic Bodies. Appendix. Bibliography. ISBN-978-81-203-2189-2 / C 195.00
Index.
Latest Print 2011 / 736 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4422-8 / C 450.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 227 PHI Learning: Publications


ENGINEERING
Mechanical (M'%*#0+%#. D'5+)0)

Engineering Fundamentals of Solid


Tribology Mechanics (A Treatise
on Strength of
Materials)
M.L. GAMBHIR, HQTOGT
2TQHGUUQTCPF*GCF&GRCTVOGPV
QH%KXKN'PIKPGGTKPICPFCNUQ&GCP
2NCPPKPICPF4GUQWTEG)GPGTCVKQPCV
VJG6JCRCT7PKXGTUKV[2CVKCNC
PRASANTA SAHOO, &GRCTVOGPV QH/GEJCPKECN'PIKPGGTKPI This book is primarily designed for courses in Solid
CV,CFCXRWT7PKXGTUKV[-QNMCVC Mechanics/Mechanics of Materials/Mechanics of Solids/
Strength of Materials prescribed for the undergraduate
This introductory yet comprehensive book presents the students of engineering in civil, mechanical, aeronautical
fundamental concepts on the analysis and design of and applied mechanics disciplines. It covers all the basic
tribological systems. It is a unique blend of scientific topics of mechanics of deformable bodies generally taught in
these courses.
principles, mathematical formulations and engineering
practice. The text discusses properties and measurements of The text presents the topics in a clear, simple, practical,
engineering surfaces, surface contact geometry and contact logical and cogent fashion that provides the students with
stresses. Besides, it deals with adhesion, friction, wear, insights into theory as well as applications to practical
problems. It uses an abundance of worked examples to
lubrication and related interfacial phenomena. It also
impart a high level of comprehension of concepts and helps
highlights recent developments like nano-tribology and master the process of calculations, manipulations and that of
fractal analysis with great clarity. making appropriate inferences. Well-labelled diagrams have
The book is intended as a text for senior undergraduate been used throughout the text for a sound comprehension of
and postgraduate students of mechanical engineering, the fundamentals of the subject. Most of the examples and
production/industrial engineering, metallurgy and material chapter-end problems have been formulated in parametric
form making them independent of units and suitable for
science. It can also serve as a reference for practising
practical applications. An extensive set of problems along
engineers and designers. with hints and answers is provided at the end of each
KEY FEATURES chapter for practice.
Since the book aims at covering the topics generally taught
Ŗ &KUEWUUGU FT[ EQPVCEV VTKDQNQI[ CPF NWDTKECVKQP QH in engineering curriculum of several disciplines, an
bearings. interdisciplinary approach has been followed. Some
Ŗ &GUETKDGUUWTHCEGGPIKPGGTKPICPFDQWPFCT[NWDTKECVKQP advanced topics such as VJKEM RTGUUWTGXGUUGNUUMGYDGPFKPI
Ŗ 2TQXKFGUNCTIGPWODGTQHKNNWUVTCVKQPU EWTXGF OGODGTUDGCOEQNWOPU etc. have also been included
for the benefit of postgraduate students.
Ŗ )KXGU OCP[ RTQDNGOU CV VJG GPF QH VJG DQQM YKVJ
answers to some of them. CONTENTS: 2TGHCEG +PVTQFWEVQT[ %QPEGRVU #PCN[UKU HQT
#ZKCN (QTEGU 6JG %CDNG CPF VJG 2NCPG 6TWUU #PCN[UKU HQT
CONTENTS: 2TGHCEG +PVTQFWEVKQP 'PIKPGGTKPI 5WTHCEGUō &GHQTOCVKQPQH$CTU5VCVKECNN[Determinate Systems (Simple
2TQRGTVKGU CPF /GCUWTGOGPV 5WTHCEG %QPVCEV #FJGUKQP Stresses and Strains—Elastic Constants). Analysis for Axial
(TKEVKQP 9GCT 6JGTOCN %QPUKFGTCVKQPU KP 5NKFKPI %QPVCEV &GHQTOCVKQP QH $CTU 5VCVKECNN[ +PFGVGTOKPCVG 5[UVGOU
Surface Engineering. Boundary Lubrication. Liquid (Composite Systems and Thermal Stresses). Biaxial and
6TKCZKCN 5VTGUUGU CPF 5VTCKPU 2TGUUWTG 8GUUGNU 6QTUKQP
.WDTKECPVUō2TQRGTVKGU CPF /GCUWTGOGPV $CUKE 'SWCVKQPU
5JGCTKPI (QTEG CPF $GPFKPI /QOGPV &KCITCOU $GPFKPI QH
HQT (NWKF (KNO .WDTKECVKQP *[FTQF[PCOKE 6JTWUV $GCTKPIU 5KORNG$GCOU5JGCTKPI5VTGUUGU5RTKPIU%QODKPGF5VTGUUGU
*[FTQF[PCOKE ,QWTPCN $GCTKPIU *[FTQF[PCOKE 5SWGG\G 'NCUVKE $GPFKPI QH /GODGTU YKVJ #ZKCN .QCFU 4KXGVVGF CPF
(KNO $GCTKPIU *[FTQUVCVKE $GCTKPIU )CU.WDTKECVGF Bolted Connections. Welded Connections. Deflections (Direct
$GCTKPIU 'NCUVQJ[TQF[PCOKE .WDTKECVKQP 4QNNKPI 'NGOGPV Integration and Geometrical Methods). Deflections (Energy
$GCTKPIU 0CPQVTKDQNQI[ (TCEVCN #PCN[UKU KP 6TKDQNQI[ /GVJQFU /GODGTU5WDLGEVGFVQ%QORTGUUKQP%QNWOPUCPF
#RRGPFKZ4GHGTGPEGU+PFGZ 5VTWVU 7PU[OOGVTKECN
5MGY  $GPFKPI %WTXGF /GODGTU
5WDLGEVGFVQ$GPFKPI2NCUVKE$GPFKPI2TKPEKRCNCPF%QORNGZ
Latest Print 2013 / 336 pp. / 17.8 × 23.5 cm 5VTGUUGU 5RGEKCN 6QRKEU #RRGPFKZ # )GQOGVTKECN
ISBN-978-81-203-2724-5 / C 250.00 %JCTCEVGTKUVKEU QH %TQUU5GEVKQPU #RRGPFKZ $ 5JGCT (QTEG
$GPFKPI /QOGPV &KCITCOU CPF &GHNGEVKQP (QTOWNCG HQT
$GCOU4GHGTGPEGU+PFGZ
Latest Print 2009 / 928 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3870-8 / C 450.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 228
ENGINEERING
Mechanical (M'%*#0+%#. D'5+)0)

Fundamentals of Mechanical
Tribology Vibrations and
Noise
Engineering

S.K. BASU, 2TQHGUUQT 'OGTKVWU 2TQFWEVKQP'PIKPGGTKPI2WPG A.G. AMBEKAR, HQTOGT 2TQHGUUQT &GRCTVOGPVQH/GEJCPKECN
+PUVKVWVG QH'PIKPGGTKPICPF6GEJPQNQI[2WPG
(QTOGTN[)QXV 'PIKPGGTKPI 5)5 +PUVKVWVG QH 6GEJPQNQI[ CPF 5EKGPEG
%QNNGIG QH'PIKPGGTKPI 
5)5+65 +PFQTG
/CFJ[C2TCFGUJ 
S.N. SENGUPTA, 2TQHGUUQTCPF*GCF/GEJCPKECN
'PIKPGGTKPI&T$%4Q['PIKPGGTKPI%QNNGIG&WTICRWT This book, which is a result of the author’s many years of
teaching, exposes the readers to the fundamentals of
B.B. AHUJA, 2TQHGUUQT CPF *GCF &GRCTVOGPV QH 2TQFWEVKQP
mechanical vibrations and noise engineering. It provides
'PIKPGGTKPI &GCP 4GUQWTEG /QDKNKUCVKQP 2WPG +PUVKVWVG QH
them with the tools essential to tackle the problem of
'PIKPGGTKPICPF6GEJPQNQI[
vibrations produced in machines and structures due to
This comprehensive and student friendly text gives a clear unbalanced forces and the noise produced thereof. The text
analysis of the fundamental aspects of the subject, starting lays emphasis on mechanical engineering applications of the
from surface behaviour and contact phenomenon of inter- subject and develops conceptual understanding with the
facing surface. The book elaborates the types, specification help of many worked-out examples.
and standardization and measurement of surface What distinguishes the text is that three chapters are
irregularities in evaluating triboproperties in relation to FGXQVGF VQ 5QWPF .GXGN CPF 5WDLGEVKXG 4GURQPUG VQ
friction, lubrication and wear. Besides, it also discusses 5QWPF 0QKUG 'HHGEVU 4CVKPIU CPF 4GIWNCVKQPU CPF 0QKUG
various lubricants and their selection. Sources, Isolation and Control. Importance of mathematical
The text reflects the rich and varied experience of the formulation in converting a distributed parameter vibration
authors in teaching, research and industry and provides real problem into an equivalent lumped parameter problem is
life cases encountered by them. also emphasized.

This practice-oriented book, which contains a large number 2TKOCTKN[ FGUKIPGF CU C VGZV HQT WPFGTITCFWCVG CPF
of worked-out examples, exercises and other pedagogic postgraduate students of mechanical engineering, this book
features, is intended as a text for undergraduate and would also be useful for undergraduate and postgraduate
postgraduate students of production, mechanical and design students of civil, aeronautical and automobile engineering as
engineering. It can also be profitably used as a reference by well as practising engineers.
practising engineers. CONTENTS: 2TGHCEG (WPFCOGPVCNU CPF $CUKE %QPEGRVU
7PFCORGF (TGG 8KDTCVKQPU &CORGF (TGG 8KDTCVKQPU
CONTENTS: 2TGHCEG +PVTQFWEVKQP 8KUEQUKV[ QH .WDTKECPVU
*CTOQPKECNN[ 'ZEKVGF 8KDTCVKQP
5[UVGOU YKVJ 5KPING
CPF'SWCVKQPQH*[FTQF[PCOKEU5WTHCEG4QWIJPGUUCPF+VU
&GITGGQH(TGGFQO 5[UVGOUYKVJ6YQ&GITGGUQH(TGGFQO
5VCPFCTFK\CVKQPQH/GCUWTGOGPV6GEJPKSWG*[FTQF[PCOKE
/WNVK&GITGG QH (TGGFQO 5[UVGOU 9JKTNKPI /QVKQP CPF
5NKFGT$GCTKPIU*[FTQF[PCOKE,QWTPCN$GCTKPI6TKDQNQIKECN
Critical Speeds. Continuous Systems. Sound Level and
$GJCXKQWT QH #URGTKVKGU %QPVCEV *[FTQUVCVKE #GTQUVCVKE
5WDLGEVKXG 4GURQPUG VQ 5QWPF 0QKUG 'HHGEVU 4CVKPIU CPF
DGCTKPIU 'NCUVQ *[FTQF[PCOKE %CUGU (TKEVKQP CPF 9GCT
4GIWNCVKQPU 0QKUG 5QWTEGU +UQNCVKQP CPF %QPVTQN
Antifriction Bearings. Selection of Lubricants. Index.
$KDNKQITCRJ[#PUYGTUVQ5GNGEVGF4GXKGY3WGUVKQPU+PFGZ
Latest Print 2012 / 272 pp. / 17.8 × 23.5 cm
Latest Print 2012 / 412 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2723-8 / C 250.00
ISBN-978-81-203-2900-3 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 229 PHI Learning: Publications


ENGINEERING
Mechanical (M'%*#0+%#. D'5+)0)

Textbook of Finite Textbook of


Element Analysis Mechanical Vibrations,
2nd ed.

P. SESHU, #UUQEKCVG 2TQHGUUQT/GEJCPKECN'PIKPGGTKPI Late RAO V. DUKKIPATI, FWTKPI JKU KNNWUVTKQWU CECFGOKE
&GRCTVOGPV++6$QODC[ ECTGGT UGTXGFCU2TQ HGUUQT QH/GEJCPKECN'PIKPGG TKPI (CKTHKGNF
7PKXGTUKV[ (CKTHKGNF
%QPPGEVKEWV  CPF #FLWPEV 2TQHGUUQT QH
This accessible, easy-to-read text presents finite element /GEJCPKECN 'PIKPGGTKPI%QPEQTFKC7PKXGTUKV[/QPVTGCN
OGVJQF
('/  CU C VQQN VQ HKPF CRRTQZKOCVG UQNWVKQPU VQ J. SRINIVAS, #UUQEKCVG2TQHGUUQTQH/GEJCPKECN'PIKPGGTKPICV
differential equations rather than presenting it as a tool to VJG0CVKQPCN+PUVKVWVGQH6GEJPQNQI[4QWTMGNC
solve structural mechanics problems alone. Such an
approach provides the students a better perspective on This comprehensive and accessible book, now in its second
the technique and its wide range of applications in edition, covers both mathematical and physical aspects of
engineering. the theory of mechanical vibrations. This edition includes a
The text draws many worked-out examples from the field of new chapter on the analysis of PQPNKPGCT XKDTCVKQPU. The text
structural mechanics, heat transfer and fluid flow, which examines the models and tools used in studying mechanical
illustrate the important concepts. vibrations and the techniques employed for the
development of solutions from a practical perspective to
Illustrated primarily as a textbook for postgraduate/senior explain linear and nonlinear vibrations. To enable practical
undergraduate students of mechanical, civil and aero- understanding of the subject, numerous solved and
PCWVKECN GPIKPGGTKPI HQT C QPGUGOGUVGT EQWTUG KP ('/ VJG unsolved problems involving a wide range of practical
book would also be useful to the practising engineers in the situations are incorporated in each chapter.
industry.
This text is designed for use by the undergraduate and
CONTENTS: 2TGHCEG +PVTQFWEVKQP (KPKVG 'NGOGPV postgraduate students of mechanical engineering.
(QTOWNCVKQP5VCTVKPIHTQO)QXGTPKPI&KHHGTGPVKCN'SWCVKQPU
(KPKVG 'NGOGPV (QTOWNCVKQP $CUGF QP 5VCVKQPCTKV[ QH C CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 0QVCVKQPU
(WPEVKQPCN1PG&KOGPUKQPCN(KPKVG'NGOGPV#PCN[UKU6YQ +PVTQFWEVKQP 7PFCORGF (TGG 8KDTCVKQPU &CORGF (TGG
&KOGPUKQPCN (KPKVG 'NGOGPV #PCN[UKU &[PCOKE #PCN[UKU 8KDTCVKQPU (QTEGF 8KDTCVKQPU 6YQFGITGGUQHHTGGFQO
7UKPI(KPKVG'NGOGPVU#RRNKECVKQP'ZCORNGU#RRGPFKEGUō 5[UVGOU /WNVKFGITGGUQHHTGGFQO 5[UVGOU 0WOGTKECN
# 5WIIGUVGF /KPKRTQLGEV 6QRKEU $ 4GXKGY QH 6GEJPKSWGU6Q(KPF0CVWTCN(TGSWGPEKGU8KDTCVKQP#PCN[UKU
2TGNKOKPCTKGU%6[RKECN(KPKVG'NGOGPV2TQITCO+PFGZ QH %QPVKPWQWU 5[UVGOU 6TCPUKGPV #PF 4CPFQO 8KDTCVKQP
#PCN[UKU (KPKVG 'NGOGPV /GVJQF 0QPNKPGCT 8KDTCVKQPU
Latest Print 2012 / 340 pp. / 17.8 × 23.5 cm #RRGPFKEGUō# .CRNCEG 6TCPUHQTOU # 0WOGTKECN
ISBN-978-81-203-2315-5 / C 250.00 +PVGITCVKQP /GVJQFU KP 8KDTCVKQP #PCN[UKU # 6TCPUXGTUG
Vibrations of Beams. Bibliography. Answers to Selected
Exercises. Index.
Latest Print 2012 / 480 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4524-9 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 230
ENGINEERING
Mechanical (M'%*#0+%#. D'5+)0) Mechanical (M'%*#0+%5)

Theory of Fundamentals of
Mechanisms Strength of Materials
and Machines

C.S. SHARMA, (QTOGTN[2TQHGUUQT&GRCTVOGPVQH/GEJCPKECN P.N. CHANDRAMOULI, 2TQHGUUQTQH%KXKN'PIKPGGTKPICVVJG


'PIKPGGTKPI,CK0CTCKP8[CU7PKXGTUKV[,QFJRWT
4CLCUVJCP . 0CVKQPCN+PUVKVWVGQH'PIKPGGTKPI/[UQTG
KAMLESH PUROHIT, #UUQEKCVG 2TQHGUUQT &GRCTVOGPV QH
/GEJCPKECN'PIKPGGTKPI,CK0CTCKP8[CU7PKXGTUKV[,QFJRWT This book provides comprehensive coverage of the
fundamental concepts and all the key topics of interest in
Intended to cater to the needs of undergraduate students Strength of Materials with an emphasis on solving practical
in mechanical, production, and industrial engineering problems, from the first principles, related to the design of
disciplines, this book provides a comprehensive coverage of structural members, mechanical devices and systems in
the fundamentals of analysis and synthesis (kinematic and several fields of engineering.
dynamic) of mechanisms and machines. It clearly describes The book is organized to present a thorough treatment of
the techniques needed to test the suitability of a mechanical stress analysis first. This treatment of basic principles is
system for a given task and to develop a mechanism or followed by appropriate application of analysis techniques
machine according to the given specifications. The text and design approaches to trusses and cables, torsion in
develops, in addition, a strong understanding of the circular shaft, deflection of beams, buckling of straight
kinematics of mechanisms and discusses various types of columns and struts, and analysis of thick- and thin-walled
mechanisms such as cam-and-follower, gears, gear trains cylinders under internal and external pressure.
and gyroscope.
The book features clear explanations, a wealth of excellent
KEY FEATURES worked-out examples of practical applications, and
Ŗ 6JG VGZV FGXQVGU UGRCTCVG EJCRVGTU VQ (QTEG #PCN[UKU CPF challenging problems.
Mechanical Vibrations. The book is intended for the undergraduate students of
Ŗ 0WOGTQWU YQTMGFQWV GZCORNGU CTG KPVGTURGTUGF civil, mechanical, electrical, chemical, aeronautical, and
throughout the text to illustrate the concepts. production and industrial engineering.
Ŗ 6JG 'ZGTEKUGU CPF /WNVKRNG %JQKEG 3WGUVKQPU CTG KEY FEATURES
incorporated at the end of each chapter to drill the Ŗ 2TQXKFGUCNCTIGPWODGTQHYQTMGFQWVGZCORNGUVQJGNR
students in self-study. students comprehend the concepts with ease.
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ /GEJCPKUOU CPF Ŗ )KXGU EJCRVGTGPF TGXKGY SWGUVKQPU VQ VGUV UVWFGPVUŏ
/CEJKPGU -KPGOCVKE #PCN[UKU QH /GEJCPKUOU 5[PVJGUKU QH understanding of the subject.
/GEJCPKUOU.QYGT2CKT/GEJCPKUOU(TKEVKQP$GNVU4QRGU Ŗ +PENWFGU EJCRVGTGPF PWOGTKECN RTQDNGOU VQ GPJCPEG VJG
and Chains. Brakes and Dynamometers. Governors. Cams. problem-solving ability of students. Many of the problems
)GCTU )GCT 6TCKPU (QTEG #PCN[UKU $CNCPEKPI /GEJCPKECN depict realistic situations encountered in engineering
Vibrations. Gyroscope. Bibliography. Index. practice.
Ŗ +PEQTRQTCVGU QDLGEVKXG V[RG SWGUVKQPU VQ JGNR UVWFGPVU
Latest Print 2013 / 720 pp. / 17.8 × 23.5 cm
assess their overall mastery of the subject.
ISBN-978-81-203-2901-0 / C 425.00
CONTENTS: 2TGHCEG 5VTGUUGU CPF 5VTCKPU %QORQWPF
5VTGUUGU 5JGCT (QTEG CPF $GPFKPI /QOGPV 6TWUUGU CPF
Cables. Centroid and Centre of Gravity. Moment of Inertia.
Bending and Shear Stresses in a Beam. Torsion in Circular
Shaft. Deflection of Beams. Columns and Struts. Thin and
Thick Cylinders. Testing of Materials. Bibliography. Index.
Latest Print 2013 / 864 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4672-7 / C 525.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 231 PHI Learning: Publications


ENGINEERING
Mechanical (M'%*#0+%5)

Mechanics of Mechanics
Materials with of Solids
Programs in C

M.A. JAYARAM, #UUKUVCPV 2TQHGUUQT &GRCTVOGPV QH %KXKN ARBIND KUMAR SINGH, &GRCTVOGPVQH%KXKN'PIKPGGTKPI
'PIKPGGTKPI5KFFCICPIC+PUVKVWVGQH6GEJPQNQI[6WOMWT +PFKCP+PUVKVWVGQH6GEJPQNQI[)WYCJCVK

This text provides undergraduate engineering students with Designed as a text for both the undergraduate and
a systematic treatment of both the theory and applications of postgraduate students of civil, mechanical, aerospace, and
mechanics of materials. With a strong emphasis on basic marine engineering, this book provides an indepth analysis
concepts and techniques throughout, the text focuses on of the fundamental principles of mechanics of deformable
analytical understanding of the subject by the students. solids based on the phenomenological approach.
An abundance of worked-out examples, depicting realistic The book starts with linear and angular momentum
situations encountered in engineering design, are aimed principles for a body. It introduces the concepts of stress,
to develop skills for analysis and design of components. To strain and the constitutive relations using tensors. Then
broaden the student’s capacity for adopting other forms of it goes on to give a description of the laws of thermo-
solving problems, a few typical problems are presented in C dynamics as a restriction on constitutive relations and
programming language at the end of each chapter. formulates the boundary value problem in elasticity.
The book is primarily suitable for a one-semester course for Besides, the text treats bar under axial, bending and
B.E./B.Tech students and diploma-level students pursuing torsional deformation as well as plane stress and plane strain
courses in civil engineering, mechanical engineering and idealizations. The book concludes with a discussion on
its related branches of engineering profession such as variational mechanics and the theory of plasticity.
production engineering, industrial engineering, automobile DISTINGUISHING FEATURES
engineering and aeronautical engineering. The book can also Ŗ 'NCDQTCVG VTGCVOGPV QH EQPUVKVWVKXG TGNCVKQPU HQT NKPGCT
be used to advantage by students of electrical engineering elasticity.
where an introductory course on mechanics of materials is
prescribed. Ŗ %QPUKUVGPV HQTOWNCVKQP QH UVTGPIVJ QH OCVGTKCNU CRRTQCEJ
and three-dimensional elasticity for bar under axial,
KEY FEATURES bending and torsional deformation.
Ŗ +PENWFGU PWOGTQWU ENGCT CPF GCU[VQHQNNQY GZCORNGU VQ Ŗ 2TGUGPVCVKQPQHHCKNWTGETKVGTKCCPFRNCUVKEKV[VJGQT[VCMKPI
illustrate the application of theory to practical problems. the modern developments into account.
Ŗ 2TQXKFGU PWOGTQWU GPFQHEJCRVGT RTQDNGOU HQT UVWF[ Ŗ .CTIG PWODGT QH YQTMGFQWV GZCORNGU VJTQWIJQWV VJG
and review. text and exercises at the end of each chapter.
Ŗ )KXGU UWOOCT[ CV VJG GPF QH GCEJ EJCRVGT VQ CNNQY CONTENTS: 2TGHCEG (QTEG CPF &GHQTOCVKQP 5VTGUU CV C
students to recapitulate the topics. 2QKPV 5VTCKP CV C 2QKPV %QPUVKVWVKXG /QFGNNKPI 'PGTI[ QH
Ŗ +PENWFGU % RTQITCOU YKVJ SWKVG C HGY % ITCRJKEU VQ &GHQTOCVKQP $QWPFCT[ 8CNWG 2TQDNGO KP .KPGCT 'NCUVKEKV[
encourage students to build up competencies in computer 'SWCVKQPUQH'SWKNKDTKWOQH4QF'ZVGPUKQPQH$CT$GPFKPI
applications. QH $GCO 6QTUKQP QH %KTEWNCT 5JCHV 6QTUKQP QH 0QPEKTEWNCT
$CT 2NCPG 5VTGUU CPF 2NCPG 5VTCKP 8CTKCVKQPCN /GEJCPKEU
CONTENTS: 2TGHCEG 6JG $CUKEU 5KORNG 5VTGUU CPF 5VTCKP
$GPFKPI /QOGPV CPF 5JGCT (QTEG KP $GCOU $GPFKPI CPF (CKNWTG%TKVGTKC2NCUVKEKV[)GPGTCN%QPEGRV+PFGZ
Shear Stresses in Beams. Torsion of Circular Shafts. Latest Print 2012 / 496 pp. / 17.8 × 23.5 cm
Deflection of Beams. Elastic Stability of Columns. Thin and ISBN-978-81-203-3190-7 / C 295.00
Thick Walled Cylinders. Compound Stresses. Springs.
#PUYGTUVQ'ZGTEKUGU4GHGTGPEGU+PFGZ
Latest Print 2007 / 408 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3202-7 / C 295.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 232
ENGINEERING
Mechanical (M'%*#0+%5) Mechanical (O26+/+<#6+10)

Strength of Operations Research


Materials, K. RAJAGOPAL, 2TQHGUUQTQH
2nd ed. /GEJCPKECN 'PIKPGGTKPI-54/
%QNNGIGQH'PIKPGGTKPI-CFCRC

#PFJTC2TCFGUJ 
This comprehensive book provides
the students with the basic
knowledge of the processes
involved in operations research
and discusses the techniques of
solutions to problems and their
A.K. SRIVASTAVA, /CPCIGT
&GUKIP KP#KTETCHV7RITCFG applications in daily life.
4GUGCTEJ CPF&GUKIP%GPVTG*KPFWUVCP#GTQPCWVKEU.KOKVGF Beginning with an overview of the operations research

/KPKUVT[ QH&GHGPEG  0CUKM models and decision-making, the book describes in detail
P.C. GOPE, 2TQHGUUQT KP/GEJCPKECN'PIKPGGTKPICVVJG%QNNGIG the various optimization techniques such as linear and non-
QH 6GEJPQNQI[)$2CPV7PKXGTUKV[QH#ITKEWNVWTGCPF linear programming, integer linear programming, dynamic
6GEJPQNQI[2CPVPCICT programming, genetic programming, and network
VGEJPKSWGU UWEJ CU 2'46
RTQITCO GXCNWCVKQP TGXKGY
VGEJPKSWG  CPF %2/
ETKVKECN RCVJ OGVJQF  +V CNUQ GZRNCKPU
The book, now in the Second Edition, presents the the transportation and assignment problems, queuing
fundamental principles of strength of materials and focuses theory, games theory, sequencing, replacement and capital
on 3D analysis of stress and strain, double integration investment decisions and inventory. Besides, the book
method, Macaulay’s method, moment area method and discusses the Monte Carlo simulation techniques for solving
method for determining stresses using Winkler–Bach theory. queuing, demand forecasting, inventory and scheduling
It also covers the analyses of helical springs and leaf spring, problems and elaborates on genetic algorithms. Each
and buckling analysis of columns and struts using Euler’s mathematical technique is dealt with in two parts. The first
part explains the theory underlying the methodology of
CPF4CPMKPGŏUVJGQT[
solution to problems. The second part illustrates how the
This edition includes four new chapters, namely 5KORNG CPF theory is applied to solve different kinds of problems.
%QORQWPF5VTGUU, 6JGQT[QH(CKNWTG, 'PGTI[/GVJQFU and (KPKVG This book is designed as a textbook for the undergraduate
'NGOGPV /GVJQFCPFKVU#RRNKECVKQPU7UKPI#05;55QHVYCTG . students of mechanical engineering, electrical engineering,
The chapter on #PCN[UKU QH 5VTGUU CPF 5VTCKP has been production and industrial engineering, computer science
thoroughly revised. and engineering and information technology. Besides, the
book will also be useful to the postgraduate students of pro-
The text is primarily designed for the undergraduate duction and industrial engineering, computer applications,
students of mechanical engineering, production engineering, business administration, commerce, mathematics and statistics.
and industrial engineering. Besides students, practising CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 1RGTCVKQPU 4GUGCTEJ
engineers would also find the book useful. /QFGNU CPF &GEKUKQP/CMKPI .KPGCT 2TQITCOOKPI $CUKE
Concepts. Graphical Method. Simplex Method. Big M
KEY FEATURES /GVJQF&WCNKV[KP.KPGCT2TQITCOOKPI5GPUKVKXKV[#PCN[UKU
Ŗ #NCTIGPWODGTQHPWOGTKECNRTQDNGOU 4GXKUGF 5KORNGZ /GVJQF 6YQRJCUG 5KORNGZ /GVJQF &WCN
Ŗ 1RGPGPFGF QT U[PVJGUKUV[RG GZCORNGU YJGTGXGT 5KORNGZ /GVJQF +PVGIGT .KPGCT 2TQITCOOKPI $TCPEJ CPF
required $QWPF #NIQTKVJOU +PVGIGT .KPGCT 2TQITCOOKPI )QOQT[
Ŗ %JCRVGTGPFGZGTEKUGU %WVVKPI 2NCPG /GVJQF 6TCPURQTVCVKQP 2TQDNGO #UUKIPOGPV
/QFGN 0QPNKPGCT 2TQITCOOKPI %NCUUKECN 1RVKOK\CVKQP
CONTENTS: (QTGYQTF2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP 6GEJPKSWGU 0QPNKPGCT 2TQITCOOKPI YKVJ %QPUVTCKPVU
Simple and Compound Stress. Analysis of Stress and Strain. )TCRJKECN 5QNWVKQP 0QPNKPGCT 2TQITCOOKPI /WNVKXCTKCDNG
6JGQT[ QH (CKNWTG 'PGTI[ /GVJQFU &GHNGEVKQP QH $GCOU 1RVKOK\CVKQPYKVJ'SWCNKV[%QPUVTCKPVU.CITCPIG/WNVKRNKGTU
Curved Beam. Thin Cylinder and Sphere. Thick and /GVJQF 0QPNKPGCT 2TQITCOOKPI /WNVKXCTKCDNG 1RVKOK
\CVKQPYKVJ+PGSWCNKV[%QPUVTCKPVU-WJPŌ6WEMGT%QPFKVKQPU
%QORQWPF %[NKPFGT 7PU[OOGVTKECN $GPFKPI CPF 5JGCT
0QPNKPGCT 2TQITCOOKPI 3WCFTCVKE 2TQITCOOKPI CPF
%GPVTG %QNWOPU CPF 5VTWVU 5RTKPI 4QVCVKPI &KUEU CPF 5GRCTCDNG 2TQITCOOKPI 5GCTEJ /GVJQFU
0QPNKPGCT
%[NKPFGTU(KPKVG'NGOGPV/GVJQFCPFKVU#RRNKECVKQP7UKPI 2TQITCOOKPI  5GSWGPEKPI 4GRNCEGOGPV CPF %CRKVCN
#05;55QHVYCTG+PFGZ +PXGUVOGPV&GEKUKQPU+PXGPVQT[6JGQT[QH)COGU3WGWGKPI
6JGQT[
9CKVKPI .KPGU  0GVYQTM 2TQDNGOU 0GVYQTM
Latest Print 2012 / 408 pp. / 17.8 × 23.5 cm
6GEJPKSWGU %TKVKECN 2CVJ /GVJQF
%2/  CPF 2TQITCO
ISBN-978-81-203-4522-5 / C 350.00 'XCNWCVKQP CPF 4GXKGY 6GEJPKSWG
2'46  &[PCOKE
2TQITCOOKPI /QPVG %CTNQ 5KOWNCVKQP )GPGVKE #NIQTKVJOU
)GPGVKE2TQITCOOKPI#RRGPFKEGU+PFGZ
Latest Print 2012 / 608 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4634-5 / C 495.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 233 PHI Learning: Publications
ENGINEERING
Mechanical (O26+/+<#6+10)

Operations Operations
Research, Research
2nd ed.

R. PANNEERSELVAM,
2TQHGUUQT&GRCTVOGPVQH
/CPCIGOGPV5VWFKGU5EJQQN
QH/CPCIGOGPV2QPFKEJGTT[
7PKXGTUKV[2WFWEJGTT[

The second edition of this well-organized and compre- N.K. TIWARI, &KTGEVQT 5%12''PIKPGGTKPI%QNNGIG$JQRCN
hensive text continues to provide an in-depth coverage
/CFJ[C 2TCFGUJ #YKPPGTQHVJG/CFJ[C2TCFGUJ
of the theory and applications of operations research. It )QXGTPOGPVŏU;QWPI5EKGPVKUV#YCTF
emphasizes the role of operations research not only as an SHISHIR K. SHANDILYA, *GCF2QUVITCFWCVG&GRCTVOGPVQH
effective decision-making tool, but also as an essential %QORWVGT 5EKGPEG'PIKPGGTKPI04++PUVKVWVGQH+PHQTOCVKQP
productivity improvement tool to deal with real-world 5EKGPEG6GEJPQNQI[$JQRCN
management problems.
This edition includes new carefully designed numerical 2TKOCTKN[ KPVGPFGF HQT RQUVITCFWCVG UVWFGPVU QH OCPCIG
examples that help in understanding complex mathematical ment and computer applications, this book presents the
concepts better. The book is an easy read, explaining the theory and applications of operations research in an easy-to-
basics of operations research and discussing various optimi- read style. It introduces the readers to various models
zation techniques such as linear and non-linear pro- of operations research, such as transportation model,
gramming, dynamic programming, goal programming, assignment model, inventory model, queuing model,
parametric programming, integer programming, trans- replacement model, sequencing model, and integer
portation and assignment problems, inventory control, and programming model. The various methods to solve real-life
network techniques. It also gives a comprehensive account problems faced by managers are also fully analyzed.
of game theory, queueing theory, project management, 5GRCTCVG EJCRVGTU CTG FGXQVGF VQ .KPGCT 2TQITCOOKPI
replacement and maintenance analysis, and production &GEKUKQP 6JGQT[ )COG 6JGQT[ &[PCOKE 2TQITCOOKPI
scheduling. CPF 2TQLGEV /CPCIGOGPV YJKEJ ITGCVN[ JGNR VJG FGEKUKQP
NEW TO THIS EDITION making process.
Ŗ +PENWUKQP QH SWCPVKV[ FKUEQWPV OQFGNU HQT VTCPURQTVCVKQP The text features numerous fully worked-out examples,
problem.
a fairly large number of exercises, and end-of-chapter
Ŗ 7RFCVGFKPXGPVQT[EQPVTQNOQFGNCPFFGVCKNGFFKUEWUUKQP
theoretical questions which enhance the value of the text.
on application of dynamic programming in the fields of
cargo loading and single-machine scheduling. Besides postgraduate students of management (MBA),
Ŗ 0WOGTQWU PGY GZCORNGU VJCV GZRNCKP VJG QRGTCVKQPU computer applications (MCA), commerce, mathematics, and
research concepts better. statistics, students of engineering will also find this text
Ŗ 0GY SWGUVKQPU YKVJ EQORNGVG UQNWVKQPU VQ UGNGEVGF extremely useful.
problems.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU #P +PVTQFWEVKQP
This book, with its many student friendly features, would VQ 1RGTCVKQPU 4GUGCTEJ .KPGCT 2TQITCOOKPI 6TCPU
be eminently suitable as a text for students of engineering portation Model. Assignment Model. Decision Theory.
(mechanical, production and industrial engineering), )COG 6JGQT[ +PXGPVQT[ /QFGN 3WGWKPI /QFGN
management, mathematics, statistics, and postgraduate 4GRNCEGOGPV /QFGN &[PCOKE 2TQITCOOKPI 5GSWGPEG
students of commerce and computer applications (MCA). /QFGN 2TQLGEV /CPCIGOGPV +PVGIGT 2TQITCOOKPI
CONTENTS: 2TGHCEG 1XGTXKGY QH 1RGTCVKQPU 4GUGCTEJ Bibliography. Index.
.KPGCT 2TQITCOOKPI 6TCPURQTVCVKQP 2TQDNGO #UUKIPOGPV
Latest Print 2013 / 304 pp. / 17.8 × 23.5 cm
2TQDNGO 0GVYQTM 6GEJPKSWGU +PVGIGT 2TQITCOOKPI
+PXGPVQT[ %QPVTQN &[PCOKE 2TQITCOOKPI 3WGWGKPI ISBN-978-81-203-2966-9 / C 295.00
6JGQT[ 2TQLGEV /CPCIGOGPV &GEKUKQP 6JGQT[ )COG
6JGQT[4GRNCEGOGPVCPF/CKPVGPCPEG#PCN[UKU2TQFWEVKQP
5EJGFWNKPI )QCN 2TQITCOOKPI 2CTCOGVTKE .KPGCT 2TQITC
OOKPI 0QPNKPGCT 2TQITCOOKPI #RRGPFKZ 5WIIGUVGF
(WTVJGT4GCFKPI#PUYGTUVQ'ZGTEKUG3WGUVKQPU+PFGZ
Latest Print 2012 / 620 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2928-7 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 234
ENGINEERING
Mechanical (O26+/+<#6+10)

Operations Operations
Research Research:
Algorithms and
Applications

RATHINDRA P. SEN, 2TQHGUUQT


CPF*GCF&GRCTVOGPVQH
'EQPQOKEUKP/)-CUJK
8KF[CRGGVJ8CTCPCUK
NITA H. SHAH, 4GCFGT &GRCTVOGPVQH/CVJGOCVKEU)WLCTCV This text provides a sound foundation for understanding the
7PKXGTUKV[#JOGFCDCF concepts, theory and applications of operations research by
RAVI M. GOR, &GCP
#ECFGOKEU  5V-CDKT+PUVKVWVGQH integrating numerous examples. It covers all the relevant
2TQHGUUKQPCN 5VWFKGU#JOGFCDCF topics along with the recent developments in the field.
HARDIK SONI, .GEVWTGT%JKOCPDJCK2CVGN+PUVKVWVGQH The book begins with an overview of operations research
%QORWVGT#RRNKECVKQPU)WLCTCV7PKXGTUKV[#JOGFCDCF and then discusses the simplex method of optimization and
duality concept along with the deterministic models such as
This comprehensive book deals with the theoretical aspects post-optimality analysis, transportation and assignment
of operations research, and explains the concepts with models. While covering hybrid models of operations
practical examples. It begins by focusing on the need and TGUGCTEJVJGDQQMGNCDQTCVGU2'46
2TQITCOOG'XCNWCVKQP
prerequisites of operations research and moves on to discuss CPF 4GXKGY 6GEJPKSWG  %2/
%TKVKECN 2CVJ /GVJQF 
topics such as linear programming, integer programming, dynamic programming, inventory control models,
nonlinear programming, assignment problems, and simulation techniques and their applications in
inventory models in sufficient detail. Besides, this text also mathematical modelling and computer programming. It
explains how to achieve different goals in the order of explains the decision theory, game theory, queueing theory,
priority to optimize the objective function, various criteria of sequencing models, replacement and reliability problems,
decision making under certainty, uncertainty and risk, and information theory and Markov processes which are related
different techniques of analyzing the time involved in VQ UVQEJCUVKE OQFGNU (KPCNN[ VJKU YGNNQTICPK\GF DQQM
completing the project and the related cost. describes advanced deterministic models that include goal
programming, integer programming and non-linear
KEY FEATURES programming.
Ŗ )KXGU YGNNFGHKPGF CNIQTKVJOU VQ KNNWUVTCVG VJG FKHHGTGPV
techniques of operations research. CONTENTS: 2TGHCEG +PVTQFWEVKQP 2CTV + &GVGTOKPKUVKE
1RGTCVKQPU 4GUGCTEJ /QFGNUō.KPGCT 2TQITCOOKPI +
Ŗ +PXGPVQT[RTQDNGOUCTGFKUEWUUGFYKVJECNEWNWU
2TQDNGO (QTOWNCVKQP )TCRJKECN 5QNWVKQP CPF 6JG 5KORNGZ
Ŗ 2TQXKFGU YQTMGFQWV GZCORNGU KP GCEJ EJCRVGT VQ /GVJQF.KPGCT2TQITCOOKPI++&WCNKV[%QPEGRVCPF2QUV
illustrate the concepts discussed. 1RVKOCNKV[ #PCN[UKU .KPGCT 2TQITCOOKPI 'ZVGPUKQPU
This text is intended for the undergraduate and post- 6TCPURQTVCVKQP CPF #UUKIPOGPV /QFGNU 2CTV ++ *[DTKF
graduate students of Mathematics, Statistics, Engineering, 1RGTCVKQPU 4GUGCTEJ /QFGNUō2TQLGEV /CPCIGOGPV 2'46
and postgraduate students of Computer Applications and CPF %2/ &[PCOKE 2TQITCOOKPI 4GEWTUKXG 1RVKOK\CVKQP
Business Administration. In addition, practising executives, Inventory Control Models. Simulation Techniques and
consultants and managers will also find the book very Applications—Mathematical Modelling and Computer
useful. 2TQITCOOKPI 2CTV +++ 5VQEJCUVKE 1RGTCVKQPU 4GUGCTEJ
/QFGNUō&GEKUKQP 6JGQT[ )COG 6JGQT[ #P #PCN[UKU QH
CONTENTS: 2TGHCEG 9J[ 1RGTCVKQPU 4GUGCTEJ! 5VTCVGIKE+PVGTCEVKQP3WGWGKPI6JGQT[5GSWGPEKPI/QFGNU
2TGTGSWKUKVG HQT 1RGTCVKQPU 4GUGCTEJ .KPGCT 2TQITCOOKPI 4GRNCEGOGPV /CKPVGPCPEG CPF 4GNKCDKNKV[ 2TQDNGOU
+PVGIGT 2TQITCOOKPI )QCN 2TQITCOOKPI 0QPNKPGCT /CTMQX 2TQEGUUGU +PHQTOCVKQP 6JGQT[ 2CTV +8 #FXCPEGF
2TQITCOOKPI )GQOGVTKE 2TQITCOOKPI Transportation &GVGTOKPKUVKE 1RGTCVKQPU 4GUGCTEJ /QFGNUō)QCN
2TQDNGO#UUKIPOGPV2TQDNGO&GEKUKQP#PCN[UKU+PXGPVQT[ 2TQITCOOKPI +PVGIGT 2TQITCOOKPI 0QPNKPGCT
2TQDNGOU 3WGWKPI 6JGQT[ 4GRNCEGOGPV /QFGNU 2TQITCOOKPI #RRGPFKZ # #PUYGTU VQ 4GXKGY 2TQDNGOU
&[PCOKE 2TQITCOOKPI 2TQLGEV /CPCIGOGPV 5GSWGPEKPI #RRGPFKZ$5VCVKUVKECN6CDNGU$KDNKQITCRJ[+PFGZ
5KOWNCVKQP )COG 6JGQT[ #RRGPFKZ 5VCVKUVKECN 6CDNGU
Index. Latest Print 2012 / 800 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3930-9 / C 425.00
Latest Print 2011 / 576 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3128-0 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 235 PHI Learning: Publications


ENGINEERING
Mechanical (O26+/+<#6+10)

Operations Optimization for


Research: Principles Engineering Design:
and Applications, Algorithms and
2nd ed. Examples, 2nd ed.

G. SRINIVASAN, 2TQHGUUQT &GRCTVOGPVQH/CPCIGOGPV KALYANMOY DEB, &GRCTVOGPV QH/GEJCPKECN'PIKPGGTKPI


5VWFKGU+PFKCP+PUVKVWVGQH6GEJPQNQI[/CFTCU#OGODGTQHVJG +PFKCP +PUVKVWVG QH 6GEJPQNQI[ -CPRWT KU C NGCFKPI TGUGCTEJGT KP
5QEKGV[QH1RGTCVKQPU/CPCIGOGPV+PFKC VJG CTGCQHGXQNWVKQPCT[EQORWVCVKQPRCTVKEWNCTN[KPVJGCTGCQH
GXQNWVKQPCT[ OWNVKQDLGEVKXGQRVKOK\CVKQP
'/1 
This text, now in the Second Edition, continues to provide
students with a clear, well-structured and comprehensive This well-received book, now in its UGEQPFGFKVKQP, continues
treatment of the theory and applications of operations to provide a number of optimization algorithms which are
research. The methodology used is to first expose the commonly used in computer-aided engineering design. The
students to the fundamental concepts through a numerical book begins with simple single-variable optimization
illustration and then explain the underlying theory wherever techniques, and then goes on to give unconstrained and
required. The inclusion of a case study in each chapter of constrained optimization techniques in a step-by-step format
this second edition has made learning easier and more so that they can be coded in any user-specific computer
language. In addition to classical optimization methods, the
effective.
book also discusses Genetic Algorithms and Simulated
The book introduces the readers to various models of Annealing, which are widely used in engineering design
operations research, such as the transportation model, the problems because of their ability to find global optimum
assignment model, the inventory model, the queueing solutions.
theory and the integer programming model. The various The second edition adds several new topics of optimization
VGEJPKSWGU VQ UQNXG 14 RTQDNGOU HCEGF D[ OCPCIGTU CTG such as design and manufacturing, data fitting and
also discussed. Separate chapters are devoted to linear regression, inverse problems, scheduling and routing, data
programming, dynamic programming and quadratic progra- mining, intelligent system design, Lagrangian duality
mming which greatly help in the decision-making process. theory, and quadratic programming and its extension to
The text facilitates easy comprehension of topics by the sequential quadratic programming. It also extensively
UVWFGPVUFWGVQKPENWUKQPQH revises the linear programming algorithms section in the
Appendix. This edition also includes more number of
Ŗ 'ZCORNGUCPFUKVWCVKQPUHTQOVJG+PFKCPEQPVGZV exercise problems.
Ŗ 0WOGTQWU GZGTEKUG RTQDNGOU CTTCPIGF KP C ITCFGF
manner. The book is suitable for senior undergraduate/postgraduate
Ŗ #NCTIGPWODGTQHKNNWUVTCVKXGGZCORNGU students of mechanical, production and chemical
engineering. Students in other branches of engineering
The text is primarily intended for the postgraduate students offering optimization courses as well as designers and
of management, computer applications, commerce, decision-makers will also find the book useful.
mathematics and statistics. Besides, the undergraduate
students of mechanical engineering and industrial KEY FEATURES
engineering will find this book extremely useful. In addition, Ŗ #NIQTKVJOU CTG RTGUGPVGF KP C UVGRD[UVGR HQTOCV VQ
VJKUVGZVECPCNUQDGWUGFCUCTGHGTGPEGD[14CPCN[UVUCPF facilitate coding in a computer language.
operations managers. Ŗ 5CORNG EQORWVGT RTQITCOU KP (1464#0 CTG CRRGPFGF
for better comprehension.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU .KPGCT Ŗ 9QTMGFQWVGZCORNGUCTGKNNWUVTCVGFHQTGCU[WPFGTUVCPFKPI
2TQITCOOKPI (QTOWNCVKQPU .KPGCT 2TQITCOOKPIō Ŗ 6JG UCOG GZCORNG RTQDNGOU CTG UQNXGF YKVJ OQUV
Solutions. Duality and Sensitivity Analysis. Transportation algorithms for a comparative evaluation of the algorithms.
2TQDNGO #UUKIPOGPV 2TQDNGO #FXCPEGF .KPGCT
2TQITCOOKPI +PVGIGT 2TQITCOOKPI 0GVYQTM 2TQDNGOU CONTENTS: 2TGHCEG #EMPQYNGFIOGPVU +PVTQFWEVKQP
6TCXGNNKPI 5CNGUOCP CPF &KUVTKDWVKQP 2TQDNGOU &[PCOKE Single-variable Optimization Algorithms. Multivariable
2TQITCOOKPI $CUKE 3WGWGKPI /QFGNU 0QPNKPGCT Optimization Algorithms. Constrained Optimization
2TQITCOOKPI &GVGTOKPKUVKE +PXGPVQT[ /QFGNU #NIQTKVJOU 5RGEKCNK\GF #NIQTKVJOU 0QPVTCFKVKQPCN
Bibliography. Index. Optimization Algorithms. Appendix—ApLpeinnedairx
2TQITCOOKPI#NIQTKVJOU4GHGTGPEGU2TQDNGOU
Latest Print 2012 / 532 pp. / 17.8 × 23.5 cm
Latest Print 2013 / 440 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4208-8 / C 350.00
ISBN-978-81-203-4678-9 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 236
ENGINEERING
Mechanical (O26+/+<#6+10) Mechanical
241&7%6+10/I0&7564+#.)

Optimization Casting Technology


Methods for Optimization and Cast Alloys
Engineers Methods for
Engineers

N.V.S. RAJU

N.V.S. RAJU, 2TQHGUUQT CPF*GCF&GRCTVOGPVQH/GEJCPKECN A.K. CHAKRABARTI, (QTOGTN[ 2TQHGUUQT%5+4'OGTKVWU


'PIKPGGTKPI ,067*%QNNGIGQH'PIKPGGTKPI0CEJWRCNN[ 5EKGPVKUV /GVCNNWTIKECNCPF/CVGTKCNU'PIKPGGTKPI&GRCTVOGPV
-QFCICVVW-QFKOKCN/CPFCN-CTKOCPCICT#PFJTC2TCFGUJ +PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT

2TKOCTKN[FGUKIPGFCUCVGZVHQTVJGRQUVITCFWCVGUVWFGPVUQH This text emphasizes the underlying metallurgical principles


mechanical engineering and related branches, it provides an of casting technology so that the students can develop a
excellent introduction to optimization methods—the sound set of analytic skills, helpful in the development of
overview, the history, and the development. It is equally improved casting processes and products. The pictorial and
suitable for the undergraduate students for their electives.
diagrammatic support provided throughout reinforces the
The text then moves on to familiarize the student with the
clarity of the text for a thorough understanding of the metal
formulation of optimization problems, graphical solutions,
analytical methods of nonlinear optimization, classical casting concepts and technologies.
optimization techniques, single variable (one-dimensional) Besides comprehensive coverage of the casting processes
unconstrained optimization, multidimensional problems, and elaborate discussion of properties of cast irons, cast
constrained optimization, equality and inequality steels, and cast nonferrous alloys, the text also familiarizes
constraints. the students with the most recent developments in binder
With complexities of human life, the importance of systems, casting practices, solidification processing, metal
optimization techniques as a tool has increased manifold. filtration, metallurgy of cast alloys, alloy design, and energy
The application of optimization techniques creates an and environment management.
efficient, effective and a better life.
The book is primarily designed for degree and diploma
FEATURES students pursuing courses in metallurgical, mechanical,
Ŗ +PENWFGUPWOGTQWUKNNWUVTCVKQPUCPFWPUQNXGFRTQDNGOU and production engineering disciplines as well as
Ŗ %QPVCKPUWPKXGTUKV[SWGUVKQPU for candidates studying for Associate Membership
Ŗ &KUEWUUGUVJGVQRKEUYKVJUVGRD[UVGRRTQEGFWTGU 'ZCOKPCVKQPU
#/++/' #/+' )TCF ++(  +V YQWNF CNUQ
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU 1XGTXKGY QH benefit M.Tech./M.E. students specializing in foundry
1RVKOK\CVKQP 6GEJPKSWGU (QTOWNCVKQP QH 1RVKOK\CVKQP technology and allied disciplines.
2TQDNGOU5QNWVKQPUD[)TCRJKECN/GVJQFUHQT1RVKOK\CVKQP CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP
2TQDNGOU 0QPNKPGCT 2TQITCOOKPI 2TQDNGOU
%NCUUKECN Moulding Sand and Binders. Mould and Coremaking.
Optimization Techniques and Basic Concepts). Analytical
4WPPKPI CPF (GGFKPI QH %CUVKPIU %QOOQP 4WNGU HQT
1PGFKOGPUKQPCN
5KPING 8CTKCDNG  7PEQPUVTCKPGF
Optimization. Analytical Multidimensional (Multivariable) %CUVKPI &GUKIP /GNVKPI (WTPCEGU CPF 4GHTCEVQTKGU 5RGEKCN
7PEQPUVTCKPGF 1RVKOK\CVKQP #PCN[VKECN /WNVKFKOGPUKQPCN %CUVKPI 2TQEGUUGU %CUV +TQPU %CUV 5VGGNU %CUV 0QPHGTTQWU
Optimization with Equality Constraints. Analytical #NNQ[U %CUVKPI &GHGEVU CPF &GHGEV &KCIPQUKU D[ 0&6
Multidimensional Optimization with Inequality Constraints. Energy Conservation and Environment Control. Index.
0WOGTKECN /GVJQFU HQT 1PGFKOGPUKQPCN 0QPNKPGCT Latest Print 2011 / 284 pp. / 17.8 × 23.5 cm
2TQITCOOKPI 0WOGTKECN /GVJQFU HQT 7PEQPUVTCKPGF ISBN-978-81-203-2779-5 / C 195.00
1RVKOK\CVKQP QH /WNVKXCTKCVG 0QPNKPGCT 2TQITCOOKPI
2TQDNGO %QPUVTCKPGF 1RVKOK\CVKQP 6GEJPKSWGU HQT
0QPNKPGCT 2TQITCOOKPI 2TQDNGOU 2KXQVCN 4GFWEVKQP
/GVJQFHQT.KPGCT2TQITCOOKPI2TQDNGOU5KORNGZ/GVJQF
HQT.KPGCT2TQITCOOKPI2TQDNGOU4GIGPGTCE[CPF&WCNKV[
KP 5KORNGZ &[PCOKE 2TQITCOOKPI + &[PCOKE
2TQITCOOKPI++5KOWNCVKQP/QPVG%CTNQ5KOWNCVKQP+PFGZ
520 pp. (approx.) / 17.8 × 23.5 cm
ISBN-978-81-203-4744-1 / FORTHCOMING

24'06+%'*#..1(+0&+#2WDNKECVKQPU 237 PHI Learning: Publications


ENGINEERING
Mechanical
241&7%6+10/I0&7564+#.)

Computer-Aided Engineering
Analysis and Design Economics

R. PANNEERSELVAM, 2TQHGUUQT
&GRCTVOGPVQH/CPCIGOGPV5VWFKGU
5EJQQNQH/CPCIGOGPV2QPFKEJGTT[
7PKXGTUKV[2WFWEJGTT[

S. GHOSHAL, HQTOGTN[&GRCTVOGPVQH%KXKN'PIKPGGTKPI$KTNC Designed as a textbook for undergraduate students in


+PUVKVWVGQH6GEJPQNQI[CPF5EKGPEG2KNCPK various engineering disciplines—mechanical, civil and
industrial engineering—and for postgraduate students in
This book is extremely useful to engineering students who industrial engineering and water resource management, this
wish to increase their efficiency in the usage of computers as comprehensive and well-organized book shows how
a problem solving tool. The text shows how to equip oneself complex economic decisions can be made from a number of
with fundamental techniques of a good user-interface given alternatives. It provides the managers not only a
development, such as planning for screen management, sound basis but also a clear-cut approach to decision
usage of peripheral devices like mouse or pen plotter, simple making. These decisions will ultimately result in minimizing
and effective graphics tricks and a few basics of file costs and/or maximizing benefits to their organizations.
management. Simulation, Expert Systems, Analytical Tools What is more, the book adequately illustrates these
and DBMS are introduced and discussed with adequate approaches with numerical problems and +PFKCPECUGU
conceptual and software examples.
After giving an overview of the subject, the text discusses, in
KEY FEATURES a simple and easy-to-read style, such topics as interest
Ŗ 2TCEVKECNVKRUHQTUETGGPOCPCIGOGPVVQFGXGNQRCHTKGPFN[ formulas and their applications, methods like present worth
user-interface. method of comparison, future worth method, annual
equivalent method, rate of return method, and evaluation of
Ŗ +PVGTHCEKPI VGEJPKSWGU QH RGTKRJGTCN FGXKEGU UWEJ CU
public alternatives. Besides, it deals with depreciation,
/QWUG2TKPVGT%462NQVVGTGVE
KPHNCVKQP CFLWUVGF FGEKUKQPU CPF KPXGPVQT[ EQPVTQN (KPCNN[
Ŗ 5WDTQWVKPGU HQT OQWUG CPF RNQVVGT KPVGTHCEGU VJTQWIJ the book analyzes other important areas, for instance, make
serial ports and graphics techniques, like moving a cursor or buy decision, project management, value analysis/value
without erasing the background, rubber-band technique, engineering, and linear programming.
etc.
A distinguishing feature of the book is that it has an
Ŗ # EQORNGVG EJCRVGT QP UKOWNCVKQP C RQYGTHWN RTQDNGO
Appendix on interest tables for a wide range of interest
solving tool for engineers.
rates (0.25% – 50%) and for a period ranging from one year
Ŗ 5KORNGGPIKPGGTKPIGZCORNGUQP'ZRGTV5[UVGOUCPF #+ to 100 years. This book, which is profusely illustrated
Ŗ # EQORNGVG ECUG UVWF[ QH C HWNNNGPIVJ %##& RTQDNGO with worked-out examples and diagrams, should prove
involving real-time data acquisition, simulation, data- extremely useful not only as a textbook but also as a
processing, storing and presentation of results through reference for those offering courses in such management
screen, printer and plotter. areas as project management, production management and
Ŗ 'ZCORNGRTQITCOUKP%2CUECNCPF$CUKE financial management.

CONTENTS: 2TGHCEG +PVTQFWEVKQP 7UGT +PVGTHCEG 2GTK CONTENTS: 2TGHCEG +PVTQFWEVKQP 'NGOGPVCT[ 'EQPQOKE
RJGTCN &GXKEGU )TCRJKEU (KNG CPF &KTGEVQT[ /CPCIGOGPV #PCN[UKU+PVGTGUV(QTOWNCUCPF6JGKT#RRNKECVKQPU2TGUGPV
Simulation. Analytical Tools. Expert Systems. Data Base 9QTVJ /GVJQF QH %QORCTKUQP (WVWTG 9QTVJ /GVJQF
/CPCIGOGPV 5[UVGO # %CUG 5VWF[ #RRGPFKZ # # (GY #PPWCN 'SWKXCNGPV /GVJQF 4CVG QH 4GVWTP /GVJQF
2TQITCOOKPI CPF &GDWIIKPI 6KRU #RRGPFKZ $ 2TQLGEV 4GRNCEGOGPV CPF /CKPVGPCPEG #PCN[UKU &GRTGEKCVKQP
Bank. Bibliography. Index. 'XCNWCVKQP QH 2WDNKE #NVGTPCVKXGU +PHNCVKQP #FLWUVGF
&GEKUKQPU+PXGPVQT[%QPVTQN/CMGQT$W[&GEKUKQP2TQLGEV
Latest Print 1997 / 252 pp. / 17.8 × 23.5 cm Management. Value Analysis/Value Engineering. Linear
ISBN-81-203-1231-7 / C 125.00 2TQITCOOKPI 4GHGTGPEGU #RRGPFKZ ō +PVGTGUV 6CDNGU
Index.
Latest Print 2012 / 300 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-1743-7 / C 195.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 238
ENGINEERING
Mechanical
241&7%6+10/I0&7564+#.)

Finite Element Handbook of


Methods: Materials
Basic Concepts Management
and Applications
P. GOPALAKRISHNAN,
(QTOGTN[ 5GPKQT 2TQHGUUQT
#FOKPKUVTCVKXG 5VCHH %QNNGIG QH +PFKC
*[FGTCDCF

CHENNAKESAVA R. ALAVALA, 2TQHGUUQT &GRCTVOGPV This is an authoritative treatise, a complete guide and a
QH /GEJCPKECN'PIKPGGTKPI,CYCJCTNCN0GJTW6GEJPQNQIKECN reference book of materials management. It deals with all
7PKXGTUKV[*[FGTCDCF aspects of materials management including procurement,
inventory, warehousing, production logistics, inspection and
(KPKVG 'NGOGPV /GVJQFU HQTO CP KPFKURGPUCDNG RCTV QH
finance. Summaries in the form of A-Z points appear at
GPIKPGGTKPICPCN[UKUCPFFGUKIP6JGUVTGPIVJQH('/KUVJG
VJGGPFQHGCEJEJCRVGT2TQDCDN[VJGQPN[JCPFDQQMQPVJG
ease and elegance with which it handles the boundary
6QVCN/CVGTKCNU(WPEVKQPthis book is ideal for both practising
conditions. This compact and well-organized text presents a managers as well as students of Management and
EQORTGJGPUKXGCPCN[UKUQH(KPKVG'NGOGPV/GVJQFU
('/  Engineering.
The book gives a clear picture of structural, torsion, free- CONTENTS:2TGHCEG2CTV+9CTGJQWUKPI/CPCIGOGPVCPF
vibration, heat transfer and fluid flow problems. It also .QIKUVKEUō6JG 9CTGJQWUKPI (WPEVKQP 1TICPKUKPI VJG
provides detailed description of equations of equilibrium, 9CTGJQWUG .QECVKQP CPF .C[QWV 2J[UKECN #URGEVU QH
stress-strain relations, interpolation functions and element Warehousing. Safety Measures. Warehouse Operating
FGUKIP U[OOGVT[ CPF CRRNKECVKQPU QH ('/ 6JG VGZV KU C 5[UVGOU/CPCIGOGPVQH4GEGKRVUKP5VQTGU/CPCIGOGPVQH
synthesis of both the physical and the mathematical +PXGPVQT[ +UUWGU 9CTGJQWUKPI %QUVU .KPGCT 2TQITCOOKPI
characteristics of finite element methods. A question bank at for Warehousing. Stock Verification. Legal Aspects of
the end of each chapter comprises descriptive and objective 5VQTCIG $WUKPGUU .QIKUVKEU /CPCIGOGPV 2CTV ++ %QUV
type questions to drill the students in self-study. 4GFWEVKQP /GVJQFUō5VCVKUVKECN #KFU HQT &GOCPF #PCN[UKU
KEY FEATURES (QTGECUVKPI 2TKPEKRNGU %QFKHKECVKQP 5VCPFCTFKUCVKQP 6JG
.GCTPKPI %WTXG 8CNWG /CPCIGOGPV 4KIJV +PEQOKPI
Ŗ +PENWFGUUVGRD[UVGRRTQEGFWTGVQUQNXGV[RKECNRTQDNGOU 3WCNKV[ 9CUVG CPF 5ETCR %QPVTQN 4KIJV .GCF 6KOG 4KIJV
WUKPI#05;5® software. 2CEMCIKPI /CVGTKCNU *CPFNKPI /GEJCPKUGF *CPFNKPI
Ŗ )KXGUPWOGTKECNRTQDNGOUKP5+WPKVU Systems. Transportation Systems. Materials Intelligence
Ŗ 'NCDQTCVGUUJCRGTHWPEVKQPUHQTJKIJGTQTFGTGNGOGPVU System. Computers and Materials Management. Music-3D—
Ŗ (WTPKUJGU C NCTIG PWODGT QH YQTMGFQWV GZCORNGU CPF  4WNG 2CTV +++ +PXGPVQT[ %QPVTQNō+PXGPVQT[ $CUKEU
solved problems. 6CPFQP %QOOKVVGG CPF %JQTG )TQWR 0QTOU 4KIJV 1TFGT
This profusely illustrated, student-friendly text is intended 3WCPVKV[ 3WCPVKV[ CPF 2GTKQFKE +PXGPVQT[ 5[UVGOU
primarily for undergraduate students of Mechanical/ +PXGPVQT[CPF/42,WUVKP6KOG+PXGPVQT[9+2+PXGPVQT[
2TQFWEVKQP%KXKN CPF #GTQPCWVKECN 'PIKPGGTKPI $[ C (KPKUJGF )QQFU +PXGPVQT[ 5GCUQPCN +PXGPVQT[ 2TQLGEV
judicious selection of topics, it can also be profitably used by +PXGPVQT[ /CPCIGOGPV 5RCTG 2CTVU +PXGPVQT[ 1DUQNGVG
postgraduate students of these disciplines. In addition, +PXGPVQT[ +PXGPVQT[ 5KOWNCVKQP 2CTV +8 2WTEJCUKPI
practising engineers and scientists should find it very useful 5VTCVGIKGUō2TQEWTGOGPV5VTCVGIKGU4KIJV5QWTEGQH5WRRN[
besides students preparing for competitive exams. $W[GT8GPFQT4GNCVKQPU5WRRNKGT'XCNWCVKQP4KIJV2TKEKPI
Governmental Buying. Capital Equipment Buying. Contract
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU Introduction. /CPCIGOGPV .GICN #URGEVU (QTGKIP 2WTEJCUG +PFKIGPK
(KPKVG 'NGOGPV /QFGNNKPI 1PG &KOGPUKQPCN $CT 'NGOGPVU UCVKQP #TV QH 0GIQVKCVKQPU 2CTV 8 /CVGTKCNU /CPCIGOGPV
2NCPG 6TWUU 'NGOGPVU 2NCPG $GCO 'NGOGPVU 2NCPG (TCOG 2QNKE[ō/CVGTKCNU7UGT +PVGTHCEG /CVGTKCNU(KPCPEG
'NGOGPVU 2NCPG 5VTGUU CPF 2NCPG 5VTCKP 2TQDNGOU .KPGCT Interface. Make-Buy Decisions. Equipment Leasing.
Triangular Elements. Isoparametrization Two Dimensional +PUWTCPEG /CPCIGOGPV %NCKOU /CPCIGOGPV 2TKEKPI QH
'NGOGPVU 0WOGTKECN +PVGITCVKQP #ZKU[OOGVTKE 'NGOGPVU +UUWGU CPF 5VQEM 8CNWCVKQP /CVGTKCNU #WFKV *WOCP
6JTGG&KOGPUKQPCN5VTGUU#PCN[UKU(TGG8KDTCVKQP#PCN[UKU Aspects of Materials Management. Communication and
4GXKGY3WGUVKQPU6QTUKQP#PCN[UKU*GCV6TCPUHGT#PCN[UKU /CVGTKCNU/CPCIGOGPV4GRQTVKPIQH/CVGTKCNU/CPCIGOGPV
(NWKF (NQY #PCN[UKU 'TTQT #PCN[UKU 5QNWVKQP QH (' #EVKXKVKGU 2TQHGUUKQPCN 'VJKEU 'XCNWCVKQP QH /CVGTKCNU
'SWCVKQPU 2QUVRTQEGUUKPI #RRGPFKZ /CVTKZ #NIGDTC /CPCIGOGPV 2CTV 8+ +PVGITCVGF 2QNKE[ %CUGō)CPCRCVJ[
Bibliography. Index. 4CO2GVTQEJGOKECNU(WTVJGT4GCFKPI+PFGZ
Latest Print 2011 / 408 pp. / 17.8 × 23.5 cm Latest Print 2012 / 468 pp. / 15.3 × 22.9 cm
ISBN-978-81-203-3584-4 / C 325.00 ISBN-978-81-203-0709-4 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 239 PHI Learning: Publications


ENGINEERING
Mechanical
241&7%6+10/I0&7564+#.)

Heat Treatment: Metal Casting:


Principles and Computer-Aided
Techniques, Design and Analysis
2nd ed.

T.V. RAJAN, C.P. SHARMA and ASHOK SHARMA B. RAVI, #UUQEKCVG2TQHGUUQTQH/GEJCPKECN'PIKPGGTKPI+PFKCP


CNN QH&GRCTVOGPVQH/GVCNNWTIKECNCPF/CVGTKCNU'PIKPGGTKPI +PUVKVWVGQH6GEJPQNQI[$QODC[
/CNXK[C0CVKQPCN+PUVKVWVGQH6GEJPQNQI[,CKRWT
This book presents a scientific approach to metal casting
The study of heat treatment has assumed great significance FGUKIP CPF CPCN[UKU UWRRQTVGF D[ UQHVYCTG VQQNU 7PNKMG
because of the vital role heat treatment plays in achieving other books in metal casting focused only on the process
the designed characteristics in a given material. This MPQYJQY, this book uncovers the MPQYYJ[ as well. Besides
comprehensive and well-organized text skillfully blends the serving the needs of students of mechanical, production and
theoretical and practical aspects of heat treatment. It metallurgical engineering, this book is equally meant to
discusses, in rich detail, about heat treatment of commercial benefit practicing engineers involved or interested in casting
steels, cast irons and non-ferrous metals and alloys. The development, including product designers, tool-makers,
book also offers an in-depth analysis of topics such as nature foundry engineers, supply chain managers, engineering
of metals and alloys; principles of heat treatment of steels; consultants, researchers, and software developers. The
heat treatment processes; possible defects, causes and theory discussed in the book is applicable to all types of
remedies in heat treatment; and inspection and quality ECUVKPIU HGTTQWU CPF PQPHGTTQWU RTQFWEGF KP UCPF CPF
control in heat treatment. metal moulds.
This second edition of the successful text has gone through
By gaining a better understanding of the theory and logic
considerable modification on the basis of responses received.
involved through creating, analysing and optimizing virtual
Additional figures have been added for greater clarity
ECUVKPIUVJGTGCFGTUYKNNNGCTPJQYVQ
and understanding. Multiple choice questions and other
pedagogically arranged questions help students to assess Ŗ &GUKIP RTQEGUUHTKGPFN[ ECUV RTQFWEVU NGCFKPI
their subject knowledge. to shorter development time
Designed primarily as a text for undergraduate and Ŗ /CPWHCEVWTG CUUWTGF SWCNKV[ ECUVKPIU NGCFKPI VQ HGYGT
postgraduate students of Metallurgy, the book is also useful rejections and ‘surprises’
for undergraduate students of mechanical, production, and Ŗ /CPCIG OCVGTKCN CPF GPGTI[ WVKNK\CVKQP NGCFKPI
chemical engineering. Besides, it meets the requirements of to higher yield and lower costs.
students of AMIE/AMIIM, and of diploma level courses in
OGVCNNWTIKECNCPFOGEJCPKECNGPIKPGGTKPI(WTVJGTOQTGVJG CONTENTS: 2TGHCEG /GVCN %CUVKPIō1XGTXKGY 5QNKF
book can serve as an invaluable reference for practising /QFGNNKPI QH %CUVKPIU 2CVVGTP /QWNF CPF %QTG &GUKIP
engineers. (GGFGT &GUKIP CPF #PCN[UKU )CVKPI &GUKIP CPF #PCN[UKU
2TQEGUU 2NCPPKPI CPF %QUVKPI &GUKIP HQT %CUVCDKNKV[
CONTENTS:(QTGYQTF2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP Appendices. Index.
+PVTQFWEVKQP 0CVWTG QH /GVCNU CPF #NNQ[U +TQP%GOGPVKVG
2JCUG&KCITCO2TKPEKRNGUQH*GCV6TGCVOGPVQH5VGGNU*GCV Latest Print 2011 / 168 pp. / 17.8 × 23.5 cm
6TGCVOGPV 2TQEGUUGU HQT 5VGGNU *CTFGPCDKNKV[ 3WGPEJCPVU ISBN-978-81-203-2726-9 / C 195.00
%JGOKECN *GCV 6TGCVOGPV QH 5VGGNU 5WTHCEG *CTFGPKPI
6JGTOQOGEJCPKECN6TGCVOGPV*GCV6TGCVOGPV(WTPCEGUCPF
Atmospheres. Temperature Measurement and Control.
2QUUKDNG &GHGEVU %CWUGU CPF 4GOGFKGU KP *GCV 6TGCVOGPV
*GCV 6TGCVOGPV QH %QOOGTEKCN 5VGGNU %CUV +TQPU CPF 6JGKT
*GCV6TGCVOGPV*GCV6TGCVOGPVQH0QP(GTTQWU/GVCNUCPF
#NNQ[U +PURGEVKQP CPF 3WCNKV[ %QPVTQN KP *GCV 6TGCVOGPV
/CVGTKCNU 6GUVKPI 'PGTI[ 'EQPQO[ KP *GCV 6TGCVOGPV
Appendices. Bibliography. Index.
Latest Print 2012 / 408 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4095-4 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 240
ENGINEERING
Mechanical
241&7%6+10/I0&7564+#.)

Operations Operations
Management and Management:
Productivity A Quantitative
Techniques Approach
P.N. MUKHERJEE, *GCFQHVJG P.B. MAHAPATRA, 2TQHGUUQT
&GRCTVOGPVQH1RGTCVKQPU CPF*GCFQHVJG&GRCTVOGPVQH
/CPCIGOGPVCVVJG0CTUGG/QPLGG /GEJCPKECN'PIKPGGTKPICVVJG
+PUVKVWVGQH/CPCIGOGPV5VWFKGU 2WPLCD 'PIKPGGTKPI%QNNGIG

&GGOGF7PKXGTUKV[ /WODCK %JCPFKICTJ


T.T. KACHWALA, *GCFQHVJG&GRCTVOGPVQH&GEKUKQP5EKGPEG This text is an extensively revised and a thoroughly expanded
CV 0CTUGG/QPLGG+PUVKVWVGQH/CPCIGOGPV5VWFKGU
&GGOGF version of the author’s earlier book entitled %QORWVGT#KFGF
7PKXGTUKV[  /WODCK 2TQFWEVKQP /CPCIGOGPV. It is specially designed to suit the latest
U[NNCDK QH EQWTUGU QP 2TQFWEVKQP1RGTCVKQPU /CPCIGOGPV
The concept of Operations Management is universally offered by various universities to the undergraduate students of
CRRNKECDNG VQ CNN HWPEVKQPU KPENWFKPI 2TQFWEVKQP /CVGTKCNU /GEJCPKECN 'PIKPGGTKPI 2TQFWEVKQP 'PIKPGGTKPI CPF +PFWUVTKCN
*WOCP 4GUQWTEGU /CTMGVKPI .QIKUVKEU CPF 5WRRN[ %JCKP Engineering as well as students of Master of Business
Management. Operations Management is an effective #FOKPKUVTCVKQP
/$# URGEKCNK\KPIKP2TQFWEVKQPCPF1RGTCVKQPU
and efficient way of carrying out a business process Management stream.
(manufacturing or service sector) aimed at maximization of The book offers a balanced coverage of the fundamental
%WUVQOGT 5CVKUHCEVKQP CPF 4GVWTP 1P +PXGUVOGPV 6JG principles of OCPCIKPI QRGTCVKQPU and the quantitative techniques
used to support the functions of operations management. There
concept of productivity implies effectiveness and efficiency are many worked-out examples in each chapter to enable
in individual and organizational performance, reflected in students to comprehend the quantitative material of the book.
the creation of surplus through productive operations. The text is divided into two parts. Techniques of operations
This book provides readers with an easy-to-understand research such as linear programming, transportation assignment
treatment of all aspects of Operations Management and models, dynamic optimization and waiting line models are
explains the expanded coverage of the role of Operations FKUEWUUGFKP2CTV+6JGUGVQRKEUUGTXGCURTGTGSWKUKVGUHQTUQNXKPI
Management in the organization. Manufacturing and service RTQDNGOU KP 1RGTCVKQPU /CPCIGOGPV FKUEWUUGF KP 2CTV ++ 5QOG
generic classes with functions for array and matrix manipulation,
operations are given equal treatment. analysis of queuing models and evaluation of probability
While focusing on the basic principles and core operations in for some standard distributions have been defined and
a straightforward and well structured style, the book used throughout for writing programs for diverse managerial
provides students with an understanding of managing applications.
QRGTCVKQPUGHHGEVKXGN[CPFGHHKEKGPVN[KPVJGHQNNQYKPICTGCU 2CTV ++ KU FGXQVGF VQ C FGVCKNGF FKUEWUUKQP QH OCPCIGOGPV
HWPEVKQPUUWEJCU2TQFWEV&GUKIPCPF&GXGNQROGPV(QTGECUVKPI
Ŗ 6QVCN 3WCNKV[ /CPCIGOGPV Ŗ 5VCVKUVKECN 2TQEGUU %QPVTQN %CRCEKV[ #PCN[UKU 2NCPV .C[QWV #UUGODN[ .KPG $CNCPEKPI
Ŗ 6QVCN 2TQFWEVKXG /CPCIGOGPV Ŗ 5GTXKEG 3WCNKV[ +PXGPVQT[ %QPVTQN /CVGTKCNU 4GSWKTGOGPV 2NCPPKPI 2TQFWEVKQP
/CPCIGOGPV Ŗ 5WRRN[ %JCKP /CPCIGOGPV Ŗ +PXGPVQT[ 5EJGFWNKPI 3WCNKV[ %QPVTQN 6QVCN 3WCNKV[ /CPCIGOGPV ,WUV
Management KP 6KOG
,+6  5WRRN[ %JCKP /CPCIGOGPV /CKPVGPCPEG
Written for MBA students as well as for B.Tech. students in Management and Six Sigma. Small computer programs have been
given wherever required for solving practical problems. The
/GEJCPKECN2TQFWEVKQP+PFWUVTKCN GPIKPGGTKPI VJKU DQQM functions developed in generic base classes have been used to
covers the curriculum of different universities for a course in take advantage of source code reusability offered by Object
Operations Management. 1TKGPVGF2TQITCOOKPI
% 
CONTENTS: 2TGHCEG 1RGTCVKQPU /CPCIGOGPV (CEKNKVKGU The book provides a solid and comprehensive introduction to the
2NCPPKPI 2NCPV .QECVKQP 2NCPV .C[QWV CPF /CVGTKCN core tasks of operations management with practical guidance on
*CPFNKPI *QNKUVKE /CPCIGOGPV 2TCEVKEG HQT 9QTNF%NCUU how to solve problems through computer programming.
2GTHQTOCPEG CPF .GCFGTUJKR 3WCNKV[ CPF +VU &GHKPKVKQPU CONTENTS: 2TGHCEG /CPCIGOGPV QH 2TQFWEVKQP 5[UVGOU
%QPEGRVU CPF (GCVWTGU 5VCVKUVKECN 2TQEGUU %QPVTQN 2#46 +ō.KPGCT 2TQITCOOKPI 6TCPURQTVCVKQP CPF #UUKIPOGPV
Models. Dynamic Optimization Models. Waiting Lines Models.
2TQFWEVKQP 2NCPPKPI %QPVTQN CPF 5EJGFWNKPI 2TQFWEVKXKV[ 2#46 ++ō2TQFWEV &GUKIP CPF &GXGNQROGPV (QTGECUVKPI
Improvement Techniques. Work Study. World-Class Manu- %CRCEKV[ #PCN[UKU (CEKNKV[ .QECVKQP CPF .C[QWV $CNCPEKPI QH
facturing Technique. Supply Chain Management. Service #UUGODN[ .KPGU 2TQLGEV /CPCIGOGPV +PXGPVQT[ %QPVTQN
3WCNKV[5GTXKEG3WCNKV[4GUGCTEJCPF5WDLGEV&GXGNQROGPV &[PCOKE +PXGPVQT[ /QFGNU /CVGTKCNU 4GSWKTGOGPV 2NCPPKPI
Theory of Constraints (TOC). Basic Inventory Concepts. ,WUV +P 6KOG
,+6  5WRRN[ %JCKP /CPCIGOGPV 2TQFWEVKQP
/CPCIKPI/CVGTKCN(NQY(QTGECUVKPI/GVJQFU+PVTQFWEVKQP Scheduling and Sequencing. Maintenance Management. Control
VQ1RGTCVKQPU4GUGCTEJ#RRGPFKZ4GHGTGPEGU+PFGZ QH 3WCNKV[ 6QVCN 3WCNKV[ /CPCIGOGPV 5KZ 5KIOC 5[UVGO
Simulator. Appendices. Index.
Latest Print 2009 / 432 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3602-5 / C 325.00 Latest Print 2010 / 640 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3926-2 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 241 PHI Learning: Publications
ENGINEERING
Mechanical
241&7%6+10/I0&7564+#.)

Process Control: Product Design:


Concepts, Dynamics Creativity,
and Applications Concepts and
Usability
S.K. SINGH, *GCF/CKPVGPCPEG
5GTXKEGU)TQWR
'NGEVTKECN CPF
6GNGEQOOWPKECVKQP 6CVC5VGGN
.KOKVGF,COUJGFRWT

2TQEGUU EQPVTQN C UWDFKUEKRNKPG QH CWVQOCVKE EQPVTQN PRASHANT KUMAR, 2TQHGUUQT 'OGTKVWU&GRCTVOGPVQH
involves tailoring methods for the efficient operation of /GEJCPKECN'PIKPGGTKPI%QNNGIGQH'PIKPGGTKPI2WPG
KPFWUVTKCN RTQEGUUGU 2TQRGT CRRNKECVKQP QH RTQEGUU EQPVTQN
improves the safety and profitability of a process, while This book presents a well-organized structure for learning
maintaining consistently high product quality. the process of designing a product. Creativity and Concepts
This book is a comprehensive introduction to the vast and are the two major elements of product design emphasized in
important field of control systems. The text introduces the VJGDQQM7UCDKNKV[KUCNUQUVTGUUGFCUCPKORQTVCPVCURGEVQH
theory of automatic control and its applications to the product design because it is advantageous to know the
chemical process industries with emphasis on topics that are requirements of the users and their expectations.
of use to the process control engineers and specialists. It also
The book extensively describes the concept of problem
covers the advanced control strategies and its practical
implementation with an excellent balance of theoretical HQTOWNCVKQP VJTQWIJ WUGT EGPVTGF FGUKIP
7%&  UWTXG[
concepts and engineering practice. need statements and major requirements, and specifications
and constraints. It also addresses the concept of idea
KEY FEATURES generation of a formulated problem with the help of an idea-
Ŗ 'ZVGPUKXG EQXGTCIG QH VQRKEU UWEJ CU (GGFDCEM EQPVTQN rack and optimization through configuration exploration.
Modelling, Controller design, and response analysis and The text explains several other concepts of product design,
stability criterion per evaluating robustness of control such as product life cycle, design phases, simplicity, richness
systems. and complexity, uncoupled and decoupled designs, risk
Ŗ .CTIGPWODGTQHKNNWUVTCVKXGHKIWTGUCPFUQNXGFGZCORNGU
management, synthesis and analysis, interdisciplinary
at the end of the chapters.
approach, and flexibility.
Ŗ 'ZVGPUKXGUGVQHTGXKGYSWGUVKQPUCPF self-check quizzes
with answers at the end of each chapter. The book is eminently suitable for the students of
Ŗ %CUG UVWFKGU HQT DTKFIKPI VJG ICR DGVYGGP VJGQTGVKECN mechanical engineering, besides being useful to students of
learning and practical implementation. all engineering disciplines. Academics will find this text
Designed to serve as a textbook for both undergraduate and useful for the introduction of an interdisciplinary course on
postgraduate students of chemical engineering, this book product design either at the senior undergraduate degree
will also be useful for mechanical, instrumentation and level or at the postgraduate level.
electrical engineers who help design process control
systems. KEY FEATURES
Ŗ /CP[GZCORNGUQHRTQFWEVUHTQOFC[VQFC[NKHG
CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU
2CTV + 2TQEGUU %QPVTQN %QPEGRVUō+PVTQFWEVKQP VQ 2TQEGUU Ŗ %QPEGRVGZRNCPCVKQPWUKPIECUGUVWFKGUCPFCPGEFQVGU
%QPVTQN 5[UVGOU 2TQEGUU %QPVTQN /QFGNNKPI (GGFDCEM Ŗ &KUEWUUKQPU QP RJKNQUQRJKECN ETGCVKXG CPF EQPEGRVWCN
%QPVTQN 5[UVGO 2CTV ++ 2TQEGUU %QPVTQN &[PCOKEU CPF aspects of design process.
&GUKIPō4GURQPUG#PCN[UKUQH%QPVTQN5[UVGOCPF5VCDKNKV[ CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU &GUKIP CU C
%TKVGTKQP &GUKIP QH 2TQEGUU %QPVTQN 5[UVGOU &KUEKRNKPG 2TQFWEV .KHG %[ENG &GUKIP 2JCUGU (QTOWNCVKQP
2CTV +++ #FXCPEGF 2TQEGUU %QPVTQNō#FXCPEGF 2TQEGUU
2CTV  7UGT %GPVTGF &GUKIP 5WTXG[ (QTOWNCVKQP 2CTV 
%QPVTQN 5VTCVGIKGU 2CTV +8 %QORWVGT$CUGF %QPVTQNō
0GGF5VCVGOGPVCPF/CLQT4GSWKTGOGPVU(QTOWNCVKQP2CTV
%QORWVGT#KFGF 2TQEGUU %QPVTQN %QORWVGT *CTFYCTG HQT
2TQEGUU %QPVTQN %QORWVGT 5QHVYCTG HQT 2TQEGUU %QPVTQN 3 Specifications and Constraints. Idea-rack. Optimization
/KETQEQORWVGT$CUGF 2TQEGUU %QPVTQNō# 2TQITCOOCDNG 6JTQWIJ %QPHKIWTCVKQP 'ZRNQTCVKQP 7UCDKNKV[ %QPUKFGT
.QIKE %QPVTQNNGT
2.%  /KETQEQORWVGT$CUGF 2TQEGUU CVKQPU 5KORNKEKV[ %QORNGZKV[ CPF 4KEJPGUU &GEKUKQP
%QPVTQNō#&KUVTKDWVGF%QPVTQN5[UVGO
&%5 2CTV8%CUG /CMKPI 7PEQWRNGF &GEQWRNGF CPF %QWRNGF &GUKIPU
5VWFKGUō2TQEGUU %QPVTQN %CUG 5VWF[ $KDNKQITCRJ[ 2TQFWEVUQH5VCVKECPF&[PCOKE5QEKGVKGU5WKVCDNG.KHG5V[NG
#PUYGTUVQ5GNH%JGEM3WK\\GU+PFGZ 4GHGTGPEGUCPF5WIIGUVGF4GCFKPI+PFGZ
Latest Print 2012 / 748 pp. / 17.8 × 23.5 cm Latest Print 2012 / 332 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3678-0 / C 450.00 ISBN-978-81-203-4427-3 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 242
ENGINEERING
Mechanical
241&7%6+10/I0&7564+#.)

Product Design and Production Planning


Manufacturing, and Control: Text
5th ed. and Cases, 2nd ed.
A.K. CHITALE, HQTOGT&KTGEVQT
CPF#ECFGOKE#FXKUQT)QXKPFTCO S.K. MUKHOPADHYAY,
5GMUCTKC+PUVKVWVGQH/CPCIGOGPV HQTOGTN[ 2TQHGUUQT0CVKQPCN
CPF4GUGCTEJ+PFQTG +PUVKVWVGQH+PFWUVTKCN
R.C. GUPTA, 2TQHGUUQTCPF*GCF 'PIKPGGTKPI /WODCK
&GRCTVOGPVQH+PFWUVTKCNCPF
2TQFWEVKQP'PIKPGGTKPI5)5+65
This well-established and widely adopted text, now in its This comprehensive and up-to-date text, now in its Second
(KHVJ 'FKVKQP EQPVKPWGU VQ RTQXKFG C EQORTGJGPUKXG Edition, describes how the latest techniques in production
coverage of the morphology of the design process. It gives a planning and control are applied to contemporary industrial
holistic view of product design, which has inputs setups so as to meet the ever-increasing demands on
from diverse fields such as aesthetics, strength analysis, industrial organizations for better quality of services, faster
production design, ergonomics, reliability and quality,
Taguchi methods and quality with six sigma, and computer delivery of products and for adapting to the rapid changes
applications. The text discusses the importance and taking place in the industrial scenario. With the demands in
objectives of design for environment, and describes the the industrial arena increasingly tending to be lumpy, the
various approaches by which a modern, environment- most effective strategy for planning and controlling
conscious designer goes about the task of design for production processes cannot be a static, preconceived one.
environment. Many examples have been provided to
illustrate the concepts discussed. Instead, it is one that is flexible and is capable of adapting to
the erratic changes in demand patterns. Evolving such a
NEW TO THIS EDITION
strategy requires more of practical skill than mere theoretical
Ŗ +PENWFGU UGEVKQPU QP YGNFKPI RTQEGUUGU OGVCN EWVVKPI
theory, microfinishing operations, workplace layout from knowledge of the subject.
ergonomics considerations, noise, heating and ventilating This book explores the demands of the present day
and lighting. industrial environment and the techniques for addressing
Ŗ )KXGU 4GXKGY 3WGUVKQPU at the end of each chapter, with
hints and solutions to some questions. these demands through a number of case studies drawn
Ŗ &KUEWUUGUXCTKQWUV[RGUQHOQFGNUWUGFD[FGUKIPGTU from Indian industries. The efficacy of various planning
Designed primarily as a text for courses in mechanical strategies, the methods for implementing them, and their
engineering, production engineering, and industrial design suitability for different industries have been clearly
and management, the book should also prove very handy explained in relation to these cases. While the essentials of
for practising engineers. theory have been covered in a simple and straightforward
KEY FEATURES style, the stress is on developing the practical skills required
Ŗ 2TQXKFGU EQPEGRVU HTQO OCVGTKCN UEKGPEG YJKEJ KPENWFG to tackle the unpredictable problems and the unforeseen
inputs on ceramics, rubber, polymers and other materials demands that pose a formidable challenge to modern
to make the design idea physically realizable.
Ŗ 7UGU VJG OQFGTP %QPEWTTGPV &GUKIP EQPEGRV VQ UCVKUH[ industries. The book places as much emphasis on the
diverse groups/areas such as marketing, vendors, principles of heuristic techniques as on the systematic
production, and quality assurance. approach to production planning.
Ŗ %QPUKFGTU VJG WUG QH EQORWVGTU YJKNG CPCN[\KPI OQFGTP
techniques of prototyping, simulation of product and its This book would serve as a useful textbook to post-graduate
WUG +PVTQFWEGU #+ TQDQVU #)8 2.% CPF #545 KP students of management as well as undergraduate students
manufacturing automation. of industrial engineering. It will be equally useful to the
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 2TQFWEV &GUKIP teaching community and the practicing professionals.
#UKOQYŏU /QFGN 2TQFWEV &GUKIP 2TCEVKEG CPF +PFWUVT[
5VTGPIVJ %QPUKFGTCVKQP KP 2TQFWEV &GUKIP &GUKIP HQT CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
5VKHHPGUU CPF 4KIKFKV[ 2TQFWEVKQP 2TQEGUUGU &GUKIP HQT #EMPQYNGFIGOGPVU (CEKNKVKGU .QECVKQP CPF .C[QWV
2TQFWEVKQPō/GVCN 2CTVU /CVGTKCN 2TQEGUUKPI QH 2NCUVKEU (QTGECUVKPI #IITGICVG 2NCPPKPI &KUCIITGICVKQP %CRCEKV[
4WDDGT )NCUU CPF %GTCOKEU &GUKIPKPI YKVJ 2NCUVKEU /CPCIGOGPV .QV 5K\KPI 4WNGU 5EJGFWNKPI &GEKUKQP 4WNGU
4WDDGT %GTCOKEU CPF 9QQF 1RVKOK\CVKQP KP &GUKIP %CUGU CPF 'ZCORNGU 3WCNKV[ '42 YKVJ 5#2 4
'EQPQOKE (CEVQTU +PHNWGPEKPI &GUKIP *WOCP 'PIKPGGTKPI
%QPUKFGTCVKQPU KP 2TQFWEV &GUKIP 8CNWG 'PIKPGGTKPI CPF 4GHGTGPEGU5WIIGUVGF(WTVJGT4GCFKPI+PFGZ
2TQFWEV &GUKIP 4QNG QH %QORWVGT KP 2TQFWEV &GUKIP Latest Print 2011 / 392 pp. / 16.0 × 24.1 cm
Manufacturing and Management. Modern Approaches to ISBN-978-81-203-3118-1 / C 275.00
2TQFWEV &GUKIP 3WCNKV[ #UUWTCPEG KP 2TQFWEV &GUKIP CPF
/CPWHCEVWTKPI 0GY 2TQFWEV &GXGNQROGPV CPF 2TQFWEV
/CPCIGOGPV2TQFWEV&GUKIPHQT'PXKTQPOGPV+PFGZ
Latest Print 2012 / 568 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4282-8 / C 350.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 243 PHI Learning: Publications
ENGINEERING
Mechanical
241&7%6+10/I0&7564+#.)

Project Management: Technology of Metal


A Life Cycle Approach Forming Processes

ARUN KANDA, 2TQHGUUQTQH SURENDER KUMAR, 2TQHGUUQT


+PFWUVTKCN 'PIKPGGTKPI/GEJCPKECN CPF*GCF&GRCTVOGPVQH
'PIKPGGTKPI&GRCTVOGPV 2TQFWEVKQP 'PIKPGGTKPI
++6&GNJK $KTNC+PUVKVWVGQH6GEJPQNQI[
4CPEJK

2TQLGEVOCPCIGOGPVKUCLWFKEKQWUN[RNCPPGFCPFQTICPK\GF This comprehensive text presents the subject of metal-


effort to accomplish a specific project within a time frame. working by offering a clear account of the theory and
This book is designed for undergraduate and postgraduate applications of metal forming processes relevant to
students of mechanical engineering, industrial engineering, engineering practice. It is designed to serve as a textbook for
production engineering, management studies as well as undergraduate and postgraduate students of mechanical
working professionals who wish to have an insight into the engineering, production engineering, industrial engineering,
entire life cycle decisions related to a project. and metallurgical engineering.
The first seven chapters are devoted to basic concepts to
This book on project management looks at the decisions to equip the students with the background material on
be made during the various phases of the project process, mechanics, material sciences and to provide them with a
examines systematic methodologies and models that help sound foundation in the theory of plasticity. In addition, the
in the decision making, and provides interpretation of importance of friction and lubrication in metal forming
results obtained from various models so that they may be processes is adequately highlighted. In the next nine
intelligently adopted by a practical project manager in the chapters the reader is exposed to a richly detailed discussion
successful implementation of any project. This book offers of specific forming processes (including the lubricated metal
UQOGVJKPIHQTGCEJQHVJGHQNNQYKPIECVGIQTKGUQHTGCFGTU forming processes) and new and powerful techniques are
presented (load bounding and slip line field) for solving
(QTVJGUVWFGPV+VRTQXKFGUCVTGCVOGPVQHVJGHWPFCOGPVCNU engineering problems in metal forming. The book then
of project management, stressing the underlying theory and moves on to forming of polymers and also covers metal
assumptions for the various decisions to be made in the powder preforms, highlighting recent developments.
entire life cycle. There are examples and practice problems
In the concluding portions of the book, the important factors
to illustrate the concepts.
such as force, power requirements, formability and
(QT VJGRTCEVKECNRTQLGEVOCPCIGT  +V KU C U[UVGOCVKE machinability in the study of individual processes, are
collection of major decisions and solution methodologies DTKGHN[ FKUEWUUGF (KPCNN[ VJG CRRNKECVKQP QH EQORWVGT
available for tackling the problems of project management. aided analysis in the metalworking processes has been
The role of human and behavioural factors in managing demonstrated, being the demand in this competitive
teams and conflict resolution is emphasized along with scenario.
technical expertise. Several chapter-end exercises are included to aid better
understanding of the theory.
(QT VJGTGUGCTEJGT  6JTQWIJQWV VJG VGZV YJGTG TGUWNVU CTG
derived, the reference to original sources is included so that CONTENTS: 2TGHCEG 0QOGPENCVWTG Introduction. State of
the serious reader may pursue those ideas in greater depth. 5VTGUU 5VTCKP CPF 5VTCKP 4CVGU 5VTGUUŌ5VTCKP CPF 5VTGUUŌ
Also hints on the state of the art and directions for research 5VTCKP4CVG.CYU;KGNF%TKVGTKCCPF(NQY4WNGU(TKEVKQPKP
are included wherever appropriate. Metalworking. Lubrication Mechanism and Metalworking
Lubricants. Drawing and Extrusion of Cylindrical Bodies.
CONTENTS: 2TGHCEG 2TQLGEV /CPCIGOGPV #P 1XGTXKGY &TCYKPI CPF 'ZVTWUKQP KP 2NCPG 5VTCKP &GGR &TCYKPI
2TQLGEV +FGPVKHKECVKQP CPF 5ETGGPKPI 2TQLGEV #RRTCKUCN 5VTKR 4QNNKPI (QTIKPI $GPFKPI CPF (QTOKPI 5NKR .KPG
2TQLGEV 5GNGEVKQP YKVJ /WNVKRNG %TKVGTKC 2TQLGEV (KGNF 6GEJPKSWG .QCF $QWPFKPI 6GEJPKSWG .WDTKECVGF
4GRTGUGPVCVKQP CPF 2TGNKOKPCT[ /CPKRWNCVKQPU $CUKE /GVCNYQTMKPI 2TQEGUUGU %QNF 2TQEGUUKPI QH 2QN[OGTU
5EJGFWNKPI %QPEGRVU 4GUQWTEG %QPUKFGTCVKQPU KP 2TQLGEV 2TQEGUUKPI QH /GVCN 2QYFGT 2TGHQTOU *KIJ 'PGTI[
/CPCIGOGPV 2TQLGEV /QPKVQTKPI CPF %QPVTQN %QORWVGTU 4CVG (QTOKPI #FXCPEGU KP /CVGTKCN 2TQEGUUKPI
G/CTMGVU CPF 6JGKT 4QNG KP 2TQLGEV /CPCIGOGPV Computer Application in Metalworking. Appendices—
$GJCXKQWTCN CPF %QPVTCEVWCN +UUWGU 2TQLGEV 1TICPK\CVKQP # %QORCTKUQP QH 8CTKQWU /GVJQFU QH #PCN[UKU QH (QTOKPI
Implementation and Closure. Bibliography. Index. .QCF $ &GTKXCVKQP QH 4G[PQNFU 'SWCVKQP HQT 2QYGT .CY
(NWKFU%7UGHWN6CDNGU&5VTGUUŌ5VTCKP%WTXGUHQT8CTKQWU
Latest Print 2010 / 240 pp. / 16.0 × 24.1 cm /CVGTKCNU4GHGTGPEGU$KDNKQITCRJ[+PFGZ
ISBN-978-81-203-4173-9 / C 225.00 Latest Print 2011 / 376 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3425-0 / C 295.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 244
ENGINEERING
Mechanical
241&7%6+10/I0&7564+#.) Mechanical
4ELIABILITY E0)+0''4+0))

Total Quality Reliability


Management Engineering and
Life Testing
P.N. MUKHERJEE, 2TQHGUUQT
CPF%JCKTRGTUQP6QVCN3WCNKV[
/CPCIGOGPVCPF5WRRN[%JCKP
/CPCIGOGPV0CTUGG/QPLGG
+PUVKVWVGQH/CPCIGOGPV
*KIJGT5VWFKGU
&GGOGF
7PKXGTUKV[  /WODCK
This book presents a comprehensive view of concepts, V.N.A. NAIKAN, #UUQEKCVG 2TQHGUUQT 4GNKCDKNKV['PIKPGGTKPI
RTKPEKRNGU CPF RTCEVKEGU QH 6QVCN 3WCNKV[ /CPCIGOGPV %GPVTG+PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT

63/  HTQO DCUKEU VJTQWIJ CFXCPEGF VQQNU CPF VGEJPKSWGU


for practical implementation. This compact and easy-to-understand text presents the
It is well known that ‘Total Organization Involvement’ underlying principles and practice of reliability engineering
KP WPFGTUVCPFKPI CPF KORNGOGPVKPI 63/ CNQPI YKVJ and life testing. It describes the various techniques available
VJG KPVGITCVGF DWUKPGUU UVTCVGI[ RTQXKFGF ,CRCPGUG for reliability analysis and prediction and explains the
organizations with a strong platform for a meteoric rise to statistical methods necessary for reliability modelling,
world-class performance and global leadership in every analysis and estimation. The text also discusses in detail the
URJGTG QH VJGKT QRGTCVKQP 6JG UWEEGUU QH 63/ VJGTGHQTG concepts of life testing, its classification and methodologies
depends a lot on the strong foundation and infrastructure of as well as accelerated life tests, the methodologies and
an organization. This is the crux of the author’s theory of models of stress related failure rates evaluation, and data
Ŏ*QNKUVKE /CPCIGOGPV 5[UVGO HQT 9QTNFENCUU 2GTHQTOCPEG analysis. Besides, it elaborates on the principles, methods
CPF.GCFGTUJKRŏGZRQWPFGFKPVJKUDQQM+VKUC63/DCUGF and equipment of highly accelerated life testing and highly
model that helps create a world-class management system CEEGNGTCVGF UVTGUU UETGGPKPI  (KPCNN[ VJG DQQM EQPENWFGU
for performance excellence and global leadership. with a discussion on the parametric as well as non-
parametric methods generally used for reliability estimation,
The concluding part of the book cites several examples of
and the recent developments in life testing of engineering
RTCEVKECNKORNGOGPVCVKQPQH63/RTKPEKRNGUCPFRTCEVKEGUKP
components.
various manufacturing and service sectors of the Indian
industry, providing elaboration and analysis of each case KEY FEATURES
study. Ŗ 6JG DQQM KU WRVQFCVG CPF XGT[ OWEJ TGNGXCPV VQ VJG
The book is aimed at undergraduate and postgraduate present industrial, research, design, and development
students of management as well as students of most scenarios.
engineering disciplines. It can also be used by the industries Ŗ 2TQXKFGUCFGSWCVGVQQNUVQRTGFKEVVJGU[UVGOTGNKCDKNKV[CV
as a valuable guide to continuous improvement and the design stage, to plan and conduct life testing on the
implementation of a world-class management system in line products at various stages of development, and to use the
YKVJVJG63/RTKPEKRNGUCPFRTCEVKEGU life test and field data to estimate the product reliability.
In a nutshell, the book provides wide coverage of areas Ŗ )KXGUUWHHKEKGPVN[NCTIGPWODGTQHYQTMGFQWVGZCORNGU
TGNCVGF VQ 63/ CPF KPVGITCVGU CNN KVU RTQEGUUGU VQQNU CPF
techniques under one management system to help 2TKOCTKN[ KPVGPFGF CU C VGZVDQQM HQT VJG RQUVITCFWCVG
businesses grow and excel. This is indeed the WPKSWG feature UVWFGPVU QH GPIKPGGTKPI
/6GEJ 4GNKCDKNKV[ 'PIKPGGTKPI 
of the book. the book would also be quite useful for reliability
practitioners, professional engineers, and researchers.
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 6QVCN 3WCNKV[
/CPCIGOGPV /CPCIGOGPV QH 2TQEGUU1RGTCVKQP CPF CONTENTS: 2TGHCEG 4GNKCDKNKV[ 'PIKPGGTKPI 5VCVKUVKECN
%WUVQOGT5CVKUHCEVKQP6QVCN3WCNKV[/CPCIGOGPV5[UVGOō /GVJQFU KP 4GNKCDKNKV[ 4GNKCDKNKV[ 6GUVKPI #EEGNGTCVGF .KHG
+VU 8CTKQWU %QPEGRVU CPF 6QQNU 6QVCN 3WCNKV[ /CPCIGOGPV 6GUVKPI*KIJN[#EEGNGTCVGF.KHG6GUVKPI&CVC#PCN[UKUCPF
2TCEVKEGU *QNKUVKE /CPCIGOGPV 5[UVGO HQT 9QTNFENCUU 4GNKCDKNKV[ 'UVKOCVKQP 2CTCOGVTKE CPF 0QP2CTCOGVTKE
2GTHQTOCPEG CPF .GCFGTUJKR (QWPFCVKQP +PHTCUVTWEVWTG /GVJQFU 4GEGPV &GXGNQROGPVU #RRGPFKEGU $KDNKQITCRJ[
*QNKUVKE 3WCNKV[ /CPCIGOGPV 4GUWNVU 5VCVKUVKECN 2TQEGUU Index.
%QPVTQN 5KZ 5KIOC 8CTKQWU 63/ 4GNCVGF 6QQNU CPF Latest Print 2010 / 380 pp. / 16.0 × 24.1 cm
Concepts. Case Studies. Bibliography. Index. ISBN-978-81-203-3593-6 / C 350.00
Latest Print 2010 / 432 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3056-6 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 245 PHI Learning: Publications


ENGINEERING
Mechanical
4ELIABILITY E0)+0''4+0))

Statistical Methods
for Quality,
Reliability and
Maintainability

K. MURALIDHARAN, 2TQHGUUQT CPF*GCF&GRCTVOGPVQH KEY FEATURES


5VCVKUVKEU 6JG/CJCTCLC5C [CLKTCQ 7PKXGTUKV[QH$CTQFC Ŗ 2TQXKFGU EJCTVU CPF RNQVU VQ GZRNCKP VJG EQPEGRVU
8CFQFCTC*GKUCNUQVJG&KTGEVQTQH2QRWNCVKQPU4GUGCTEJ%GPVTG discussed.
CVVJGUCOGWPKXGTUKV[
A. SYAMSUNDAR, &GRWV[ )GPGTCN/CPCIGT
4GUGCTEJCPF Ŗ )KXGUCPCEEQWPVQHOQUVTGEGPVFGXGNQROGPVU
&GXGNQROGPV CV8KUCMJCRCVPCO5VGGN2NCPV8KUCMJCRCVPCO Ŗ )KXGU KNNWUVTCVKQPU QH RTCEVKECN UKVWCVKQPU YJGTG VQQNU ECP
be applied immediately.
A fine blend of the three disciplines, viz. quality, reliability Ŗ +PVGTURGTUGF YKVJ RNGPV[ QH YQTMGFQWV GZCORNGU VQ
and maintainability, this book provides a clear under- reinforce the concepts.
standing of the concepts and discusses their applications
using statistical tools and techniques. The concepts are Ŗ +PENWFGUEJCRVGTGPFGZGTEKUGUVQFTKNNVJGUVWFGPVUKPUGNH
critically assessed and explained to enable their use for study.
management decision-making. CONTENTS: 2TGHCEG 2CTV  3WCNKV[ō7PFGTUVCPFKPI
The book describes many current topics such as six sigma, 3WCNKV[ 3WCNKV[ CPF 2TQEGUU 2TQEGUU %CRCDKNKV[ CPF
capability maturity model integration (CMMI), process data 3WCNKV[ 2TQEGUU +ORTQXGOGPV CPF 3WCNKV[ 2TQEGUU &CVC
management, reliability system models, repairable system /CPCIGOGPV2CTV4GNKCDKNKV[ō7PFGTUVCPFKPI4GNKCDKNKV[
models, maintainability assessment and design and testing 4GNKCDKNKV[ 6QQNU 4GNKCDKNKV[ /QFGNU CPF +PHGTGPEGU
concepts. 4GNKCDKNKV[#UUGUUOGPV4GNKCDKNKV[+ORTQXGOGPV4GRCKTCDNG
5[UVGO 4GNKCDKNKV[ 2CTV  /CKPVCKPCDKNKV[ō/CKPVCKPCDKNKV[
It is intended as a textbook for the undergraduate students /CKPVCKPCDKNKV[ /GCUWTGU CPF 2TGFKEVKQP /CKPVCKPCDKNKV[
QH /GEJCPKECN 'PIKPGGTKPI CPF 2TQFWEVKQP CPF +PFWUVTKCN Assessment. Maintainability Design and Testing.
Engineering. The book will also be useful to the post- Appendices. Index.
ITCFWCVG UVWFGPVU QH #RRNKGF 5VCVKUVKEU 3WCNKV[ CPF
4GNKCDKNKV[ CPF 3WCNKV[ CPF 2TQFWEVKXKV[ /CPCIGOGPV CU Latest Print 2012 / 360 pp. / 17.8 × 23.5 cm
well as to the management and engineering professionals. ISBN-978-81-203-4543-0 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 246
ENGINEERING
Mechanical (T*'4/#.)

Basic Engineering Engineering


Mechanics and Thermodynamics,
Strength of Materials 2nd ed.

MADAN MOHAN DAS, HQTOGTN[ 2TQHGUUQT %KXKN M. ACHUTHAN, &KTGEVQT /'5%QNNGIGQH'PIKPGGTKPI


'PIKPGGTKPI&GRCTVOGPV#UUCO'PIKPGGTKPI%QNNGIG)WYCJCVK -WVVKRWTCO
-GTCNC 
#P 'OGTKVWU (GNNQYQH #+%6' &KTGEVQT QH 6GEJPKECN' FWECVKQP
)QXGTPOGPVQH#UUCO This revised and fully updated text, now in its Second
MIMI DAS SAIKIA, 2TQHGUUQT%KXKN'PIKPGGTKPI&GRCTVOGPV Edition, continues to provide a thorough understanding of
#UUCO&QYP6QYP7PKXGTUKV[)WYCJCVK the fundamental principles of classical thermodynamics
BHARGAB MOHAN DAS, %QPVTCEVŌ'PIKPGGTKPI/CPCIGT starting with the most elementary ideas of heat and tempe-
%JCKTRGTUQP)TGGP$WKNFKPI5GEVKQP4+66#%Q.VF$CPIMQM rature. The book also focuses on practical applications of
thermodynamic processes and equips students with simple
This textbook focuses on imparting the basic knowledge of techniques of solving engineering problems.
engineering mechanics and strength of materials to the first-
year undergraduate students of all branches of engineering. The book begins with the basic concepts of properties of
matter, work, mechanical energy, potential energy and
The book elaborates on the introductory topics of Basic temperature, and then moves on to explain the laws of
Engineering Mechanics and Strength of Materials in two thermodynamics. It continues to discuss in detail the
parts. Part I of the book deals with various aspects of
auxiliary functions, properties of substances, thermo-
basic engineering mechanics (Chapters 1–11). The scope of
engineering mechanics includes system of forces, laws of dynamics of combustion, ideal cycles and internal
mechanics, moments of forces, parallel forces, couples and combustion engine cycles. The book concludes with a
equilibrium of forces. The text also discusses analysis of chapter on Brayton Cycle.
forces in space and perfect frames, centre of gravity, friction
KEY FEATURES
and kinetics of rigid bodies. In Part II, it focuses on
elementary knowledge of Strength of Materials (Chapters Ŗ 5[UVGOCVKERTQDNGOUQNXKPIOGVJQFQNQI[
12–17). The coverage of strength of materials comprises Ŗ #NCTIGPWODGTQHUQNXGFGZCORNGU
simple and generalized stress and strain, bending moment Ŗ #PWODGTQHTGXKGYSWGUVKQPU
and shear force in beams, stress in thin cylinders and shells,
Ŗ 5GXGTCNWPUQNXGFGZGTEKUGUYKVJJKPVU
as well as analysis of torsion and Euler’s theory applicable to
columns. Ŗ # UGV QH  PGY RTQDNGOU KP #RRGPFKZ # DCUGF QP
different examination patterns.
KEY FEATURES
The book is suitable as a textbook for undergraduate
Ŗ +NNWUVTCVGUVJGQT[YKVJCNCTIGPWODGTQHUQNXGFRTQDNGOU
students of mechanical/mechatronics/aeronautical/
Ŗ )KXGU EJCRVGTGPF GZGTEKUGU VQ UJCTRGP UVWFGPVUŏ
automobile engineering disciplines.
problem-solving skills.
Ŗ 2TGUGPVUOQTGVJCPFKCITCOUVQENCTKH[VJGEQPEGRVU CONTENTS: 2TGHCEG 9JCV KU 6JGTOQF[PCOKEU! %QPEGRVU
of Thermodynamics. Work and Mechanical Energy.
CONTENTS:2TGHCEG2CTV+$CUKE'PIKPGGTKPI/GEJCPKEUō
+PVTQFWEVKQP CPF 5[UVGO QH (QTEGU .CYU QH /GEJCPKEU CPF 6GORGTCVWTG CPF +VU 'ORKTKECN 5ECNGU 6JG (KTUV .CY QH
4GUWNVCPV (QTEGU /QOGPVU QH (QTEGU 2CTCNNGN (QTEGU 6JGTOQF[PCOKEU 'PGTI[
(KTUV .CY  'SWCVKQP HQT (NQY
CPF %QWRNGU 'SWKNKDTKWO QH (QTEGU (QTEGU KP 5RCEG Systems. The Second Law of Thermodynamics. Auxiliary
+PVTQFWEVKQPVQ8GEVQT#NIGDTC#PCN[UKUQH(QTEGUKP2GTHGEV (WPEVKQPU 2TQRGTVKGU QH 5WDUVCPEGU 6JGTOQF[PCOKEU QH
(TCOGU %GPVTG QH )TCXKV[ /QOGPV QH +PGTVKC (TKEVKQP Combustion. Ideal Cycles. Internal Combustion (I.C.) Engine
-KPGVKEU QH 4KIKF $QFKGU 2CTV ++ 5VTGPIVJ QH /CVGTKCNUō %[ENGU $TC[VQP %[ENG CPF +VU 1VJGT 0COGU #RRGPFKEGUō
Simple Stress and Strain. Generalized Stress and Strain. # #FFKVKQPCN 2TQDNGOU $ 'ZRNCPCVQT[ 0QVGU % 2TQDNGO
$GCOU +PVTQFWEVKQP VQ $GPFKPI /QOGPV CPF 5JGCT (QTEG 5QNXKPI & 5QOG /CVJGOCVKECN 2TKPEKRNGU ' 1VJGT
*QQR 5VTGUU 6JKP %[NKPFGTU CPF 6JKP 5JGNNU 6QTUKQP (QTOWNCVKQPUQH6JGTOQF[PCOKEU(5VGCOCPF46CDNGU
Columns and Stress. Index. Bibliography. Index.
Latest Print 2010 / 272 pp. / 17.8 × 23.5 cm Latest Print 2013 / 512 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4181-4 / C 225.00 ISBN-978-81-203-3845-6 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 247 PHI Learning: Publications


ENGINEERING
Mechanical (T*'4/#.)

Fluid Mechanics and Fundamentals of


Turbomachines Combustion,
Revised Edition

MADAN MOHAN DAS, HQTOGTN[ 2TQHGUUQT %KXKN D.P. MISHRA, HCEWNV[ OGODGTQH2TQRWNUKQP)TQWRKPVJG
'PIKPGGTKPI&GRCTVOGPV#UUCO'PIKPGGTKPI%QNNGIG)WYCJCVK &GRCTVOGPV QH#GTQURCEG'PIKPGGTKPI+PFKCP+PUVKVWVGQH
#P 'OGTKVWU (GNNQYQH #+%6' &KTGEVQT QH 6GEJPKECN' FWECVKQP 6GEJPQNQI[-CPRWT
)QXGTPOGPVQH#UUCO
Designed for both undergraduate and postgraduate students
2TKOCTKN[FGUKIPGFCUCVGZVHQTVJGWPFGTITCFWCVGUVWFGPVU of mechanical, aerospace, chemical and metallurgical
of aeronautical engineering, mechanical engineering, civil engineering, this compact and well-knitted textbook
engineering, chemical engineering and other branches of provides a sound conceptual basis in fundamentals of
applied science, this book provides a basic platform in fluid combustion processes, highlighting the basic principles of
mechanics and turbomachines. natural laws.
The book begins with a description of the fundamental In the initial part of the book, chemical thermodynamics,
concepts of fluid mechanics such as fluid properties, its kinetics, and conservation equations are reviewed
static and dynamic pressures, buoyancy and floatation, and extensively with a view to preparing students to assimilate
flow through pipes, orifices, mouthpieces, notches and quickly intricate aspects of combustion covered in later
weirs. Then, it introduces more complex topics like laminar chapters. Subsequently, the book provides extensive
flow and its application, turbulent flow, compressible flow, treatments of ‘pre-mixed laminar flame’, and ‘gaseous
FKOGPUKQPCN CPCN[UKU CPF OQFGN KPXGUVKICVKQPU (KPCNN[ VJG diffusion flame’, emphasizing the practical aspects of these
text elaborates on impact of jets and turbomachines like flames. Besides, liquid droplet combustion under quiescent
turbines, pumps and miscellaneous fluid machines. and convective environment is covered in the book.
Simplified analysis of spray combustion is carried out which
KEY FEATURES can be used as a design tool. An extensive treatment on the
Ŗ %QORTKUGUVYGPV[HQWTOGVJQFUQHHNQYOGCUWTGOGPVU solid fuel combustion is also included. Emission combustion
Ŗ 2TGUGPVUFGTKXCVKQPUQHGSWCVKQPUKPCPGCU[VQWPFGTUVCPF systems, and how to control emission from them using the
manner. latest techniques, constitute the subject matter of the final
Ŗ %QPVCKPU PWOGTQWU UQNXGF PWOGTKECN RTQDNGOU KP chapter.
S.I. units.
Appropriate examples are provided throughout to
Ŗ +PENWFGU WPUVGCF[ GSWCVKQPU QH EQPVKPWKV[ CPF F[PCOKE foster better understanding of the concepts discussed.
equation of gradually varied flow in open channel. Chapter-end review questions and problems are included to
CONTENTS: 2TGHCEG (NWKF 2TQRGTVKGU (NWKF 2TGUUWTG CPF reinforce the learning process of students.
+VU/GCUWTGOGPV*[FTQUVCVKE(QTEGUQP5WTHCEGU$WQ[CPE[ CONTENTS: 2TGHCEG +PVTQFWEVKQP 6JGTOQF[PCOKEU
CPF(NQCVCVKQP-KPGOCVKEUQH(NWKF(NQY&[PCOKEUQH(NWKF QH %QODWUVKQP 2J[UKEU QH %QODWUVKQP %JGOKUVT[
(NQY (NQY 6JTQWIJ 2KRGU (NQY 6JTQWIJ 1TKHKEGU CPF QH %QODWUVKQP 2TGOKZGF (NCOG &KHHWUKQP (NCOG
/QWVJRKGEGU(NQY1XGT0QVEJGUCPF9GKTU1RGP%JCPPGN %QODWUVKQPCPF'PXKTQPOGPV#RRGPFKEGU#Ō(+PFGZ
(NQY .COKPCT (NQY 6WTDWNGPV (NQY $QWPFCT[ .C[GT KP
+PEQORTGUUKDNG (NQY &KOGPUKQPCN #PCN[UKU CPF /QFGN Latest Print 2010 / 280 pp. / 17.8 × 23.5 cm
+PXGUVKICVKQP %QORTGUUKDNG (NQY (NQY QH (NWKF #TQWPF ISBN-978-81-203-3348-2 / C 250.00
5WDOGTIGF 1DLGEVU +ORCEV QH ,GVU 6WTDQOCEJKPGU
*[FTCWNKE 6WTDKPGU %GPVTKHWICN 2WORU 4GEKRTQECVKPI
2WORU /KUEGNNCPGQWU (NWKF /CEJKPGU &KUEJCTIG /GCUWTG
OGPVU2TKPEKRNGU6GEJPKSWGUCPF+PUVTWOGPVU+PFGZ
Latest Print 2012 / 556 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3523-3 / C 450.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 248
ENGINEERING
Mechanical (T*'4/#.)

Fundamentals of Fundamentals of
Compressible Cryogenic
Fluid Dynamics Engineering

P. BALACHANDRAN, 5GPKQT5EKGPVKUVCPF&GRWV[&KXKUKQPCN MAMATA MUKHOPADHYAY, 2TQHGUUQT#FLWPEV%JGOKECN


*GCF QH.KSWKF2TQRWNUKQP5[UVGOU%GPVTG
.25% QH+PFKCP 'PIKPGGTKPI&GRCTVOGPV+PFKCP+PUVKVWVGQH6GEJPQNQI[$QODC[
5RCEG 4GUGCTEJ1TICPKUCVKQP
+541 6JKTWXCPCPVJCRWTCO
-GTCNC Intended as a text for the undergraduate and postgraduate
students of Chemical/Mechanical/Materials Engineering
%QORTGUUKDNG(NWKF&[PCOKEU
QT)CU&[PCOKEU JCUCYKFG streams, this well-balanced book explains the fundamental
range of applications in Mechanical, Aeronautical and principles and the applied aspects of cryogenic engineering.
Chemical Engineering. It plays a significant role in the The author, with her vast and varied experience in teaching
design and development of compressors, turbines, missiles, and allied fields, clearly enunciates the behaviour and
rockets and aircrafts. This comprehensive and syste- various properties of common cryogenic fluids, methods of
matically organized book gives a clear analysis of the liquefaction, and separation and applications of cryogens
HWPFCOGPVCN RTKPEKRNGU QH %QORTGUUKDNG (NWKF &[PCOKEU +V with thermodynamic analysis for process selection.
FKUEWUUGU KP TKEJ FGVCKN UWEJ VQRKEU CU KUGPVTQRKE (CPPQ This profusely illustrated study with clear-cut diagrams and
4C[NGKIJ UKORNG CPF IGPGTCNKUGF QPG FKOGPUKQPCN HNQYU process charts, should serve not only as a textbook for
Besides, it covers topics such as conservation laws for students but also as an excellent reference for researchers
compressible flow, normal and oblique shock waves and and practising engineers on design of cryogenic
OGCUWTGOGPV KP EQORTGUUKDNG HNQY (KPCNN[ VJG DQQM
refrigeration, and liquefaction and separation process plants
concludes with detailed discussions on propulsive devices.
for various applications.
The text is amply illustrated with worked-out examples,
tables and diagrams to enable the students to comprehend KEY FEATURES
the subject with ease. Ŗ &KUEWUUGU XCTKQWU CRRNKECVKQP CTGCU QH ET[QIGPKEU KPENWFKPI
cryogenic propellants used in space propulsion systems.
Intended as a text for undergraduate students of
Mechanical, Aeronautical and Chemical Engineering, the Ŗ #PCN[\GU OGCUWTGOGPV VGEJPKSWGU HQT VGORGTCVWTG
book would also be extremely useful for practising pressure, flow rate, and liquid level, and describes the
engineers. unique behaviour of cryogenic fluids and materials at
cryo-temperatures.
KEY FEATURES Ŗ )KXGU PWOGTQWU UQNXGF RTQDNGOU CPF GZGTEKUGU VJCV NC[
Ŗ 6JGDCUKERTKPEKRNGUCTGFGCNVYKVJKPCENGCTCPFGCU[VQ emphasis on honing the concepts discussed.
understand style.
CONTENTS: 2TGHCEG Introduction to Cryogenics.
Ŗ 4GXKGY SWGUVKQPU CTG IKXGP CV VJG GPF QH GCEJ EJCRVGT VQ 6JGTOQF[PCOKE #PCN[UKU QH .QY 6GORGTCVWTG 2TQEGUUGU
drill the students in self study. %T[QIGPKE.KSWGHCEVKQP2TQEGUUGU5GRCTCVKQPCPF2WTKHKECVKQP
Ŗ 2TQDNGOU YKVJ JKPVU JCXG DGGP RTQXKFGF VQ FGXGNQR VJG 2TQEGUUGU HQT %T[QIGPU 6JGTOQRJ[UKECN 2TQRGTVKGU QH
students’ problem solving skills. %T[QIGPKE (NWKFU %QNF 'ZEJCPIG KP %T[QIGPKE (NWKFU
%T[QIGPKE 2TQRGNNCPVU HQT 4QEMGV 2TQRWNUKQP /GCUWTGOGPV
CONTENTS: 2TGHCEG (WPFCOGPVCN 2TKPEKRNGU Conser-
Devices at Cryogenic Temperatures. Storage and
XCVKQP .CYU HQT %QORTGUUKDNG (NQY Concepts of
6TCPURQTVCVKQP QH %T[QIGPKE (NWKFU /CVGTKCN 2TQRGTVKGU CV
%QORTGUUKDNG (NQY +UGPVTQRKE (NQY (CPPQ (NQY 4C[NGKIJ
Cryogenic Temperatures. Index.
(NQY 5KORNG (NQY YKVJ /CUU #FFKVKQP Generalised One-
&KOGPUKQPCN (NQY 0QTOCN 5JQEM 9CXGU Oblique Shock Latest Print 2010 / 364 pp. / 17.8 × 23.5 cm
Waves. (NQYVJTQWIJ0Q\\NGUCPF&KHHWUGT Measurement in ISBN-978-81-203-3057-3 / C 350.00
%QORTGUUKDNG (NQY #KT $TGCVJKPI 2TQRWNUKQP 4QEMGV
2TQRWNUKQP Appendices. Index.
Latest Print 2012 / 596 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2857-0 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 249 PHI Learning: Publications


ENGINEERING
Mechanical (T*'4/#.)

Fundamentals of Fundamentals of
Engineering Heat and
Thermodynamics, Mass Transfer
2nd ed.

E. RATHAKRISHNAN, 2TQHGUUQT
&GRCTVOGPVQH#GTQURCEG
'PIKPGGTKPI+PFKCP+PUVKVWVGQH
6GEJPQNQI[-CPRWT
7RFCVGF CPF GPJCPEGF YKVJ PWOGTQWU YQTMGFQWV B.K. VENKANNA 2TQHGUUQT QH /GEJCPKECN 'PIKPGGTKPI CV
examples and exercises, this Second Edition continues to 5TK$CUCXGUJYCT'PIKPGGTKPI%QNNGIG$CICNMQV-CTPCVCMC
present a thorough, concise and accurate discussion of
fundamentals and principles of thermodynamics. It focuses This comprehensive text on the basics of heat and mass
on practical applications of theory and equips students with transfer theory provides a solid introduction to mathe-
sound techniques for solving engineering problems. matical and empirical methods used for solving a variety of
engineering problems. The book helps students develop
The treatment of the subject matter emphasizes the
an intuitive and practical understanding of the processes by
phenomena which are associated with the various thermo-
emphasizing the underlying physical phenomena involved.
dynamic processes. The topics covered are supported by an
extensive set of example problems to enhance the student’s (QEWUKPI QP VJG TGSWKTGOGPV VQ ENGCTN[ GZRNCKP VJG GUUGPVKCN
understanding of the concepts introduced. The end-of- fundamentals and impart the art of solving problems, this text
chapter problems serve to aid the learning process, and is written to meet the needs of undergraduate students in
extend the material covered in the text by including mechanical engineering, production engineering, industrial
problems characteristic of engineering design. engineering, automobile engineering, and aeronautical
engineering.
The book is designed to serve as a text for undergraduate
engineering students for a course in thermodynamics. KEY FEATURES
KEY FEATURES Ŗ %QXGTU VJG VJGQTGVKECN OCVGTKCN U[UVGOCVKECNN[ CPF KP C
step-by-step approach.
Ŗ &GXQVGU UGRCTCVG EJCRVGTU VQ VTGCVOGPV QH UVCVKUVKECN
thermodynamics and kinetic theory of ideal gases Ŗ (QEWUGUQPRTQDNGOUQNXKPIVGEJPKSWGU
Ŗ +PENWFGUCTGXKUGFEJCRVGTQPJGCVVTCPUHGTVJGQT[ Ŗ 2TQXKFGU CP GZEGNNGPV UGNGEVKQP QH OQTG VJCP  ITCFGF
solved examples to foster understanding of the theory.
Ŗ 2TQXKFGU U[UVGOCVKE RTQDNGOUQNXKPI OGVJQFQNQI[ VQ
fortify material throughout Ŗ )KXGU QXGT  EJCRVGTGPF RTQDNGOU WUGHWN HQT UGNH
assessment
Ŗ 'PFQHEJCRVGT UWOOCTKGU JGNR UVWFGPVU KFGPVKH[ MG[
concepts Ŗ 5WOOCTK\GU VJG KORQTVCPV GSWCVKQPU CV VJG GPF QH GCEJ
chapter.
Ŗ +PENWFGUCUGVQHVJGTOQF[PCOKERTQRGTV[VCDNGUHQTTGCF[
reference by students CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVQT[
%QPEGRVU CPF &GHKPKVKQPU %QPFWEVKQP $CUKE 'SWCVKQPU
CONTENTS: 2TGHCEG Basic Concepts and Definitions.
One-dimensional Steady State Conduction. One-
'PGTI[ CPF VJG (KTUV .CY QH 6JGTOQF[PCOKEU 6JGTOQ
dimensional Transient Conduction. Convection-Concepts
dynamic Analysis of Control Volume. The Second Law of
CPF$CUKE4GNCVKQPUKP$QWPFCT[.C[GTU(QTEGF%QPXGEVKQP
Thermodynamics. Entropy. Availability, Irreversibility and
(TGG %QPXGEVKQP %QPFGPUCVKQP CPF $QKNKPI *GCV
#XCKNCDKNKV[ #PCN[UKU QH 'PIKPGGTKPI 2TQEGUUGU 2TQRGTVKGU
'ZEJCPIGTU4CFKCVKQP *GCV 6TCPUHGT/CUU 6TCPUHGT /QFGN
QH 2WTG 5WDUVCPEGU 0QPTGCEVKPI )CU /KZVWTGU 8CRQWT
3WGUVKQP2CRGTU+PFGZ
2QYGT %[ENGU )CU 2QYGT %[ENGU 4GHTKIGTCVKQP %[ENGU
2U[EJTQOGVTKEU )GPGTCN 6JGTOQF[PCOKE 2TQRGTV[ Latest Print 2010 / 508 pp. / 17.8 × 23.5 cm
4GNCVKQPU 4GCEVKXG 5[UVGOU %JGOKECN CPF 2JCUG 'SWKNK ISBN-978-81-203-4031-2 / C 395.00
DTKWO 6JGTOQF[PCOKEU QH %QORTGUUKDNG (NQY -KPGVKE
Theory of an Ideal Gas. Elements of Statistical Thermo-
F[PCOKEU 'NGOGPVU QH *GCV 6TCPUHGT #RRGPFKZ 5GNGEVGF
4GHGTGPEGU+PFGZ
Latest Print 2013 / 716 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2790-0 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 250
ENGINEERING
Mechanical (T*'4/#.)

Fundamentals of Fundamentals of
Internal Combustion Second Edition
Turbomachinery
Engines, 2nd ed.

H.N. GUPTA, 2TQHGUUQT QH


/GEJCPKECN'PIKPGGTKPICVVJG
+PUVKVWVGQH6GEJPQNQI[
$CPCTCU
*KPFW 7PKXGTUKV[ 8CPCTCUK

2TQXKFKPI C EQORTGJGPUKXG KPVTQFWEVKQP VQ VJG DCUKEU QH B.K. VENKANNA 2TQHGUUQTQH/GEJCPKECN'PIKPGGTKPICV5TK


+PVGTPCN%QODWUVKQP'PIKPGUVJKUDQQMKUUWKVCDNGHQT $CUCXGUJYCT 'PIKPGGTKPI%Q NNGIG $CICNMQV-CTPCVCMC
Ŗ 7PFGTITCFWCVGNGXGN EQWTUGU KP OGEJCPKECN GPIKPGGTKPI
aeronautical engineering, and automobile engineering. This text covers the basic principles of turbomachinery in
Ŗ 2QUVITCFWCVGNGXGN EQWTUGU
6JGTOCN 'PIKPGGTKPI  KP a clear, practical presentation that ties theory logically
mechanical engineering. and rigorously with the design and application part of
Ŗ #/+'
5GEVKQP$ EQWTUGUKPOGEJCPKECNGPIKPGGTKPI turbomachines such as centrifugal compressors, centrifugal
Ŗ %QORGVKVKXG GZCOKPCVKQPU UWEJ CU %KXKN 5GTXKEGU pumps, axial flow compressors, steam and gas turbines, and
Engineering Services, GATE, etc. hydraulic turbines.
In addition, the book can be used for refresher courses for The contents of the book have been designed to meet the
professionals in automobile industries. requirements of undergraduate and postgraduate students
COVERAGE INCLUDES of mechanical engineering. The book helps students develop
Analysis of processes (thermodynamic, combustion, fluid an intuitive understanding of fluid machines by honing
flow, heat transfer, friction and lubrication) relevant to them through a systematic problem-solving methodology.
design, performance, efficiency, fuel and emission
KEY FEATURES
requirements of internal combustion engines.
Ŗ 5KORNG CPF GNGICPV RTGUGPVCVKQP VQ GPCDNG UVWFGPVU VQ
Special topics such as reactive systems, unburned and grasp the essentials of the subject easily and quickly
burned mixture charts, fuel-line hydraulics, side thrust on
the cylinder walls, etc. Ŗ (QEWUGUQPRTQDNGOUQNXKPIVGEJPKSWGU
Modern developments such as electronic fuel injection Ŗ 2TQXKFGU CP GZEGNNGPV UGNGEVKQP QH OQTG VJCP  ITCFGF
systems, electronic ignition systems, electronic indicators, solved examples to foster understanding of the theory
exhaust emission requirements, etc. Ŗ )KXGUQXGTEJCRVGTGPFRTQDNGOU
The Second Edition includes new sections on geometry of Ŗ 2TQXKFGU C UWEEKPEV UWOOCT[ QH GSWCVKQPU CV VJG GPF QH
reciprocating engine, engine performance parameters, each chapter
alternative fuels for IC engines, Carnot cycle, Stirling cycle, Ŗ 2TQXKFGUUQNWVKQPUVQUGXGTCNSWGUVKQPRCRGTUCVVJGGPFQH
Ericsson cycle, Lenoir cycle, Miller cycle, crankcase the book.
ventilation, supercharger controls and homogeneous charge
compression ignition engines. Besides, air-standard cycles, CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 6WTDQOCEJKPGU
latest advances in fuel-injection system in SI engine and Energy Transfer in Turbomachines. Thermodynamics of
ICUQNKPG FKTGEV KPLGEVKQP CTG FKUEWUUGF KP FGVCKN 0GY RTQD (NWKF (NQY CPF 6JGTOQF[PCOKE #PCN[UKU QH %QORTGUUKQP
lems and examples have been added to several chapters. CPF 'ZRCPUKQP 2TQEGUUGU %GPVTKHWICN %QORTGUUQTU CPF
CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ +PVGTPCN %QODWUVKQP 2WORU%GPVTKHWICN%QORTGUUQTU%GPVTKHWICN2WORU#ZKCN
'PIKPGU #KT5VCPFCTF %[ENGU CPF 6JGKT #PCN[UKU 4GCEVKXG (NQY %QORTGUUQTU 5VGCO CPF )CU 6WTDKPGU *[FTCWNKE
5[UVGOU (WGN#KT %[ENGU CPF 6JGKT #PCN[UKU 6JG #EVWCN 6WTDKPGU$KDNKQITCRJ[5QNXGF3WGUVKQP2CRGTU+PFGZ
Cycle. Combustion in Spark-Ignition Engines. Combustion
KP %QORTGUUKQP+IPKVKQP 'PIKPGU (WGNU HQT +PVGTPCN Latest Print 2012 / 656 pp. / 17.8 × 23.5 cm
%QODWUVKQP 'PIKPGU %CTDWTGVVQTU CPF (WGN +PLGEVKQP KP 5+ ISBN-978-81-203-3775-6 / C 395.00
'PIKPGU %+ 'PIKPGU (WGN+PLGEVKQP 5[UVGO 6YQ5VTQMG
'PIKPG +IPKVKQP 5[UVGOU 'PIKPG (TKEVKQP CPF .WDTKECVKQP
*GCV6TCPUHGT+P'PIKPGUCPF%QQNKPI5[UVGOU#KT%CRCEKV[
CPF 5WRGTEJCTIKPI 'PIKPG 6GUVKPI CPF 2GTHQTOCPEG
'ZJCWUV 'OKUUKQPU #NVGTPCVKXG 2QVGPVKCN 'PIKPGU
Bibliography. Index.
Latest Print 2013 / 676 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4680-2 / C 525.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 251 PHI Learning: Publications
ENGINEERING
Mechanical (T*'4/#.)

Gas Dynamics,
4th ed.

ETHIRAJAN RATHAKRISHNAN, 2TQHGUUQT QH#GTQURCEG 0GYVQVJG(QWTVJ'FKVKQP


'PIKPGGTKPICVVJG+PFKCP+PUVKVWVGQH6GEJPQNQI[-CPRWT Ŗ 5QOG XKVCN CURGEVU CUUQEKCVGF YKVJ VJG EQORTGUUKQP CPF
expansion waves are explained, with suitable worked
This revised and updated fourth edition continues to numerical examples.
provide the most accessible and readable approach to the Ŗ # DTKGH UGEVKQP QP ETKVKECN /CEJ PWODGT KU CFFGF KP
study of all the vital topics and issues associated with gas Chapter 8, highlighting its influence on the aerodynamic
dynamic processes. At every stage, the physics governing efficiency of flying mechanics.
the process, its applications and limitations are discussed in Ŗ 0Q\\NG HNQY RTQEGUU JCU DGGP KNNWUVTCVGF YKVJ YQTMGF
depth. examples focusing on the design and application aspects.
With a strong emphasis on the basic concepts and problem- Ŗ # EQPUKFGTCDNG PWODGT QH YQTMGF GZCORNGU CTG CFFGF
solving skills, this text is suitable for a course on Gas focusing attention on the design aspects.
&[PCOKEU%QORTGUUKDNG(NQYU*KIJURGGF#GTQF[PCOKEU Ŗ 5QOGPGYRTQDNGOUCNQPIYKVJCPUYGTUCTGCFFGFCVVJG
at both undergraduate and postgraduate levels in aerospace end of many chapters.
engineering, mechanical engineering, chemical engineering CONTENTS: 2TGHCEG 2TGHCEG VQ VJG 6JKTF 'FKVKQP 2TGHCEG
and applied physics. The elegant and concise style of the VQ VJG 5GEQPF 'FKVKQP 2TGHCEG VQ VJG (KTUV 'FKVKQP 5QOG
book, along with illustrations and worked examples, makes 2TGNKOKPCT[ 6JQWIJVU $CUKE 'SWCVKQPU QH %QORTGUUKDNG
it eminently suitable for self-study by scientists and (NQY 9CXG 2TQRCICVKQP 5VGCF[ 1PG&KOGPUKQPCN (NQY
engineers working in the field of gas dynamics in industries 0QTOCN5JQEM9CXGU1DNKSWG5JQEMCPF'ZRCPUKQP9CXGU
and research laboratories. 2QVGPVKCN 'SWCVKQP HQT %QORTGUUKDNG (NQY 5KOKNCTKV[ 4WNG
5QOGQHVJG&KUVKPIWKUJKPI(GCVWTGUQHVJG$QQM 6YQ&KOGPUKQPCN %QORTGUUKDNG (NQYU 2TCPFVN/[GT (NQY
– Concise coverage of the thermodynamic concepts to serve (NQY YKVJ (TKEVKQP CPF *GCV 6TCPUHGT /GVJQF QH
as a revision of the background material. %JCTCEVGTKUVKEU /GCUWTGOGPVU KP %QORTGUUKDNG (NQY
– Logical and systematic treatment of fundamental aspects 4CTGHKGF )CU &[PCOKEU *KIJ 6GORGTCVWTG )CU &[PCOKEU
of gas dynamics, waves in the supersonic regime and gas #RRGPFKEGU—A: 6CDNG# +UGPVTQRJKE (NQY QH 2GTHGEV )CU
dynamic processes. (g    # 0QTOCN 5JQEM KP 2GTHGEV )CU
g = 1.4).
– In-depth presentation of potential equations for # 1DNKSWG 5JQEM KP 2GTHGEV )CU
g    # 1PG
compressible flows, similarity rule and two-dimensional &KOGPUKQPCN (NQY YKVJ (TKEVKQP
g    # 1PG
compressible flows. &KOGPUKQPCN (TKEVKQPNGUU (NQY YKVJ %JCPIG KP 5VCIPCVKQP
– Introduction to measurements in compressible flows and Temperature (g = 1.4). B: Listing of the Method of
optical flow visualization techniques. %JCTCEVGTKUVKEU 2TQITCO C: 1WVRWV HQT /CEJ  0Q\\NG
– Introduction to rarefied gas dynamics and high- Contour. D: Oblique Shock Chart I, Oblique Shock Chart II.
temperature gas dynamics. 5GNGEVGF4GHGTGPEGU+PFGZ
– Solution Manual for instructors containing the complete Latest Print 2012 / 536 pp. / 16.0 × 24.1 cm
worked-out solutions to chapter-end problems. ISBN-978-81-203-4605-5 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 252
ENGINEERING
Mechanical (T*'4/#.)

Gas Dynamics for Heat Transfer:


Engineers Principles and
Applications

P. BALACHANDRAN, 5GPKQT 5EKGPVKUV CPF *GCF QH BINAY K. DUTTA, 2TQHGUUQT KP %JGOKECN 'PIKPGGTKPI
2TQRWNUKQP 4GUGCTEJ&KXKUKQPCVVJG.KSWKF2TQRWNUKQP5[UVGOU &GRCTVOGPV QH7PKXGTUKVK6GMPQNQIK2GVTQPCU/CNC[UKC
%GPVTG+PFKCP5RCEG4GUGCTEJ1TICPKUCVKQP6TKXCPFTWO
This textbook is intended for courses in heat transfer for
Intended as a textbook for undergraduate students of undergraduates, not only in chemical engineering
aerospace/mechanical engineering and as a reference book and related disciplines of biochemical engineering and
for practising engineers, this book provides the most chemical technology, but also in mechanical engineering and
readable approach to the study of gas dynamics with production engineering. The author provides the reader
emphasis on the fundamental concepts that help readers with a very thorough account of the fundamental principles
develop a strong conceptual base. and their applications to engineering practice, including a
This concise and well-organized text covers a wide range of survey of the recent developments in heat transfer
KPVGTUVKPI VQRKEU UWEJ CU KUGPVTQRKE HNQY (CPPQ HNQY equipment.
4C[NGKIJ HNQY UKORNG HNQY YKVJ OCUU CFFKVKQP YCXGU KP The three basic modes of heat transfer—conduction,
supersonic flow and measurement techniques in gas convection and radiation—have been comprehensively
dynamics. The topics are dealt with in a carefully designed analyzed and elucidated by solving a wide range of practical
sequence with proper explanations along with simple and design-oriented problems. A whole chapter has been
mathematical formulations. devoted to explain the concept of the heat transfer
coefficient to give a feel of its importance in tackling
KEY FEATURES: problems of convective heat transfer. The use of the
Ŗ 'ZRNCKPUVJTQWIJGZVGPUKXGWUGQHNKPGFTCYKPIU important heat transfer correlations has been illustrated with
Ŗ %QPVCKPUCNCTIGPWODGTQHUQNXGFKNNWUVTCVKXGGZCORNGUVQ carefully selected examples.
help comprehend the concepts with ease. A collection of short questions at the end of chapters allows
Ŗ +PENWFGU TGXKGY SWGUVKQPU VQ VGUV UVWFGPVU EQORTG students to measure their learning. The exercise problems
hensive of the subject. relate to various industrial processes and have been carefully
Ŗ 2TQXKFGUCPUYGTUVQWPUQNXGFRTQDNGOU designed to offer challenge and stimulus to the students.
Ŗ 2TGUGPVUHNQYVCDNGUKPCRRGPFKEGU CONTENTS: 2TGHCEG 0QVCVKQPU +PVTQFWEVKQP 5VGCF[ 5VCVG
%QPFWEVKQP KP 1PG &KOGPUKQP *GCV 6TCPUHGT %QGHHKEKGPV
CONTENTS: 2TGHCEG $CUKE .CYU CPF %QPEGRVU +UGPVTQRKE
(QTEGF %QPXGEVKQP (TGG %QPXGEVKQP $QKNKPI CPF
(NQY (CPPQ (NQY 4C[NGKIJ (NQY 5KORNG (NQY YKVJ /CUU
%QPFGPUCVKQP 4CFKCVKQP *GCV 6TCPUHGT *GCV 'ZEJCPIGTU
#FFKVKQP 0QTOCN 5JQEM 9CXGU 1DNKSWG 5JQEM 9CXGU
'XCRQTCVKQP CPF 'XCRQTCVQTU 7PUVGCF[ 5VCVG CPF
(NQY 6JTQWIJ 0Q\\NGU CPF &KHHWUGTU /GCUWTGOGPVU KP
/WNVKFKOGPUKQPCN *GCV %QPFWEVKQP $QWPFCT[ .C[GT *GCV
%QORTGUUKDNG(NQY#RRGPFKEGUō#+UGPVTQRKE(NQY6CDNG
6TCPUHGT#PUYGTUVQ5GNGEVGF2TQDNGOU+PFGZ
(g #(CPPQ(NQY6CDNG
g #+UQVJGTOCN(NQY
Table (g #4C[NGKIJ(NQY6CDNG
g #5KORNG Latest Print 2013 / 544 pp. / 17.8 × 23.5 cm
Mass Addition Table (g    # 0QTOCN 5JQEM 6CDNG ISBN-978-81-203-1625-6 / C 325.00
(g #2TCPFVN/G[GT(NQY6CDNG
g = 1.4). Index.
Latest Print 2011 / 320 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4021-3 / C 295.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 253 PHI Learning: Publications


ENGINEERING
Mechanical (T*'4/#.)

Introduction to Introduction to Second Edition

Heat Transfer Hydraulics and


Pneumatics,
S.K. SOM, 2TQHGUUQTKPVJG
FGRCTVOGPVQHOGEJCPKECN 2nd ed. ZLWK &'520
GPIKPGGTKPICVVJG+PFKCP
+PUVKVWVGQH6GEJPQNQI[ S. ILANGO, 5GPKQT.GEVWTGT
-JCTCIRWTCPFEWTTGPVN[VJG &GRCTVOGPVQH/GEJCPKECNCPF
&GCPQH#ECFGOKE#HHCKTU +PFWUVTKCN 'PIKPGGTKPI%CNGFQPKCP

WPFGTITCFWCVGUVWFKGU  %QNNGIGQH'PIKPGGTKPI5WNVCPCVGQH
1OCP
This book presents a comprehensive treatment of the V. SOUNDARARAJAN, 2TKPEKRCN 8.$ ,CPCMKCOOCN %QNNGIG
essential fundamentals of the topics that should be taught QH'PIKPGGTKPICPF6GEJPQNQI[%QKODCVQTG
CU VJG HKTUVNGXGN EQWTUG KP *GCV 6TCPUHGT VQ VJG UVWFGPVU QH
engineering disciplines. The theoretical content is well This introductory textbook is designed for undergraduate
balanced with the problem-solving methodolgy necessary EQWTUGU KP *[FTCWNKEU CPF 2PGWOCVKEU(NWKF 2QYGT1KN
for developing an orderly approach to solving a variety *[FTCWNKEU VCWIJV KP /GEJCPKECN +PFWUVTKCN CPF
of engineering problems. The book provides adequate Mechatronics branches of Engineering disciplines. Besides
mathematical rigour to help students achieve a sound focusing on the fundamentals, the book is a basic, practical
understanding of the physical processes involved. guide that reflects field practices in design, operation and
maintenance of fluid power systems—making it a useful
KEY FEATURES reference for practising engineers specializing in the area of
Ŗ #YGNNDCNCPEGFEQXGTCIGDGVYGGPCPCN[VKECNVTGCVOGPVU fluid power technology.
physical concepts and practical demonstrations.
With the trends in industrial production, fluid power
Ŗ #PCN[VKECN FGUETKRVKQPU QH VJGQTKGU RGTVCKPKPI VQ FKHHGTGPV
components have also undergone modifications in designs.
modes of heat transfer by the application of conservation
To keep up with these changes, additional information and
equations to control volume and also by the application of
materials on proportional solenoids have been included in
conservation equations in differential form like continuity
GSWCVKQP0CXKGTŌ5VQMGUGSWCVKQPUCPFGPGTI[GSWCVKQP the second edition. It also updates drawings/circuits in the
Ŗ #EQORTGJGPUKXGFGUETKRVKQPQHVJGRTKPEKRNGUQHEQPXGEVKXG pneumatic section. Besides, the second edition includes a
heat transfer based on mathematical foundation of fluid %&41/ VJCV CESWCKPVU VJG TGCFGTU YKVJ VJG GPIKPGGTKPI
mechanics with generalized analytical treatments. specifications of several pumps and valves being
Ŗ # UGRCTCVG EJCRVGT FGUETKDKPI VJG DCUKE OGEJCPKUOU CPF manufactured by industry.
principles of mass transfer showing the development of CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP
mathematical formulations and finding the solution #DDTGXKCVKQPU 2CTV + *;&#7.+%5ō(NWKF 2QYGT 5[UVGOU
of simple mass transfer problems. CPF(WPFCOGPVCNU$CUKEUQH*[FTCWNKEU*[FTCWNKE5[UVGOU
Ŗ # UWOOCT[ CV VJG GPF QH GCEJ EJCRVGT VQ JKIJNKIJV MG[ CPF %QORQPGPVU (NWKF 2QYGT #EVWCVQTU *[FTCWNKE
terminologies and concepts and important formulae 'NGOGPVUKPVJG&GUKIPQH%KTEWKVUŌ+*[FTCWNKE'NGOGPVUKP
developed in that chapter. the Design of Circuits–II. Accumulators and Intensifiers.
Ŗ # PWODGT QH YQTMGFQWV GZCORNGU VJTQWIJQWV VJG VGZV &GUKIP QH *[FTCWNKE %KTEWKVU &TCYKPI QH *[FTCWNKE
review questions, and exercise problems (with answers) at %KTEWKVU (NWKF 2QYGT KP /CEJKPG 6QQNU CPF 1VJGT
the end of each chapter. 'SWKROGPV 2CTV ++ 20'7/#6+%5 2PGWOCVKE 5[UVGOUō
6JKU DQQM KU CRRTQRTKCVG HQT C QPGUGOGUVGT EQWTUG KP *GCV %QPEGRVUCPF%QORQPGPVU&GUKIPQH2PGWOCVKE%KTEWKVUŌ+
Transfer for undergraduate engineering students pursuing &GUKIP QH 2PGWOCVKE %KTEWKVUŌ++ /WNVKE[NKPFGT 2PGWOCVKE
careers in mechanical, metallurgical, aerospace and chemical %KTEWKVU 'NGEVTQRPGWOCVKEU 2CTV +++ #22.+%#6+105 1(
disciplines. *;&4#7.+%5 #0& 20'7/#6+%5ō5GTXQ 5[UVGO 2.%
#RRNKECVKQPU KP (NWKF 2QYGT (CKNWTG CPF 6TQWDNGUJQQVKPI
CONTENTS: 2TGHCEG (WPFCOGPVCN %QPEGRVU 1PG KP (NWKF 2QYGT 5[UVGOU 2CTV +8 #22'0&+%'5
FKOGPUKQPCN 5VGCF[UVCVG *GCV %QPFWEVKQP /WNVKFK  6GTOKPQNQIKGU 7UGF KP (NWKF 2QYGT  *[FTCWNKE
OGPUKQPCN 5VGCF[UVCVG *GCV %QPFWEVKQP 7PUVGCF[ 5[ODQNU  7UGHWN &CVC CPF 7PKVU  /WNVKRNGU CPF
%QPFWEVKQP %QPXGEVKQP +PEQORTGUUKDNG 8KUEQWU (NQY # 5WDOWNVKRNGU*[FTCWNKE(NWKF%JCTCEVGTKUVKEU5VCPFCTF
$TKGH4GXKGY2TKPEKRNGUQH(QTEGF%QPXGEVKQP2TKPEKRNGUQH CPF 2QRWNCT $QTG CPF 4QF &KCOGVGTU QH *[FTCWNKE
(TGG %QPXGEVKQP *GCV 6TCPUHGT KP %QPFGPUCVKQP CPF %[NKPFGTU2QRWNCT5[ODQNU7UGFKP2PGWOCVKE%KTEWKVU
$QKNKPI 2TKPEKRNGU QH *GCV 'ZEJCPIGTU 4CFKCVKQP *GCV
5QNWVKQPUVQ5GNGEVGF2PGWOCVKE'NGEVTQRPGWOCVKE%KTEWKV
6TCPUHGT2TKPEKRNGUQH/CUU6TCPUHGT#RRGPFKEGU+PFGZ
2TQDNGOU$KDNKQITCRJ[+PFGZ
Latest Print 2011 / 572 pp. / 17.8 × 23.5 cm
Latest Print 2013 / 308 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3060-3 / C 450.00
ISBN-978-81-203-4406-8 / C 295.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 254
ENGINEERING
Mechanical (T*'4/#.)

Mass Transfer: Refrigeration and


Theory and Practice Air Conditioning
AHMADUL AMEEN,
2TQHGUUQT QH/GEJCPKECN
'PIKPGGTKPICVVJG7PKXGTUKVK
5CKPU/CNC[UKC*GTGEGKXGFJKU
/CUVGTŏUFGITGGKPOGEJCPKECN
GPIKPGGTKPIHTQOVJG7PKXGTUKV[
QH5VTCVJEN[FG)NCUIQY
N. ANANTHARAMAN, 2TQHGUUQT KPVJG&GRCTVOGPVQH This textbook provides a concise, systematic treatment of
%JGOKECN 'PIKPGGTKPI0CVKQPCN+PUVKVWVG QH 6GEJPQNQI[ essential theories and practical aspects of refrigeration
6KTWEJKTCRRCNNK and air-conditioning systems. It is designed for students
pursuing courses in mechanical engineering both at diploma
K.M. MEERA SHERIFFA BEGUM, #UUQEKCVG2TQHGUUQTKPVJG and degree level with a view to equipping them with a
&GRCTVOGPV QH%JGOKECN'PIKPGGTKPI0CVKQPCN+PUVKVWVGQH fundamental background necessary to understand the latest
6GEJPQNQI[ 6KTWEJKTCRRCNNK methodologies used for the design of refrigeration and air-
conditioning systems.
Mass transfer operations are of great importance in a process
After reviewing the physical principles, the text focuses on
industry as it has a direct impact on the cost of the final the refrigeration cycles commonly used in air-conditioning
product. A chemical/process engineer therefore should have applications in tropical climates. The subject of psychro-
sound knowledge of the basics of mass transfer and its metry for analysing the various thermodynamic processes in
applications. This book is designed to equip the reader with air conditioning is particularly dealt with in considerable
sufficient knowledge of mass transfer operations and face detail.
the challenges ahead. 6JKUVGZVKPEQTRQTCVGU#5*#4'VCDNGUCPFEJCTVUUQVJCVVJG
students are exposed to solving real-life design problems.
The objective of this textbook is to teach a budding chemical
engineer the principles involved in analyzing a process and (KPCNN[ VJG DQQM JKIJNKIJVU VJG HGCVWTGU EJCTCEVGTKUVKEU
apply the desired mass transfer operation to separate the and selection criteria of hardware including the control
equipment. It also provides the readers with the big picture
components involved. It deals with operations involving in respect of the latest developments such as thermal storage
diffusion, interphase mass transfer, humidification, drying, air conditioning, desiccant cooling, chilled ceiling cooling,
crystallization, absorption, distillation, extraction, leaching +PFQQT#KT3WCNKV[
+#3 CPFVJGTOCNEQOHQTV
and adsorption. The principles and equipment used for Besides the students, the book would be immensely useful
different mass transfer operations have been lucidly to practising engineers as a ready reference.
explained.
CONTENTS: 2TGHCEG 2CTV  )GPGTCNō+PVTQFWEVKQP
Designed for a two-semester course, this text is primarily 4GXKGY QH $CUKE 2TKPEKRNGU 2CTV  4GHTKIGTCVKQP %[ENGU CPF
intended for the undergraduate students of chemical, 4GHTKIGTCPVUō8CRQWT %QORTGUUKQP %[ENG CPF *GCV 2WOR
pharmaceutical, petrochemical engineering as well as 5GEVKQP # 8CRQWT %QORTGUUKQP %[ENGU 5GEVKQP $
biotechnology and industrial biotechnology. It will also be /WNVKRTGUUWTG8CRQWT%QORTGUUKQP%[ENGU5GEVKQP%*GCV
2WORU 4GHTKIGTCPVU 8CRQWT #DUQTRVKQP %[ENG 1VJGT
useful to plant engineers and design professionals. 4GHTKIGTCVKQP%[ENGU#RRNKECVKQPU+PFWUVTKCN6TCPURQTVCPF
KEY FEATURES (QQF 4GHTKIGTCVKQP 5GEVKQP # +PFWUVTKCN 4GHTKIGTCVKQP
5GEVKQP $ 6TCPURQTV 4GHTKIGTCVKQP 5GEVKQP % (QQF
1. Explains the theoretical concepts with full derivation of 4GHTKIGTCVKQP 7NVTCNCY 6GORGTCVWTG 4GHTKIGTCVKQP
equations. %T[QIGPKEU 2CTV  #KT %QPFKVKQPKPIō6JGTOCN %QOHQTV
2. Illustrates the application of theory through worked-out +PFQQT #KT 3WCNKV[ 8GPVKNCVKQP CPF (KNVTCVKQP 5GEVKQP #
numerical examples. +PFQQT #KT 3WCNKV[ 5GEVKQP $ 8GPVKNCVKQP 5GEVKQP % #KT
 2TQXKFGU GZGTEKUG RTQDNGOU YKVJ CPUYGTU CV VJG GPF QH (KNVTCVKQP #KT%QPFKVKQPKPI 5[UVGOU CPF #RRNKECVKQPU 6JG
2U[EJTQOGVT[QH#KT%QPFKVKQPKPI2TQEGUUGU%QQNKPI.QCF
each chapter for practice.
5GEVKQP # %QQNKPI .QCF #PCN[UKU 5GEVKQP $ %QQNKPI .QCF
CONTENTS: (QTGYQTF 2TGHCEG #EMPQYNGFIGOGPVU %CNEWNCVKQP 2TQEGFWTG 5GEVKQP % # %CUG 5VWF[ Air-
Introduction to Mass Transfer. Diffusion. Mass Transfer &KUVTKDWVKQP 5[UVGOU #KT&WEV &GUKIP 2CTV  'SWKROGPV
Coefficient and Interphase Mass Transfer. Equipments for #EEGUUQTKGU CPF %QPVTQNō4GHTKIGTCVKQP *CTFYCTG #KT
%QPFKVKQPKPI2NCPV#KT%QPFKVKQPKPI%QPVTQN%GPVTCN2NCPV
)CUō.KSWKF 1RGTCVKPI *WOKFKHKECVKQP &T[KPI 2WORKPI CPF &KUVTKDWVKQP 5[UVGOU #P 1XGTXKGY QH 1VJGT
Crystallisation. Absorption. Distillation. Extraction. %QQNKPI/GVJQFUCPF5VTCVGIKGU#RRGPFKZ#%QQNKPI.QCF
Leaching. Adsorption. Appendix. Index. %CNEWNCVKQP 6CDNGU #RRGPFKZ $ 4GHTKIGTCPV 2TQRGTVKGU
Index.
Latest Print 2011 / 440 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4169-2 / C 325.00 Latest Print 2012 / 512 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2671-2 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 255 PHI Learning: Publications
ENGINEERING
Mechanical (T*'4/#.)

Refrigeration and Refrigeration and


Air Conditioning Air-Conditioning

RAMESH CHANDRA ARORA,


2TQHGUUQT QH/GEJCPKECN
'PIKPGGTKPICV+PFKCP+PUVKVWVGQH
6GEJPQNQI[-JCTCIRWTHTQOVQ


This textbook offers a comprehensive and wide-ranging S.N. SAPALI, 2TQHGUUQT &GRCTVOGPVQH/GEJCPKECN
introduction to theoretical principles and practical aspects of 'PIKPGGTKPI%QNNGIGQH'PIKPGGTKPI2WPG
refrigeration and air conditioning systems. Written by an
outstanding teacher with 30 years of distinguished career at
VJG +PFKCP +PUVKVWVG QH 6GEJPQNQI[ -JCTCIRWT VJKU YQTM 6JKU DQQM RTQXKFGU C HKTUV EQWTUG KP 4GHTKIGTCVKQP CPF #KT
ETGCVGFD[NCVG&T4%#TQTC
Ō KUKPVGPFGFVQNGCF Conditioning. The subject matter has been developed in a
students to a deeper understanding and a firm grasp of the logical and coherent manner with neat illustrations and a
basic principles of this fast-growing and exciting subject fairly large number of solved examples and unsolved
area. This text is ideally suited for undergraduate education problems. The text, developed from the author’s teaching
in mechanical engineering programmes and specialized
postgraduate education in thermosciences. The book is experience of many years, is suitable for the senior-level
designed to typically appeal to those who like a more undergraduate and first-year postgraduate students of
rigorous presentation. mechanical engineering, automobile engineering as well as
The text begins by reviewing, in a simple and precise chemical engineering.
manner, the physical principles of VJTGG pillars of The text commences with an introduction to the
4GHTKIGTCVKQP CPF #KT %QPFKVKQPKPI PCOGN[ VJGTOQ
F[PCOKEU JGCV VTCPUHGT CPF HNWKF OGEJCPKEU (QNNQYKPI CP fundamentals of thermodynamics and a brief treatment of
overview of the history of refrigeration, subsequent chapters the various methods of refrigeration. Then follows the
provide exhaustive coverage of the principles, applications detailed discussion and analysis of air refrigeration systems,
and design of several types of refrigeration systems and vapour compression and vapour absorption refrigeration
their associated components such as compressors, con- systems with special emphasis on developing sound
FGPUGTU GXCRQTCVQTU CPF GZRCPUKQP FGXKEGU 4GHTKIGTCPVU
too, are studied elaboratively in an exclusive chapter. physical concepts and gaining problem solving skills.
4GHTKIGTCPVU CTG GZJCWUVKXGN[ FGCNV YKVJ KP C UGRCTCVG
The second part of the book, beginning with the historical
background of air conditioning in Chapter 15, discusses the chapter.
subject of psychrometrics being at the heart of under- The remainder chapters of the book deal with psychrometry
standing the design and implementation of air conditioning
processes and systems, which are subsequently dealt with in and various processes required for the analysis of air
Chapters 16 to 23. It also explains the design practices conditioning systems. Technical descriptions of
followed for cooling and heating load calculations. compressors, evaporators, condensers, expansion devices
Each chapter contains several worked-out examples that and ducts are provided along with design practices for
clarify the material discussed and illustrate the use of basic cooling and heating load calculations.
principles in engineering applications. Each chapter also
ends with a set of few review questions to serve as revision (KPCNN[ C DTKGH TGXKGY QH VJG DCUKE RTKPEKRNGU CPF
of the material learned. applications of cryogenic gases and air liquefaction systems
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU *KUVQT[ QH 4GHTK are given.
IGTCVKQP 6JGTOCN 2TKPEKRNGUō# 4GXKGY QH (WPFCOGPVCNU CONTENTS: 2TGHCEG Introduction. Methods of
/GEJCPKECN 8CRQWT %QORTGUUKQP %[ENGU %QORTGUUQTU 2GT
HQTOCPEGQH5KPING5VCIG5CVWTCVKQP%[ENGYKVJ4GEKRTQECVKPI 4GHTKIGTCVKQP #KT 4GHTKIGTCVKQP 5[UVGOU 5KORNG 8CRQWT
%QORTGUUQT /WNVKUVCIG 4GHTKIGTCVKQP 5[UVGOU #DUQTRVKQP %QORTGUUKQP 4GHTKIGTCVKQP 5[UVGOU 4GHTKIGTCPVU
4GHTKIGTCVKQP 5[UVGOU 4GHTKIGTCPVU 'ZRCPUKQP 8CNXGU /WNVKRTGUUWTG 5[UVGOU 8CRQWT #DUQTRVKQP 4GHTKIGTCVKQP
Condensers. Evaporators. Complete Vapour Compression 5[UVGOU 2U[EJTQOGVT[ %QQNKPI .QCF 'UVKOCVKQP CPF
5[UVGO )CU %[ENG 4GHTKIGTCVKQP 9CVGTō5VGCO 'LGEVQTō 2U[EJTQOGVTKE #PCN[UKU #KT %QPFKVKQPKPI 5[UVGOU CPF
4GHTKIGTCVKQP 5[UVGO CPF 6JGTOQGNGEVTKE 4GHTKIGTCVKQP
5[UVGO #KT %QPFKVKQPKPI 6JGTOQF[PCOKE 2TQRGTVKGU QH Equipment. Compressors. Evaporators and Condensers.
/QKUV #KT 'NGOGPVCT[ 2U[EJTQOGVTKE 2TQEGUUGU 9GVVGF 'ZRCPUKQP &GXKEGU 4GHTKIGTCPV 2KRKPI #EEGUUQTKGU CPF
5WTHCEG*GCV6TCPUHGTō2U[EJTQOGVGT5VTCKIJV.KPG.CYCPF 5[UVGO2TCEVKEGU#KT&KUVTKDWVKQP5[UVGOCPF&WEV&GUKIP
2U[EJTQOGVT[ QH #KT %QPFKVKQPKPI 2TQEGUUGU %QOHQTVō Cryogenics. Appendices. Index.
RJ[UKQNQIKECN 2TKPEKRNGU KCS CPF &GUKIP %QPFKVKQPU Solar
4CFKCVKQP .QCF %CNEWNCVKQPU 4QQO #KTHNQY CPF &WEV Latest Print 2011 / 548 pp. / 17.8 × 23.5 cm
&GUKIP(CPU#RRGPFKZ+PFGZ ISBN-978-81-203-3360-4 / C 350.00
Latest Print 2012 / 1096 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3915-6 / C 525.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 256
ENGINEERING
Mechanical (T*'4/#.) Mechanical (TOTAL 37#.+6; M#0#)'/'06)

Thermal and Applied Design of


Hydraulic Machines, Experiments and
2nd ed. Taguchi Methods

G.S. SAWHNEY, 2TQHGUUQT CPF*GCF&GRCTVOGPVQH K. KRISHNAIAH, (QTOGT 2TQHGUUQTCPF*GCF&GRCTVOGPV


/GEJCPKECN 'PIKPGGTKPI #EEWTCVG +PUVKVWVG QH /CPCIGOGPV CPF QH+PFWUVTKCN'PIKPGGTKPI#PPC7PKXGTUKV[%JGPPCK
6GEJPQNQI[)TGCVGT0QKFC P. SHAHABUDEEN, 2TQHGUUQT CPF*GCF  &GRCTVOGPVQH
+PFWUVTKCN'PIKPGGTKPI#PPC7PKXGTUKV[%JGPPCK
The second edition of this well-received book, continues to Design of experiments (DOE) is an off-line quality assurance
present the operating principles and working aspects of technique used to achieve best performance of products and
VJGTOCNCPFJ[FTCWNKEOCEJKPGU(KTUVKVEQXGTUVJGNCYUCPF processes. This book covers the basic ideas, terminology,
the essential principles of thermodynamics that form the and the application of techniques necessary to conduct a
basis on which thermal machines operate. It subsequently study using DOE.
presents the principles, construction details and the methods 6JG VGZV KU FKXKFGF KPVQ VYQ RCTVUō2CTV +
&GUKIP QH
of control of hydraulic and thermal machines. 'ZRGTKOGPVU  CPF 2CTV ++
6CIWEJK /GVJQFU  2CTV +
(Chapters 1–8) begins with a discussion on basics of statistics
The coverage of thermal machines includes steam turbines,
and fundamentals of experimental designs, and then, it
gas turbines, IC engines, and reciprocating and centrifugal moves on to describe randomized design, Latin square
compressors. The coverage of hydraulic machines includes design, Graeco-Latin square design. In addition, it also deals
hydraulic turbines, reciprocating pumps and centrifugal with statistical model for a two-factor and three-factor
pumps. The classification, construction and efficiency of experiments and analyses 2M factorial, 2MŌO fractional factorial
these machines have been discussed with plenty of diagrams FGUKIPCPFOGVJQFQNQI[QHUWTHCEGFGUKIP2CTV++
%JCRVGTU
and worked problems. This will help the readers understand 9–16) discusses Taguchi quality loss function, orthogonal
easily the underlying principles. This new edition includes design, objective functions in robust design. Besides, the
substantially updated chapters and also introduces book explains the application of orthogonal arrays, data
analysis using response graph method/analysis of variance,
additional text as per the syllabus requirement. methods for multi-level factor designs, factor analysis and
The book is intended for the undergraduate engineering genetic algorithm. This book is intended as a text for the
students pursuing courses in mechanical, electrical and civil undergraduate students of Industrial Engineering and post-
branches. graduate students of Mechtronics Engineering, Mechanical
Engineering, and Statistics. In addition, the book would also
KEY FEATURES be extremely useful for both academicians and practitioners
Ŗ 2TQXKFGU UWEEKPEV EQXGTCIG QH CNN QRGTCVKPI CURGEVU QH KEY FEATURES
thermal and hydraulic machines. Ŗ +PENWFGUUKZECUGUVWFKGUQH&1'KPVJGEQPVGZVQHFKHHGTGPV
Ŗ +PENWFGUCNCTIGPWODGTQHYQTMGFRTQDNGOUCVVJGGPFQH industry sector.
each chapter to help students achieve a sound Ŗ 2TQXKFGU GUUGPVKCN &1' VGEJPKSWGU HQT RTQEGUU
understanding of the subject matter. improvement.
Ŗ )KXGU QDLGEVKXG V[RG SWGUVKQPU YKVJ GZRNCPCVQT[ CPUYGTU Ŗ +PVTQFWEGU UKORNG ITCRJKECN OGVJQFU HQT TGFWEKPI VKOG
to assist students in preparing for competitive taken to design and develop products.
examinations. CONTENTS: 2TGHCEG 2CTV + &GUKIP QH 'ZRGTKOGPVUō
4GXKGY QH 5VCVKUVKEU (WPFCOGPVCNU QH 'ZRGTKOGPVCN
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP $CUKE &GUKIPU 5KPING (CEVQT 'ZRGTKOGPVU /WNVK(CEVQT (CEVQTKCN
%QPEGRVU CPF <GTQVJ .CY QH 6JGTOQF[PCOKEU (KTUV .CY Experiments. The 2M (CEVQTKCN 'ZRGTKOGPVU $NQEMKPI CPF
of Thermodynamics. Second Law of Thermodynamics. Confounding in 2M (CEVQTKCN &GUKIPU 6YQ.GXGN (TCEVKQPCN
2TQRGTVKGU QH 5VGCO CPF 6JGTOQF[PCOKEU 8CRQWT %[ENGU (CEVQTKCN &GUKIPU 4GURQPUG 5WTHCEG /GVJQFU 2CTV ++
Thermodynamic Cycles. Steam Turbine. Gas Turbine. 6CIWEJK /GVJQFUō3WCNKV[ .QUU (WPEVKQP 6CIWEJK
%QORTGUUQT +ORCEV QH ,GV *[FTCWNKE 6WTDKPGU %GPVTKHWICN Methods. Design of Experiments using Orthogonal Arrays.
2WORU4GEKRTQECVKPI2WORU$KDNKQITCRJ[+PFGZ &CVC #PCN[UKU HTQO 6CIWEJK 'ZRGTKOGPVU 4QDWUV &GUKIP
/WNVK.GXGN (CEVQT &GUKIP /WNVK4GURQPUG 1RVKOK\CVKQP
Latest Print 2012 / 588 pp. / 17.8 × 23.5 cm 2TQDNGOU%CUG5VWFKGU#RRGPFKEGU4GHGTGPEGU+PFGZ
ISBN-978-81-203-4473-0 / C 495.00 Latest Print 2012 / 368 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4527-0 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 257 PHI Learning: Publications
ENGINEERING
Metallurgy/Material Science Metallurgy/Material Science
(BASIC M'6#..74)+%#. S%+'0%') (E0'4); #0& E08+410/'06 M#0#)'/'06)
Materials Science and Energy and
Engineering: Environmental
A First Course, Management in
5th ed. Metallurgical
Industries
R.C. GUPTA, HQTOGT 2TQHGUUQTKP
/GVCNNWTI[ CPF*GCF&GRCTVOGPVQH
/GVCNNWTIKECN 'PIKPGGTKPI+6$*7
V. RAGHAVAN, (QTOGTN[ 2TQHGUUQTQH/CVGTKCNU5EKGPEG This comprehensive book deals with the environmental
+PFKCP +PUVKVWVG QH 6GEJPQNQI[ &GNJK VCWIJV OCVGTKCNU UEKGPEG aspects of metallurgical industries, including ferrous (iron
EQWTUGUCV/CUUCEJWUGVVU+PUVKVWVGQH6GEJPQNQI[75#CPFCV++6 CPF UVGGN &4+ WPKVU '#( WPKVU HGTTQCNNQ[U CPF HQWPFTKGU
-CPRWTCPF++6&GNJKHQTOCP[[GCTU and non-ferrous (aluminium, copper, lead and zinc) plants.
The text, comprising of eight chapters, discusses
This well-established and widely adopted book, now in its fundamental aspects of environment management, various
(KHVJ 'FKVKQP RTQXKFGU C VJQTQWIJ CPCN[UKU QH VJG UWDLGEV energy sources available on the earth and environment
in an easy-to-read style. It analyzes, systematically and awareness required for sustained economic growth. The
book provides a thorough understanding of pollution
logically, the basic concepts and their applications to enable
sources in metallurgical industries and their abatement
the students to comprehend the subject with ease. techniques. It also provides details of energy management in
The book begins with a clear exposition of the background metal industry and enumerates factors for metallurgical
topics in chemical equilibrium, kinetics, atomic structure RNCPV NQECVKQP CPF NC[QWV (WTVJGTOQTG KV RTGUGPVU JGCNVJ
and safety guidelines for metallurgical professionals. The
and chemical bonding. Then follows a detailed discussion
text concludes with discussion on basic legislations related
on the structure of solids, crystal imperfections, phase to environment and labour.
diagrams, solid-state diffusion and phase transformations.
This provides a good insight into the structural control This book is primarily designed for undergraduate students
of metallurgical engineering. Besides, it will also be useful as
necessary for optimizing the various properties of materials. a ready reference source to professionals associated with
The mechanical properties covered include elastic, anelastic metallurgical industries.
and viscoelastic behaviour, plastic deformation, creep and
fracture phenomena. The last four chapters are devoted to a KEY FEATURES
detailed description of electrical conduction, super- Ŗ %QXGTCIG QH XCTKQWU V[RGU QH GPXKTQPOGPVCN KUUWGU UWEJ
as air emission, toxic effluents, solid waste, thermal
conductivity, semiconductors, and magnetic and dielectric
discharge, noise and radiation.
properties. Ŗ #PCN[UKUQHTGPGYCDNGCPFPQPTGPGYCDNGGPGTI[UQWTEGU
This highly accessible and student-friendly text not only on the earth with current energy usage pattern and future
provides a masterly analysis of all the relevant topics, but consumption pattern.
also makes them comprehensible to the students through the Ŗ &GUETKRVKQPQHXCTKQWUCEVKXKVKGUKPVJGOGVCNNWTIKECNWPKVU
along with discussion of sources of pollution and
skilful use of clear-cut diagrams, illustrative tables, worked- abatement techniques.
out examples, and in many other ways. It is a must-have Ŗ )WKFGNKPGUHQTVJGRNCPVNQECVKQPCPFNC[QWV
book for all engineering and applied science students. Ŗ $CUKE KPHQTOCVKQP CDQWV NCDQWT JGCNVJ CPF UCHGV[
CONTENTS: 2TGHCEG 5+ 7PKVU 2J[UKECN %QPUVCPVU environmental legislations, labour laws, ISO 14000, carbon
credit, etc.
%QPXGTUKQP(CEVQTU+PVTQFWEVKQP'SWKNKDTKWOCPF-KPGVKEU
Crystal Geometry and Structure Determination. Atomic CONTENTS: 2TGHCEG#EMPQYNGFIGOGPVU(WPFCOGPVCNUQH
Structure and Chemical Bonding. Structure of Solids. Crystal Environmental Management. Energy and Its Sources.
+ORGTHGEVKQPU 2JCUG &KCITCOU &KHHWUKQP KP 5QNKFU 2JCUG Environmental Awareness. Metallurgical Industries and
Environment. Energy Management in Metallurgical
Transformations. Elastic, Anelastic and Viscoelastic
+PFWUVTKGU 'PXKTQPOGPVCN #URGEVU QH 2NCPV .QECVKQP CPF
$GJCXKQWT 2NCUVKE &GHQTOCVKQP CPF %TGGR KP %T[UVCNNKPG .C[QWV 1EEWRCVKQPCN *GCNVJ CPF 5CHGV[ 'PXKTQPOGPVCN
/CVGTKCNU (TCEVWTG 1ZKFCVKQP CPF %QTTQUKQP %QPFWEVQTU .GIKUNCVKQPU CPF 4GNCVGF +UUWGU #RRGPFKEGUōA: List of
CPF 4GUKUVQTU 5GOKEQPFWEVQTU /CIPGVKE /CVGTKCNU Some Common Tree and Shrub Species. B: List of Some
Dielectric Materials. Appendices I & II. Index. Common Animals. C: 0CVKQPCN 2CTMU QH +PFKC D: Wildlife
Sanctuaries in India. E: Agenda 21. F: 8CNFG\ 2TKPEKRNG
Latest Print 2012 / 464 pp. / 16.0 × 24.1 cm G: International Chamber of Commerce Charter. H: 7PKV
ISBN-978-81-203-2455-8 / C 250.00 Conversion Tables. I: %QOOQP /CVJGOCVKECN (QTOWNCG
J:2TQRGTVKGUQH'NGOGPVU$KDNKQITCRJ[+PFGZ
Latest Print 2012 / 348 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4600-0 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 258
ENGINEERING
Metallurgy/Material Science (E:64#%6+8' M'6#..74);)

Hot Metal Ironmaking and


Production by Steelmaking: Theory
Smelting Reduction and Practice
of Iron Oxide
AHINDRA GHOSH,
AMIT CHATTERJEE, (QTOGTN[ 2TQHGUUQT/CVGTKCNU
(QTOGTN[%JKGH6GEJPQNQI[ CPF /GVCNNWTIKECN 'PIKPGGTKPI
1HHKEGT%WTTGPVN[#FXKUGTVQVJG +PFKCP+PUVKVWVGQH6GEJPQNQI[
/CPCIKPI&KTGEVQT6CVC5VGGN -CPRWT
.KOKVGF,COUJGFRWT AMIT CHATTERJEE, (QTOGTN[
This book offers a comprehensive treatise on smelting %JKGH6GEJPQNQI[1HHKEGT%WTTGPVN[#FXKUGTVQVJG/CPCIKPI
reduction of iron oxide—an emerging alternative method of &KTGEVQT6CVC5VGGN.KOKVGF,COUJGFRWT
producing hot metal without using coke. This technique is This authoritative account covers the entire spectrum
gaining increasing importance in the field of hot metal from iron ore to finished steel. The physicochemical
production, which has till date, been dominated by the fundamental concepts of chemical equilibrium, activity-
traditional blast furnace method. Shortage of coking coal, composition relationships, and structure-properties of
high cost of coke and the recent enforcement of stricter molten metals are introduced before going into details of
environmental regulations have resulted in the advent of transport phenomena, i.e. kinetics, mixing and mass transfer
smelting reduction as a supplementary method of hot metal in ironmaking and steelmaking processes.
production. Modern developments in blast furnaces, including
The book covers the details of this rapidly developing modelling and process control are discussed along with an
introduction to the alternative methods of ironmaking. In
technique that holds particular promise for countries like
VJG CTGC QH UVGGNOCMKPI $1( RNCPV RTCEVKEG KPENWFKPI RTG
India, endowed with relatively large reserves of high grade treatment of hot metal, metallurgical features of oxygen
iron ore that are unfortunately not matched by the steelmaking processes, and their control form part of the
availability of coking coal. The book offers an in-depth book. It also covers basic open hearth, electric arc furnace
analysis of the theoretical as well as the practical aspects of and stainless steelmaking, before discussing the area of
smelting reduction. It begins by acquainting the readers with casting of liquid steel—ingot castng, continuous casting and
the current worldwide status of ironmaking, followed by the near net shape casting.
classification of the various smelting reduction processes. It In line with the application of theoretical principles, several
then focuses on explaining the fundamentals of smelting worked-out examples dealing with fundamental principles
reduction before proceeding with a critical appraisal of the as applied to actual plant situations are presented.
various smelting reduction processes that are currently
The book is primarily intended for undergraduate and
available. The future of this methodology in India and in the postgraduate students of metallurgical engineering. It would
rest of the world is discussed in the concluding chapter. The also be immensely useful to researchers in the area of iron
book contains numerous illustrations to provide a clear and steel.
understanding of the different processes, equipment and
CONTENTS: 2TGHCEG 2CTV # )GPGTCNō+PVTQFWEVKQP
quality parameters relevant to smelting reduction-based
1XGTXKGY QH $NCUV (WTPCEG +TQPOCMKPI 1XGTXKGY QH
ironmaking. /QFGTP 5VGGNOCMKPI )GPGTCN 2J[UKEQEJGOKECN
The book is intended mainly for undergraduate and (WPFCOGPVCNU 2CTV $ $NCUV (WTPCEG +TQPOCMKPIō2J[UKECN
postgraduate engineering (particularly metallurgical %JGOKUVT[ QH $NCUV (WTPCEG 4GCEVKQPU 6JGTOCN CPF
engineering) students seeking an insight into this emerging %JGOKECN (GCVWTGU QH VJG $NCUV (WTPCEG +PVGTPCN <QPGU CPF
ironmaking technique. It would also be of immense interest )CU (NQY KP $NCUV (WTPCEGU 4CY /CVGTKCNU + %QMG 4CY
to researchers and technologists engaged in this subject of /CVGTKCNU ++ +TQP 1TG CPF #IINQOGTCVGU $NCUV (WTPCEG
smelting reduction of iron oxide. A variety of chapter-end 2TQFWEVKXKV[ (WGN 'HHKEKGPE[ CPF /QFGTP &GXGNQROGPVU
references would assist teachers and students to get $NCUV (WTPCEG 2TQFWEVU CPF 6JGKT 7VKNKUCVKQP $NCUV (WTPCEG
/QFGNNKPI CPF %QPVTQN 2CTV % #NVGTPCVKXG +TQPOCMKPIō
acquainted with the extensive knowledge already available
5RQPIG +TQPOCMKPI 5OGNVKPI 4GFWEVKQP 2CTV &
in this field. 5VGGNOCMKPIō2J[UKECN %JGOKUVT[ QH 2TKOCT[ 5VGGNOCMKPI
CONTENTS: 2TGHCEG %QOOQP 6GTOKPQNQIKGU 7UGF KP VJKU $1( 2NCPV 2TCEVKEG /GVCNNWTIKECN (GCVWTGU QH 1Z[IGP
Book. Current Ironmaking Scenario. Classification of 5VGGNOCMKPI2TQEGUU%QPVTQNHQT$CUKE1Z[IGP5VGGNOCMKPI
5OGNVKPI 4GFWEVKQP 2TQEGUUGU (WPFCOGPVCNU QH 5OGNVKPI $CUKE 1RGP *GCTVJ CPF 'NGEVTKE #TE (WTPCEG 5VGGNOCMKPI
4GFWEVKQP #RRTCKUCN QH +PFKXKFWCN 5OGNVKPI 4GFWEVKQP 5GEQPFCT[ 5VGGNOCMKPI 5VCKPNGUU 5VGGNOCMKPI 2CTV '
2TQEGUUGU %QORCTKUQP QH 5OGNVKPI 4GFWEVKQP 2TQEGUUGU Casting of Liquid Steel—Ingot Casting of Steel. Continuous
(WVWTG QH 5OGNVKPI 4GFWEVKQP +PFKC CPF VJG 4GUV QH VJG %CUVKPI QH 5VGGN 2CTV ( /KUEGNNCPGQWUō+TQPOCMKPI CPF
World. Index. Steelmaking in India. Appendices I and II. Bibliography.
Index.
Latest Print 2010 / 256 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3936-1 / C 250.00 Latest Print 2012 / 492 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3289-8 / C 395.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 259 PHI Learning: Publications
ENGINEERING
Metallurgy/Material Science (E:64#%6+8' M'6#..74);)

Sponge Iron Sponge Iron


Production by Direct Production in
Reduction of Iron Rotary Kiln
Oxide, 2nd ed.
ARABINDA SARANGI,
&KTGEVQT
#ECFGOKEU 5[PGTI[
+PUVKVWVGQH'PIKPGGTKPICPF
6GEJPQNQI[ $CPCOCNK 2TCUCF
&JGPMCPCN
AMIT CHATTERJEE, (QTOGTN[ %JKGH6GEJPQNQI[1HHKEGT BIDYAPATI SARANGI, 2TQHGUUQT &GRCTVOGPV QH /GVCN
%WTTGPVN[ #FXKUGTVQVJG/CPCIKPI&KTGEVQT6CVC5VGGN.KOKVGF NWTIKECN CPF/CVGTKCNU'PIKPGGTKPI+PFKTC)CPFJK+PUVKVWVGQH
,COUJGFRWT 6GEJPQNQI[
+)+6 5CTCPI&JGPMCPCN

This book provides a fascinating study of the very important With a boom in the steel industry all over the world today,
emerging field of direct reduction in which iron ore is the demand of sponge iron has considerably increased as a
‘directly reduced’ in the solid-state, using either natural gas feed (raw) material. The increase in the demand of sponge
or non-coking coal, to produce a highly metallised material, iron is also due to the fact that it is used as a substitute for
referred to as sponge iron (or direct reduced iron). This coking coal which is available in scarcity in the world. This
intermediate product is subsequently melted in electric arc book comprehensively deals with the production of sponge
furnaces or induction furnaces (sometimes even in basic iron in the rotary kiln.
oxygen furnaces) to produce liquid steel. Such a process The book is divided into 17 chapters. The initial chapters
combination enables steel to be produced without using give a brief on the fundamental theories and basic principles
coking coal, which is an expensive input in the normal blast QH URQPIG KTQP RTQFWEVKQP EQOOGTEKCNN[ WUGF &4
FKTGEV
furnace—basic oxygen furnace route of steelmaking adopted reduction) processes and physico-chemical principles of
in integrated steel plants. sponge iron production. The book then goes on elucidating
The book offers comprehensive coverage and critical the testing procedures of raw materials needed for the direct
assessment of various coal-based and gas-based direct reduction processes. The testing includes iron ore testing,
reduction processes. Besides dealing with the application of thermal disintegration testing, reducibility testing, and
the theoretical principles involved in the thermodynamics swelling and bed permeability testing.
and kinetics of direct reduction, the book also contains some (WTVJGT KV FGVCKNU QP VJG TGFWEVKQP QH KTQP QZKFG KPUKFG VJG
worked-out examples on sponge iron production. The rotary kiln. The entire rotary kiln plant and its functionalities
concluding part of this seminal book summarises the present are explained with precision. The concluding chapters
and future scenario of direct reduction, including the use of explicate the ways to store and handle sponge iron. The heat
gas generated from coal in direct reduction processes. and mass balance calculation done meticulously shows how
The book is primarily intended for the undergraduate and the waste heat can be utilized for power generation. This
postgraduate students of metallurgical engineering. It is also heat balance calculation is very much useful while designing
a OWUVTGCF for researchers, technologists and process the furnace and in determining fuel efficiency.
metallurgists engaged in the rapidly developing field of
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU Background.
direct reduction of iron oxides, which is of critical %QOOGTEKCNN[ 7UGF &4 2TQEGUUGU 2J[UKEQ %JGOKECN
importance for India and other developing nations that are 2TKPEKRNGQH5RQPIG+TQP2TQFWEVKQP4CY/CVGTKCNUHQT&4+
beginning to play a major role in global steelmaking. 2TQFWEVKQP 6GUVKPI 2TQEGFWTGU HQT VJG &GVGTOKPCVKQP QH
CONTENTS: 2TGHCEG%QOOQP6GTOKPQNQIKGU7UGFKP6JKU /GVCNNWTIKECN%JCTCEVGTKUVKEUQH(GGF/CVGTKCNU4GHTCEVQTKGU
Book. 6JG 0GGF HQT #NVGTPCVKXG +TQP 7PKVU 5ETCR 6[RG (NQY QH /CVGTKCNU KP 4QVCT[ -KNP -KPGVKEU QH +TQP 1TG
#XCKNCDKNKV[ CPF &GOCPF (WPFCOGPVCNU QH &KTGEV 4GFWEVKQP -KPGVKEU QH %QCN )CUKHKECVKQP 4QVCT[ -KNP 2NCPV
4GFWEVKQP %QCNDCUGF &4 2TQEGUUGU 7UKPI 4QVCT[ -KNPU 4QVCT[ -KNP $WTFGP %QOOKUUKQPKPI CPF 1RGTCVKQP QH
%QCNDCUGF 2TQEGUUGU 7UKPI 4GCEVQTU 1VJGT 6JCP 4QVCT[ 4QVCT[-KNP1RGTCVKQPCN2TQDNGOUKP4QVCT[-KNP#EETGVKQP
-KNP )CUDCUGF &KTGEV 4GFWEVKQP )CUDCUGF &KTGEV (QTOCVKQP 5VQTCIG CPF *CPFNKPI *GCV CPF /CUU $CNCPEG
4GFWEVKQP7UKPI#NVGTPCVKXGUVQ0CVWTCN)CU7UGQH&4+KP 7VKNK\CVKQPQH5RQPIG+TQP#RRGPFKEGU+PFGZ
+TQPOCMKPI CPF 5VGGNOCMKPI 2TGUGPV CPF (WVWTG QH &KTGEV
Latest Print 2011 / 288 pp. / 17.8 × 23.5 cm
4GFWEVKQP Index.
ISBN-978-81-203-4099-2 / C 275.00
Latest Print 2012 / 376 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4659-8 / C 375.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 260
ENGINEERING
Metallurgy/Material Science (E:64#%6+8' M'6#..74);) Metallurgical/Materials Engineering

('44175 M'6#..74);)
Steel Making Theory and
Laboratory
A.K. CHAKRABARTI,
HQTOGT 2TQHGUUQTQH/GVCNNWTIKECN
Experiments in
/CVGTKCNU'PIKPGGTKPICVVJG Ferrous Metallurgy
+PFKCP+PUVKVWVGQH6GEJPQNQI[
-JCTCIRWT R.C. GUPTA KUGPICIGFKP
VGCEJKPICPFTGUGCTEJKPVJGHKGNFQH
(GTTQWU/GVCNNWTI[HQTOQTGVJCP
HQWTFGECFGUCV$CPCTCU*KPFW
7PKXGTUKV[
5VGGN/CMKPI is designed to give students a strong grounding This book is a unique combination of theory and laboratory
in the theory and state-of-the-art practice of production of practice in the area of ferrous metallurgy. It covers subjects
steels. The book is primarily focused to meet the needs of like properties of raw materials, coal and coke, liquid and
undergraduate metallurgical students and candidates for gaseous fuels, iron ore agglomeration, iron ore reduction,
associate membership examinations of professional bodies steelmaking, and ingot casting.
(AMIIM, AMIE). Besides, for all engineering professionals
Divided into eleven chapters, the material is organized in a
working in steel plants who need to understand the basic
logical progression, beginning with providing information
principles of steel making, the text provides a sound
on identification of materials by using simple means. The
introduction to the subject.
other chapters provide an easily understandable
Beginning with a brief introduction to the historical presentation of various topics related to ferrous metallurgy,
perspective and current status of steel making together with for example, density and porosity, angle of repose, raw
the reasons for obsolescence of Bessemer converter and open material strength, coal and coke for ironmaking units, liquid
JGCTVJRTQEGUUGUVJGDQQMOQXGUQPVQ and gaseous fuels, pelletisation of iron ore fines, iron ore
Ŗ GNCDQTCVGVJGRJ[UKEQEJGOKECNRTKPEKRNGUKPXQNXGFKPUVGGN sintering, iron ore reduction and swelling, steelmaking and
making ingot casting. All the chapters give the relevant theory and
Ŗ GZRNCKP VJG QRGTCVKQPCN RTKPEKRNGU CPF RTCEVKEGU QH VJG test procedures followed by experiments.
modern processes of primary steel making (LD converter, This book is designed primarily for the undergraduate
3$12RTQEGUUCPFGNGEVTKEHWTPCEGRTQEGUU students in metallurgical engineering to help them perform
Ŗ RTQXKFG C UWOOCT[ QH VJG FGXGNQROGPVU KP UGEQPFCT[ laboratory experiments. The candidates preparing for
refining of steels AMIIM and AMIE examinations conducted by The Indian
Ŗ FKUEWUU RTKPEKRNGU CPF RTCEVKEGU QH KPIQV ECUVKPI CPF Institute of Metals and The Institution of Engineers (India)
continuous casting of steels will also find this book useful.
Ŗ GORJCUK\GCPKPETGCUKPIPGGFVQRTQVGEVQWTGPXKTQPOGPV
and utilize waste energy KEY FEATURES
Ŗ GZRNCKP VTCPURQTV RTQEGUUGU UKOWNCVKQP CPF OQFGNNKPI Ŗ &GUETKDGU GCEJ GZRGTKOGPV EQORNGVG YKVJ CKO OCVGTKCNU
relevant to the developments in steel technology. needed, equipment/tools required, procedure, typical
observation data, calculations, discussion and
The book provides considerable information in an easily
conclusions.
assimilable form and makes an ideal introduction to the
complex subject of steel technology. Ŗ 2TQXKFGU C WPKSWG EQORKNCVKQP QH PGCTN[  OCVGTKCNU
relevant to iron and steel industry.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU *KUVQTKECN Ŗ 2TQXKFGUCEQODKPCVKQPQHCNNVJGTGNCVGFUWDLGEVUEQXGTKPI
2GTURGEVKXG CPF %WTTGPV 5VCVWU QH 5VGGN /CMKPI
the field of metallurgy, such as metallurgical design, fuels,
2J[UKEQEJGOKECN 2TKPEKRNGU 4GXKGY QH VJG 1NFGT 5VGGN
refractories, agglomeration, ironmaking, steelmaking, and
/CMKPI 2TQEGUUGU #ō$GUUGOGT %QPXGTVGT 2TQEGUU
ingot casting.
$ō1RGP *GCTVJ (WTPCEG 5VGGN /CMKPI 2TQEGUU 6QR$NQYP
$CUKE 1Z[IGP %QPXGTVGT 2TQEGUUGU $QVVQO$NQYP $CUKE CONTENTS: 2TGHCEG #EMPQYNGFIOGPVU +FGPVKHKECVKQP QH
1Z[IGP %QPXGTVGT 2TQEGUU
3$121$/.95  'NGEVTKE %QOOQP/CVGTKCNU&GPUKV[CPF2QTQUKV[#PINGQH4GRQUG
(WTPCEG 5VGGN /CMKPI 5GEQPFCT[ 5VGGN /CMKPI +PIQV 4CY /CVGTKCNU 5VTGPIVJ %QCN CPF %QMG HQT +TQPOCMKPI
%CUVKPI 2TCEVKEG %QPVKPWQWU %CUVKPI QH 5VGGN 6TCPURQTV 7PKVU .KSWKF CPF )CUGQWU (WGNU 2GNNGVKUCVKQP QH +TQP 1TG
2TQEGUUGU&KOGPUKQPCN#PCN[UKUCPF2J[UKECN5KOWNCVKQPKP (KPGU+TQP1TG5KPVGTKPI+TQP1TG4GFWEVKQPCPF5YGNNKPI
5VGGN /CMKPI #ō6TCPURQTV 2JGPQOGPC $ō&KOGPUKQPCN 5VGGNOCMKPI+PIQV%CUVKPI#RRGPFKEGUō+5CHGV[)WKFG++
#PCN[UKU CPF 2J[UKECN 5KOWNCVKQP KP 5VGGN /CMKPI 7PKV %QPXGTUKQP 6CDNGU +++ /CVJGOCVKECN (QTOWNCG +8
(GTTQCNNQ[ 6GEJPQNQI[ 9CUVG /CPCIGOGPV CPF 'PGTI[ 7UGHWN &CVC 8 (CDTKECVKQP QH 6QQNU CPF 'SWKROGPV
Conservation. Index. Bibliography. Subject Index.
Latest Print 2012 / 240 pages / 16.0 × 24.1 cm Latest Print 2010 / 344 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3050-4 / C 250.00 ISBN-978-81-203-3924-8 / C 325.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 261 PHI Learning: Publications


ENGINEERING
Metallurgical/Materials Engineering
(170&4;)

Casting Technology Metal Casting:


and Cast Alloys Computer-Aided
Design and Analysis

A.K. CHAKRABARTI, (QTOGTN[ 2TQHGUUQT%5+4'OGTKVWU B. RAVI, #UUQEKCVG2TQHGUUQTQH/GEJCPKECN'PIKPGGTKPI+PFKCP


5EKGPVKUV /GVCNNWTIKECNCPF/CVGTKCNU'PIKPGGTKPI&GRCTVOGPV +PUVKVWVGQH6GEJPQNQI[$QODC[
+PFKCP+PUVKVWVGQH6GEJPQNQI[-JCTCIRWT
This book presents a scientific approach to metal casting
This text emphasizes the underlying metallurgical principles FGUKIP CPF CPCN[UKU UWRRQTVGF D[ UQHVYCTG VQQNU 7PNKMG
of casting technology so that the students can develop a other books in metal casting focused only on the process
sound set of analytic skills, helpful in the development of MPQYJQY, this book uncovers the MPQYYJ[ as well. Besides
improved casting processes and products. The pictorial and serving the needs of students of mechanical, production and
diagrammatic support provided throughout reinforces the metallurgical engineering, this book is equally meant to
clarity of the text for a thorough understanding of the metal benefit practicing engineers involved or interested in casting
casting concepts and technologies. development, including product designers, tool-makers,
foundry engineers, supply chain managers, engineering
Besides comprehensive coverage of the casting processes
consultants, researchers, and software developers. The
and elaborate discussion of properties of cast irons, cast
theory discussed in the book is applicable to all types of
steels, and cast nonferrous alloys, the text also familiarizes
ECUVKPIU HGTTQWU CPF PQPHGTTQWU RTQFWEGF KP UCPF CPF
the students with the most recent developments in binder
metal moulds.
systems, casting practices, solidification processing, metal
filtration, metallurgy of cast alloys, alloy design, and energy By gaining a better understanding of the theory and logic
and environment management. involved through creating, analysing and optimizing virtual
ECUVKPIUVJGTGCFGTUYKNNNGCTPJQYVQ
The book is primarily designed for degree and diploma
students pursuing courses in metallurgical, mechanical, and Ŗ &GUKIP RTQEGUUHTKGPFN[ ECUV RTQFWEVU NGCFKPI VQ UJQTVGT
production engineering disciplines as well as for candidates development time
studying for Associate Membership Examinations (AMIIME, Ŗ /CPWHCEVWTG CUUWTGF SWCNKV[ ECUVKPIU NGCFKPI VQ HGYGT
#/+' )TCF ++(  +V YQWNF CNUQ DGPGHKV /6GEJ/' rejections and ‘surprises’
students specializing in foundry technology and allied Ŗ /CPCIGOCVGTKCNCPFGPGTI[WVKNK\CVKQPNGCFKPIVQJKIJGT
disciplines. yield and lower costs.
CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP CONTENTS: 2TGHCEG /GVCN %CUVKPIō1XGTXKGY 5QNKF
Moulding Sand and Binders. Mould and Coremaking. /QFGNNKPI QH %CUVKPIU 2CVVGTP /QWNF CPF %QTG &GUKIP
4WPPKPI CPF (GGFKPI QH %CUVKPIU %QOOQP 4WNGU HQT (GGFGT &GUKIP CPF #PCN[UKU )CVKPI &GUKIP CPF #PCN[UKU
%CUVKPI &GUKIP /GNVKPI (WTPCEGU CPF 4GHTCEVQTKGU 5RGEKCN 2TQEGUU 2NCPPKPI CPF %QUVKPI &GUKIP HQT %CUVCDKNKV[
%CUVKPI 2TQEGUUGU %CUV +TQPU %CUV 5VGGNU %CUV 0QPHGTTQWU
Appendices. Index.
#NNQ[U %CUVKPI &GHGEVU CPF &GHGEV &KCIPQUKU D[ 0&6
Energy Conservation and Environment Control. Index. Latest Print 2011 / 168 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2726-9 / C 195.00
Latest Print 2009 / 284 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-2779-5 / C 195.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 262
ENGINEERING
Metallurgy/Material Science (M#07(#%674+0) 241%'55'5) Metallurgy/Material Science
2*;5+%#. M'6#..74);)

Metal Fabrication Dislocations and


Technology Mechanical Behaviour
of Materials

SYAMAL MUKHERJEE, 5GPKQT %QPUWNVCPV KP VJG /GEJCPKECN M.N. SHETTY, HQTOGTN[ 2TQHGUUQT+PFKCP+PUVKVWVGQH
'PIKPGGTKPI &GRCTVOGPVQHVJG0CVKQPCN+PUVKVWVGQH6GEJPKECN 6GEJPQNQI[ -CPRWT*GCNUQUGTXGFCUVJG&KTGEVQTQH/CPKRCN
6GCEJGTUŏ6TCKPKPICPF4GUGCTEJ
0+6664 -QNMCVC +PUVKVWVGQH6GEJPQNQI[/CPKRCN-CTPCVCMC

This book is a comprehensive presentation of the 2TKOCTKN[ KPVGPFGF HQT VJG UGPKQT WPFGTITCFWCVG CPF
fundamental concepts and applications of metal fabrication postgraduate students of Metallurgical and Materials
technology. Designed primarily for undergraduate and Engineering/Mechanical Engineering, the book begins with
postgraduate students of mechanical engineering and the description of elementary mechanical testing method
production engineering, the book will also be useful for and then moves on to the theory of elasticity, the micro-
students of engineering diploma programmes in the above mechanics of high strain rate deformation phenomenon and
fields and certificate courses in metal fabrication and quantitative methods of materials selection. Dislocation
erection, as well as for practising engineers and consultants and their applications is the strength of this book. The topics
involved in welding, fabrication, erection, production such as creep, fatigue and fracture are comprehensively
planning, testing and design. covered. The final chapter presents the principles of
The initial chapters of the book provide an overview of the materials selection. The book contains numerous solved and
metal fabrication industry, as well as an exhaustive unsolved examples to reinforce the understanding of the
discussion of the properties of the various engineering subject.
materials, heat treatment processes, and frame analysis. The
CONTENTS: 2TGHCEG /CVGTKCNU 6GUVKPI HQT 5VTGPIVJ
focus then shifts to production planning and control,
'NCUVKEKV[ 'NGOGPVU QH 2NCUVKE &GHQTOCVKQP CPF &KUNQECVKQP
production line design, as well as drawing, marking and
layout. The ensuing chapters explain elaborately the various 6JGQT[ 2NCUVKE &GHQTOCVKQP CPF VJG (WPFCOGPVCNU QH
metal cutting processes, metal forming methods, and 5VTGPIVJ %TGGR (CVKIWG (TCEVWTG /QVKQP QH 9CXGU
manufacturing processes. Assembly and erection, joining Dislocations and Cracks in Solids. Materials Selection.
and welding, fault analysis and inspection, and metal Glossary of Symbols. Index.
finishing are covered subsequently. The various systematic Latest Print 2013 / 992 pp. / 17.8 × 23.5 cm
guidelines for erection as well as the different prohibited ISBN-978-81-203-4638-3 / C 895.00
welding methods and welding defects are elucidated. The
final chapter of the book is devoted to health and safety
issues relevant to fabrication and erection.
The book contains numerous illustrations that enable the
students to gain a thorough understanding of the subject
matter. The review questions at the end of each chapter help
to test their comprehension of the underlying concepts.
CONTENTS: 2TGHCEG 1XGTXKGY QH (CDTKECVKQP +PFWUVT[
'PIKPGGTKPI/CVGTKCNUVJGKT2TQRGTVKGU*GCV6TGCVOGPVCPF
(TCEVWTG #PCN[UKU 2TQFWEVKQP 2NCPPKPI CPF %QPVTQN
22%
KP(CDTKECVKQPCPF2TQFWEVKQP.KPG&GUKIP%QOOWPKECVKQP
&TCYKPI /CTMKPI CPF .C[QWV /GVCN %WVVKPI 2TQEGUUGU
/GVCN (QTOKPI /GVJQFU /CPWHCEVWTKPI 2TQEGUUGU
#UUGODN[ 1RGTCVKQP 'TGEVKQP )WKFGNKPGU CPF (CWNV
#PCN[UKU ,QKPKPI 9GNFKPI 5QNFGTKPI $TC\KPI CPF
+PURGEVKQP/GVCN(KPKUJKPI1RGTCVKQPU*GCNVJCPF5CHGV[KP
(CDTKECVKQPCPF'TGEVKQP9QTM+PFGZ
Latest Print 2010 / 468 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-4090-9 / C 425.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 263 PHI Learning: Publications


ENGINEERING
Metallurgy/Material Science
2*;5+%#. M'6#..74);)

Engineering Engineering
Materials: Polymers, Materials: Properties
Ceramics and and Applications of
Composites, 2nd ed. Metals and Alloys
A.K. BHARGAVA, 2TQHGUUQT
&GRCTVOGPV QH/GVCNNWTIKECNCPF
/CVGTKCN 'PIKPGGTKPI/CNCXK[C
0CVKQPCN +PUVKVWVGQH6GEJPQNQI[
,CKRWT
This text, now in its second edition, continues to provide a C.P. SHARMA, 2TQHGUUQT &GRCTVOGPV QH /GVCNNWTIKECN
balanced practical treatment of polymers, ceramics, and 'PIKPGGTKPI/CNCXK[C0CVKQPCN+PUVKVWVGQH6GEJPQNQI[,CKRWT
composites, covering all their physical properties as well as
applications in industry. The text puts emphasis on This compact and student-friendly book provides a
developing an understanding of properties, characteristics thorough understanding of properties of metallic materials
and specifications of non-metallic engineering materials and and explains the metallurgy of a large number of metals and
focusing on the techniques for controlling their properties alloys.
during processing. It provides students with the knowledge
they need to make optimal selection and use of these The text first exposes the reader to the structure-property
materials in a variety of manufacturing applications. correlation of materials, that form the basis for predicting
The book focuses on structure-properties correlation of their behaviour during manufacturing and other service
materials as it forms the basis for predicting their behaviour conditions, and then discusses the factors governing the
during processing and service conditions. The text also selection of a material for specific applications. It further
discusses the recently developed advanced materials. Each introduces the various specifications/designations,
chapter includes the questions of fundamental importance (including AISI/SAE system) used for steels and the
and industrial significance, along with their answers. alloying elements. The text also gives detailed coverage on
This book is especially designed for Metallurgical and mechanical behaviour of other engineering metals including
Materials Science students for a course in non-metallic #N/I%W0K<PCPF2D
engineering materials. Besides it should prove useful for the 2TQHWUGN[ KNNWUVTCVGF YKVJ ITCRJU CPF VCDNGU VJG DQQM
students of other engineering disciplines where materials presents a large number of questions and answers framed on
science/materials engineering is offered as a compulsory the pattern of the university examinations. It thus enables
course.
the students to format compact and to-the-point answers.
CONTENTS: .KUV QH (KIWTGU .KUV QH 6CDNGU .KUV QH 5[ODQNU
This book would be highly valued by students of
2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 2TQRGTVKGU QH 0QP
/GVCNNKE /CVGTKCNU 2QN[OGT /CVGTKCNU %GTCOKE /CVGTKCNU metallurgical engineering and also those pursuing various
%QORQUKVG /CVGTKCNU 4QNG QH %GTCOKEU KP $KQOGFKECN other engineering as well as polytechnic courses, besides
#RRNKECVKQPU #RRGPFKEGUō2GTKQFKE 6CDNG QH 'NGOGPVU professionals who deal with selection of materials.
5QOG 2J[UKECN 2TQRGTVKGU QH /GVCNU 6JG 'NGEVTQPKE CONTENTS: 2TGHCEG .KUV QH 6CDNGU .KUV QH (KIWTGU
%QPHKIWTCVKQP QH 'NGOGPVU #VQOKE CPF +QPKE 4CFKK QH Introduction to Engineering Materials. Carbon Steels. Alloy
'NGOGPVU 6JG 5+ $CUG 7PKVU &GTKXGF 5+ 7PKVU 7PKV Steels. Cast Irons. Light Metals and Alloys. Copper and Its
%QPXGTUKQP 2TGHKZGU 0COGU QH /WNVKRNGU CPF 5WDOWNVKRNGU
#NNQ[U 0KEMGN %QDCNV CPF 6JGKT #NNQ[U 9JKVG /GVCNU CPF
Values of Constants. Selective Greek Alphabets and Their
6JGKT#NNQ[U4GHTCEVQT[/GVCNUCPF#NNQ[U/WNVKRNG%JQKEG
2TQPWPEKCVKQPU#DDTGXKCVKQPUQH%QOOQPN[7UGF2QN[OGTU
1VJGT #DDTGXKCVKQPU 2J[UKECN CPF 6JGTOCN 2TQRGTVKGU QH 3WGUVKQPU#RRGPFKEGU+PFGZ
2QN[OGTU /GEJCPKECN 2TQRGTVKGU QH 5QOG 4GRTGUGPVCVKXG Latest Print 2013 / 272 pp. / 16.0 × 24.1 cm
2QN[OGT /CVGTKCNU /CLQT #56/ 5VCPFCTFU HQT 2QN[OGTU ISBN-978-81-203-2448-0 / C 225.00
4GRGCVKPI %JGOKECN 5VTWEVWTCN 7PKVU CPF /QTRJQNQI[ QH
2QN[OGTU%JGOKECN%QORQUKVKQPQH5QOG%GTCOKE/CVGTKCNU
Some Common Ceramic Crystal Structures and Their
'ZCORNGU  (WPEVKQPU CPF #RRNKECVKQPU QH #FXCPEGF
QT
Technical) Ceramics. Compositions of Glasses. Compositions
QH%QOOQP4GHTCEVQTKGU2TQRGTVKGUQH5QOG%QOOQPN[7UGF
4GKPHQTEKPI(KDTGU$KDNKQITCRJ[+PFGZ
Latest Print 2012 / 440 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4621-5 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 264
ENGINEERING
Metallurgy/Material Science
2*;5+%#. M'6#..74);)

Heat Treatment: Mechanical


Principles and Behaviour and
Techniques, Testing of Materials
2nd ed.

T.V. RAJAN, C.P. SHARMA and ASHOK SHARMA A.K. BHARGAVA, 2TQHGUUQT &GRCTVOGPVQH/GVCNNWTIKECN
CNN QH&GRCTVOGPVQH/GVCNNWTIKECNCPF/CVGTKCNU'PIKPGGTKPI CPF /CVGTKCNU 'PIKPGGTKPI /CNCXK[C 0CVKQPCN +PUVKVWVG QH
/CNXK[C0CVKQPCN+PUVKVWVGQH6GEJPQNQI[,CKRWT 6GEJPQNQI[,CKRWT
C.P. SHARMA, 2TQHGUUQT &GRCTVOGPVQH/GVCNN WTIKECN CPF
The study of heat treatment has assumed great significance /CVGTKCNU 'PIKPGGTKPI/CNCXK[C0CVKQPCN+PUVKVWVGQH
because of the vital role heat treatment plays in achieving 6GEJPQNQI[,CKRWT
the designed characteristics in a given material. This
comprehensive and well-organized text skillfully blends This comprehensive book provides an insight into the
the theoretical and practical aspects of heat treatment. It mechanical behaviour and testing of metals, polymers,
discusses, in rich detail, about heat treatment of commercial ceramics and composites, which are widely employed for
steels, cast irons and non-ferrous metals and alloys. The structural applications under varying loads, temperatures
book also offers an in-depth analysis of topics such as nature and environments.
of metals and alloys; principles of heat treatment of steels; Organized in 13 chapters, this book begins with explaining
heat treatment processes; possible defects, causes and the fundamentals of materials, their basic building units,
remedies in heat treatment; and inspection and quality atomic bonding and crystal structure, further describing the
control in heat treatment.
role of imperfections on the behaviour of metals and alloys.
This second edition of the successful text has gone through The book then explains dislocation theory in a simplified yet
considerable modification on the basis of responses received. analytical manner. The destructive and non-destructive
Additional figures have been added for greater clarity testing methods are discussed, and the interpreted test data
and understanding. Multiple choice questions and other are then examined critically.
pedagogically arranged questions help students to assess
their subject knowledge. Specifically designed for the undergraduate and
postgraduate students of Metallurgical and Materials
Designed primarily as a text for undergraduate and Engineering, the book will be equally beneficial for the
postgraduate students of Metallurgy, the book is also useful undergraduate and postgraduate students of Mechanical
for undergraduate students of mechanical, production, and engineering and related disciplines. Besides, the book will
chemical engineering. Besides, it meets the requirements of also be useful for the practising engineers.
students of AMIE/AMIIM, and of diploma level courses in
OGVCNNWTIKECNCPFOGEJCPKECNGPIKPGGTKPI(WTVJGTOQTGVJG KEY FEATURES
book can serve as an invaluable reference for practising Ŗ Practical Manual in the form of Appendices
engineers. Ŗ Question Bank along with solutions
CONTENTS:(QTGYQTF2TGHCEG2TGHCEGVQVJG(KTUV'FKVKQP Ŗ 200 Objective Type Questions (all from the GATE
+PVTQFWEVKQP 0CVWTG QH /GVCNU CPF #NNQ[U +TQP%GOGPVKVG examination)
2JCUG&KCITCO2TKPEKRNGUQH*GCV6TGCVOGPVQH5VGGNU*GCV Ŗ Glossary of terms
6TGCVOGPV 2TQEGUUGU HQT 5VGGNU *CTFGPCDKNKV[ 3WGPEJCPVU
%JGOKECN *GCV 6TGCVOGPV QH 5VGGNU 5WTHCEG *CTFGPKPI CONTENTS: 2TGHCEG 0CVWTG QH /CVGTKCNU %T[UVCN
6JGTOQOGEJCPKECN6TGCVOGPV*GCV6TGCVOGPV(WTPCEGUCPF +ORGTHGEVKQPU /GEJCPKECN 2TQRGTVKGU &KUNQECVKQP 6JGQT[
Atmospheres. Temperature Measurement and Control. Deformation of Metals. Strengthening Mechanisms in
2QUUKDNG &GHGEVU %CWUGU CPF 4GOGFKGU KP *GCV 6TGCVOGPV /CVGTKCNU (TCEVWTG 6GPUKNG $GJCXKQWT *CTFPGUU 6GUVKPI
*GCV 6TGCVOGPV QH %QOOGTEKCN 5VGGNU %CUV +TQPU CPF 6JGKT &WEVKNG$TKVVNG6TCPUKVKQP$GJCXKQWTCPF(TCEVWTG6QWIJPGUU
*GCV6TGCVOGPV*GCV6TGCVOGPVQH0QP(GTTQWU/GVCNUCPF 6GUV (CVKIWG $GJCXKQWT %TGGR $GJCXKQWT 0QPFGUVTWEVKXG
#NNQ[U +PURGEVKQP CPF 3WCNKV[ %QPVTQN KP *GCV 6TGCVOGPV 6GUVKPI )NQUUCT[ 3WGUVKQP $CPM #RRGPFKEGU $KDNKQ
/CVGTKCNU 6GUVKPI 'PGTI[ 'EQPQO[ KP *GCV 6TGCVOGPV graphy. Index.
Appendices. Bibliography. Index.
Latest Print 2011 / 568 pp. / 17.8 × 23.5 cm
Latest Print 2012 / 408 pp. / 17.8 × 23.5 cm ISBN-978-81-203-4250-7 / C 395.00
ISBN-978-81-203-4095-4 / C 350.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 265 PHI Learning: Publications


ENGINEERING
Metallurgy/Material Science
2*;5+%#. M'6#..74);)

Physical Solid State Phase


Metallurgy: Transformations
Principles and
Practice,
2nd ed.

V. RAGHAVAN, (QTOGTN[ 2TQHGUUQTQH/CVGTKCNU5EKGPEG V. RAGHAVAN, (QTOGTN[ 2TQHGUUQT QH /CVGTKCNU 5EKGPEG


+PFKCP +PUVKVWVG QH 6GEJPQNQI[ &GNJK VCWIJV OCVGTKCNU UEKGPEG +PFKCP +PUVKVWVG QH 6GEJPQNQI[ &GNJK VCWIJV OCVGTKCNU UEKGPEG
EQWTUGUCV/CUUCEJWUGVVU+PUVKVWVGQH6GEJPQNQI[75#CPFCV++6 EQWTUGUCV/CUUCEJWUGVVU+PUVKVWVGQH6GEJPQNQI[75#CPFCV++6
-CPRWTCPF++6&GNJKHQTOCP[[GCTU -CPRWTCPF++6&GNJKHQTOCP[[GCTU

This well-established book, now in its Second Edition, One of the main fields of study of metallurgists, ceramists
presents the principles and applications of engineering and other materials scientists is the interrelationships
metals and alloys in a highly readable form. This new between structure and properties of materials. The subject of
edition retains all the basic topics such as phase diagrams, phase transformations plays a key role here. This book
phase transformations, heat treatment of steels and presents the fundamental principles that govern the kinetics
nonferrous alloys, solidification, fatigue, fracture and and the mechanism of solid state phase transformations and
EQTTQUKQP EQXGTGF KP VJG (KTUV 'FKVKQP 6JG VGZV JCU DGGP provides a good balance between the advanced concepts
updated and rewritten for greater clarity. Also, more evolved in research and the classroom teaching. The
diagrams have been added to illustrate the concepts emphasis being on principles, the presentation is generally
discussed. applicable to all groups of materials.
This Edition gives New Sections on The book is intended for advanced level undergraduate
Ŗ 6JGTOQGNCUVKEOCTVGPUKVG students of metallurgy and materials science, first year
postgraduate students of metallurgy and materials science,
Ŗ 5JCRGOGOQT[CNNQ[U and M.Sc. students of solid-state physics and solid-state
Ŗ 4CRKFUQNKFKHKECVKQPRTQEGUUKPI chemistry.
Ŗ 3WCVGTPCT[RJCUGFKCITCOU CONTENTS: 2TGHCEG (QTGYQTF +PVTQFWEVKQP &KHHWUKQP KP
Intended as a text for undergraduate courses in Metallurgy/ 5QNKFU 6JGTOQF[PCOKEU QH 6TCPUHQTOCVKQPU 0WENGCVKQP
Metallurgical and Materials Engineering, this book is also -KPGVKEU )TQYVJ -KPGVKEU 1XGTCNN 6TCPUHQTOCVKQP -KPGVKEU
suitable for students preparing for associate membership 2CTVKENG %QCTUGPKPI 2GCTNKVKE 6TCPUHQTOCVKQPU /CUUKXG
examination of Indian Institute of Metals (AMIIM), as well 6TCPUHQTOCVKQPU 4GEQXGT[ 4GET[UVCNNK\CVKQP CPF )TCKP
as other professional examinations like AMIE. Growth. Martensitic Transformations. Spinodal Decom-
position. List of Symbols. Index.
CONTENTS: 2TGHCEG 2TGHCEG VQ VJG (KTUV 'FKVKQP 2J[UKECN
%QPUVCPVU %QPXGTUKQP (CEVQTU 5VTWEVWTG QH /GVCNU CPF Latest Print 2012 / 196 pp. / 16.0 × 24.1 cm
#NNQ[U2JCUG&KCITCOU2JCUG%JCPIGU*GCV6TGCVOGPVQH ISBN-81-203-0460-8 / C 175.00
5VGGNU/GEJCPKECN 2TQRGTVKGU %QTTQUKQP CPF KVU 2TGXGPVKQP
Engineering Alloys. Index.
Latest Print 2012 / 248 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-3012-2 / C 195.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 266
ENGINEERING
Metallurgy/Material Science
219&'4 M'6#..74);)

Powder Metallurgy: Powder Metallurgy:


Science, Technology An Advanced
and Applications Technique of
Processing
Engineering
Materials

P.C. ANGELO, 2TQHGUUQT CPF*GCFQH/GVCNU6GUVKPICPF B.K. DATTA, 5GPKQT (CEWNV[CVVJG+PFKCP+PUVKVWVGQH


4GUGCTEJ%GPVTGCV25)%QNNGIGQH6GEJPQNQI[%QKODCVQTG 6GEJPQNQI[-JCTCIRWT
R. SUBRAMANIAN, #UUKUVCPV 2TQHGUUQTKPVJG&GRCTVOGPV
QH /GVCNNWTIKECN'PIKPGGTKPI25)%QNNGIGQH6GEJPQNQI[ This textbook introduces the students to the science and
%QKODCVQTG technology of powder metallurgy including the treatment
This textbook is written primarily for undergraduate and of ceramic powders and powders of some intermetallic
postgraduate students of metallurgical and materials compounds. It describes the raw materials needed for
engineering to provide them with an insight into the powder metallurgy technology and discusses the various
emerging technology of powder metallurgy as an alternative methods of production of metal powders and non-metallic
route to conventional metal processing. powders, and explains their characteristics as well. The book
It will also be useful to students of materials science, also deals with the technological aspects of compacting and
mechanical engineering and production engineering to sintering. It enumerates various applications of powder
understand and appreciate the importance of powder metallurgy technology using different techniques as well as
metallurgy as an effective and profitable material processing describes most of the recent developments in powder
route to produce a variety of products for engineering metallurgy such as atomization, metal injection moulding,
industries. The book will enable the students as well as hot isostatic pressing, and so forth. Some suggestions for
practising engineers to understand and practise the science future developments in this technology and ideas for
and technology of powder production and processing, as potential entrepreneurship in this field are also included.
well as to choose the right method to suit the application in
hand. The book is chiefly intended for the undergraduate students
of Metallurgical and Materials Engineering for a one
The various techniques used for powder production and the UGOGUVGT EQWTUG QP 2QYFGT /GVCNNWTI[ +V YQWNF CNUQ DG QH
versatile nature of these techniques to produce a wide range immense utility to the students of Mechanical Engineering,
of powders have been highlighted with suitable examples. Automobile Engineering, Aerospace Engineering, Industrial
Characterization of powders and subsequent compaction
CPF 2TQFWEVKQP 'PIKPGGTKPI HQT VJGKT EQWTUGU KP /CPW
methods have been discussed with due reference to the final
HCEVWTKPI6GEJPQNQI[2TQEGUUGUCPF2TCEVKEGU
CRRNKECVKQP 0QXGN EQPUQNKFCVKQP VGEJPKSWGU HQT CFXCPEGF
applications have been dealt with. Sintering of the compacts CONTENTS: 2TGHCEG )GPGTCN +PVTQFWEVKQP 4CY /CVGTKCNU
and the mechanisms involved in sintering have been 6JGKT2TQFWEVKQPCPF%JCTCEVGTKUVKEU%QPUQNKFCVKQPQH/GVCN
discussed in detail. CPF %GTCOKE 2QYFGTU #RRNKECVKQPU QH 2QYFGT /GVCNNWTI[
The book covers most of the recent developments in powder #FFKVKQPCN3WGUVKQPU#RRGPFKZō4GEGPV6TGPFUKP2QYFGT
metallurgy such as atomization, mechanical alloying, self- /GVCNNWTI[(WTVJGT4GCFKPI+PFGZ
propagating high-temperature synthesis, metal injection Latest Print 2012 / 204 pp. / 17.8 × 23.5 cm
moulding and hot isostatic pressing.
ISBN-978-81-203-4423-5 / C 250.00
3WGUVKQPUCPFRTQDNGOUJCXGDGGPIKXGPCVVJGGPFQHGCEJ
chapter. A glossary of relevant terms in powder metallurgy
has also been included for ready reference.
CONTENTS: (QTGYQTF 2TGHCEG 2QYFGT /GVCNNWTI[ $CUKE
5VGRU 2TQFWEVKQP QH 2QYFGTU 2QYFGT 6TGCVOGPV CPF
*CPFNKPI /GVCN 2QYFGT %JCTCEVGTKUVKEU %QORCEVKQP QH
/GVCN 2QYFGTU *KIJ6GORGTCVWTG %QORCEVKQP 5KPVGTKPI
2QUVUKPVGTKPI 1RGTCVKQPU 2QYFGT /GVCNNWTI[ 2TQFWEVU
#FXCPEGF 2QYFGT /GVCNNWTIKECN 2TQEGUUKPI 6GEJPKSWGU
#RRGPFKZ6GTOKPQNQI[$KDNKQITCRJ[+PFGZ
Latest Print 2012 / 312 pp. / 17.8 × 23.5 cm
ISBN-978-81-203-3281-2 / C 325.00
24'06+%'*#..1(+0&+#2WDNKECVKQPU 267 PHI Learning: Publications
ENGINEERING
Metallurgy/Material Science Metallurgy/Material Science (T4#052146 2*'01/'0#)
(T*'4/1&;0#/+%5 #0& E0)+0''4+0) M#6'4+#.5)
Textbook of Materials Introduction to
and Metallurgical Transport
Thermodynamics Phenomena
Momentum, Heat
and Mass
BODH RAJ, 2TQHGUUQTKP
%JGOKECN 'PIKPGGTKPI

AHINDRA GHOSH, HQTOGTN[ 2TQHGUUQT&GRCTVOGPVQH This introductory text discusses the essential concepts of
/CVGTKCNU CPF /GVCNNWTIKECN 'PIKPGGTKPI +PFKCP +PUVKVWVG three fundamental transport processes, namely, momentum
QH6GEJPQNQI[-CPRWT transfer, heat transfer, and mass transfer. Apart from
chemical engineering, transport processes play an
Metallurgical Thermodynamics, as well as its modified increasingly important role today in the fields of
version, Thermodynamics of Materials, forms a core course biotechnology, nanotechnology and microelectronics.
in metallurgical and materials engineering, constituting one The book covers the basic laws of momentum, heat and
of the principal foundations in these disciplines. mass transfer. All the three transport processes are explained
using two approaches—first by flux expressions and second
Designed as an undergraduate textbook, this concise and by shell balances. These concepts are applied to formulate
systematically organized text deals primarily with the the physical problems of momentum, heat and mass
thermodynamics of systems involving physico-chemical transfer. Simple physical processes from the chemical
processes and chemical reactions, such as calculations of engineering field are selected to understand the mechanism
enthalpy, entropy and free energy changes of processes; of these transfer operations. Though these problems are
thermodynamic properties of solutions; chemical and phase solved for unidirectional flow and laminar flow conditions
equilibria; and thermodynamics of surfaces, interfaces and only, turbulent flow conditions are also discussed. Boundary
defects. The major emphasis is on high-temperature systems EQPFKVKQPU CPF 2TCPFVN OKZKPI OQFGNU HQT VWTDWNGPV HNQY
and processes involving metals and inorganic compounds. conditions are explained as well. The unsteady-state
conditions for momentum, heat and mass transfer have also
The many worked examples, diagrams, and tables that been highlighted with the help of simple cases.
illustrate the concepts discussed, and chapter-end problems (KPCNN[ VJG CRRTQCEJ QH CPQNQI[ JCU CNUQ DGGP CFQRVGF KP
that stimulate self-study should enable the students to study the book to understand these three molecular transport
the subject with enhanced interest. RTQEGUUGU &KHHGTGPV CPCNQIKGU UWEJ CU 4G[PQNFU 2TCPFVN
XQP-¶TO¶PCPF%JKNVQPŌ%QNDWTPCTGFKUEWUUGFKPFGVCKN
CONTENTS: 2TGHCEG .KUV QH 5[ODQNU YKVJ 7PKVU
+PVTQFWEVKQP (KTUV .CY QH 6JGTOQF[PCOKEU *GCV %CRCEKV[ This book is designed for the undergraduate students of
CPF 'PVJCNR[ō#WZKNKCT[ 4GNCVKQPU CPF #RRNKECVKQPU chemical engineering and covers the syllabi on Transport
Second Law of Thermodynamics and Entropy. Auxiliary Phenomena as currently prescribed in most institutes and
universities.
(WPEVKQPUCPF4GNCVKQPU%TKVGTKCHQT'SWKNKDTKWO)KDDU(TGG
Energy and One-component Systems. Activity, Equilibrium CONTENTS: 2TGHCEG +PVTQFWEVKQP VQ 6TCPURQTV
%QPUVCPVCPF5VCPFCTF(TGG'PGTI[QH4GCEVKQPU'SWKNKDTKC 2JGPQOGPC 5GEVKQP # /QOGPVWO 6TCPUHGTō/QOGPVWO
+PXQNXKPI +FGCN )CUGU CPF 2WTG %QPFGPUGF 2JCUGU Transport. Shell Momentum Balances and Velocity
&KUVTKDWVKQP KP .COKPCT (NQY %QPFKVKQPU
6[RKECN %CUGU 
6JGTOQF[PCOKEU QH 5QNWVKQPU %JGOKECN 2QVGPVKCN CPF
Equations of Change for Isothermal System. Momentum
'SWKNKDTKC COQPIUV 2JCUGU QH 8CTKCDNG %QORQUKVKQPU
6TCPUHGT KP 6WTDWNGPV (NQY 7PUVGCF[UVCVG (NQY QH
4GCEVKQP 'SWKNKDTKC +PXQNXKPI %QPFGPUGF 2JCUGU YKVJ 0GYVQPKCP(NWKFU5GEVKQP$*GCV6TCPUHGTō*GCV6TCPUHGT
Variable Compositions. Third Law of Thermodynamics, 5JGNN'PGTI[$CNCPEGUCPF6GORGTCVWTG&KUVTKDWVKQPKP*GCV
Statistical Thermodynamics, and Entropy. Thermodynamics Conduction in Solids (Typical Cases). The General Energy
of Electrochemical Cells. Thermodynamics of Surfaces, 'SWCVKQP 6GORGTCVWTG &KUVTKDWVKQP KP 6WTDWNGPV (NQY
Interfaces and Defects. Appendix. Bibliography. Answers to 7PUVGCF[UVCVG *GCV %QPFWEVKQP KP C 5GOKKPHKPKVG 5NCD
2TQDNGOU+PFGZ 5GEVKQP % /CUU 6TCPUHGTō/CUU 6TCPUHGT 5JGNN /CUU
Latest Print 2012 / 300 pp. / 17.8 × 23.5 cm $CNCPEGU CPF %QPEGPVTCVKQP &KUVTKDWVKQP HQT .COKPCT (NQY
The General Equation of Diffusion. Concentration
ISBN-978-81-203-2091-8 / C 250.00 &KUVTKDWVKQPKP6WTDWNGPV(NQY7PUVGCF[UVCVG'XCRQTCVKQP
QH C .KSWKF 5GEVKQP & #PCNQI[ō#PCNQI[ #RRGPFKEGU
Index.
Latest Print 2012 / 240 pp. / 16.0 × 24.1 cm
ISBN-978-81-203-4518-8 / C 225.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU
PHI Learning: Publications 268
ENGINEERING
Metallurgy/Material Science (T4#052146 2*'01/'0#)

Rate Processes in
Metallurgy,
Rev. ed.

A.K. MOHANTY KUHQTOGT2TKPEKRCN0CVKQPCN+PUVKVWVGQH simultaneous transfer of heat, mass and momentum for
6GEJPQNQI[ 4QWTMGNC various metallurgical phenomena. Every major concept
introduced is worked out, through suitable solved examples,
2TKOCTKN[ KPVGPFGF HQT VJG WPFGTITCFWCVG UVWFGPVU to a numerical conclusion. In addition, each chapter
of metallurgical engineering, this book provides a firm concludes with a wide variety of review questions and
foundation in the study of the fundamental principles of problems with answers to aid further understanding of the
transport processes and the kinetics of the reactions that will subject.
greatly help to carry out a complete analysis of the rate
processes in metallurgy. CONTENTS: 2TGHCEG #EMPQYNGFIGOGPVU +PVTQFWEVKQP
(NQY QH (NWKFU *GCV 6TCPUHGT /CUU 6TCPUHGT &KOGPUKQPCN
Systematically organized in eight chapters, the book #PCN[UKU CPF 5KOKNKVWFG $QWPFCT[ .C[GT 6JGQT[ 4GCEVKQP
provides a comprehensive treatment and balanced coverage -KPGVKEU%QWRNGF2JGPQOGPQP5WIIGUVGF(WTVJGT4GCFKPI
of topics such as kinetic properties of fluids, heat transfer, #PUYGTUVQ2TQDNGOU+PFGZ
mass transfer, techniques of dimensional analysis, treatment
of transport problems by means of the boundary layer Latest Print 2012 / 448 pp. / 16.0 × 24.1 cm
theory, reaction kinetics, and also makes a study of ISBN-978-81-203-3591-2 / C 375.00

24'06+%'*#..1(+0&+#2WDNKECVKQPU 269 PHI Learning: Publications


TITLE INDEX
TO ORDER BOOKS from this catalogue, please indicate the number of copies of each
book required, in the space to the left of each ISBN Code.
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-0978-4 0000 to 8085: Introduction to Microprocessors for Engineers and Scientists,
2nd ed., Ghosh & Sridhar, 54, 189 350.00

................ 978-81-203-2785-6 8085 Microprocessor: Programming and Interfacing, Srinath, 55, 189 250.00

................ 978-81-203-4710-6 Advanced Control Systems, Sarkar, 157 350.00

................ 978-81-203-2787-0 Advanced Reinforced Concrete Design, 2nd ed., Varghese, 117 395.00

................ 978-81-203-4039-8 Advanced Soil Dynamics and Earthquake Engineering,2TCUCF 650.00

................ 978-81-203-3520-2 All of C, Ghosh, 8 295.00

................ 81-203-0011-4 Analog Computation and Simulation,4CLCTCOCP 85.00

................ 978-81-203-2784-9 Analog Electronics, 2KVVGV-CPFCUYCO[


'FU  250.00

................ 978-81-203-2722-1 Analog Electronics, Maheshwari & Anand, 143 395.00

................ 978-81-203-4384-9 Analysis and Design of Information Systems, 3rd ed., 4CLCTCOCP 250.00

................ 81-203-1740-8 5GNHUVWF[)WKFGVQ Analysis and Design of Information Systems,


4CLCTCOCP 175.00

................ 978-81-203-4594-2 Analysis and Design Practice of Hydraulic Concrete Structures, 2nd ed., Ghosh, 126 195.00

................ 978-81-203-4027-5 Analysis and Design Practice of Steel Structures, Ghosh, 123 195.00

................ 978-81-203-4291-0 Antenna and Wave Propagation, Yadava, 150 525.00

................ 978-81-203-4527-0 Applied Design of Experiments and Taguchi Methods, -TKUJPCKCJ 


Shahabudeen, 257 395.00

................ 978-81-203-3339-0 Applied Electromagnetic Theory: Analysis, Problems and Applications, 0CKT
Deepa, 172 325.00

................ 978-81-203-3849-4 Artificial Intelligence, Mishra, 5 375.00

................ 978-81-203-1253-1 Artificial Neural Networks, Yegnanarayana, 62 275.00

................ 978-81-203-3156-3 Assembly Language Programming in GNU/Linux for IA32 Architectures,


4CLCV/QQPC 350.00

................ 978-81-203-4610-9 Automobile Engineering,4COCMTKUJPC 325.00

................ 978-81-203-4188-3 Basic Electrical Engineering, Singh, 180 295.00

................ 978-81-203-4729-8 Basic Electronic Devices and Circuits,2CVKN 325.00

271
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-1952-3 Basic Electronics—Devices, Circuits and IT Fundamentals,-CN 325.00

................ 978-81-203-4181-4 Basic Engineering Mechanics and Strength of Materials, Das, et al., 247 225.00

................ 978-81-203-3843-2 Basics of Structural Dynamics and Aseismic Design, Damodarasamy &
-CXKVJC 295.00

................ 978-81-203-3052-8 Biochemical Engineering, Doble & Gummadi, 81 195.00

................ 978-81-203-4585-0 Biochemical Engineering: Principles and Concepts, 3rd ed., Inamdar, 81 375.00

................ 978-81-203-2858-7 Bioinformatics: A Modern Approach, Srinivas, 7 195.00

................ 978-81-203-3595-0 Bioinformatics—Methods and Applications: Genomics, Proteomics and Drug


Discovery, 3rd ed.,4CUVQIKGVCN 350.00

................ 978-81-203-4227-9 Biomedical Instrumentation and Measurements, Anandanatarajan, 148 275.00

................ 978-81-203-2649-1 Bioseparations: Principles and Techniques, Sivasankar, 82, 92 250.00

................ 978-81-203-2443-5 Bluetooth Technology and Its Applications with ,CXC,/',2TCDJW4GFFK 250.00

................ 978-81-203-3083-2 Building Construction, Varghese, 97 325.00

................ 978-81-203-2848-8 Building Materials, Varghese, 98 225.00

................ 978-81-203-2871-6 C++ and Object-Oriented Programming Paradigm, 2nd ed., ,CPC 325.00

................ 978-81-203-3340-6 CAD/CAM: Concepts and Applications, Alavala, 209 325.00

................ 978-81-203-2779-5 Casting Technology and Cast Alloys, Chakrabarti, 237, 262 195.00

................ 978-81-203-3601-8 Cellular Manufacturing Systems: An Integrated Approach,2CTCUJCT 250.00

................ 978-81-203-3637-7 Chemical Engineering Thermodynamics, Ahuja, 93 450.00

................ 978-81-203-4496-9 Chemical Process Equipment: Design and Drawing, Vol. I, Maidargi, 85 175.00

................ 978-81-203-4477-8 Chemical Process Modelling and Computer Simulation, 2nd ed.,,CPC 325.00

................ 978-81-203-4709-0 Chemical Process Technology and Simulation, -Q[KMMCN 395.00

................ 978-81-203-2643-9 Circuit Theory: Continuous and Discrete-Time Systems, Elements of


Network Synthesis, -WTKCMQUG 350.00

................ 978-81-203-3731-2 Classic Data Structures, 2nd ed., Samanta, 20 425.00

................ 978-81-203-4671-0 Cloud Computing Based Projects Using Distributed Architecture,


Das Gupta, et al., 11 425.00

................ 978-81-203-4429-7 Coastal Hydrodynamics, Mani, 209 395.00

................ 978-81-203-3857-9 Colloid and Interface Science, Ghosh, 85 425.00

272
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-3962-0 Communication Engineering, Bandyopadhyay, 149 295.00

................ 978-81-203-2653-8 Communication Protocol Engineering, Venkataram & Manvi, 150 275.00

................ 978-81-203-2725-2 Compiler Design, Chattopadhyay, 12 195.00

................ 978-81-203-3251-5 Compiler Design Using FLEX and YACC, Das, 12 225.00

................ 978-81-203-1734-5 Computational Structural Mechanics,4CLCUGMCTCP5CPMCTCUWDTCOCPKCP 450.00

................ 81-203-1231-7 Computer-Aided Analysis and Design, Ghoshal, 238 125.00

................ 978-81-203-3342-0 Computer Aided Design and Manufacturing, 0CTC[CPGVCN 425.00

................ 978-81-203-3988-0 Computer-Based Industrial Control, 2nd ed.,-TKUJPC-CPV 350.00

................ 978-81-203-4707-6 Computer Concepts and Management Information Systems, 2nd ed., ,JC 195.00

................ 978-81-203-3876-0 Computer Graphics, Alavala, 39 250.00

................ 978-81-203-3524-0 Computer Graphics, Desai, 40 375.00

................ 978-81-203-4089-3 Computer Graphics: Algorithms and Implementations,/WMJGTLGG,CPC 395.00

................ 978-81-203-4127-2 Computer Graphics, Multimedia and Animation, 2nd ed., 2CMJKTC 350.00

................ 978-81-203-3345-1 Computer Integrated Manufacturing, Alavudeen & Venkateshwaran, 210 350.00

................ 978-81-203-3200-3 Computer Organization and Architecture, 4CLCTCOCP4CFJCMTKUJPCP 295.00

................ 978-81-203-3511-0 Computer Organization and Design, 3rd ed.,2CN%JCWFJWTK 450.00

................ 978-81-203-3539-4 Computer-Oriented Numerical Methods, Thangaraj, 15 325.00

................ 978-81-203-0786-5 Computer Oriented Numerical Methods, 3rd ed.,4CLCTCOCP 95.00

................ 978-81-203-1172-5 Computer Programming in FORTRAN 77 (With an Introduction to


FORTRAN 90), 4th ed., 4CLCTCOCP 195.00

................ 978-81-203-0859-6 Computer Programming in C,4CLCTCOCP 250.00

................ 978-81-203-1181-7 Computer Programming in FORTRAN 90 and 95,4CLCTCOCP 225.00

................ 978-81-203-3594-3 Computer System Architecture,4CQ 325.00

................ 978-81-203-1954-7 Control Engineering: Theory and Practice, Bandyopadhyay, 158 275.00

................ 978-81-203-3197-6 Control Systems, #PCPF-WOCT 350.00

................ 978-81-203-3605-6 Control System Components, Desai, 159 295.00

................ 978-81-203-3521-9 Cryptography and Information Security,2CEJIJCTG 295.00

................ 978-81-203-4570-6 Cyber Laws and IT Protection,*CTKUJ%JCPFGT 325.00

273
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-2846-4 Data Communications and Computer Networks, Gupta, 18, 151 450.00

................ 978-81-203-4466-2 Data Communications and Computer Networks, 3rd ed., Singh, 18, 151 325.00

................ 978-81-203-3812-8 Data Mining: Techniques and Trends, Gopalan & Sivaselvan, 19 125.00

................ 978-81-203-4428-0 Data Structures: A Programming Approach with C, -WUJYCJC  /KUTC  495.00

................ 978-81-203-3642-1 Data Structures in C,0CKT/CJCNGMUJOK 250.00

................ 978-81-203-1443-6 Data Structures in C++,-WVVK2CFJ[G 150.00

................ 978-81-203-3627-8 Data Warehousing—Concepts, Techniques, Products and Applications,


3rd ed.,2TCDJW 225.00

................ 978-81-203-4674-1 Database Management System,2CMJKTC 250.00

................ 978-81-203-4313-9 Database Management Systems, 2nd ed.,0CTCPI 325.00

................ 978-81-203-4277-4 Database Management Systems, 2nd ed.,2CPPGGTUGNXCO 295.00

................ 978-81-203-3920-0 Database Management System, Oracle SQL and PL/SQL, Das Gupta, 25 250.00

................ 978-81-203-1444-3 Decision Support Systems,,CPCMKTCOCP5CTWMGUK 150.00

................ 978-81-203-4575-1 Design and Analysis of Algorithms, 2nd ed., Chandra Mohan, 3 175.00

................ 978-81-203-4663-5 Design and Analysis of Algorithms, 2nd ed., Gupta, et al., 3 350.00

................ 978-81-203-3278-2 Design and Analysis of Algorithms, 2CPPGGTUGNXCO 275.00

................ 978-81-203-4499-0 Design and Analysis of Experiments, 2CPPGGTUGNXCO  450.00

................ 978-81-203-3645-2 Design and Testing of Electrical Machines, Deshpande, 166 425.00

................ 978-81-203-3852-4 Design of Bridge Structures, 2nd ed.,,CICFGGUJ,C[CTCO 325.00

................ 978-81-203-3277-5 Design of Concrete Structures, Bandyopadhyay, 127 395.00

................ 978-81-203-1955-4 Design of Machine Elements,5JCTOC2WTQJKV 350.00

................ 978-81-203-3615-5 Design of Reinforced Concrete Foundations, Varghese, 117 395.00

................ 978-81-203-4111-1 Design of Reinforced Concrete Shells and Folded Plates, Varghese, 128 395.00

................ 978-81-203-3193-8 Design of Reinforced Concrete Structures, Gambhir, 118 425.00

................ 978-81-203-4746-5 Design Methods and Analysis of Algorithms, 2nd ed., Basu ((QTVJEQOKPI), 4 TBA

................ 978-81-203-4732-8 Developing Web Applications Using ASP.NET and Oracle, 2nd ed.,
Das Gupta & Mondal, 46 525.00

................ 978-81-203-2523-4 Differential Equations and Their Applications, 2nd ed., Zafar Ahsan, 134 325.00

274
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-1956-1 Digital Electronics and Logic Design,0CKT 275.00

................ 978-81-203-4325-2 Digital Image Processing and Analysis, 2nd ed., Chanda & Majumder, 28, 205 325.00

................ 978-81-203-4091-6 Digital Image Processing and Pattern Recognition,2CMJKTC 395.00

................ 978-81-203-2971-3 Digital Image Processing: An Algorithmic Approach,,QUJK 325.00

................ 978-81-203-2979-9 Digital Logic and Computer Organization,4CLCTCOCP4CFJCMTKUJPCP 295.00

................ 978-81-203-4620-8 Digital Signal Processing,#PCPF-WOCT 495.00

................ 978-81-203-2595-1 Digital Signal Processing: Theory, Analysis and Digital-filter Design,0CKT 325.00

................ 978-81-203-3938-5 Discrete Mathematics,%JCPFTCUGMCTCP7OCRCTXCVJK 425.00

................ 978-81-203-4691-8 Discrete Mathematics and Graph Theory, 3rd ed., Biswal, 30 450.00

................ 978-81-203-4638-3 Dislocations and Mechanical Behaviour of Materials, Shetty, 263 895.00

................ 978-81-203-1380-4 Distributed Operating Systems: Concepts and Design, Sinha, 66 375.00

................ 978-81-203-3810-4 Distributed Systems: Computing Over Networks, Crichlow, 66 175.00

................ 978-81-203-4505-8 E-Commerce: An Indian Perspective, 4th ed., ,QUGRJ  375.00

................ 978-81-203-2892-1 Earthquake Resistant Design of Structures, Agarwal & Shrikhande, 129 425.00

................ 978-81-203-1492-4 Electric Drives, De & Sen, 166 225.00

................ 978-81-203-4424-2 Electric Machines and Electric Drives: Problems with Solutions,
De & Dutta, 167 375.00

................ 978-81-203-3643-8 Electric Motors: Applications and Control, Deshpande, 167 225.00

................ 978-81-203-3560-8 Electric Power Generation, Transmission and Distribution, 2nd ed., Singh, 196 325.00

................ 978-81-203-4526-3 Electrical and Electronic Measurements, Banerjee, 186 575.00

................ 978-81-203-4026-8 Electrical Machines, Deshpande, 168 350.00

................ 978-81-203-2997-3 Electrical Machines: Theory and Practice, Bandyopadhyay, 168 350.00

................ 978-81-203-4538-6 Electrical Power Systems: Analysis, Security and Deregulation,


Venkatesh, et al., 171 375.00

................ 978-81-203-2989-8 Electrical Power Systems: Concepts, Theory and Practice,4C[ 375.00

................ 978-81-203-2783-2 Electrical Power Systems: Theory and Practice, Bandyopadhyay, 197 375.00

................ 978-81-203-4515-7 Electromagnetic Waves and Transmission Lines, 4CQ  425.00

................ 978-81-203-4633-8 Electromagnetism—Problems with Solutions, 3rd ed.,2TCOCPKM 550.00

275
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-3465-6 Electromagnetism: Theory and Applications, 2nd ed.,2TCOCPKM 495.00

................ 978-81-203-2085-7 Electronic Devices and Applications,0CKT 275.00

................ 978-81-203-2981-2 Electronic Devices and Circuits,-WOCT,CKP 375.00

................ 978-81-203-3195-2 Electronic Devices and Circuits, 0CITCVJ 325.00

................ 978-81-203-4471-6 Electronic Devices and Integrated Circuits, 2nd ed., Singh, 162 495.00

................ 978-81-203-2454-1 Electronic Instruments and Instrumentation Technology, Anand, 181 395.00

................ 978-81-203-1491-7 Electronics: Analog and Digital,0CITCVJ 350.00

................ 978-81-203-4724-3 Electronics in Medicine and Biomedical Instrumentation, 2nd ed.,,QI 250.00

................ 978-81-203-4523-2 Elements of Environmental Science and Engineering, 2nd ed., Meenakshi, 100, 135 250.00

................ 978-81-203-4629-1 Elements of Mechanical Engineering, Manglik, 135, 219 425.00

................ 978-81-203-4081-7 Embedded Systems,4CQ 395.00

................ 978-81-203-4730-4 Embedded System Design, 2nd ed., Chattopadhyay, 56 225.00

................ 978-81-203-4600-0 Energy and Environmental Management in Metallurgical Industries, Gupta, 258 325.00

................ 978-81-203-4233-0 Energy Engineering and Management, Chakrabarti, 174, 211 250.00

................ 978-81-203-2440-4 Engineering Drawing with a Primer on AutoCAD, Siddiquee, et al., 226 250.00

................ 978-81-203-1743-7 Engineering Economics,2CPPGGTUGNXCO 195.00

................ 978-81-203-4072-5 Engineering Fluid Mechanics, Balachandran, 109, 217 495.00

................ 978-81-203-4495-2 Engineering Geology for Civil Engineers, Varghese, 208 250.00

................ 978-81-203-3783-1 Engineering Graphics with AutoCAD, Rev. ed.,-WNMCTPKGVCN 325.00

................ 978-81-203-4168-5 Engineering in Rocks for Slopes, Foundations and Tunnels, 2nd ed.,
4COCOWTVJ[
'F  550.00

................ 978-81-203-4621-5 Engineering Materials—Polymers, Ceramics and Composites, 2nd ed.,


Bhargava, 225, 264 350.00

................ 978-81-203-2448-0 Engineering Materials—Properties and Applications of Metals and Alloys,


Sharma, 264 225.00

................ 978-81-203-3616-2 Engineering Mathematics, Vol. 1, 4th ed., Sastry, 136 295.00

................ 978-81-203-3617-9 Engineering Mathematics, Vol. 2, 4th ed., Sastry, 136 295.00

................ 978-81-203-4422-8 Engineering Mechanics, Chandramouli, 137, 227 450.00

................ 978-81-203-2189-2 Engineering Mechanics: Statics and Dynamics,.CMUJOCPC4CQGVCN 195.00

276
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-3845-6 Engineering Thermodynamics, 2nd ed., Achuthan, 247 325.00

................ 978-81-203-2724-5 Engineering Tribology, Sahoo, 228 250.00

................ 978-81-203-2254-7 Enterprise Resource Planning: Concepts and Practice, 2nd ed., Garg &
Venkitakrishnan, 32 175.00

................ 978-81-203-2633-0 Enterprisewide Resource Planning: Theory and Practice, Altekar, 33 175.00

................ 978-81-203-3600-1 Environmental Engineering, Srinivasan, 100 350.00

................ 978-81-203-3330-7 Environmental Science: Principles and Practice, Das & Behera, 106 250.00

................ 978-81-203-3894-4 Essentials of Ecology and Environmental Science, 4th ed.,4CPC 295.00

................ 978-81-203-3937-8 Essentials of E-Commerce Technology,4CLCTCOCP 250.00

................ 978-81-203-2772-6 Essentials of VLSI Circuits and Systems, Eshraghian, et al., 187 425.00

................ 978-81-203-4511-9 Experiments in Fluid Mechanics, 2nd ed., Singh, 109, 115, 217 225.00

................ 978-81-203-4533-1 Experiments in Hydraulic Engineering, Singh, 113 225.00

................ 978-81-203-4184-5 Experiments in Hydraulics and Hydraulic Machines: Theory and


Procedures,5JGUJC2TCMCUJ 195.00

................ 81-203-0919-7 Expert Systems: Theory and Practice, Ermine, 5 125.00

................ 978-81-203-4108-1 Finite Element Analysis Using ANSYS®11.0, Srinivas, et al., 107, 215 425.00

................ 978-81-203-4295-8 Finite Element Methods: Concepts and Applications in Geomechanics,


2nd, ed., Deb, 108, 130 325.00

................ 978-81-203-3584-4 Finite Element Methods: Basic Concepts and Applications, Alavala, 107, 216, 239 325.00

................ 978-81-203-0894-7 Fluid Mechanics, 2nd ed., Mohanty, 110, 218 275.00

................ 978-81-203-4593-5 Fluid Mechanics: An Introduction, 3rd ed.,4CVJCMTKUJPCP 250.00

................ 978-81-203-3523-3 Fluid Mechanics and Turbomachines, Das, 248 450.00

................ 978-81-203-4034-3 Fluid Mechanics with Laboratory Manual, Majumdar, 110 325.00

................ 978-81-203-2086-4 Food Processing and Preservation, Sivasankar, 86 250.00

................ 978-81-203-3588-2 Foundation Design in Practice, Ghosh, 130 295.00

................ 978-81-203-2652-1 Foundation Engineering, Varghese, 119 425.00

................ 978-81-203-3348-2 Fundamentals of Combustion, Revised ed., Mishra, 248 250.00

................ 978-81-203-2857-0 Fundamentals of Compressible Fluid Dynamics, Balachandran, 249 425.00

................ 978-81-203-1446-7 Fundamentals of Computer Graphics and Multimedia, Mukherjee, 41 150.00

277
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-3452-6 Fundamentals of Computer Networks, 2nd ed.,-WPFW 225.00

................ 978-81-203-4011-4 Fundamentals of Computers, 5th ed.,4CLCTCOCP 225.00

................ 978-81-203-3057-3 Fundamentals of Cryogenic Engineering, Mukhopadhayay, 249 350.00

................ 978-81-203-3679-7 Fundamentals of Digital Circuits, 2nd ed.,#PCPF-WOCT 395.00

................ 978-81-203-4506-5 Fundamentals of Discrete Mathematical Structures, 2nd ed., Chowdhary, 31 295.00

................ 978-81-203-3299-7 Fundamentals of Electrical and Electronics Engineering, 2nd ed., Ghosh, 138 450.00

................ 978-81-203-3928-6 Fundamentals of Electrical Engineering, 2nd ed.,2TCUCF 450.00

................ 978-81-203-4396-2 Fundamentals of Electromagnetic Theory, 2nd ed.,&CUJ-JWPVKC 525.00

................ 978-81-203-2790-0 Fundamentals of Engineering Thermodynamics, 2nd ed.,4CVJCMTKUJPCP 425.00

................ 978-81-203-3871-5 Fundamentals of Food Engineering,4CQ 425.00

................ 978-81-203-4031-2 Fundamentals of Heat and Mass Transfer, Venkanna, 93, 250 395.00

................ 978-81-203-4433-4 Fundamentals of Industrial Drives, Sarkar, 220 350.00

................ 978-81-203-4680-2 Fundamentals of Internal Combustion Engines, 2nd ed., Gupta, 251 525.00

................ 978-81-203-3776-3 Fundamentals of Mechanical Engineering: Thermodynamics, Mechanics,


Theory of Machines and Strength of Materials, 2nd ed., Sawhney, 139 495.00

................ 978-81-203-4679-6 Fundamentals of Machine Drawing, 2nd ed., Singh & Sah, 221 350.00

................ 978-81-203-4632-1 Fundamentals of Mobile Computing,2CVVPCKM4CLKD/CNN 250.00

................ 978-81-203-2781-8 Fundamentals of Optical Fibre Communication,5CVJKUJ-WOCT 195.00

................ 978-81-203-3877-7 Fundamentals of Polymers: Raw Materials to Finish Products,-CTCM 275.00

................ 978-81-203-4123-4 Fundamentals of Power System Protection, 2nd ed.,2CKVJCPMCT$JKFG 375.00

................ 978-81-203-3048-1 Fundamentals of Reinforced Concrete Design, Gambhir, 118 325.00

................ 978-81-203-3819-7 Fundamentals of Software Engineering, 3rd ed.,4CLKD/CNN 250.00

................ 978-81-203-2670-5 Fundamentals of Soil Dynamics and Earthquake Engineering,2TCUCF 450.00

................ 978-81-203-3870-8 Fundamentals of Solid Mechanics (A Treatise on Strength of Materials),


Gambhir, 228 450.00

................ 978-81-203-4672-7 Fundamentals of Strength of Materials, Chandramouli, 123, 231 525.00

................ 978-81-203-4236-1 Fundamentals of Structural Mechanics and Analysis, Gambhir, 125 595.00

................ 978-81-203-4198-2 Fundamentals of Surveying, 2nd ed.,4Q[ 375.00

278
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-2723-8 Fundamentals of Tribology, Basu, et al., 229 250.00

................ 978-81-203-3775-6 Fundamentals of Turbomachinery, Venkanna, 251 395.00

................ 978-81-203-4605-5 Gas Dynamics, 4th ed.,4CVJCMTKUJPCP 425.00

................ 978-81-203-4021-3 Gas Dynamics for Engineers, Balachandran, 253 295.00

................ 978-81-203-4105-0 Graph Theory, Singh, 38 250.00

................ 978-81-203-0145-0 Graph Theory with Applications to Engineering and Computer Science, Deo, 39 225.00

................ 978-81-203-3428-1 Grid and Cluster Computing,2TCDJW 295.00

................ 978-81-203-4619-2 Ground Water Hydrology, Agarwal, 132 325.00

................ 978-81-203-0709-4 Handbook of Materials Management, Gopalakrishnan, 239 325.00

................ 978-81-203-1625-6 Heat Transfer: Principles and Applications, Dutta, 94, 253 325.00

................ 978-81-203-4095-4 Heat Treatment: Principles and Techniques, 2nd ed.,4CLCPGVCN 350.00

................ 978-81-203-3936-1 Hot Metal Production by Smelting Reduction of Iron Oxide, Chatterjee, 259 250.00

................ 978-81-203-3707-7 Hydrology, Das & Saikia, 115 325.00

................ 978-81-203-3586-8 Hydrology and Soil Conservation Engineering including Watereshed


Management, 2nd ed., Das, 79, 116 395.00

................ 978-81-203-3993-4 Industrial Electronics and Control including Programmable Logic


Controller, 2nd ed.,2CWN 395.00

................ 978-81-203-4084-8 Industrial Ergonomics,-JCP 125.00

................ 978-81-203-3350-5 Industrial Waste Water Treatment, 2CVYCTFJCP 275.00

................ 978-81-203-3351-2 Information Security: Theory and Practice, 2CVGN 295.00

................ 978-81-203-3651-3 Information Systems: A Concise Study,-GNMCT 495.00

................ 978-81-203-4583-6 Information Technology: Best Practices and Applications in Business,


Adikesavan, 43 325.00

................ 978-81-203-2184-7 Information Technology: Principles and Applications,4C[#EJCT[C 550.00

................ 978-81-203-4273-6 Information Technology Project Management: A Concise Study, 3rd ed.,
-GNMCT 525.00

................ 978-81-203-2897-6 Insight into Data Mining—Theory and Practice, Soman, et al., 19 375.00

................ 978-81-203-4053-4 Insight into Wavelets—From Theory to Practice, 3rd ed., Soman et al., 152 375.00

................ 978-81-203-4246-0 Instrumentation and Control,2CVTCPCDKU 325.00

279
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-2185-4 Internetworking Technologies: An Engineering Perspective, Banerjee, 47 175.00

................ 978-81-203-2864-8 Introduction to Artificial Intelligence, Akerkar, 6 275.00

................ 978-81-203-4234-7 Introduction to Automata and Compiler Design, Dasaradh, 13 350.00

................ 978-81-203-4163-0 Introduction to Biomedical Instrumentation, Singh, 149 195.00

................ 978-81-203-4577-5 Introduction to Chemical Engineering,2WUJRCXCPCO 195.00

................ 978-81-203-3846-3 Introduction to Chemical Engineering Thermodynamics,*CNFGT 395.00

................ 978-81-203-4326-9 Introduction to Data Mining with Case Studies, 2nd ed., Gupta, 20 425.00

................ 978-81-203-3409-0 Introduction to Digital Computer Design, An, 5th ed.,4CLCTCOCP


4CFJCMTKUJPCP 325.00

................ 978-81-203-4699-4 Introduction to Fuzzy Logic, Shinghal, 237 150.00

................ 978-81-203-2861-7 Introduction to Fuzzy Sets and Fuzzy Logic, Ganesh, 38 195.00

................ 978-81-203-3060-3 Introduction to Heat Transfer, Som, 95, 254 450.00

................ 978-81-203-4740-3 Introduction to High Voltage Engineering, An, 2nd ed.,4C[ 275.00

................ 978-81-203-4406-8 Introduction to Hydraulics and Pneumatics, 2nd ed., Ilango &
Soundararajan, 254 295.00

................ 978-81-203-4731-1 Introduction to Information Technology, 2nd ed.,4CLCTCOCP 295.00

................ 978-81-203-3124-2 Introduction to Linear and Digital Control Systems, Ghosh, 145 350.00

................ 978-81-203-4625-3 Introduction to Measurements and Instrumentation, 4th ed., Ghosh, 182 495.00

................ 978-81-203-4018-3 Introduction to Numerical Methods in Chemical Engineering, Ahuja, 90 275.00

................ 978-81-203-4138-8 Introduction to Operating Systems, An: Concepts and Practice, 3rd ed., Bhatt, 67 375.00

................ 978-81-203-1619-5 Introduction to Parallel Processing, Sasikumar, et al., 70 175.00

................ 978-81-203-4050-3 Introduction to Reactive Power Control and Voltage Stability in Power
Transmission Systems, An, Chakrabarti, et al., 198 250.00

................ 978-81-203-2778-8 Introduction to Signals and Systems and Digital Signal Processing,
Bandyopadhyay, 207 250.00

................ 978-81-203-4518-8 Introduction to Transport Phenomena: Momentum, Heat and Mass,


$QFJ 4CL  225.00

................ 978-81-203-4592-8 Introductory Methods of Numerical Analysis, 5th ed., Sastry, 140 250.00

................ 978-81-203-3289-8 Ironmaking and Steelmaking: Theory and Practice, Ghosh & Chatterjee, 259 395.00

................ 978-81-203-3587-5 Irrigation and Water Power Engineering, Das & Saikia, 79, 80, 116 350.00

280
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-1729-1 Irrigation Water Management—Principles and Practice, Majumdar, 80 350.00

................ 978-81-203-4531-7 IT Services Business Management: Concepts, Processes and Practices,


Dubey, 48 250.00

................ 978-81-203-2775-7 Java and Object-Oriented Programming Paradigm,,CPC 395.00

................ 978-81-203-4178-4 Knowledge Management, Mruthyunjaya, 48 495.00

................ 978-81-203-4664-2 Laboratory Manual—Hydraulics and Hydraulic Machines,4CKMCT 225.00

................ 978-81-203-4542-3 Learning Oracle SQL and PL/SQL: A Simplified Guide, Chatterjee, 25 350.00

................ 978-81-203-2039-0 Limit State Design of Reinforced Concrete, 2nd ed., Varghese, 119 325.00

................ 978-81-203-4475-4 LINUX: Learning the Essentials, ,COGU  350.00

................ 978-81-203-4517-1 Machine Design: Fundamentals and Applications, Gope, 220 695.00

................ 978-81-203-3435-9 Machine Learning with SVM and Other Kernel Methods, Soman, et al., 49 425.00

................ 978-81-203-4019-0 Magnifying Data Structures, Arpita Gopal, 22 325.00

................ 978-81-203-4068-8 Magnifying Object-Oriented Analysis and Design,#TRKVC)QRCN2CVKN 250.00

................ 978-81-203-4573-7 Maintenance Engineering and Management, 2nd ed.,/KUJTC2CVJCM 275.00

................ 978-81-203-3130-3 Maintenance Engineering and Management, Venkataraman, 223 225.00

................ 978-81-203-1180-0 Management Information Systems, Sadagopan, 53 195.00

................ 978-81-203-3765-7 Management Information Systems: A Concise Study, 2nd ed.,-GNMCT 250.00

................ 978-81-203-3654-4 Management Information Systems in the Knowledge Economy,,QUGRJ


Mohapatra, 54 350.00

................ 978-81-203-4082-4 Manufacturing Processes, 2nd ed., -CWUJKUJ 495.00

................ 978-81-203-4541-6 Mass Transfer: Principles and Operations, Sinha & De, 88 450.00

................ 978-81-203-4169-2 Mass Transfer: Theory and Practice, Anantharaman & Sheriffa Begum, 95, 255 325.00

................ 978-81-203-2455-8 Materials Science and Engineering: A First Course, 5th ed.,4CIJCXCP 250.00

................ 978-81-203-4157-9 Mathematical Foundations of Computer Science, Bathul, 31 325.00

................ 978-81-203-1262-3 Mathematical Methods in Chemical Engineering,2WUJRCXCPCO 295.00

................ 978-81-203-3081-8 MATLAB Programming, Singh & Chaudhuri, 186 275.00

................ 978-81-203-4250-7 Mechanical Behaviour and Testing of Materials, Bhargava & Sharma, 265 395.00

................ 978-81-203-2900-3 Mechanical Vibrations and Noise Engineering, Ambekar, 229 325.00

281
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-3202-7 Mechanics of Materials with Programs in C, ,C[CTCO 295.00

................ 978-81-203-3190-7 Mechanics of Solids, Singh, 232 295.00

................ 978-81-203-3134-1 Mechanism and Machine Theory, Ambekar, 221 525.00

................ 978-81-203-3532-5 Membrane Separation Processes,-CWUJKM0CVJ 295.00

................ 978-81-203-2726-9 Metal Casting—Computer-Aided Design and Analysis,4CXK 195.00

................ 978-81-203-4090-9 Metal Fabrication Technology, Mukherjee, 263 425.00

................ 978-81-203-4392-4 Microcontrollers: Principles and Applications,2CN 350.00

................ 978-81-203-4390-0 Microprocessor 8085 and Its Interfacing, 2nd ed., Mathur, 57, 191 425.00

................ 978-81-203-4013-8 Microprocessor 8085: Architecture, Programming and Interfacing,


Wadhwa, 57, 191 150.00

................ 978-81-203-4087-9 Microprocessor 8086: Architecture, Programming and Interfacing, Mathur, 58, 192 450.00

................ 978-81-203-4086-2 Microprocessor-Based Agri-Instrumentation,-TKUJPC-CPV 395.00

................ 978-81-203-3191-4 Microprocessors and Microcontrollers: Architecture, Programming and System


Design (8085, 8086, 8051, 8096), -TKUJPC-CPV 395.00

................ 978-81-203-2317-9 Microprocessors, PC Hardware and Interfacing, Mathivanan, 59, 193 350.00

................ 978-81-203-3942-2 Microprocessors: The 8086/8088, 80186/80286, 80386/80486 and the Pentium
Family, Bahadure, 59, 193 395.00

................ 978-81-203-2195-3 Microwave Devices and Circuit Design, Srivastava & Gupta, 194 375.00

................ 978-81-203-4514-0 Microwave Engineering, 4CQ  350.00

................ 978-81-203-2418-3 Microwave Semiconductor Devices,4Q[/KVTC 195.00

................ 978-81-203-3952-1 Mobile Computing, Dasbit and Sikdar, 60 175.00

................ 978-81-203-2196-0 Modern Control Engineering,4Q[%JQWFJWT[ 350.00

................ 978-81-203-4567-6 Modern Digital Signal Processing includes Signals and Systems, MATLAB
Programs, DSP Architecture with Assembly and C Programs, 2nd ed.,
7FC[CUJCPMCTC 495.00

................ 978-81-203-3353-6 Modern Inertial Sensors and Systems, Bose, et al., 180 395.00

................ 978-81-203-0921-0 Natural Language Processing: A Paninian Perspective, Akshar Bharati, et al., 61 175.00

................ 978-81-203-4497-6 Network Security and Management, 3rd ed., Singh, 61 325.00

................ 978-81-203-2638-5 Network Theory: Analysis and Synthesis, Ghosh, 153 395.00

................ 978-81-203-2186-1 Neural Networks, Fuzzy Logic and Genetic Algorithms: Synthesis and
Applications,4CLCUGMCTCP2CK 325.00

282
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-4545-4 Numerical Analysis with Algorithms and Computer Programs in C++,
Wadhwa, 16 195.00

................ 978-81-203-3217-1 Numerical Methods for Scientists and Engineers, 3rd ed.,4CQ 250.00

................ 978-81-203-3596-7 Numerical Methods with C++ Programming, Shah, 16 275.00

................ 978-81-203-4093-0 Object-Oriented Database Systems: Approaches and Architectures, 3rd ed.,
2TCDJW 250.00

................ 81-203-1920-6 Object-Oriented Interfaces and Databases,0CTCPI 175.00

................ 81-203-1258-9 Object-Oriented Programming: Fundamentals and Applications, Sengupta &


Chaudhuri, 65 150.00

................ 978-81-203-3670-4 Object-Oriented Programming with C++, 2nd ed., Sarang, 65 250.00

................ 978-81-203-4462-4 Object-Oriented Programming with C++, 2nd ed., Somashekara, et al., 9 475.00

................ 978-81-203-1620-1 Object-Oriented Programming with C++ and Java, Samanta, 64 225.00

................ 978-81-203-4535-5 Object-Oriented Software Engineering, Singh & Malhotra, 73 350.00

................ 978-81-203-3522-6 Open Channel Flow, Das, 112 325.00

................ 978-81-203-4726-7 Operating Systems, Chandra Mohan, 68 250.00

................ 978-81-203-3811-1 Operating Systems: Principles and Design,2CN%JQWFJWT[ 325.00

................ 978-81-203-3926-2 Operations Management: A Quantitative Approach, Mahapatra, 241 395.00

................ 978-81-203-3602-5 Operations Management and Productivity Techniques, Mukherjee &


-CEJYCNC 325.00

................ 978-81-203-4634-5 Operations Research,4CLCIQRCN 495.00

................ 978-81-203-3128-0 Operations Research, Shah, et al., 235 325.00

................ 978-81-203-2966-9 Operations Research, Tiwari & Shandilya, 234 295.00

................ 978-81-203-3930-9 Operations Research: Algorithms and Applications, Sen, 235 425.00

................ 978-81-203-2928-7 Operations Research, 2nd ed.,2CPPGGTUGNXCO 325.00

................ 978-81-203-4208-8 Operations Research: Principles and Applications, 2nd ed., Srinivasan, 236 350.00

................ 978-81-203-4678-9 Optimization for Engineering Design: Algorithms and Examples, 2nd ed., Deb, 236 325.00

................ 978-81-203-4744-1 Optimization Methods for Engineers,4CLW


(QTVJEQOKPI), 237 TBA

................ 978-81-203-2694-1 Optoelectronic Devices and Systems, Gupta, 154 350.00

................ 978-81-203-4020-6 Oracle Database 11I: Hands-on SQL and PL/SQL, Asnani, 27 425.00

283
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-3510-3 Oracle Developer 2000: Basics to Implementation, Das Gupta & Ghosh, 69 425.00

................ 978-81-203-4622-2 Ordinary Differential Equations, 2nd ed., Biswal, 141 295.00

................ 978-81-203-1621-8 Parallel Computers: Architecture and Programming,4CLCTCOCP/WTVJ[ 250.00

................ 978-81-203-3076-4 PC-Based Instrumentation: Concepts and Practice, Mathivanan, 183 375.00

................ 978-81-203-3012-2 Physical Metallurgy: Principles and Practice, 2nd ed., 4CIJCXCP 195.00

................ 978-81-203-4423-5 Powder Metallurgy: An Advanced Technique of Processing Engineering


Materials, Datta, 267 250.00

................ 978-81-203-3281-2 Powder Metallurgy: Science, Technology and Applications, Angelo &
Subramanian, 267 325.00

................ 978-81-203-2396-4 Power Electronics, Asghar, 169 295.00

................ 978-81-203-4196-8 Power Electronics: Devices and Circuits, 2nd ed.,,CICPPCVJCP 275.00

................ 978-81-203-4612-3 Power Plant Engineering, Gupta, 195 325.00

................ 978-81-203-4175-3 Power Plant Instrumentation,-TKUJPCUYCO[2QPPK$CNC 250.00

................ 978-81-203-3658-2 Power Semiconductor Drives, Sivanagaraju, et al., 195 250.00

................ 978-81-203-4733-5 Power System Analysis,4COCT-WTWUGGNCP 250.00

................ 978-81-203-4015-2 Power System Analysis: Operation and Control, 3rd ed.,%JCMTCDCTVK*CNFGT 595.00

................ 978-81-203-3525-7 Power System Dynamics: Analysis and Simulation,4COCPWLCO 425.00

................ 978-81-203-4673-4 Power System Dynamics and Simulation, Chakrabarti, 170 550.00

................ 978-81-203-4085-5 Power System Optimization, 2nd ed.,-QVJCTK&JKNNQP 495.00

................ 978-81-203-4079-4 Power System Transients: A Statistical Approach, 2nd ed., Indulkar, et al., 203 275.00

................ 978-81-203-4446-4 Power Theft, 2nd ed., Sreenivasan, 201 350.00

................ 978-81-203-4028-2 Practical Design of Reinforced Concrete Structures, Ghosh, 120 225.00

................ 978-81-203-4092-3 Pragmatic Approach to Turbulence, A: A Short Course in Fluid Mechanics,


2GTUGP 250.00

................ 978-81-203-3270-6 Principles of Digital Electronics, Meena, 146 250.00

................ 978-81-203-3355-0 Principles of Electronic Instrumentation, 2CVTCPCDKU 350.00

................ 978-81-203-2893-8 Principles of Environmental Science and Engineering,4CQ 225.00

................ 978-81-203-3142-6 Principles of Mass Transfer, Sharma, 97 295.00

................ 978-81-203-2990-4 Principles of Mass Transfer and Separation Processes, Dutta, 96 495.00

284
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-4614-7 Principles of Physics, 5th ed.,0CKM 295.00

................ 978-81-203-2084-0 Principles of Transportation Engineering, Chakroborty & Das, 132 350.00

................ 978-81-203-4199-9 Process Calculations, 2nd ed., Venkataramani, et al., 88 195.00

................ 978-81-203-3678-0 Process Control: Concepts, Dynamics and Applications, Singh, 83, 160, 242 450.00

................ 978-81-203-4405-1 Process Dynamics and Control,$JCICFG0CIGUJYCT 350.00

................ 978-81-203-4568-3 Process Simulation and Control Using ASPEN™, 2nd ed., ,CPC 350.00

................ 978-81-203-4282-8 Product Design and Manufacturing, 5th ed., Chitale & Gupta, 243 350.00

............... 978-81-203-4427-3 Product Design: Creativity, Concepts and Usability, -WOCT  325.00

................ 978-81-203-3118-1 Production Planning and Control: Text and Cases, 2nd ed., Mukhopadhyay, 243 275.00

................ 978-81-203-3117-4 Programming with C#: Concepts and Practice, 4CQ 375.00

................ 978-81-203-3726-8 Programming with C# .NET, Sathiaseelan & Sasikaladevi, 10 350.00

................ 978-81-203-4173-9 Project Management: A Life Cycle Approach,-CPFC 225.00

................ 978-81-203-3356-7 Pulse and Digital Circuits, 2nd ed.,#PCPF-WOCT 350.00

................ 978-81-203-3591-2 Rate Processes in Metallurgy, Rev. ed., Mohanty, 269 375.00

................ 978-81-203-2671-2 Refrigeration and Air Conditioning, Ameen, 255 395.00

................ 978-81-203-3915-6 Refrigeration and Air Conditioning, Arora, 256 525.00

................ 978-81-203-3360-4 Refrigeration and Air-Conditioning, Sapali, 256 350.00

................ 978-81-203-3593-6 Reliability Engineering and Life Testing,0CKMCP 350.00

................ 978-81-203-4470-9 Renewable Energy Sources and Emerging Technologies, 2nd ed.,
-QVJCTKGVCN 325.00

................ 978-81-203-3994-1 Renewable Energy Sources: Their Impact on Global Warming and Pollution,
Abbasi & Abbasi, 102, 175, 212 325.00

................ 978-81-203-3434-2 Renewable Energy Technologies: A Practical Guide for Beginners,


Solanki, 102, 177, 213 225.00

................ 978-81-203-3872-2 SAP HR India Payroll: Technical Reference and Learning Guide, Agrawal, 34 550.00

................ 978-81-203-3984-2 SAP HR: OM, PD and Training: Technical Reference and Learning Guide,
Agrawal, 35 550.00

................ 978-81-203-4223-1 SAP HR Personnel Administration and Recruitment: Technical Reference and
Learning Guide, 2nd ed., Agrawal, 36 550.00

................ 978-81-203-4065-7 SAP HR Time Management: Technical Reference and Learning Guide, 2nd ed.,
Agrawal, 33 550.00

285
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-2786-3 Satellite Communication, Mitra, 148 195.00

................ 978-81-203-4725-0 Satellite Communication: Concepts and Applications, 2nd ed., 4CQ 295.00

................ 978-81-203-2398-8 Semiconductor Devices: Modelling and Technology, DasGupta & DasGupta, 184 250.00

................ 978-81-203-2198-4 Sensors and Transducers, 2nd ed.,2CVTCPCDKU 250.00

................ 978-81-203-4561-4 Signals and Systems, 2nd ed., #PCPF-WOCT 425.00

................ 978-81-203-3422-9 Signals and Systems, Gurung, 207 395.00

................ 978-81-203-3943-9 Simplified Lean Manufacture: Elements, Rules, Tools and Implementation,
Gopalakrishnan, 224 225.00

................ 978-81-203-3272-0 Software Engineering: A Concise Study, -GNMCT 495.00

................ 978-81-203-4702-1 Software Project Management—A Concise Study, 3rd ed.,-GNMCT 275.00

................ 978-81-203-4628-4 Software Quality and Testing: A Concise Study, -GNMCT  475.00

............... 978-81-203-4534-8 Software Testing: A Practical Approach, Desai & Srivastava, 75 250.00

................ 978-81-203-4080-0 Soil Mechanics and Foundation Engineering,-CNKVC 250.00

................ 978-81-203-4386-3 Solar Photovoltaics: Fundamentals, Technologies and Applications, 2nd ed.,
Solanki, 177, 213 495.00

................ 978-81-203-4711-3 Solar Photovoltaic Technology and Systems: A Manual for Technicians,
Trainers and Engineers, Solanki, 178, 214 525.00

................ 978-81-203-4106-7 Solid State Devices,0CKT&GGRC 350.00

................ 81-203-0460-8 Solid State Phase Transformations,4CIJCXCP 175.00

................ 978-81-203-3869-2 Solid Waste Management,5CUKMWOCT)QRK-TKUJPC 275.00

................ 978-81-203-4659-8 Sponge Iron Production by Direct Reduction of Iron Oxide, 2nd ed.,
Chatterjee, 260 375.00

................ 978-81-203-4099-2 Sponge Iron Production in Rotary Kiln, Sarangi & Sarangi, 260 275.00

................ 978-81-203-3922-4 SQL Popcorn, Ghosh, 27 195.00

................ 978-81-203-4543-0 Statistical Methods for Quality, Reliability and Maintainability,


Muralidharan & Syamsundar, 246 350.00

................ 978-81-203-3050-4 Steel Making, Chakrabarti, 261 250.00

................ 978-81-203-2992-8 Stoichiometry and Process Calculations,0CTC[CPCP.CMUJOKMWVV[ 350.00

................ 978-81-203-4522-5 Strength of Materials, 2nd ed., Srivastava & Gope, 233 350.00

................ 978-81-203-4309-2 Structural Analysis, Das, et al., 125 325.00

286
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-2451-0 Structured Systems Analysis and Design—A Concise Study,-GNMCT 225.00

................ 978-81-203-3985-9 Surveying, Saikia, et al., 131 350.00

................ 978-81-203-3660-5 Switchgear and Power System Protection, Singh, 204 275.00

................ 978-81-203-3630-8 Switching Theory and Logic Design,#PCPF-WOCT 350.00

................ 978-81-203-0028-6 System Simulation with Digital Computer, Deo, 17 175.00

................ 978-81-203-4706-9 System Simulation Modelling and Languages,2CPPGGTUGNXCO5GPVJKNMWOCT 375.00

................ 978-81-203-3051-1 System Software, Chattopadhyay, 77 175.00

................ 978-81-203-3283-6 TCP/IP Illustrated, Gopalan & Siva Selvan, 45 250.00

................ 978-81-203-3425-0 Technology of Metal Forming Processes,5WTGPFGT-WOCT 295.00

................ 978-81-203-0713-1 Telecommunication Switching Systems and Networks, Viswanathan, 155 275.00

................ 978-81-203-4747-2 Textbook of Chemical Engineering Thermodynamics, A, 2nd ed., 0CTC[CPCP


((QTVJEQOKPI), 96 TBA

................ 978-81-203-1930-1 Textbook of Environmental Engineering,4CQ 195.00

................ 978-81-203-2315-5 Textbook of Finite Element Analysis, Seshu, 108, 216, 230 250.00

................ 978-81-203-4510-2 Textbook of Geotechnical Engineering, 3rd ed.,-JCP 350.00

................ 978-81-203-2091-8 Textbook of Materials and Metallurgical Thermodynamics, Ghosh, 268 250.00

................ 978-81-203-4524-9 Textbook of Mechanical Vibrations, 2nd ed., Dukkipati & Srinivas, 230 350.00

................ 978-81-203-4185-2 Textbook of Mechanics of Materials,5JGUJC2TCMCUJ5WTGUJ 275.00

................ 978-81-203-3467-0 Textbook of Ordinary Differential Equations, Rev. ed., Mondal, 142 175.00

................ 978-81-203-4580-5 Textbook on Optical Fiber Communication and Its Applications, 2nd ed.,
Gupta, 156 375.00

................ 978-81-203-3924-8 Theory and Laboratory Experiments in Ferrous Metallurgy, Gupta, 261 325.00

................ 978-81-203-2190-8 Theory and Practice of Foundation Design, Som & Das, 122 275.00

................ 978-81-203-1263-0 Theory and Problems of Basic Electrical Engineering,-QVJCTK0CITCVJ 325.00

................ 978-81-203-2968-3 Theory of Computer Science (Automata, Languages and Computation),


3rd ed., Mishra & Chandrasekaran, 78 250.00

................ 978-81-203-2901-0 Theory of Mechanisms and Machines,5JCTOC2WTQJKV 425.00

................ 978-81-203-4473-0 Thermal and Hydraulic Machines, 2nd ed., Sawhney, 257 495.00

................ 978-81-203-3056-6 Total Quality Management, Mukherjee, 245 325.00

287
 +5$06KVNG#WVJQT
U 2TKEG
( C)
................ 978-81-203-3569-1 Transducers and Instrumentation, 2nd ed., Murty, 185 395.00

................ 978-81-203-4030-5 Virtual Instrumentation Using LabVIEW,,QXKVJC,GTQOG 375.00

................ 978-81-203-4286-6 VLSI CAD,%JKRNWPMCT-QVCTK 175.00

................ 978-81-203-3431-1 VLSI Design,#NDGTV4CL.CVJC 325.00

................ 978-81-203-4735-9 Wastewater Treatment: Concepts and Design Approach, 2nd ed.,-CTKC
Christian, 105 425.00

................ 978-81-203-4676-5 Watershed Management, Das & Saikia, 133 295.00

................ 978-81-203-4490-7 Wind Energy: Theory and Practice, 2nd ed., Ahmed, 105, 178, 214 395.00

................ 978-81-203-3986-6 Wind Power Plants and Project Development, Earnest & Wizelius, 179 995.00

................ 978-81-203-3607-0 Wireless and Mobile Communication,2CNCPKXGNW0CMMGGTCP 225.00

................ 978-81-203-3514-1 Wireless Communications,0CVJCP 195.00

................ 978-81-203-1724-6 Workbook on Systems Analysis and Design, Revised 2nd ed., Garg &
Srinivasan, 77 175.00

................ 978-81-203-4741-0 Write Your First Program, Saha ((QTVJEQOKPI), 72 TBA

288
6RPH%HVWVHOOHUV
/DWHVW$UULYDOV

For more information visit us at: ZZZSKLQGLDFRP

3+,/HDUQLQJ3ULYDWH/LPLWHG
2IMJHIM(OUSE  0ATPARGANJ)NDUSTRIAL%STATE $ELHI 
0HONES s&AX s% -AILPHI PHINDIACOM

Você também pode gostar