hello my friend

2011-07-05 Thread Fabian Seoane
dear friend how are you ? in 5-7 days will get the new Iphone 4 i order the Iphone4 from here ukitat.com i like it much hope you try too regards -- You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this group, send email to

Re: [PATCH 1/1] This fixes issue 1329. Also: printing for math constants

2009-04-09 Thread Fabian Seoane
in the patch. Cheers, Tomek 2009/4/8 Fabian Seoane fab...@fseoane.net: looks good, but please put a little description on what issue 1329 was about, so we don't have to go to the issue tracker to understand the patch. Tomasz Buchert wrote: --- sympy/printing/ccode.py

Re: [PATCH 1/1] This fixes issue 1329. Also: printing for math constants

2009-04-08 Thread Fabian Seoane
looks good, but please put a little description on what issue 1329 was about, so we don't have to go to the issue tracker to understand the patch. Tomasz Buchert wrote: --- sympy/printing/ccode.py| 21 + sympy/printing/tests/test_ccode.py | 27

Re: [PATCH 3/3] Integral.evalf(): method='scipy' implemented

2009-04-07 Thread Fabian Seoane
Ondrej Certik wrote: if the method='scipy' is specified, the scipy.integrate.quad function is called on the lambdified argument of the integral. Tests were added to sympy/test_external/test_scipy.py Signed-off-by: Ondrej Certik ond...@certik.cz --- sympy/core/evalf.py

Re: [PATCH 3/3] solve( x**Rational(1,2) - 2, x) fixed

2009-03-29 Thread Fabian Seoane
Ondrej Certik wrote: it used to return [sqrt(2)], but the answer is [4]. There was a bug in the solver, that noone has noticed so far: it did everything correctly, only at the very end it should power the result to m, and it used to power it to 1/m, which is wrong. all patches are +1. This

Re: [PATCH 1/1] Fixed typo in docstring

2009-03-29 Thread Fabian Seoane
thanks for the patch, it's in. http://git.sympy.org/?p=sympy.git;a=commit;h=2caa23edfc41b2fd2bd30bb6ac59855896deb549 Aaron Meurer wrote: --- sympy/simplify/simplify.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sympy/simplify/simplify.py

Re: trigsimp-two-hacks-removed

2009-03-25 Thread Fabian Seoane
nice patch. +1 Ondrej Certik wrote: On Tue, Mar 10, 2009 at 2:31 PM, Fabian Seoane fab...@fseoane.net wrote: Ondrej Certik wrote: Hi, sending a trivial patch to remove hacks from trigsimp. removing hacks is always good news, but I do not agree that sin(x)**2/cos(x)**2 is a valid answer

Re: [PATCH 2/5] implement get_class and get_mod_func in sympy.utilities.source

2009-03-16 Thread Fabian Seoane
Ondrej Certik wrote: On Mon, Mar 16, 2009 at 8:13 AM, Fabian Seoane fab...@fseoane.net wrote: Function get_class returns a class from a given string. It makes use of get_mod_func --- sympy/utilities/source.py | 26 ++ 1 files changed, 26 insertions(+), 0

[PATCH] abs(sin(1)) simplifies to sin(1)

