home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / educ / math / 012 / heat1.dat < prev    next >
Encoding:
Text File  |  1992-07-08  |  373 b   |  10 lines

  1. ECHO:TRUE $
  2. NIND#:2 $             % 2 independent variables  X1 = x and X2 = t %
  3. NDEP#:1 $             % 1 dependent variable  U(1) = u      %
  4. DE#:DV#:{} $          % declare DE# and DV# to be arrays    %
  5. DE#[1]:   DIF(U(1),X2) - DIF(U(1),X1,2) $       %  only one DE this time % 
  6. DV#[1]:   U(1,2) $      % and one DeriVative to substitute %
  7. ECHO:FALSE$ 
  8. RDS()$ 
  9.  
  10.