From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=AWL,DNS_FROM_RFC_ABUSE, DNS_FROM_RFC_POST autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 3AD82BBAF for ; Fri, 8 May 2009 10:13:22 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkMCADmGA0rUGyoGlGdsb2JhbACBUJVBAQEBAQkLCAkRA6Y5kTeDfQU X-IronPort-AV: E=Sophos;i="4.38,431,1233529200"; d="scan'208";a="28950714" Received: from smtp6-g21.free.fr ([212.27.42.6]) by mail1-smtp-roc.national.inria.fr with ESMTP; 08 May 2009 10:13:21 +0200 Received: from smtp6-g21.free.fr (localhost [127.0.0.1]) by smtp6-g21.free.fr (Postfix) with ESMTP id 2C022E08080; Fri, 8 May 2009 10:13:15 +0200 (CEST) Received: from medbh.celt.neu (ron34-3-82-236-236-194.fbx.proxad.net [82.236.236.194]) by smtp6-g21.free.fr (Postfix) with ESMTP id 31F16E08139; Fri, 8 May 2009 10:13:13 +0200 (CEST) Message-Id: <940B928A-CDF9-44DF-95FA-1108836E1764@yahoo.fr> From: =?ISO-8859-1?Q?Gr=FCnewald_Micha=EBl?= To: Jon Harrop , caml-list In-Reply-To: <200905070621.11236.jon@ffconsultancy.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [Caml-list] Symbolic integration Date: Fri, 8 May 2009 10:13:12 +0200 References: <200905070621.11236.jon@ffconsultancy.com> X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; ocaml:01 iirc:01 ocaml:01 computations:01 symbolic:01 symbolic:01 caml-list:01 implemented:02 objects:02 algorithms:03 implement:06 i'd:06 ecrit:06 michael:07 michael:07 Le 7 mai 09 =E0 07:21, Jon Harrop a =E9crit : > I'd like to have a play with symbolic integration and was wondering =20= > if anyone > had implemented one of the algorithms in OCaml? IIRC, I have seen such a thing as an =ABOCaml Math. Framework=BB in Jane = =20 Street's OCaml related project (in the 2006 or the 2007 session). I =20 have read part of their code and they seem follow the way of formal =20 manipulations to implement objects and computations. Thus you might be =20= interested in this code. Happy googling! --=20 Micha=EBl