ABSTRACT

Classical FORTRAN: Programming for Engineering and Scientific Applications, Second Edition teaches how to write programs in the Classical dialect of FORTRAN, the original and still most widely recognized language for numerical computing. This edition retains the conversational style of the original, along with its simple, carefully chosen subset la

chapter 0|28 pages

Introduction

chapter 1|6 pages

Hello, World!

chapter 2|8 pages

Expressions and Assignment Statements

chapter 3|12 pages

Conditionals and Branching

chapter 4|24 pages

Scalar Data Types

chapter 5|16 pages

Arrays and DO Loops

chapter 6|22 pages

Subprograms

chapter 7|16 pages

Adjustable Dimensions and EXTERNAL

chapter 8|14 pages

COMMON

chapter 9|24 pages

Input and Output

chapter 10|28 pages

Character Variables

chapter 11|20 pages

Memory Management Techniques

chapter 12|46 pages

Design, Documentation, and Coding Style

chapter 13|54 pages

Archaic, Unusual, and Dangerous Usages

chapter 14|42 pages

UNIXTM Issues

chapter 16|30 pages

Vector and Parallel Processing

chapter 17|42 pages

Modern Fortran and HPF

chapter 18|44 pages

Some Utility Routines