public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Dan, Ho-Jin" <hjdan@sys713.kaist.ac.kr>
To: s.koch@seh-zuelpich.de
Cc: gsl-discuss@sourceware.cygnus.com
Subject: Re: hypergeometric function
Date: Wed, 19 Dec 2001 13:20:00 -0000	[thread overview]
Message-ID: <3C0D0E16.4080508@sys713.kaist.ac.kr> (raw)
In-Reply-To: <NEBBIBGCPKOPEIODNFDIAEIECAAA.s.koch@seh-zuelpich.de>

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

Hi,
I couldn't find the discontinuty of the hypergeometry graph.
please, check the file hyperg.gif,

Yours,
Dan, Ho-Jin

Stefan Koch wrote:

>Hello,
>
>I'm a new user of the gsl-library. Everything works well. But when I tried
>to look at the hypergeometric function, I recognized a discontinuity (jump)
>in the graphic-drawing of the function. I think this should not be so. I
>used the following code segment:
>
--snip


[-- Attachment #2: gsl_sf_h1.c --]
[-- Type: text/plain, Size: 240 bytes --]

#include <stdio.h>
#include <gsl/gsl_sf.h>

int main()
{
  int i, m=1000;
  int n=3, p=8;
  double result, x;

  for (i=0; i<m; i++) {
    x = i*0.1;
    result = gsl_sf_hyperg_1F1_int(-n, p+1, x);
    printf("%f %f\n", x, result);
  }
}



[-- Attachment #3: hyperg.gif --]
[-- Type: image/gif, Size: 14044 bytes --]

WARNING: multiple messages have this Message-ID
From: "Dan, Ho-Jin" <hjdan@sys713.kaist.ac.kr>
To: s.koch@seh-zuelpich.de
Cc: gsl-discuss@sourceware.cygnus.com
Subject: Re: hypergeometric function
Date: Wed, 19 Dec 2001 13:20:00 -0000	[thread overview]
Message-ID: <3C0D0E16.4080508@sys713.kaist.ac.kr> (raw)
Message-ID: <20011219132000.HQ3eJvw6tgswYwqZ254Umx1p5H3fp3muH-8N1fyvsMg@z> (raw)
In-Reply-To: <NEBBIBGCPKOPEIODNFDIAEIECAAA.s.koch@seh-zuelpich.de>

Hi,
I couldn't find the discontinuty of the hypergeometry graph.
please, check the file hyperg.gif,

Yours,
Dan, Ho-Jin

Stefan Koch wrote:

>Hello,
>
>I'm a new user of the gsl-library. Everything works well. But when I tried
>to look at the hypergeometric function, I recognized a discontinuity (jump)
>in the graphic-drawing of the function. I think this should not be so. I
>used the following code segment:
>
--snip

WARNING: multiple messages have this Message-ID
From: "Dan, Ho-Jin" <hjdan@sys713.kaist.ac.kr>
To: s.koch@seh-zuelpich.de
Cc: gsl-discuss@sourceware.cygnus.com
Subject: Re: hypergeometric function
Date: Sun, 02 Dec 2001 18:35:00 -0000	[thread overview]
Message-ID: <3C0D0E16.4080508@sys713.kaist.ac.kr> (raw)
Message-ID: <20011202183500.2MwDHyDqYkaqsaY8-ux4-1d6D-l_p8HRKUJm3yVSodE@z> (raw)
In-Reply-To: <NEBBIBGCPKOPEIODNFDIAEIECAAA.s.koch@seh-zuelpich.de>

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

Hi,
I couldn't find the discontinuty of the hypergeometry graph.
please, check the file hyperg.gif,

Yours,
Dan, Ho-Jin

Stefan Koch wrote:

>Hello,
>
>I'm a new user of the gsl-library. Everything works well. But when I tried
>to look at the hypergeometric function, I recognized a discontinuity (jump)
>in the graphic-drawing of the function. I think this should not be so. I
>used the following code segment:
>
--snip


[-- Attachment #2: gsl_sf_h1.c --]
[-- Type: text/plain, Size: 240 bytes --]

#include <stdio.h>
#include <gsl/gsl_sf.h>

int main()
{
  int i, m=1000;
  int n=3, p=8;
  double result, x;

  for (i=0; i<m; i++) {
    x = i*0.1;
    result = gsl_sf_hyperg_1F1_int(-n, p+1, x);
    printf("%f %f\n", x, result);
  }
}



[-- Attachment #3: hyperg.gif --]
[-- Type: image/gif, Size: 14044 bytes --]

  parent reply	other threads:[~2001-12-04 17:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-19 13:20 Stefan Koch
2001-12-01 23:20 ` Stefan Koch
2001-12-19 13:20 ` Dan, Ho-Jin [this message]
2001-12-02 18:35   ` Dan, Ho-Jin
2001-12-19 13:20   ` Dan, Ho-Jin
2001-12-19 13:20 ` Brian Gough
2001-12-03  8:21   ` Brian Gough
     [not found]   ` <NEBBIBGCPKOPEIODNFDIEEIHCAAA.s.koch@seh-zuelpich.de>
2001-12-19 13:20     ` AW: " Brian Gough
2001-12-03 15:27       ` Brian Gough
2001-12-19 13:20       ` J.J. Gomez Cadenas
2001-12-05  2:07         ` J.J. Gomez Cadenas
2001-12-19 13:20         ` Brian Gough
2001-12-05 12:20           ` Brian Gough
2001-12-19 13:20           ` J.J. Gomez Cadenas
2001-12-05 12:20             ` J.J. Gomez Cadenas
2001-12-19 13:20             ` Brian Gough
2001-12-06  8:34               ` Brian Gough
2001-12-19 13:20               ` J.J. Gomez Cadenas
2001-12-06  9:15                 ` J.J. Gomez Cadenas
2001-12-19 13:20                 ` J.J. Gomez Cadenas
2001-12-19 13:20         ` J.J. Gomez Cadenas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C0D0E16.4080508@sys713.kaist.ac.kr \
    --to=hjdan@sys713.kaist.ac.kr \
    --cc=gsl-discuss@sourceware.cygnus.com \
    --cc=s.koch@seh-zuelpich.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).