previous up next
Go backward to 2 Examples
Go up to Top
Go forward to 4 System Configuration
RISC-Linz logo

3 Programming Interface

The start of a distributed Maple session requires the loading of the Maple package dist.maple.

      deneb!1> maple
          |\^/|     Maple V Release 4 (Johannes Kepler University Linz)
      ._|\|   |/|_. Copyright (c) 1981-1996 by Waterloo Maple Inc. All rights
       \  MAPLE  /  reserved. Maple and Maple V are registered trademarks of
       <____ ____>  Waterloo Maple Inc.
            |       Type ? for help.
      > read `dist.maple`;
      Distributed Maple V1.0 (c) 1998 Wolfgang Schreiner (RISC-Linz)
      See http://www.risc.uni-linz.ac.at/software/distmaple

For debugging purposes, the Maple package seq.maple can be loaded instead. This package provides the same functions as dist.maple but implements them in a sequential way.

The following sections describe each routine of the distributed Maple section in turn by its synopsis, a verbal description, and a short example.

  • 3.1 Session Setup
  • 3.2 Basic Model
  • 3.3 Shared Data
  • 3.4 Miscellaneous
  • 3.5 Visualization

  • Maintainer: Wolfgang Schreiner
    Last Modification: July 6, 2001

    previous up next