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.1 required=5.0 tests=AWL,SPF_SOFTFAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 48CB1BC69 for ; Fri, 31 Aug 2007 12:54:55 +0200 (CEST) Received: from hermes1.dur.ac.uk (hermes1.dur.ac.uk [129.234.8.20]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l7VAsssF017659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 31 Aug 2007 12:54:55 +0200 Received: from smtphost3.dur.ac.uk (smtphost3.dur.ac.uk [129.234.4.55]) by hermes1.dur.ac.uk (8.13.8/8.13.7) with ESMTP id l7VAsS98017613 for ; Fri, 31 Aug 2007 11:54:32 +0100 Received: from [129.234.198.88] (guan@e-sci88.dur.ac.uk [129.234.198.88]) by smtphost3.dur.ac.uk (8.13.8/8.11.7) with ESMTP id l7VAsPJ9010932 for ; Fri, 31 Aug 2007 11:54:25 +0100 Message-ID: <46D7F288.5030909@dur.ac.uk> Date: Fri, 31 Aug 2007 11:50:48 +0100 From: guanhua he User-Agent: Icedove 1.5.0.12 (X11/20070607) MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: is there any computer algebraic systems library in ocaml? References: <20070831100003.6C5ABBC74@yquem.inria.fr> In-Reply-To: <20070831100003.6C5ABBC74@yquem.inria.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DurhamAcUk-MailScanner: Found to be clean, Found to be clean X-Miltered: at concorde with ID 46D7F37E.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 functions:01 polynomial:02 algebraic:03 algebraic:03 library:03 library:03 problem:05 expand:08 systems:12 systems:12 should:13 durham:14 such:14 Dear All, Does anyone know any good computer algebraic systems library in ocaml? I need a such library to deal with polynomial problem. The library should offer functions like "expand((x+y)^3)", "factor(x^2 - 1)", "gcd(p1,p2)" as Mathematica or Maxima does. Thank you very much for your help. Best Regards, Guanhua