home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / languages / rlab1_23a / CTB / dsteptest < prev    next >
Text File  |  1995-11-14  |  128b  |  13 lines

  1. //
  2. // This routine tests the step routine
  3. //
  4.  
  5. rfile dstep
  6.  
  7. num=[2,-3.4,1.5];
  8. den=[1,-1.6,0.8];
  9.  
  10. pstart();
  11.  
  12. J=dstep(num,den,40);
  13.