Re: Issue 1973 in sympy: hash(Integer) should return the int

2014-02-27 Thread sympy
Updates: Labels: NeedsReview Comment #18 on issue 1973 by skirpic...@gmail.com: hash(Integer) should return the int http://code.google.com/p/sympy/issues/detail?id=1973 https://github.com/sympy/sympy/pull/2973 -- You received this message because this project is configured to send

Re: [sympy] Re: New PEP for infix operator

2014-02-27 Thread Sergey Kirpichev
On Wednesday, February 26, 2014 11:49:47 PM UTC+4, Aaron Meurer wrote: Because it turn python to be a DSL for numeric computations. How is that a bad thing? Python is already used heavily for numeric computations. It's good for this specific domain, but bad for the Python in general, as

[sympy] Re: Discussion regarding the series expansion project

2014-02-27 Thread Sergey Kirpichev
On Thursday, February 27, 2014 9:14:30 AM UTC+4, Avichal Dayal wrote: I am planning to work on formal power series, asymptotic expansion and order term arithmetic. Will that be the right amount of work for the summer? Yes, that's very *big* amount of work. btw, I think now (see pr #2630)

[sympy] Re: Discussion regarding the series expansion project

2014-02-27 Thread Avichal Dayal
Yes, that's very *big* amount of work. You mean enough for the summer or too much for the summer? Since this project involves several sub-projects as per your suggestion I should focus on: 1) formal power series 2) asymptotic expansion 3) some functions in polys module right? -- You

[sympy] Re: Symbolic Quantum Mechanics

2014-02-27 Thread Anurag Hota
There are a few problems - The Operator has been represented in such a way that for it to act on bra/ket we have to use (*). Instead we can define Operator as a function where we pass the bra/ket .This function can store the values (for calculation) and then we can print the notation

Re: [sympy] New PEP for infix operator

2014-02-27 Thread Alexey U. Gudchenko
On 25.02.2014 20:31, Aaron Meurer wrote: Some people on this list might be interested in this. Some folks are giving another shot at writing a PEP to add a new operator to Python for matrix multiplication. The discussion is at https://github.com/numpy/numpy/pull/4351. Those of you who work

Re: [sympy] New PEP for infix operator

2014-02-27 Thread Alan Bromborsky
On 02/27/2014 04:42 PM, Alexey U. Gudchenko wrote: On 25.02.2014 20:31, Aaron Meurer wrote: Some people on this list might be interested in this. Some folks are giving another shot at writing a PEP to add a new operator to Python for matrix multiplication. The discussion is at

Re: [sympy] New PEP for infix operator

2014-02-27 Thread Alexey U. Gudchenko
On 28.02.2014 02:36, Alan Bromborsky wrote: On 02/27/2014 04:42 PM, Alexey U. Gudchenko wrote: On 25.02.2014 20:31, Aaron Meurer wrote: Some people on this list might be interested in this. Some folks are giving another shot at writing a PEP to add a new operator to Python for matrix

Re: [sympy] New PEP for infix operator

2014-02-27 Thread Aaron Meurer
There *is* this in NumPy (which is the main use-case for this PEP): numpy.matrix. But it causes headaches for everyone who uses it. Aaron Meurer On Thu, Feb 27, 2014 at 3:42 PM, Alexey U. Gudchenko pr...@goodok.ru wrote: On 25.02.2014 20:31, Aaron Meurer wrote: Some people on this list

Re: [sympy] Re: [GSoC 2014] Cylindrical algebraic decomposition - Introduction

2014-02-27 Thread Aaron Meurer
That's a great reference. Can you put that on the ideas page, if it isn't there already? Aaron Meurer On Wed, Feb 26, 2014 at 7:08 PM, someone someb...@bluewin.ch wrote: Hi, Project involving CAD algorithm in my opinion will require you to solve multivariate polynomial inequalities.

[sympy] GSoC Theano/SymPy/PyDy

2014-02-27 Thread Frédéric Bastien
p...@googlegroups.com sympy sympy@googlegroups.com Hi, Theano is participating to GSoC via the PSF this year. In our ideas list, some of them would be very useful to PyDy/SymPy users. So I would like to bring discuss them with you. Matthew R. did a converter from SymPy graph to Theano. This

Re: [sympy] [GSoC 2014] Cylindrical algebraic decomposition - Introduction

2014-02-27 Thread Tim Lahey
I've added them. Tim. On 27 Feb 2014, at 21:11, Aaron Meurer wrote: That's a great reference. Can you put that on the ideas page, if it isn't there already? Aaron Meurer On Wed, Feb 26, 2014 at 7:08 PM, someone someb...@bluewin.ch wrote: Hi, Project involving CAD algorithm in my opinion

[sympy] Re: GSoC Theano/SymPy/PyDy

2014-02-27 Thread Jason Moore
They both sound like great ideas. We can certainly provide large scalar functions for testing #1. I'd also like to dispatch our `solve()` methods to Theano in the pydy-code-gen source. #2 is interesting, we could use something like that to generate fast ODE evals that can then be wrapped under a

Re: [sympy] Re: GSoC Theano/SymPy/PyDy

2014-02-27 Thread Matthew Rocklin
I obviously think that SymPy-Theano interactions are interesting. My series of blogposts on that topic continue to get decent web traffic today. For what it's worth I'm also happy to vouch for Frederic and the Theano crew. They're a good group with which to collaborate. What sorts of