Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3015B9B74 for ; Tue, 28 Feb 2012 07:09:29 +0000 (UTC) Received: (qmail 323 invoked by uid 500); 28 Feb 2012 07:09:25 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 240 invoked by uid 500); 28 Feb 2012 07:09:24 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 191 invoked by uid 99); 28 Feb 2012 07:09:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 07:09:23 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of SRS0=1lhp=BG=m4x.org=sebastien.brisard@bounces.m4x.org designates 129.104.30.34 as permitted sender) Received: from [129.104.30.34] (HELO mx1.polytechnique.org) (129.104.30.34) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 07:09:15 +0000 Received: from mail-vw0-f43.google.com (mail-vw0-f43.google.com [209.85.212.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTPSA id B7BB414000370 for ; Tue, 28 Feb 2012 08:08:54 +0100 (CET) Received: by vbbfq11 with SMTP id fq11so4702147vbb.30 for ; Mon, 27 Feb 2012 23:08:53 -0800 (PST) Received-SPF: pass (google.com: domain of sebastien.brisard@m4x.org designates 10.52.27.70 as permitted sender) client-ip=10.52.27.70; Authentication-Results: mr.google.com; spf=pass (google.com: domain of sebastien.brisard@m4x.org designates 10.52.27.70 as permitted sender) smtp.mail=sebastien.brisard@m4x.org Received: from mr.google.com ([10.52.27.70]) by 10.52.27.70 with SMTP id r6mr11002059vdg.41.1330412933706 (num_hops = 1); Mon, 27 Feb 2012 23:08:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.27.70 with SMTP id r6mr9071755vdg.41.1330412933682; Mon, 27 Feb 2012 23:08:53 -0800 (PST) Received: by 10.52.180.133 with HTTP; Mon, 27 Feb 2012 23:08:53 -0800 (PST) Date: Tue, 28 Feb 2012 08:08:53 +0100 Message-ID: Subject: [math] More special functions From: =?ISO-8859-1?Q?S=E9bastien_Brisard?= To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-AV-Checked: ClamAV using ClamSMTP at svoboda.polytechnique.org (Tue Feb 28 08:08:55 2012 +0100 (CET)) X-Org-Mail: sebastien.brisard.1997@polytechnique.org X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: No, tests=bogofilter, spamicity=0.011314, queueID=0978414000374 Hello, I have frequently felt the lack of more special functions in CM3. This has also been noticed by other users (see recent entry in the Math Wish List). I guess that special functions were implemented when needed in the distribution package. I would like to start expanding the CM3 capabilities in this area. As suggested, Bessel functions would be a good start. I propose to proceed as follows - first solve MATH-718, MATH-738 and MATH-753 which are all closely related to special functions (that would be a good training for me!), - introduce a framework for Chebyshev expansions [1], which are frequently met in the approximation of special functions, - start working on Bessel functions. Questions are - Do you think that would be a useful addition? If yes, I'll create a new ticket for discussions on an apropriate framework for Chebyshev expansions. - Would you like us to start with another family of special functions (I do use Bessel functions, but any other would be equally fun for me!). Best regards, S=E9bastien [1] http://dlmf.nist.gov/3.11#P3 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org