public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Interactive shell using GSL (ala Maple)
@ 2002-08-28 14:56 Scott Fraser
  2002-08-28 15:01 ` Fleur Kelpin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Scott Fraser @ 2002-08-28 14:56 UTC (permalink / raw)
  To: gsl-discuss

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.

I will keep working on this, but does anyone know of a similar project? 
Any thoughts or comments would be welcome as well.

Thanks,

Scott



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Interactive shell using GSL (ala Maple)
  2002-08-28 14:56 Interactive shell using GSL (ala Maple) Scott Fraser
@ 2002-08-28 15:01 ` Fleur Kelpin
  2002-08-28 19:28 ` Jochen Küpper
  2002-08-29  1:29 ` Achim Gädke
  2 siblings, 0 replies; 4+ messages in thread
From: Fleur Kelpin @ 2002-08-28 15:01 UTC (permalink / raw)
  To: Scott Fraser; +Cc: gsl-discuss

Maybe you know Octave?
http://www.octave.org
It is more like Matlab than Maple/Mathematica but does feature an
interactive shell and plotting capabilities. You can link external C or
C++ modules.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Interactive shell using GSL (ala Maple)
  2002-08-28 14:56 Interactive shell using GSL (ala Maple) Scott Fraser
  2002-08-28 15:01 ` Fleur Kelpin
@ 2002-08-28 19:28 ` Jochen Küpper
  2002-08-29  1:29 ` Achim Gädke
  2 siblings, 0 replies; 4+ messages in thread
From: Jochen Küpper @ 2002-08-28 19:28 UTC (permalink / raw)
  To: Scott Fraser; +Cc: gsl-discuss

On 28 Aug 2002 22:54:14 +0000 Scott Fraser wrote:

Scott> recently to keep myself amused whilst looking for a job I've
Scott> started writing a interactive shell which will use the GSL to
Scott> solve problems.

Scott> I will keep working on this, but does anyone know of a similar
Scott> project? Any thoughts or comments would be welcome as well.

Python + pygsl :))

Greetings,
Jochen
-- 
University of North Carolina                       phone: +1-919-962-4403
Department of Chemistry                            phone: +1-919-962-1579
Venable Hall CB#3290 (Kenan C148)                    fax: +1-919-843-6041
Chapel Hill, NC 27599, USA                            GnuPG key: 44BCCD8E

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Interactive shell using GSL (ala Maple)
  2002-08-28 14:56 Interactive shell using GSL (ala Maple) Scott Fraser
  2002-08-28 15:01 ` Fleur Kelpin
  2002-08-28 19:28 ` Jochen Küpper
@ 2002-08-29  1:29 ` Achim Gädke
  2 siblings, 0 replies; 4+ messages in thread
From: Achim Gädke @ 2002-08-29  1:29 UTC (permalink / raw)
  To: Scott Fraser; +Cc: gsl-discuss

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.
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-08-29  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-28 14:56 Interactive shell using GSL (ala Maple) Scott Fraser
2002-08-28 15:01 ` Fleur Kelpin
2002-08-28 19:28 ` Jochen Küpper
2002-08-29  1:29 ` Achim Gädke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).