Book picks similar to
Gas Turbine Theory by H. Cohen


aerospace
engineering
study
non-fiction

MATLAB Programming for Engineers


Stephen J. Chapman - 1999
    The book teaches MATLAB as a technical programming language showing students how to write clean, efficient, and well-documented programs. It makes no pretense at being a complete description of all of MATLAB's hundreds of functions. Instead, it teaches students how to locate any desired function with MATLAB's extensive on line help facilities. Overall, students develop problem-solving skills and are equipped for future courses and careers using the power of MATLAB.

Principles of Electronic Communication Systems


Louis E. Frenzel - 1997
    Requiring only basic algebra and trigonometry, the new edition is notable for its readability, learning features and numerous full-color photos and illustrations. A systems approach is used to cover state-of-the-art communications technologies, to best reflect current industry practice. This edition contains greatly expanded and updated material on the Internet, cell phones, and wireless technologies. Practical skills like testing and troubleshooting are integrated throughout. A brand-new Laboratory & Activities Manual provides both hands-on experiments and a variety of other activities, reflecting the variety of skills now needed by technicians. A new Online Learning Center web site is available, with a wealth of learning resources for students. An Instructor Productivity Center CD-ROM features solutions to all problems, PowerPoint lessons, and ExamView test banks for each chapter.

Introduction to Quantum Mechanics


David J. Griffiths - 1994
    The book s two-part coverage organizes topics under basic theory, and assembles an arsenal of approximation schemes with illustrative applications. For physicists and engineers. "

Pathophysiology Made Incredibly Easy!


Lippincott Williams & Wilkins - 1998
    Chapters cover cancer, infection, immune disorders, genetics, and disorders of each body system, highlighting pathophysiologic processes, resulting signs and symptoms, diagnostic test findings, and current treatments. Reader-friendly features include illustrations, checklists, and full-color miniguides illustrating the pathophysiology of specific disorders.This edition has new full-color miniguides on cancer pathophysiology and neuropathology. A new Focus on Genetics feature identifies gene-related discoveries and their implications for treatment or diagnosis. Review questions and answers follow current NCLEX-RN® requirements and alternate-format questions are included.

Introduction to Fluid Mechanics [With CDROM]


Robert W. Fox - 2003
    This new edition simplifies many of the steps involved in analysis by using the computer application Excel. Over 100 detailed example problems illustrate important fluid mechanics concepts: Approximately 1300 end-of-chapter problems are arranged by difficulty level and include many problems that are designed to be solved using Excel. The CD for the book includes: A Brief Review of Microsoft Excel and numerous Excel files for the example problems and for use in solving problems. The new edition includes an expanded discussion of pipe networks, and a new section on oblique shocks and expansion waves.

Heat Transfer


Jack P. Holman - 1963
    This ninth edition covers both analytical and empirical approaches to the subject. The examples and templates provide students with resources for computer-numerical solutions.

Instrument Flying Handbook


Federal Aviation Administration - 1980
    Most FAA Knowledge Exams’ questions are taken directly from the information presented in these texts.Written for applicants preparing for an Airplane or Helicopter Instrument Rating, this book is also valuable to instrument flight instructors (CFII) and already-rated pilots who would like to refresh their skills. It is the official source for all instrument questions appearing on the FAA knowledge exams. This is FAA handbook FAA-H-8083-15.

Engineering Mechanics: Dynamics (Volume 2)


J.L. Meriam - 1952
    It illustrates both the cohesiveness of the relatively few fundamental ideas in this area and the great variety of problems these ideas solve. All of the problems address principles and procedures inherent in the design and anlysis of engineering structures and mechanical systems, with many of the problems referring explicitly to design considerations.

Biochemistry


