This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Interactive shell using GSL (ala Maple)


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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]