home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / LAPLACE.SM < prev    next >
Text File  |  1993-11-10  |  103b  |  5 lines

  1. #    This is demo of Laplace transform
  2. #    e.g. laplace(sin(x), x) gives 1/(1+x^2)
  3.  
  4. laplace(sin(t), t)
  5.