home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / plot / 3dplot02.arc / WAVE.INI < prev    next >
Text File  |  1989-06-23  |  261b  |  10 lines

  1. c1=2.0;  /* height */
  2. c2=7.0;  /* proportional to frequency */
  3. c3=30.0; /* damping */
  4. PRINT(SYSPRINT,
  5.  'It''s suggested that this function be plotted for -1 <= x <= 1');
  6. PUTCRLF(SYSPRINT);
  7. PRINT(SYSPRINT,
  8.  '     and -1 <= y <=1.');
  9. PUTCRLF(SYSPRINT);
  10.