Re: un-xfail a working test

2008-11-13 Thread Vinzent Steinberg
Ok, so I'm -1. :) Sent a new patch adding a comment about this fact. Vinzent On 12 Nov., 00:21, Ondrej Certik [EMAIL PROTECTED] wrote: On Tue, Nov 11, 2008 at 7:54 PM, Vinzent Steinberg [EMAIL PROTECTED] wrote: ---  sympy/simplify/tests/test_sqrtdenest.py |    2 --  1 files changed,

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

2008-11-13 Thread Ondrej Certik
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 b/sympy/core/numbers.py index 3380312..865bce9 100644 --- a/sympy/core/numbers.py +++

[PATCH] gibbs_phenomenon example added (#1114)

2008-11-13 Thread Ondrej Certik
--- examples/all |1 + examples/gibbs_phenomenon.py | 131 ++ 2 files changed, 132 insertions(+), 0 deletions(-) create mode 100755 examples/gibbs_phenomenon.py diff --git a/examples/all b/examples/all index f2ad056..43ac2dc 100755

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

2008-11-13 Thread Ondrej Certik
The simplifications were already implemented for cosh(), so this patch fixes it for sinh() and tanh() as well. --- sympy/functions/elementary/hyperbolic.py | 28 +-- .../functions/elementary/tests/test_hyperbolic.py | 10 ++- 2 files changed, 34 insertions(+),

[PATCH] Fixes implicit imports all over sympy

2008-11-13 Thread Ondrej Certik
--- examples/fem.py|6 +++--- examples/fem_test.py |3 ++- examples/pidigits.py |6 +++--- examples/print_gtk.py |2 +- examples/print_pretty.py |2 +-

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

2008-11-13 Thread Ondrej Certik
On Wed, Nov 12, 2008 at 11:08 AM, Ondrej Certik [EMAIL PROTECTED] wrote: On Tue, Nov 11, 2008 at 4:41 PM, Echavarria Gregory, Maria Angelica [EMAIL PROTECTED] wrote: Ondrej, Thanks for all your answers and your quick reply. I ask for forgiveness of my notably beginner's code developing,