axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-mail] Using NAG routine d01ajf


From: Alasdair McAndrew
Subject: Re: [Axiom-mail] Using NAG routine d01ajf
Date: Fri, 18 Jul 2008 06:47:20 +1000

Thanks for that.  So does this mean that numerical quadrature is not supported in Axiom?  I suppose this means I'll have to write my own routine... unless there's some way a freely available numerical package can be ported to Axiom.

-Alasdair

On Fri, Jul 18, 2008 at 1:21 AM, Themos Tsikas <address@hidden> wrote:
It's a  bit of a long story. Basically, this stuff only works for the
commercial NAG product. It consists of AXIOM library code, AXIOM system code
(interpreter), an AXIOM separate process ("nagman") and a remote RPC service
daemon ("nagd") that compiles, links and runs a program that calls the
FORTRAN NAG Library on some remote machine where one has a licensed
implementation of the library.

Regards
Themos Tsikas

On Thursday 17 July 2008, Alasdair McAndrew wrote:
> I was attempting to perform some numerical quadrature, and I thought it
> might be nice to use the NAG library.  According to HyperDoc, this command:
>
> d01ajf(0.0 ,1.0 ,0.0 ,1.0e-4 ,800 ,200 ,-1 ,(X/(X^7+1)::_expression_ Float)
> :: ASP1(F))
>
> should integrate x/(^7+1) between 0 and 1.  But in fact it doesn't - it
> just hangs Axiom.  What do I need to do to use these routines, and is there
> an easy front end command to them?
>
> Thanks,
> Alasdair



________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________


_______________________________________________
Axiom-mail mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/axiom-mail



--
Blog: http://amca01.wordpress.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]