Re: [PATCH] gibbs_phenomenon example added (#1114)

2008-11-14 Thread Andy Ray Terrel
One thing that would be nice is to give a bit more information on different algorithms used for examples. It seems that we could really just have such a large list of examples it is hard to keep up with them. Really the idea I would have is to make a corresponding wiki that explained the

Re: [PATCH] sinh(asinh(x)) and similar implemented (#1037)

2008-11-14 Thread Fabian Seoane
+1 On Nov 13, 2008, at 8:48 PM, Ondrej Certik wrote: The simplifications were already implemented for cosh(), so this patch fixes it for sinh() and tanh() as well. --- sympy/functions/elementary/hyperbolic.py | 28 +++ ++--

Re: [PATCH] Real.__sage__() implemented (#1155).

2008-11-14 Thread Ondrej Certik
On Thu, Nov 13, 2008 at 7:26 PM, Ondrej Certik [EMAIL PROTECTED] wrote: And a test added. --- sympy/core/numbers.py|6 +- sympy/test_external/test_sage.py |8 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/sympy/core/numbers.py

Re: [PATCH] gibbs_phenomenon example added (#1114)

2008-11-14 Thread Ondrej Certik
On Fri, Nov 14, 2008 at 1:48 PM, Ondrej Certik [EMAIL PROTECTED] wrote: On Fri, Nov 14, 2008 at 9:09 AM, Andy Ray Terrel [EMAIL PROTECTED] wrote: One thing that would be nice is to give a bit more information on different algorithms used for examples. It seems that we could really just have

Re: Patch is an added function Gaussian Integral in Integrals.py, to solve the definite integral of exp(poly).

2008-11-14 Thread Pekeika
I was curious what you do, so I googled a bit and found this: http://www.stat.ncsu.edu/bswg/description.html is it accurate? E.g. you do the section (i) Environmental applications? Ondrej Yes! That is exactly what I'm doing for my doctoral thesis. Bayesian predictions are growing broad

Re: bin/test: print python executable and version info

2008-11-14 Thread Vinzent Steinberg
+1 On 12 Nov., 13:04, Ondrej Certik [EMAIL PROTECTED] wrote: Print it the same way as py.test. ---  sympy/utilities/runtests.py |    5 -  1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sympy/utilities/runtests.py b/sympy/utilities/runtests.py index c350651..f2467b3

[PATCH] bin/test: catch SyntaxError when importing tests, better import error reporting

2008-11-14 Thread Ondrej Certik
--- sympy/utilities/runtests.py | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sympy/utilities/runtests.py b/sympy/utilities/runtests.py index f2467b3..7a9296f 100644 --- a/sympy/utilities/runtests.py +++ b/sympy/utilities/runtests.py @@ -111,7 +111,7 @@ class

[PATCH] polynomials: import all() from sympy.utilities.

2008-11-14 Thread Ondrej Certik
This makes it run on python2.4 --- sympy/polynomials/base.py |2 +- sympy/polynomials/div_.py |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sympy/polynomials/base.py b/sympy/polynomials/base.py index 3236198..6201324 100644 --- a/sympy/polynomials/base.py +++

Re: [PATCH] polynomials: import all() from sympy.utilities.

2008-11-14 Thread Ondrej Certik
On Fri, Nov 14, 2008 at 5:01 PM, Ondrej Certik [EMAIL PROTECTED] wrote: This makes it run on python2.4 ^^ it's critical and the fix is trivial, so I pushed it in. Ondrej --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google