Interactive shell using GSL (ala Maple)
Achim Gädke
achim.gaedke@uni-koeln.de
Thu Aug 29 01:29:00 GMT 2002
Hi Scott!
maybe it is the easiest thing to start with python and pygsl - and write
a solver module. So it is possible to use the parser of a quite intuive
language and have all advantages of types and classes and syntactic sugar...
Just look out for http://pygsl.sourceforge.net/
Yours, Achim
Scott Fraser wrote:
>Hi all,
>
>recently to keep myself amused whilst looking for a job I've started
>writing a interactive shell which will use the GSL to solve problems.
>I've the initial parser working (but not too well at present) and I am
>starting to add some function calls. The goal would be something like:
>
>$ solve_quad(1,2,1);
>x1 = 1
>x2 = 1
>
>i.e. the call solves x+2x+1 = 0.
>
More information about the Gsl-discuss
mailing list