home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / DSOLVE.KEY < prev    next >
Text File  |  1993-11-07  |  306b  |  7 lines

  1. * dsolve                                              external
  2. dsolve(y'(x)=f(x,y), y(x), x) solves the first order variables 
  3. separable and linear differential equations. The y'(x) must be 
  4. alone on the left hand side of the equations. 
  5. See also: solve, nsolve.
  6. e.g. dsolve(y'(x) = sin(x), y(x), x)
  7.