2009-03-13 Thread Fabian Seoane
Before of this patch, this calculation returned an AssertionError (see issue #1051). Adopted approach is to not use the assumptions framework for this calculation. This is faster, but also, since we are slowly moving the assumption system out of the core, this will have to be how things are done

[PATCH] Documentation for the integrals and functions module.

2009-03-12 Thread Fabian Seoane
I've added a new functions.txt file to document sympy.function module, and also added docstrings to functions that did not have one. However most of the functions documented in the functions.txt file are simply references to the docstrings. Someday this should be expanded with examples and

Re: Solve bug, abs(x**2) was simplifying always, but this is only true

2009-02-19 Thread Fabian Seoane
On Thu, Feb 19, 2009 at 11:19 AM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: On 9 Feb., 21:35, fabian.seo...@gmail.com wrote: From: Fabian Seoane fab...@fseoane.net Added test and docs ^^^ Git send-email strips first line and put's it in the mail's

Re: Geometric Algebra Upgrades

2009-02-05 Thread Fabian Seoane
On Thu, Feb 5, 2009 at 2:05 PM, Alan Bromborsky abro...@verizon.net wrote: Fabian Seoane wrote: On Wed, Feb 4, 2009 at 6:47 PM, Alan Bromborsky abro...@verizon.net mailto:abro...@verizon.net wrote: Attached is a patch to upgrade the geometric algebra modules (GA replaces

[PATCH] Calculate rational roots in roots() before calling degree-specific formulas.

2009-01-19 Thread fabian . seoane
From: Fabian Seoane fab...@fseoane.net Since no cubics of quartics formula is used in the determination of rational roots and the algorithm is fast, rational roots are first computed for all polynomials. In some cases this also reduces the degree of the polynomial, thus solving polynomials

Fwd: [PATCH] Calculate rational roots in roots() before calling degree-specific formulas.

2009-01-19 Thread Fabian Seoane
Sorry, wront file. This is the good one -- Forwarded message -- From: Fabian Seoane fabian.seo...@gmail.com Date: Mon, Jan 19, 2009 at 8:52 PM Subject: Re: [PATCH] Calculate rational roots in roots() before calling degree-specific formulas. To: sympy-patches@googlegroups.com I

Re: Use by default cubics and quartics formula on roots().

2009-01-16 Thread Fabian Seoane
On Fri, Jan 16, 2009 at 8:41 PM, Ondrej Certik ond...@certik.cz wrote: On Fri, Jan 16, 2009 at 9:09 AM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: On 16 Jan., 00:28, fabian.seo...@gmail.com wrote: From: Fabian Seoane fab...@fseoane.net Docstring of roots by Vinzent

Re: Use by default cubics and quartics formula on roots().

2009-01-16 Thread Fabian Seoane
On Fri, Jan 16, 2009 at 8:41 PM, Ondrej Certik ond...@certik.cz wrote: On Fri, Jan 16, 2009 at 9:09 AM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: On 16 Jan., 00:28, fabian.seo...@gmail.com wrote: From: Fabian Seoane fab...@fseoane.net Docstring of roots by Vinzent

Re: roots(): set cubics and quartics to True by default

2009-01-15 Thread Fabian Seoane
Same as my patch, but I believe you have to fix some tests. On Thu, Jan 15, 2009 at 3:36 PM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: -- -- Fabian, http://fseoane.net/blog/ --~--~-~--~~~---~--~~ You received this message because you are

Re: Use by default cubics and quartics formula on roots().

2009-01-15 Thread Fabian Seoane
On Thu, Jan 15, 2009 at 8:09 PM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: On 15 Jan., 13:42, fabian.seo...@gmail.com wrote: From: Fabian Seoane fab...@fseoane.net This has been discussed on issue #1158. --- sympy/polys/rootfinding.py | 10

Re: [PATCH] Fixes the -Qnew bug in guess_solve_strategy tests (#1260)

2009-01-11 Thread Fabian Seoane
+1 On Sun, Jan 11, 2009 at 6:18 PM, Ondrej Certik ond...@certik.cz wrote: Signed-off-by: Ondrej Certik ond...@certik.cz --- sympy/solvers/tests/test_solvers.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sympy/solvers/tests/test_solvers.py

Re: [PATCH] Fix import in statistics.distributions

2008-12-02 Thread Fabian Seoane
+1. I'll push this when you post the test Thanks, On Tue, Dec 2, 2008 at 2:04 AM, Riccardo Gori [EMAIL PROTECTED] wrote: Fixes this: In [1]: from sympy.statistics import Normal In [2]: d = Normal(0, 1) In [3]: d.pdf(x)

Re: Finally removed old sympy.polynomials module

2008-11-26 Thread Fabian Seoane
I pused all patches from your branch in today, thanks 2008/11/23 Ondrej Certik [EMAIL PROTECTED] On Sun, Nov 23, 2008 at 12:17 PM, Mateusz Paprocki [EMAIL PROTECTED] wrote: Hi, the last missing piece - factorization routines for univariate and multivariate polynomials, was finally

Re: [PATCH] move all py.test imports into try/except clause (#1210)

2008-11-25 Thread Fabian Seoane
I attach a reworked patch with my comments plus a small fix that let's you run python setup.py test even if you don't have pylib installed. 2008/11/23 Fabian Seoane [EMAIL PROTECTED] Ondrej Certik wrote: This is important, because the new py.test breaks sympy (import py works

Re: [PATCH] Reimplemented factoring utilities over Z[x]

2008-11-24 Thread Fabian Seoane
Fredrik Johansson wrote: On Mon, Nov 24, 2008 at 8:47 AM, Mateusz Paprocki [EMAIL PROTECTED] wrote: On Sun, Nov 23, 2008 at 09:27:05PM +0100, Fabian Seoane wrote: The problem with factorization code is that it requires a lot of CPU resources, so spending time on anything else that computing

Re: [PATCH] Support for more types of expressions in solve

2008-11-24 Thread Fabian Seoane
Ondrej Certik wrote: On Mon, Nov 24, 2008 at 1:35 AM, [EMAIL PROTECTED] wrote: From: Fabian Seoane [EMAIL PROTECTED] For this, a guess_solve_strategy method was added Before of this, solve() parsed the expression searching for a polynomial and if this parse failed, it just called tsolve

[PATCH] Implement debug framework.

2008-11-24 Thread fabian . seoane
From: Fabian Seoane [EMAIL PROTECTED] For now this is just a variable sympy.SYMPY_DEBUG that has values True/False. Values for this are set using the environment variable SYMPY_DEBUG --- doc/src/guide.txt |9 + sympy/__init__.py |3 +++ 2 files changed, 12 insertions(+), 0

Re: [PATCH] Reimplemented factoring utilities over Z[x]

2008-11-23 Thread Fabian Seoane
Nice work! Couple of questions: what does zzx stand for? Wouldn't this be the case (lot's of functions with the same prefix) where you should use a class and the methods should be static methods (instead of using prefixes all the time)? Mateusz Paprocki wrote: This patch reimplements

[PATCH] Avoid one nesting by reordering a if/else block. This does not change the behaviour of the code, it just makes it more readable

2008-11-23 Thread fabian . seoane
From: Fabian Seoane [EMAIL PROTECTED] Also fixes a docstring that caused test_doc to fail and some formatting typos where corrected --- sympy/solvers/solvers.py| 167 ++- sympy/solvers/tests/test_solvers.py | 27 +++--- 2 files changed, 97

[PATCH] Support for more types of expressions in solve

2008-11-23 Thread fabian . seoane
From: Fabian Seoane [EMAIL PROTECTED] For this, a guess_solve_strategy method was added Before of this, solve() parsed the expression searching for a polynomial and if this parse failed, it just called tsolve. Now the expression is parsed, and while parsing the best algorithm is selected

Re: [PATCH] Avoid one nesting by reordering a if/else block. This does not change the behaviour of the code, it just makes it more readable

2008-11-23 Thread Fabian Seoane
[EMAIL PROTECTED] wrote: From: Fabian Seoane [EMAIL PROTECTED] Also fixes a docstring that caused test_doc to fail and some formatting typos where corrected --- sympy/solvers/solvers.py| 167 ++- sympy/solvers/tests/test_solvers.py | 27

[PATCH] Don't track vim backup files

2008-11-22 Thread fabian . seoane
From: Fabian Seoane [EMAIL PROTECTED] --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index fd93e5e..b0a0fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ build/ doc/_build/ doc/sphinx/ +*~ -- 1.5.6.5

Re: [PATCH] Don't track vim backup files

2008-11-22 Thread Fabian Seoane
Ondrej, could you pull from my proposed branch ( http://fseoane.net/cgi-bin/gitweb.cgi?p=sympy.git;a=shortlog;h=refs/heads/proposed) if you find ok ? 2008/11/22 [EMAIL PROTECTED] From: Fabian Seoane [EMAIL PROTECTED] --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions

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

2008-11-14 Thread Fabian Seoane
) -- 1.5.6.5 Fabian Seoane http://fseoane.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this group, send email to sympy-patches@googlegroups.com

Re: [PATCH] Make the constructor of Derivative treat correctly instances of Derivative.

2008-10-24 Thread Fabian Seoane
pushed in. Thanks, On Oct 24, 2008, at 6:22 PM, Ondrej Certik wrote: Very cool, +1 from me. Ondrej On Thu, Oct 23, 2008 at 1:57 PM, [EMAIL PROTECTED] wrote: From: Fabian Seoane [EMAIL PROTECTED] Two XFAIL test now pass. This also fixes #979 and #1124. --- sympy/core/function.py

Re: [PATCH] Make Rational accept arguments of type Integer.

2008-10-22 Thread Fabian Seoane
. Fredrik Fabian Seoane http://fseoane.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this group, send email to sympy-patches@googlegroups.com To unsubscribe

Fwd: [PATCH] Make Rational accept a wider range of types as arguments.

2008-10-21 Thread Fabian Seoane
(sorry if you receive this twice, my email client got crazy) But then Rational(1.) == Integer(1) and that is not only ugly but incorrect ... A solution would be to check if int(p) == p. yeah, that would be a nice solution, but I think that accepting float's as arguments is

Re: Make Rational accept a wider range of types as arguments.

2008-10-17 Thread Fabian Seoane
working on my mac ... (not to say windows users!) Thanks, Ondrej Fabian Seoane http://fseoane.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this group

Re: [PATCH 04/15] gruntz.py: documentation how to debug added.

2008-10-17 Thread Fabian Seoane
out the exact problem. + from sympy.core import Basic, S, Add, Mul, Pow, Function, oo, Symbol, \ -- 1.5.6.5 Fabian Seoane http://fseoane.net --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: [PATCH 04/15] gruntz.py: documentation how to debug added.

2008-10-17 Thread Fabian Seoane
On Oct 17, 2008, at 10:37 AM, Ondrej Certik wrote: On Fri, Oct 17, 2008 at 10:29 AM, Fabian Seoane [EMAIL PROTECTED] wrote: On Oct 17, 2008, at 2:37 AM, Ondrej Certik wrote: --- sympy/series/gruntz.py | 36 1 files changed, 36 insertions

[PATCH] Better error message for MemoizeArg.process.

2008-10-16 Thread fabian . seoane
From: Fabian Seoane [EMAIL PROTECTED] Since certain Sympy types emulate de behaviour of numerical types, you could end up with the following unhelpfull error message: ValueError: sympy/core/numbers.py:488:function __new__ 2-th argument must be of type (type 'int', type 'long', type 'NoneType