home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / F'(X).SM < prev    next >
Text File  |  1993-11-14  |  124b  |  7 lines

  1. #    This is demo of differentiation
  2.  
  3. sin'(x)            # sin'(x) = d(sin(x), x)
  4. d(x^x, x)
  5. f'(x_) := f(x)        # define f'(x)
  6. f'(t)
  7.