Re: Issue 1484 in sympy: series should collect powers

2012-02-07 Thread sympy
Comment #7 on issue 1484 by march...@kb.csu.ru: series should collect powers http://code.google.com/p/sympy/issues/detail?id=1484 I found that cos(x).series() calling unbound methon series() from sympy.core.expr but seems like that method doesn't provide printing values to stdin. I'd like

Issue 3048 in sympy: isympy -a is broken

2012-02-07 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-High IPython New issue 3048 by asmeu...@gmail.com: isympy -a is broken http://code.google.com/p/sympy/issues/detail?id=3048 This is with the git version of IPython: In [1]: alpha Custom TB Handler failed, unregistering

Re: Issue 3045 in sympy: float-based operations lose precision

2012-02-07 Thread sympy
Updates: Labels: WrongResult EasyToFix Comment #1 on issue 3045 by ronan.l...@gmail.com: float-based operations lose precision http://code.google.com/p/sympy/issues/detail?id=3045 Oops, that's bad! Doing the right thing in Rational.__int__ seems trivial (i.e. just return

Re: Issue 1484 in sympy: series should collect powers

2012-02-07 Thread sympy
Comment #8 on issue 1484 by march...@kb.csu.ru: series should collect powers http://code.google.com/p/sympy/issues/detail?id=1484 Ok, I made a simple patch for it and fix related tests, but one still fails with NotImplementedError: Improve MV Derivative support in collect git diff:

Re: Issue 3045 in sympy: float-based operations lose precision

2012-02-07 Thread sympy
Comment #2 on issue 3045 by march...@kb.csu.ru: float-based operations lose precision http://code.google.com/p/sympy/issues/detail?id=3045 Hi, I want start working on this issue. Could someone explain me that means `float(e)` and n 6172839450617283945/17 Thanks. -- You received this

Re: [sympy] question about creating a 2d array of symbols

2012-02-07 Thread Ondřej Čertík
On Sun, Feb 5, 2012 at 11:54 AM, Comer comer.dun...@gmail.com wrote: I am working on a project which requires that I create a matrix of symbols. For discussion purposes say the matrix is 3 x 3. The matrix is to contain 9 unique symbols and my preferred format is the usual matrix format: a11,

[sympy] Re: Why is Mod a Function and Pow an Expr?

2012-02-07 Thread miham
Renato Coutinho made the initial implementation in PR 442 [1] where Aaron suggested that Mod should inherit from Function. Renato didn't have time to finish that PR, so I did it in PR 834 [2]. Maybe Aaron can tell you more. [1] https://github.com/sympy/sympy/pull/442 [2]

Re: [sympy] how to register in wiki

2012-02-07 Thread Gagan Deep
i am able to do now...how do add my project proposal for gsoc2012...there is no section for this...should i create myself? On Tue, Feb 7, 2012 at 11:17 AM, Aaron Meurer asmeu...@gmail.com wrote: Nope. You should be able to edit the wiki if you are logged in. Aaron Meurer On Mon, Feb 6, 2012

Re: [sympy] how to register in wiki

2012-02-07 Thread Aaron Meurer
Yes. But feel free to discuss your ideas here on the mailing list first, so we can guide you in the right direction before you spend a bunch of time writing a proposal. Aaron Meurer On Tue, Feb 7, 2012 at 4:41 AM, Gagan Deep gagan.p...@gmail.com wrote: i am able to do now...how do add my

Re: [sympy] Re: Why is Mod a Function and Pow an Expr?

2012-02-07 Thread Aaron Meurer
Well it doesn't matter to me if it does or not. What should be the distinction for objects that do or do not derive from Function? The fact that they represent an arithmetical operation? If so, maybe we should have a logical base class for Pow, Mul, Add, Mod, ... Looking at the code, deriving

[sympy] Intent to apply for GSoC

2012-02-07 Thread Vladimir Perić
Hello all, I'd like to announce my intent to apply for GSoC 2012. Last year, I was accepted with Porting to Python 3, which I have completed sucessfully (though no SymPy version with Python 3 support has been released). I've since continued contributing to SymPy, mostly with infrastructure work

[sympy] Re: question about creating a 2d array of symbols

2012-02-07 Thread Comer
Matt, Thanks for the suggestions. Way 2 is more what I want to do(but not quite) right now, but having the capability to do it via way 1 will be welcomed! Comer On Feb 5, 3:03 pm, Matthew Rocklin mrock...@gmail.com wrote: In pull request 1015 https://github.com/sympy/sympy/pull/1015 you can

[sympy] Re: question about creating a 2d array of symbols

2012-02-07 Thread Comer
Miham, Thanks for the suggestion. It is rather elegant. However, I really want to be able to assign a more convenient label to the created symbols. That is, I want to assign a11 - a_11, a12 - a_12, etc as the new symbols are defined. In a loop would be nice, but I can not seem to get the

[sympy] Re: question about creating a 2d array of symbols

2012-02-07 Thread Comer
Hi Ondrej, Your suggestion is very useful. I am now defining a matrix array with element notation a_ij and label aij whereas your suggestion seems to result in a_i_j and no more convenient to type label such as my desired aij. How to do this? Comer On Feb 7, 4:06 am, Ondřej Čertík

Re: [sympy] GSoC application

2012-02-07 Thread krastanov.ste...@gmail.com
Ondřej, I was thinking about studying those packages for Mathematica: Ricci, MathTensor, FeynCalc Were your referring to some other packages that I can look into? I would like to check the established solution before I start designing an API and so on. 2012/2/7 Ondřej Čertík

Re: [sympy] GSoC application

2012-02-07 Thread Ondřej Čertík
On Tue, Feb 7, 2012 at 1:13 PM, krastanov.ste...@gmail.com krastanov.ste...@gmail.com wrote: Ondřej, I was thinking about studying those packages for Mathematica: Ricci, MathTensor, FeynCalc Were your referring to some other packages that I can look into? I There is a good list here:

Re: [sympy] Re: question about creating a 2d array of symbols

2012-02-07 Thread Ondřej Čertík
On Tue, Feb 7, 2012 at 1:11 PM, Comer comer.dun...@gmail.com wrote: Hi Ondrej, Your suggestion is very useful.  I am now defining a matrix array with element notation a_ij and label aij whereas your suggestion seems to result in a_i_j and no more convenient to type label such as my desired

Re: [sympy] GSoC application

2012-02-07 Thread someone
Ondřej, I was thinking about studying those packages for Mathematica: Ricci, MathTensor, FeynCalc Maybe you want also to look at xAct and related packages? http://www.xact.es The code is GPL, maybe this can be a benefit even given that sympy uses a BSD license. I have to admit that I

Re: [sympy] Re: question about creating a 2d array of symbols

2012-02-07 Thread Chris Smith
Perhaps a `separator`=_ keyword could be added. -- You received this message because you are subscribed to the Google Groups sympy group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more