home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / CALCULAT / SM32A / INTE2.SM < prev    next >
Text File  |  1993-11-15  |  137b  |  7 lines

  1. # This is demo of definite integrals
  2.  
  3. inte(1/x, x,-1,1)
  4. inte(1/x^2, x,-1,1)
  5. inte(1/x^3, x,-1,1)
  6. inte(sqrt((x-1)^2), x from 0 to 2)
  7.