Skip to content

Intro to Fortran 90/95

Best in textbook rentals since 2012!

ISBN-10: 0070119694

ISBN-13: 9780070119697

Edition: 1998

Authors: Stephen J. Chapman

List price: $50.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Emphasising a top-down design methodology, this introduction to Fortran 90 and Fortran 95 for engineering students teaches simultaneously the fundamentals of the Fortran language and a programming style that results in good, maintainable programs.
Customers also bought

Book details

List price: $50.00
Copyright year: 1998
Publisher: McGraw-Hill Higher Education
Binding: Paperback
Pages: 576
Size: 7.75" wide x 9.50" long x 1.00" tall
Weight: 1.848
Language: English

Introduction to Computers and the Fortran Language
The Computer
Data Representation in a Computer
Computer Languages
The History of the Fortran Language
Basic Elements of Fortran
Introduction
The Fortran Character Set
The Structure of a Fortran Statement
The Structure of a Fortran Program
Constants and Variables
Assignment Statements and Arithmetic Calculations
Assignment Statements and Logical Calculations
Assignment Statements and Character Variables
Intrinsic Functions
List-Directed Input and Output Statements
Initialization of Variables
The Implicit None Statement
Program Examples
Debugging Fortran Programs
Control Structures and Program Design
Introduction to Top-Down Design Techniques
Pseudocode and Flowcharts
Control Constructs: Branches
Control Constructs: Loops
More on Debugging Fortran Programs
Basic I/O Concepts
Formats and Formatted Write Statements
Output Devices
Format Descriptors
Formatted Read Statements
An Introduction to Files and File Processing
Arrays
Declaring Arrays
Using Array Elements in Fortran Statements
Using Whole Arrays and Array Subsets in Fortran Statements
Input and Output
Examples
Two-Dimensional or Rank-2 Arrays
Multidimensional or Rank-n Arrays
Using Fortran Intrinsic Functions with Arrays
Masked Array Assignment: The Where Construct
When Should You Use an Array?
Procedures and Structured Programming
Subroutines
The Save Attribute and Statement
Automatic Arrays
Sharing Data Using Modules
Module Procedures
Fortran Functions
Passing Functions or Subroutines as Arguments to Procedures
Additional Data Types
Alternative Kinds of the Real Data Type
The Complex Data Type
Derived Data Types
Advanced Features of Procedures and Modules
Internal Procedures
Recursive Procedures
Keyword Arguments and Optional Arguments
Generic Procedures
Extending Fortran with User-Defined Operators and Assignments
Restricting Access to the Contents of a Module
Dynamic Memory Allocation and Pointers
Allocatable Arrays
Pointers
Appendixes
ASCII and EBCDIC Coding Systems
Fortran 90 / 95 Intrinsic Procedures
Order of Statements in a Fortran 90/95 Program
Summary of Format Descriptors and I/O Statements
Glossary
Answers to Quizzes
Index
A Quick Summary of Common Attributes Used in Type Declaration Statements