ABSTRACT

Powerful, flexible, easy to use-small wonder that the use of MAPLE® continues to increase, particularly since the latest releases of MAPLE. The built-in nature of its numerical and graphical facilities gives MAPLE a distinct advantage over traditional programming languages, yet to date, no textbook has used that advantage to introduce programming concepts. Moreover, few books based on MAPLE's latest versions even exist.

Computing with MAPLE presents general programming principles using MAPLE as a concrete example of a programming language. The author first addresses the basic MAPLE functions accessible for interactive use then moves to actual programming, discussing all of the programming facilities that MAPLE provides, including control structures, data types, graphics, spreadsheets, text processing, and object oriented programming. Reflecting MAPLE's primary function as a computational tool, the book's emphasis is on mathematical examples, and it includes a full chapter devoted to algebraic programming.

Classroom tested since 1995, the material in Computing with MAPLE is particularly appropriate for an intermediate-level introductory course in programming for both mathematics and computing students. It includes numerous exercises and test questions, with MAPLE worksheets, contact information, and supplementary material available on the Internet.

chapter 1|22 pages

Introduction

chapter 2|50 pages

Review of Basics

chapter 3|32 pages

Two-Dimensional Plotting

chapter 4|22 pages

Three-Dimensional Plotting

chapter 5|32 pages

Numerical and Semi-Numerical Computation

chapter 6|28 pages

Numerical Linear Algebra

chapter 7|32 pages

Logic and Control Structures

chapter 8|48 pages

Procedures and Recursion

chapter 9|28 pages

Operators and Functions

chapter 10|34 pages

Data Types

chapter 11|40 pages

Conventional Programming

chapter 12|30 pages

Algebraic Programming

chapter 13|26 pages

Spreadsheets

chapter 14|20 pages

Text Processing

chapter 15|44 pages

Object Orientation and Modules