U. Satyanarayana - 2013
    The book has undergone three editions, several reprints, and revised reprints in a span of 13 years. There are many biochemistry textbooks in the market. Some of them are purely basic while others are applied, and there are very few books which cover both these aspects together. For this reason, the students learning biochemistry in their undergraduate courses have to depend on multiple books to acquire a sound knowledge of the subject. This book, ‘Biochemistry’ is unique with a simultaneous and equal emphasis on basic and applied aspects of biochemistry. This textbook offers an integration of medical and pure sciences, comprehensively written to meet the curriculum requirements of undergraduate courses in medical, dental, pharmacy, life-sciences and other categories (agriculture, veterinary, etc.). This book is designed to develop in students a sustained interest and enthusiasm to learn and develop the concepts in biochemistry in a logical and stepwise manner. It incorporates a variety of pedagogic aids, besides colour illustrations to help the students understand the subject quickly and to the maximum. The summary and biomedical/clinical concepts are intended for a rapid absorption and assimilation of the facts and concepts in biochemistry. The self-assessment exercises will stimulate the students to think rather than merely learn the subject. In addition, these exercises (essays, short notes, fill in the blanks, multiple choice questions) set at different difficulty levels, will cater to the needs of all the categories of learners.New to This Edition The book offers an integration of medical and pure sciences, and is comprehensively written, revised and updated to meet the curriculum requirements of Medical, Pharmacy, Dental, Veterinary, Biotechnology, Agricultural Sciences, Life Sciences, and others studying Biochemistry as one of the subjects. It is the first text book on Biochemistry in English with multi-colour illustrations by an author from Asia. The use of multicolours is for a clearer understanding of the complicated biochemical reactions. It is written in a lucid style with the subject being presented as an engaging story growing from elementary information to the most recent advances, and with theoretical discussions being supplemented with illustrations, flowcharts, and tables for easy understanding of Biochemistry. It has each chapter beginning with a four-line verse followed by the text, biomedical concepts, a summary, and self-assessment exercises. The lively illustrations and text with appropriate headings and sub-headings in bold type faces facilitate reading path clarity and quick recall. It provides the most recent and essential information on Molecular Biology and Biotechnology, Diabetes, Cancer, Free Radicals, Free radicals and Antioxidants, Prostaglandins, etc. It describes a wide variety of case studies and biochemical correlations and several newer biomedical aspects- Metabolic syndrome, Therapeutic diets, Atkins diet, Trans fatty acids, Epigenetics, Nutrigenomics, Recombinant ribozymes, Membrane transport disorders, Pleural fluid etc. It contains the basics (Bioorganic and Biophysical Chemistry, Tools of Biochemistry, Immunology, and Genetics) for beginners to learn easily Biochemistry, origins of biochemical words, confusables in Biochemistry, principles of Practical Biochemistry, and Clinical Biochemistry Laboratory.

Head First Design Patterns


Eric Freeman - 2004
     At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on...something else. Something more challenging. Something more complex. Something more fun. You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild". In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code. You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead). You want to learn how those principles will help the next time you're up a creek without a design pattern. Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter. With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep! We think your time is too important (and too short) to spend it struggling with academic texts. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.

Getting Started with MATLAB 7: A Quick Introduction for Scientists and Engineers


Rudra Pratap - 2005
    Its broad appeal lies in its interactive environment with hundreds of built-in functions for technical computation, graphics, and animation. In addition, it provides easy extensibility with its own high-level programming language. Enhanced by fun and appealing illustrations, Getting Started with MATLAB 7: A Quick Introduction for Scientists and Engineers employs a casual, accessible writing style that shows users how to enjoy using MATLAB.

Practical Algebra: A Self-Teaching Guide


Peter H. Selby - 1974
    Practical Algebra is an easy andfun-to-use workout program that quickly puts you in command of allthe basic concepts and tools of algebra. With the aid of practical, real-life examples and applications, you'll learn: * The basic approach and application of algebra to problemsolving * The number system (in a much broader way than you have known itfrom arithmetic) * Monomials and polynomials; factoring algebraic expressions; howto handle algebraic fractions; exponents, roots, and radicals;linear and fractional equations * Functions and graphs; quadratic equations; inequalities; ratio, proportion, and variation; how to solve word problems, andmore Authors Peter Selby and Steve Slavin emphasize practical algebrathroughout by providing you with techniques for solving problems ina wide range of disciplines--from engineering, biology, chemistry, and the physical sciences, to psychology and even sociology andbusiness administration. Step by step, Practical Algebra shows youhow to solve algebraic problems in each of these areas, then allowsyou to tackle similar problems on your own, at your own pace.Self-tests are provided at the end of each chapter so you canmeasure your mastery.

Mechanical Engineering Design


Joseph Edward Shigley - 1972
    This book also features the design process, streamlined coverage of statistics, an overview of materials and materials selection, failure and fatigue, and review of basic strength of materials topics.

Manufacturing Engineering and Technology


Serope Kalpakjian - 2000
    Manufacturing Engineering and Technology describes both time-tested and modern methods of manufacturing engineering materials, and sets the standard for introducing readers to the scope and variety of manufacturing processes.

Fluent Python: Clear, Concise, and Effective Programming


Luciano Ramalho - 2015
    With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"