- Archaeology
- Bach, Richard
- Ethnology
- Large Print
- Education
- Tropical Agriculture
- Shelley, Mary Wollstonecraft
- Linear
- Wisconsin
- MacAvoy, R.A.
- New Testament
- Investments
- Bengali
- Western
- Auchincloss, Louis
- Scandinavian
- Adventure
- Mysteries, Espionage, & Detectives
- Oral & Maxillofacial
- Eastern European
- Television
- Nutrition
- Antiques & Collectibles
- Tomes, Margot
- Mittermeyer, Helen
- Vanderhaeghe, Guy
- Physical Therapy
- Canadian
- Earth Sciences
- Central Africa
- Some of our other sites:
- Books
- Clothing, Shoes and Accessories
- Baby Clothes and Accessories
- Cosmetics, Beauty Products and Fragrances
- Cellphones, Call Plans and Accessories
- Video Games
- DVDs
- Electronics, Gadgets and Computers
- Health and Personal Care
- Home and Garden
- Home DIY
- Jewelry
- Magazines and Newspapers
- Music Downloads
- Musical Instruments
- Office Equipment and Supplies
- Software and Games
- Sporting Goods
- Toys and Games
- Watches
- UK Books
- UK Video Games
- UK Home and Garden
- UK Electronics, Gadgets and Computers
- UK Baby Clothes and Accessories
- UK Software and Games
- UK Sporting Goods
- UK Toys and Games
Books : Computers & Internet : Programming : Languages & Tools : Fortran : General
-
This is the greatly revised and greatly expanded Second Edition of the hugely popular Numerical Recipes: The Art of Scientific Computing. The product of a unique collaboration among four leading scientists in academic research and industry Numerical Recipes is a complete text and reference book on scientific computing. In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. With over 100 new routines bringing the total to well over 300, plus upgraded versions of the original routines, this new edition remains the most practical, comprehensive handbook of scientific computing available today. Highlights of the new material include: -A new chapter on integral equations and inverse methods -Multigrid and other methods for solving partial differential equations -Improved random number routines - Wavelet transforms -The statistical bootstrap method -A new chapter on "less-numerical" algorithms including compression coding and arbitrary precision arithmetic. The book retains the informal easy-to-read style that made the first edition so popular, while introducing some more advanced topics. It is an ideal textbook for scientists and engineers and an indispensable reference for anyone who works in scientific computing. The Second Edition is availabe in FORTRAN, the traditional language for numerical calculations and in the increasingly popular C language.
-
Chapman's Fortran for Scientists and Engineers is intended for both first year engineering students and practicing engineers. It simultaneously teaches the Fortran 90/95 programming language, structured programming techniques, and good programming practice. Among its strengths are its concise, clear explanations of Fortran syntax and programming procedures, the inclusion of a wealth of examples and exercises to help students grasp difficult concepts, and its explanations about how to understand code written for older versions of Fortran.
-
Fortran remains one of the principal languages used in scientific, numerical and engineering programming and a series of revisions to the standard versions of the language have progressively enhanced its power. The latest standard-Fortran 2003-greatly extends the power of the language, by introducing object-oriented concepts, interoperability with C, better integration with operating systems and many other enhancements. This text details all these new features.
Fortran 95/2003 Explained, significantly expands on the second edition of Fortran 90/95 Explained (also publised by Oxford University Press): the opening chapters contain a complete description of the Fortran 95 language and are followed by descriptions of three formally approved extensions; six completely new chapters describe in detail the features that are new in Fortran 2003, but the distinction between the various language levels is kept clear throughout.
Authored by the leading experts in the development of the language, this is the only complete and authoritative description of the two languages (Fortran 95 and Fortran 2003). Containing numerous examples, exercises and solutions, and an extensive index, it is highly suitable as both a student textbook and practitioner reference. -
Chapman's Fortran for Scientists and Engineers is intended for both first year engineering students and practicing engineers. This text is the most current alternative for Fortran. It simultaneously teaches the Fortran 95/2003 programming language, structured programming techniques, and good programming practice. Among its strengths are its concise, clear explanations of Fortran syntax and programming procedures, the inclusion of a wealth of examples and exercises to help students grasp difficult concepts, and its explanations about how to understand code written for older versions of Fortran.
-
Confusing Textbooks? Missed Lectures? Not Enough Time?
Fortunately for you, there's Schaum's Outlines. More than 40 million students have trusted Schaum's to help them succeed in the classroom and on exams. Schaum's is the key to faster learning and higher grades in every subject. Each Outline presents all the essential course information in an easy-to-follow, topic-by-topic format. You also get hundreds of examples, solved problems, and practice exercises to test your skills.
This Schaum's Outline gives you
- Practice problems with full explanations that reinforce knowledge
- Coverage of the most up-to-date developments in your course field
- In-depth review of practices and applications
Fully compatible with your classroom text, Schaum's highlights all the important facts you need to know. Use Schaum's to shorten your study time-and get your best test scores!
Schaum's Outlines-Problem Solved.
-
Professor Fenner's definitive text is now back in print, with added corrections. It serves as an introduction to finite element methods for engineering undergraduates and other students at an equivalent level. Postgraduate and practising engineers will also find it useful if they are comparatively new to finite element methods.
The main emphasis is on the simplest methods suitable for solving two-dimensional continuum mechanics problems, particularly those encountered in the fields of stress analysis, fluid mechanics and heat transfer. Complete FORTRAN programs are presented, described and discussed in detail, and several practical case studies serve to illustrate the methods developed in the book.
Finite element methods are compared and contrasted with finite difference methods, and throughout the level of computer programming, continuum mechanics, numerical analysis, matrix algebra and other mathematics employed corresponds to that normally covered in undergraduate engineering courses.
-
Fortran 90 is the most radical revision ever of this popular language, bringing it up to date with current thinking in programming language development. This is the first book aimed directly at problem solving for Engineers and Scientists using the new features of Fortran 90. It can be used as a complete text for students learning Fortran for the first time. It is also a conversion text for those updating from Fortran 77, as differences between Fortran 90 and Fortran 77 are outlined. Array handling and subroutine structures are dealt with as these are a prominent feature of engineers' programs. Emphasis is put on problem exercises for students and on substantial case histories. Model answers to all exercises and cases are given. The programs are available on the Internet via anonymous ftp.
-
Based on a best seller, this book is a complete and thorough presentation of standard Fortran 90 with special applications in science and engineering. This book emphasizes problem- solving and structured program development following basic software engineering principles. Its clear and concise presentation is perfect for readers with no previous programming experience. KEY TOPICS: 30 special Application Sections illustrate problem solving using a variety of interesting engineering and science problems. A four-step problem-solving method is used in each application. A large number of complete programs and sample runs throughout the book illustrate basic programming concepts and demonstrate good structure and style. They are selected from a wide range of areas in engineering, math, and science. Engineers and scientists using standard Fortran 90.
-
-
Writing technical applications in a modern object-oriented approach, using Fortran 90 or 95, can be problematic. This book teaches how to employ the principles of object-oriented programming to produce clear, highly efficient executable codes (rather than focusing on the traditional procedural abilities of Fortran). This text is an excellent harbinger to all the features of the finalized, fully object-oriented Fortran 200X. In addition to covering the OOP methodologies, the basic foundation of the language and solid programming skills are reviewed, making the book valuable also as a good migration tool for experienced Fortran programmers that want to smoothly pick up the OOP paradigm. The author highlights common themes by using comparisons with Matlab® and C++ and uses numerous cross-referenced examples to convey all concepts quickly and clearly. Complete code for the examples is included on the book's web site.
-
Written by members of the Fortran 90 ISO and ANSI committees, this book is the source of the most important information about the powerful Fortran 90 programming language. It is organized so that it may either be read from beginning to end, or studied for particular topics. All of the important new features of Fortran 90 are covered by examples, and case studies are used to illustrate the practical use of features. There are also simple problems designed to enable the reader to exercise their knowledge of the topics learned. Amongst the features of this book are: * Free source form, new do and case constructs, recursion, modules, data structures, array processing, internal procedures, optional and keyword arguments, and non-advancing input/output * Extensive examples of Fortran 90 programs * Case studies that illustrate the practical use of Fortran 90 features * Style notes * Extensive discussion of input/output facilities * The complete syntax of Fortran 90 About the Authors Walter Brainerd is a 20 year member of X3J3, the American National Standards Institute committee that developed Fortran 90, serving as technical director for that committee. Charles Goldberg was Professor of Computer Science at Trenton State University. At IBM he shared in the development of a Fortran compiler. Jeanne Adams was chair of the American National Standards Institute and International Standards Organization committees that developed Fortran 90. She was employed by the Scientific Computing Division of the National Center for Atmospheric Research.
-
The example books published as part of the Numerical Recipes, Second Edition series are source programs that demonstrate all of the Numerical Recipes subroutines. Each example program contains comments and is prefaced by a short description of how it functions. The books consist of all of the material from the original edition, as well as new material from the Second Edition. They will be valuable for readers who wish to incorporate procedures and subroutines into their own source programs. They are available in both Fortran and C.
-
Computational Physics is designed to provide direct experience in the computer modeling of physical systems. Its scope includes the essential numerical techniques needed to "do physics" on a computer. Each of these is developed heuristically in the text, with the aid of simple mathematical illustrations. However, the real value of the book is in the eight Examples and Projects, where the reader is guided in applying these techniques to substantial problems in classical, quantum, or statistical mechanics. These problems have been chosen to enrich the standard physics curriculum at the advanced undergraduate or beginning graduate level. The book will also be useful to physicists, engineers, and chemists interested in computer modeling and numerical techniques. Although the user-friendly and fully documented programs are written in FORTRAN, a casual familiarity with any other high-level language, such as BASIC, PASCAL, or C, is sufficient. The codes in BASIC and FORTRAN are available on the web at http://www.computationalphysics.info (Please follow the link at the bottom of the page). They are available in zip format, which can be expanded on UNIX, Window, and Mac systems with the proper software. The codes are suitable for use (with minor changes) on any machine with a FORTRAN-77 compatible compiler or BASIC compiler. The FORTRAN graphics codes are available as well. However, as they were originally written to run on the VAX, major modifications must be made to make them run on other machines.
-
This book is also available through the Introductory Engineering Custom Publishing System. If you are interested in creating a course-pack that includes chapters from this book, you can get further information by calling 212-850-6272 or sending email inquiries to engineer&atsign;jwiley.com. User-friendly, this book thoroughly explains the principles of programming in the latest version of Fortran. Features an abundance of fully tested and debugged Fortran 90 programs accessible to many disciplines and of graded difficulty. Discusses a complete program edit/compile cycle. Encourages good programming habits. Includes scores of engineering and science examples and numerous end-of-chapter problems.
-
This Fortran 90 module, part pf PH Modular Series for Introductory Engineering, is by the authors of the best-selling FORTRAN 77 book, Nyhoff and Leestma. The module, designed for a short course, will introduce the important concepts of Fortran 90. The authors will incorporate a strong pedagogical approach that features examples and exercises for engineers and scientists, programming pointers, and programming problems.
-
The success of Fortran as the predominant language in the field of scientific and numerical computing is due, in part, to its steady evolution. The latest version, Fortran 95, was published in 1997 and included new features from Fortran 90 for array processing, abstract data types, modules, and pointers, as well as additional features to keep it aligned with High Performance Fortran. This book is a revision of Fortran 90/95 Explained. The Fortran 95 material is now fully integrated with the material on Fortran 90, while the text carefully maintains the distinction between the two language levels. It include new chapters on two important changes: enhanced data types and floating-point exception handling. A complete and authoritative description of Fortran 90 and 95, this book is intended for both new and experienced users.
-
Now in its second edition, this text provides an easy way for engineers and scientists to learn how to write and maintain computer programs in the classical dialect of the Fortran language. Updated to reflect developments in modern Fortran, it also features a new Pentium-specific routine as well as additional examples and problems. The book maintains the conversational style of the original, introducing practical program development advice in an accessible manner. In addition to helping readers solve numerical problems and develop new applications, this book will help programmers maintain the legacy code which is still relevant to the running of a wealth of programs in government and industry.
-
Introduction to FORTRAN 90 is part of Prentice Hall's ESource Series, a unique publishing system designed to give professors optimal control over their courseware. ESource allows you the freedom to create your own textbook using only the topics necessary for your class. The process is simple: on the ESource website, you construct a book by combining any of the chapters from any of the numerous titles in the series. You can personalize the book even further by integrating your own material into the text flow. The end product is a professionally formatted text that is molded to fit the exact needs of your class. Of course, any of the ESource books can also be adopted as individual texts, or shrink-wrapped together with other titles in the series. ESource Series:
Introduction to Java, Stephen J. Chapman ISBN: 0-13-919416-9
Introduction to AutoCAD r. 14, Mark Dix and Paul Riley ISBN: 0-13-011001-9
Introduction to AutoCAD 2000, Mark Dix and Paul Riley ISBN: 0-13-016732-0
Introduction to ANSI C, Delores M. Etter ISBN: 0-13-011854-0
Introduction to C++, Delores M. Etter ISBN: 0-13-011855-9
Introduction to MATLAB, Delores M. Etter ISBN: 0-13-013149-0
Engineering Ethics, Charles D. Fleddermann ISBN: 0-13-784224-4
Introduction to Engineering Analysis, Kirk Hagen ISBN: 0-13-016733-9
Engineering Design: A Day in the Life of Four Engineers, Mark N. Horenstein ISBN: 0-13-085089-6
Design Concepts for Engineers, Mark N. Horenstein ISBN: 0-13-081369-9
Introduction to the Internet, 2/e, Scott D. James ISBN: 0-13-011037-X
Introduction to Excel, David Kuncicky ISBN: 0-13-254749-X
Introduction to Word, David Kuncicky ISBN: 0-13-254764-3
Introduction to MathCAD, Ronald W. Larsen ISBN: 0-13-937493-0
Introduction to MathCAD 2000, Ronald W. Larsen ISBN: 0-13-020007-7
Introduction to Powerpoint, Jack Leifer ISBN: 0-13-040214-1
Graphic Concepts with Pro/ENGINEER, Richard Lueptow ISBN: 0-13-014154-2
Graphic Concepts with SOLIDWORKS, Richard Lueptow ISBN: 0-13-014155-0
Introduction to FORTRAN 90, Larry R. Nyhoff ISBN: 0-13-013146-6
Engineering Success, Peter Schiavone ISBN: 0-13-080859-8
Mathematics Review, Peter Schiavone ISBN: 0-13-011501-0
Introduction to Maple, David I. Schwartz ISBN: 0-13-095133-1
Introduction to Unix, David I. Schwartz ISBN: 0-13-095135-8
Introduction to Visual Basic 6.0, David Schneider ISBN: 0-13-026813-5 -
-
An Introduction to Programming with Fortran is a comprehensive introduction to Fortran, and is essential to the complete beginner who wants to learn the fundamentals of programming using a modern, powerful and expressive language; as well as those wanting to update their programming skills by making the move from earlier versions of Fortran.
It contains lots of clear and simple examples highlighting the key language features of the most recent versions of Fortran – Fortran 2003, 95 and 90. The authors also provide examples based on ISO TR 15580 and ISO TR 15581 as these are quite widely supported as well and cover the ISO TR on Enhanced Modules, which is of particular importance to large code suites.
The examples used throughout the book highlight common problems that occur when programming, and give a solution in Fortran, producing a very effective, hands-on approach.
Details of a variety of internet-based sources are also included, which will prove invaluable to those seeking further information and support.



















