Re: Issue 2200 in sympy: limit(sin(x),x,oo) should raise an error

2014-03-03 Thread sympy
Updates: Status: NeedsDecision Labels: -NeedsBetterPatch Comment #11 on issue 2200 by skirpic...@gmail.com: limit(sin(x),x,oo) should raise an error http://code.google.com/p/sympy/issues/detail?id=2200 (No comment was entered for this change.) -- You received this message

Re: Issue 3822 in sympy: Update mechanics printing to use the init_printing architecture

2014-03-03 Thread sympy
Comment #1 on issue 3822 by moorepa...@gmail.com: Update mechanics printing to use the init_printing architecture http://code.google.com/p/sympy/issues/detail?id=3822 Fixed in https://github.com/sympy/sympy/pull/2894 -- You received this message because this project is configured to send

Re: Issue 3822 in sympy: Update mechanics printing to use the init_printing architecture

2014-03-03 Thread sympy
Updates: Status: Fixed Comment #2 on issue 3822 by asmeu...@gmail.com: Update mechanics printing to use the init_printing architecture http://code.google.com/p/sympy/issues/detail?id=3822 So this should be closed, right? -- You received this message because this project is

Re: Issue 3148 in sympy: Too many constants from dsolve()

2014-03-03 Thread sympy
Comment #27 on issue 3148 by asmeu...@gmail.com: Too many constants from dsolve() http://code.google.com/p/sympy/issues/detail?id=3148 SymPy does have a SAT solver :) But you are right that a simple heuristic is fine. The result doesn't have to be perfect. I originally wrote constantsimp

Re: Issue 2811 in sympy: Make (1/(1 - t)).subs(t, 1) return -oo instead of oo

2014-03-03 Thread sympy
Updates: Status: Fixed Comment #9 on issue 2811 by asmeu...@gmail.com: Make (1/(1 - t)).subs(t, 1) return -oo instead of oo http://code.google.com/p/sympy/issues/detail?id=2811 1/0 now gives zoo. atan(1/(1 - x)).subs(x, 1) gives atan(zoo). -- You received this message because this

[sympy] GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
Hi I am a second year undergraduate student of Information Systems from BITS Pilani, India. I like Physics and I've been using Python for an year. I started developing a Python package called BinPy https://github.com/BinPy/BinPy/ for electronics computation and simulation. This

[sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sachin Joglekar
I would suggest you to go through the API of physics.vector package and see if you have all the functionality you need. I think you should. Once you have done that, you can start thinking of how you will base your work on that module, the target API, etc. Once you have some idea, you can start

[sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
To get started should I add a module to solve problems related to Kepler's laws? It will give me a basic idea of physics.vector. On Monday, March 3, 2014 5:39:35 PM UTC+5:30, Sachin Joglekar wrote: I would suggest you to go through the API of physics.vector package and see if you have all

[sympy] Re: GSoC: Introducing Optical Physics to sympy

2014-03-03 Thread Jason Moore
Sudhanshu, Thanks for your interest. I think it would be best to propose this project on the SymPy mailing list (I've cc'd it), as it doesn't have to do with multibody dynamics (PyDy's purpose). This could be a nice addition to the physics capabilities in SymPy and if you needed to modify or

Re: [sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Stefan Krastanov
Why is physics.vector better for optics compared to just a column matrix? On 3 March 2014 07:23, Sudhanshu Mishra mrsu...@gmail.com wrote: To get started should I add a module to solve problems related to Kepler's laws? It will give me a basic idea of physics.vector. On Monday, March 3, 2014

Re: [sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
Is this project doable withing the summer duration? If we consider adding only necessary things, it should not hinder the next major release of sympy. With Regards Sudhanshu Mishra On Mon, Mar 3, 2014 at 8:46 PM, Sudhanshu Mishra mrsu...@gmail.com wrote: Hi Stefan Using physics.vector will

Re: [sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
Hi Stefan Using physics.vector will make this work easier. It's always possible to do it without the vector. Not using vector will reduce the readability of the code. With Regards Sudhanshu Mishra On Mon, Mar 3, 2014 at 8:36 PM, Stefan Krastanov stefan.krasta...@yale.eduwrote: Why is

[sympy] Equivalent of FullForm form Mathematica

2014-03-03 Thread Christophe Bal
Hello. Is there an equivalent of FullForm that produces simple treeview of a formula ? Here is basic example seen in a video. FullForm[x**2+x**3] = Plus[Power[x, 2], Power[y, 3]] Best regards. Christophe BAL -- You received this message because you are subscribed to the Google Groups sympy

[sympy] Re: Quartic formula

2014-03-03 Thread tuom . larsen
Hi Kalevi, you are awesome! It helps a lot, thank you! On Saturday, March 1, 2014 2:20:13 PM UTC+1, Kalevi Suominen wrote: Hi, Tuom I'm trying to attach a file answering your questions. I hope it arrives. Kalevi http://mathforum.org/dr.math/faq/faq.cubic.equations.html -- You

Re: [sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Jason Moore
Stefan, The physics.vector package provides vectors and tensors that are basis dependent which eases working with vectors defined in multiple reference frames that are rotated with respect to each other. If all of your vectors are defined in a single reference frame, then column matrices suffice.

[sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sachin Joglekar
I have to agree with Stefan here. In optics, the usual manipulations and calculations are better done with a simple matrix - though if we need to express vectors/coordinates in different systems, you could use the vector API- but that would just be the minimal use. The core operations would be

[sympy] GSOC Project

2014-03-03 Thread Jigar Mistry
Hello i am jigar mistry. I want to implement following module during gsocConcrete module: Implement Karr algorithm, a decision procedure for symbolic summation can anybody help me how can i start? -- You received this message because you are subscribed to the Google Groups sympy group. To

[sympy] GSOC : Ordinary Differential Equations

2014-03-03 Thread ashish12026
Hi everyone I am Ashish. This is my first time participating in GSOC. I am 2nd year undergraduate at IIIT-Delhi. I really want to work with Ordinary Differential Equations mainly Solving Differential Equations in Terms of Bessel Functions part. Can anyone guide me how to start with this ?? --

[sympy] GSoC 2014: Regarding Plotting ideas.

2014-03-03 Thread Shashank Aggarwal
Hey.. I am Shashank Aggarwal, 2nd year CSE student from NIT-Karnataka.I have a few questions regarding the plotting ideas: 1. Improving the plotting module has many sub-ideas.Do all of them constitute a single project? 2. Some of the issues in the issue list are already implemented. Eg. Line

[sympy] SciPy abstracts are due next Friday

2014-03-03 Thread Aaron Meurer
See http://conference.scipy.org/news/2014/02/20/scipy2014-announcement/. Is anyone interested in giving some SymPy related talk? It's also the deadline for application for sponsorship. If you want to attend but don't have the funds, I recommend applying. Aaron Meurer -- You received this

[sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
@Sachin not really extensive but vectors are frequently used in the optics. If there's no issue, I'll use matrix only. But my question wasn't vector or matrix. Please give me suggestions on how should I proceed with the idea. Can anyone mentor this project, if this idea feels promising? On

Re: [sympy] SciPy abstracts are due next Friday

2014-03-03 Thread Matthew Rocklin
For those who haven't been, the SciPy conference is great fun, and also a great way to connect with others active in the scientific Python ecosystem. On Mon, Mar 3, 2014 at 9:38 AM, Aaron Meurer asmeu...@gmail.com wrote: See http://conference.scipy.org/news/2014/02/20/scipy2014-announcement/.

Re: [sympy] Re: Quartic formula

2014-03-03 Thread Ondřej Čertík
Hi Kalevi, Awesome writeup, thanks a lot! Ondrej On Mon, Mar 3, 2014 at 8:33 AM, tuom.lar...@gmail.com wrote: Hi Kalevi, you are awesome! It helps a lot, thank you! On Saturday, March 1, 2014 2:20:13 PM UTC+1, Kalevi Suominen wrote: Hi, Tuom I'm trying to attach a file answering

Re: [sympy] SciPy abstracts are due next Friday

2014-03-03 Thread Jason Moore
I plan to submit the PyDy tutorial. Jason moorepants.info +01 530-601-9791 On Mon, Mar 3, 2014 at 1:01 PM, Matthew Rocklin mrock...@gmail.com wrote: For those who haven't been, the SciPy conference is great fun, and also a great way to connect with others active in the scientific Python

Re: [sympy] Re: Risch algorithm for Symbolic Integration -GSOC Idea

2014-03-03 Thread Anurag Sharma
Thanks for the links Roaul and Aaron. I'll look at them and tell you the progresss report after thursday. I have an exam in the interim. (Master's course which I foolishly took :P :( ) Anurag On Sunday, March 2, 2014 6:35:25 AM UTC+5:30, rl wrote: Hi, And even if we implement all

[sympy] Re: Feedback on step-by-step thought

2014-03-03 Thread RAJAT AGGARWAL
Hi I was working on the other parts of the sympy code, to understand the much part of it so that i can have ideas for this project that how we can reduce new step_eval functions to implement step-by-step expressions. I have come up with new ideas and different kind of implementations. 1. In

Re: [sympy] GSOC Project

2014-03-03 Thread someone
Hi, can anybody help me how can i start? Read the literature on the Karr Algorithm. There is not so much. You can start with the two original papers by M. Karr. Burcin Erocal's thesis contains also a good introduction. Get familiar with the core ideas on difference algebra. Ping me in irc

Re: [sympy] GSOC : Ordinary Differential Equations

2014-03-03 Thread someone
Hi, I am Ashish. This is my first time participating in GSOC. I am 2nd year undergraduate at IIIT-Delhi. I really want to work with Ordinary Differential Equations mainly Solving Differential Equations in Terms of Bessel Functions part. Can anyone guide me how to start with this ?? There

[sympy] Vedansh Garg| Interested in CSymPy projects Implementing more elementary functions and fast series expansion.

2014-03-03 Thread Vedansh Garg
Hi everyone, Greetings! I am Vedansh Garg ,3rd year Computer Science Engineering student.I am an avid programmer and I have participated in many coding competitions.My hackerrank profile - https://www.hackerrank.com/vedansh I have worked on projects of cloud computing and scaling, also I have

[sympy] GSOC-2014 Mathematics solvers

2014-03-03 Thread Akash Bindal
Hi everyone I am Akash Bindal ,3rd yr student from iit-bhu,india. I am inetrested in working on Mathematics Solvers. can anyone tell me what are the requirements for this project and how to approach it. thank you -- You received this message because you are subscribed to the Google Groups

Re: [sympy] Vedansh Garg| Interested in CSymPy projects Implementing more elementary functions and fast series expansion.

2014-03-03 Thread Ondřej Čertík
Hi Vedansh, On Mon, Mar 3, 2014 at 2:54 PM, Vedansh Garg vedanshkt@gmail.com wrote: Hi everyone, Greetings! I am Vedansh Garg ,3rd year Computer Science Engineering student.I am an avid programmer and I have participated in many coding competitions.My hackerrank profile -

[sympy] Chase Relock - GSOC interest in Group Theory, ODEs, or possibly Statistical Finance

2014-03-03 Thread Chase Relock
Hi all, My name is Chase Relock I'm current a senior in mathematics at UC Berkeley and have experience programming python primarily. I've done two classes in pure group theory and have a lot of resources at my disposal on group theory that make it a viable choice for me. I've also done a high

Re: [sympy] SciPy abstracts are due next Friday

2014-03-03 Thread Aaron Meurer
We can also submit the SymPy tutorial again. I'll do it if someone else is willing to help (I don't really want to give a four hour tutorial by myself). Regarding talks, probably any of the GSoC projects from last year are talk worthy (though probably best by the person who did the project).

Re: [sympy] SciPy abstracts are due next Friday

2014-03-03 Thread Aaron Meurer
We can also do a SymPy progress type talk, like https://www.youtube.com/watch?v=gj5i_19Bftk. Aaron Meurer On Mon, Mar 3, 2014 at 8:04 PM, Aaron Meurer asmeu...@gmail.com wrote: We can also submit the SymPy tutorial again. I'll do it if someone else is willing to help (I don't really want to

Re: [sympy] SciPy abstracts are due next Friday

2014-03-03 Thread Matthew Rocklin
If I go I'd be happy to co-present the tutorial. On Mon, Mar 3, 2014 at 6:04 PM, Aaron Meurer asmeu...@gmail.com wrote: We can also submit the SymPy tutorial again. I'll do it if someone else is willing to help (I don't really want to give a four hour tutorial by myself). Regarding talks,

Re: [sympy] Chase Relock - GSOC interest in Group Theory, ODEs, or possibly Statistical Finance

2014-03-03 Thread Matthew Rocklin
Hi Chase, Thanks for your interest. Many of the topics you bring up are definitely of interest to us. In my experience students who present and run with their own topics often produce good results, so, if you have a particular interest in quantitative finance then it's good to push on that.

Re: [sympy] SciPy abstracts are due next Friday

2014-03-03 Thread Jason Moore
I'm pretty certain I will be able to come and can help run the SymPy tutorial if so. But, of course couldn't if it time clashed with the PyDy one (if it gets accepted). Anyways, count me in to help in the tutorial. Jason moorepants.info +01 530-601-9791 On Mon, Mar 3, 2014 at 9:11 PM, Matthew

Re: [sympy] Chase Relock - GSOC interest in Group Theory, ODEs, or possibly Statistical Finance

2014-03-03 Thread Chase Relock
Matt, I think the individual pieces may be a great way to go. I was looking at SymPy's matrix code and was curious if that supports symbolic computation right now or is it only numeric? As for some of the individual pieces, I think the following are important concepts needed in financial

[sympy] complex numbers

2014-03-03 Thread Chris Smith
Something that seems a little counter-intuitive to me (having now worked with the assumptions a bit) is the decision to let 2, I and 2 + I all be considered complex (with the former two being real and imaginary, also, respectively). It seems like it would be more useful to consider them be