Re: [sympy] SymPy Workshop at FOSSASIA 2016, SIngapore

2016-03-15 Thread AMiT Kumar
On Wednesday, March 16, 2016 at 9:51:17 AM UTC+5:30, Jason Moore wrote: > > You all should change the order to the pydy and sympy tutorials. It would > be better for people to take the sympy on first. > > Indeed, I will talk to Hong Phuc Dang (fossasia chair) and Sahil Regarding this. Amit

Re: [sympy] SymPy Workshop at FOSSASIA 2016, SIngapore

2016-03-15 Thread AMiT Kumar
Yes, Sahil's talk on "Multibody Dynamics and Control with Python" is in the same room, an hour before mine. Amit Kumar On Wednesday, March 16, 2016 at 9:49:34 AM UTC+5:30, Jason Moore wrote: > > I believe Sahil will be there to present something on PyDy. > > > Jason > moorepants.info > +01

Re: [sympy] SymPy Workshop at FOSSASIA 2016, SIngapore

2016-03-15 Thread Jason Moore
You all should change the order to the pydy and sympy tutorials. It would be better for people to take the sympy on first. Jason moorepants.info +01 530-601-9791 On Tue, Mar 15, 2016 at 9:19 PM, Jason Moore wrote: > I believe Sahil will be there to present something on

Re: [sympy] SymPy Workshop at FOSSASIA 2016, SIngapore

2016-03-15 Thread Jason Moore
I believe Sahil will be there to present something on PyDy. Jason moorepants.info +01 530-601-9791 On Tue, Mar 15, 2016 at 9:15 PM, AMiT Kumar wrote: > Hi!, > > This is to notify that I will be conducting a SymPy workshop/tutorial at > FOSSASIA > Conference

[sympy] SymPy Workshop at FOSSASIA 2016, SIngapore

2016-03-15 Thread AMiT Kumar
Hi!, This is to notify that I will be conducting a SymPy workshop/tutorial at FOSSASIA Conference 2016. Here is the schedule . Time and Venue: 2:30 PM, 20, March 2016 Level 3, Pauling Lab, Science Center, Singapore If anyone of you would be in Singapore during the conference, make sure to catch

Re: [sympy] Re: Gsoc Idea 2016 Series Expansion

2016-03-15 Thread Sartaj Singh
Hi, I did some work on the series module as part of my GSoC project last year. I specifically worked on Formal Power Series and limits of sequences. You can see sympy.series.formal, sympy.series.fourier, sympy.series.limitseq. On 16 March 2016 at 04:40, Abhishek Verma

Re: [sympy] Re: Mathpix - using sympy and deep learning to solve math from pictures of handwriting

2016-03-15 Thread Nicolas Jimenez
One things our users are complaining about is the lack of clarity when dealing with infinite sums. Are there any plans in Sympy to provide this information? For example, infinite series diverge by ratio test etc. This would be super useful for learning calculus. On Tue, Mar 15, 2016 at 11:07

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread Jason Moore
Looks good. I think you should have plenty of examples in the docs. People tend to use software more if the docs are top notch. So plenty of examples and tutorials will really help. Jason moorepants.info +01 530-601-9791 On Tue, Mar 15, 2016 at 5:25 PM, SAMPAD SAHA

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread SAMPAD SAHA
You are right. *delta_function.py *needs to be improved. I will to be using only* DiracDelta* and *Heaviside *for generating almost all the Singularity Functions. I was also thinking to complete this project in four phases: 1. Improving existiing Functions. 2. Creating Singularity

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread Jason Moore
https://www.python.org/dev/peps/pep-0008/ I think you will need a pure singularity function module and then you will need a beam module that utlizes the singularity function module. You will also likely need to improve the discontinuous functions that are already in sympy. There are at least

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread SAMPAD SAHA
Jason Pardon please. I couldn't get you by "You will need to follow PEP8 for the method and class names". and yah, i also felt that it would be better if i use the input and output values of the example problem done by hand. So , what do you suggest, Would it be better if we create a different

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread Jason Moore
I think it is a good start. You will need to follow PEP8 for the method and class names. But I just want to see desired functionality. The more you can think up, the better. I would suggest doing a beam problem by hand and then translating that to a desired API. You can mock up what you think the

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread SAMPAD SAHA
Ok Jason, And what about the API I have posted just before the earlier post? Any suggestions Regards Sampad Kumar Saha Mathematics and Computing I.I.T. Kharagpur On Wed, Mar 16, 2016 at 5:10 AM, Jason Moore wrote: > The file locations and method class names are just

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread Jason Moore
The file locations and method class names are just fine details that can be worked out later. They are generally not important for your proposal. Just focus on describing what the future modules should do. Jason moorepants.info +01 530-601-9791 On Tue, Mar 15, 2016 at 4:36 PM, SAMPAD SAHA

Re: [sympy] Implement Holonomic Functions

2016-03-15 Thread Jason Moore
Start here: https://github.com/sympy/sympy/wiki/GSoC-2016-Student-Instructions, make sure to setup the dev environment and try using sympy. Search the email list archives to find the other discussions on the holonomic functions. There is a long thread about it already which is a good starting

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread SAMPAD SAHA
Hi Jason, As I am thinking to create a another module for solving especially beam problems (suppose *beambending.py) *, what will be its file location? Similarly for Singularity Functions (suppose singularity_function.py), What will be its location? And what about the names of methods and

Re: [sympy] GSOC ode Bessel equation

2016-03-15 Thread Jason Moore
Here is a starting point: https://github.com/sympy/sympy/wiki/GSoC-2016-Student-Instructions Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 5:40 AM, Surya Narayan wrote: > Hello, > I am Surya Narayan. I want to implement the Bessel's equation for

Re: [sympy] [GSoC '16] Series Expansion

2016-03-15 Thread Jason Moore
See this: https://github.com/sympy/sympy/wiki/GSoC-2016-Student-Instructions Also search the mailing lists and github for previous discussions about series expansions. Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 10:47 AM, Praveen Agrawal < praveen.agraw...@gmail.com> wrote:

Re: [sympy] REGARDING GSOC 2016

2016-03-15 Thread Jason Moore
See this: https://github.com/sympy/sympy/wiki/GSoC-2016-Student-Instructions Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 9:15 PM, wrote: > Hi i am Parth Parashar and i am applying for GSOC2016 .I am interested in > working for improving the

Re: [sympy] GSoC 16: Ordinary Differential Equations

2016-03-15 Thread Jason Moore
See here to get started: https://github.com/sympy/sympy/wiki/GSoC-2016-Student-Instructions Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 4:34 PM, Imran Manzoor wrote: > Greetings, > > I am a GSoC aspirant and am interested in this particular idea

Re: [sympy] Gsoc using bessel function to solve ode

2016-03-15 Thread Jason Moore
Here is how to start: https://github.com/sympy/sympy/wiki/GSoC-2016-Student-Instructions Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 10:17 PM, Surya Narayan wrote: > Hello, > I am Surya Narayan. > I want to work on Solving Differential Equations in

Re: [sympy] GSoc'16 : SymPy Live and SymPy Gamma

2016-03-15 Thread Jason Moore
I would start by using sympy live and gamma to see what it can and can't do. You can also investigate what the issues are on Github with respect to those projects. Then form a proposal about what you'd like to see added or changed. Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at

Re: [sympy] Gsoc 16 - Ordinary Differential Equations

2016-03-15 Thread Jason Moore
Please follow the student instructions: https://github.com/sympy/sympy/wiki/GSoC-2016-Student-Instructions Jason moorepants.info +01 530-601-9791 On Fri, Mar 11, 2016 at 2:57 AM, Rajat Kumar wrote: > Hello. > I am Rajat Kumar, a junior year university student from India.

Re: [sympy] GSOC ' 16: Classical Mechanics: Efficient Equation of Motion Generation with Python

2016-03-15 Thread Jason Moore
Please search the email list archives, as we've already discussed this with other potential GSoC students. I'd recommend trying out some of the mechanics and pydy examples. The pydy.model.n_link_pendulum model takes a long time to generate if you have a large number of links. Jason

Re: [sympy] number of proposals

2016-03-15 Thread Jason Moore
Yes you can. Jason moorepants.info +01 530-601-9791 On Fri, Mar 11, 2016 at 10:49 PM, Sahil Aggarwal < sahilaggarwal12011...@gmail.com> wrote: > Can we submit more than one proposal to same organisation? > > -- > You received this message because you are subscribed to the Google Groups >

Re: [sympy] GSOC 2016: Physics Project

2016-03-15 Thread Jason Moore
Your skills sets sound very adequate for the projects. To get an in-depth understanding you should start trying to use the software and see what kinds of problems it can solve. Then read about the issues associated with the software and the ideas proposed on the list. Be sure to search the

Re: [sympy] Gsoc'16:ODE Project

2016-03-15 Thread Jason Moore
That all sounds good. Maybe check out the sympy issues associated with the ODE solvers and propose to fix some of them. Jason moorepants.info +01 530-601-9791 On Sun, Mar 13, 2016 at 1:35 AM, Abhishek kumar wrote: > Hi > I'm Abhishek Kumar and i want to work on ODE's

Re: [sympy] 2D/3D graphics view GUI Sympy

2016-03-15 Thread Jason Moore
If you IPython, the qtconsole, or the notebook you will get matplotlib based plots. Please search the mailing list for Tkinter. There wasn't much support for this type of GUI the last time it was proposed. Jason moorepants.info +01 530-601-9791 On Sun, Mar 13, 2016 at 7:06 AM, Nuno Lopes

[sympy] Re: Gsoc Idea 2016 Series Expansion

2016-03-15 Thread Abhishek Verma
> > there is also user interface given here > > https://github.com/sympy/sympy/wiki/UD-series-user-interface > which definitely implemented yet. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop

Re: [sympy] Re: GSoC 2016 - Classical Mechanics: Efficient Equation of Motion Generation with Python

2016-03-15 Thread Jason Moore
Or perhaps the combination where I would create a generalized equation of motion generator and increase the efficiency of the python code as I go? That sounds really good to me. Jason moorepants.info +01 530-601-9791 On Tue, Mar 8, 2016 at 6:12 PM, James Milam wrote: > I

Re: [sympy] Gsoc Idea 2016 Series Expansion

2016-03-15 Thread Abhishek Verma
On Wednesday, March 16, 2016 at 4:18:29 AM UTC+5:30, Jason Moore wrote: > > I would try using the series expansion modules in SymPy and see if you can > discover some of the things it can't do. You can search the mailing list > and github issues to find out problems or suggestions for series

Re: [sympy] Algorithm description in GSoC proposal

2016-03-15 Thread Jason Moore
I don't think the gory details are required for a good proposal. But you should show that you know what you are talking about and explain things to us that are unlikely to have time to know or understand the details. See some of the past proposals for ideas on what to write. Jason

Re: [sympy] GSOC - Natural Input Parser

2016-03-15 Thread Jason Moore
We have optional dependencies in SymPy. If their latex2sympy parser works well, it would be nice to use it, but I'm not sure how complex it is to install antlr and everything else. Antlr seems like a very powerful and useful tool and probably does everything we need to do with parsing better than

Re: [sympy] Re: current status of project

2016-03-15 Thread Jason Moore
The status is that nothing much has been done. We really need to figure out how to wrap SymEngine for easy use in SymPy. See the SymEngine mailing list and wiki for some suggestions on how to do that. Jason moorepants.info +01 530-601-9791 On Mon, Mar 14, 2016 at 3:24 PM, James Milam

Re: [sympy] Re: SymPy Paper

2016-03-15 Thread Jason Moore
I'm happy to be a part of this too. I imagine the scope could be huge, so maybe deciding on what the main points of the paper would be a good start. Aaron, do you have an idea of what the theme of the paper would be? Jason moorepants.info +01 530-601-9791 On Tue, Mar 15, 2016 at 3:02 AM,

Re: [sympy] Gsoc Idea 2016 Series Expansion

2016-03-15 Thread Jason Moore
I would try using the series expansion modules in SymPy and see if you can discover some of the things it can't do. You can search the mailing list and github issues to find out problems or suggestions for series expansions. Jason moorepants.info +01 530-601-9791 On Tue, Mar 15, 2016 at 6:42

Re: [symengine] Re: [sympy] Re: GSOC 2016: Classical Mechanics: Efficient Equation of Motion Generation with C++

2016-03-15 Thread Jason Moore
Maybe you can list all of the slow functions in sympy.core and sympy.matrices and then find out if they exist in SymEngine as a next step. Jason moorepants.info +01 530-601-9791 On Tue, Mar 15, 2016 at 7:25 AM, Isuru Fernando wrote: > Hi, > > You have to figure out which

Re: [sympy] Google SoC '16: Series expansions

2016-03-15 Thread Jason Moore
Joseph, There is a lot of work going on in series expansions both in SymPy and SymEngine. There was a SymPy series expansion project last summer for SymPy by Shivam Vats. You can check out his proposal, report, and blog on the SymPy wiki. There are currently a group of UC Davis students working

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread SAMPAD SAHA
Thank You Tim and Jason for your suggestions and clearing my doubts. We can also have an another module for solving beam problems. As Jason Have suggested earlier. Some of its classes would be Beam, DistributedLoad, PointLoad, Moment. We can have the API as:- from sympy import

[sympy] sinc bug

2016-03-15 Thread j3parera
Hi, I think there is an error when `lambdifying` the sinc function, at least using 'numpy'. Sympy defines the sinc function as unnormalized; i.e sin(x)/x, while numpy defines it as normalized sin(pi.x)/(pi.x). So, the evaluation for [-1, 0, 1] is not the same: >>> import sympy as sp >>> f =

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread Tim Lahey
I agree. One should start directly from the loading function q(x). The general steps are: 1. Start with the loading function q(x) 2. Integrate to get the shear function V(x). 3. Integrate again to get the bending moment function M(x). 4. Integrate to get the slope function E*I*v’(x). 5.

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread Jason Moore
Yes, it would be nice if simplify worked with singularity funcs. Jason moorepants.info +01 530-601-9791 On Tue, Mar 15, 2016 at 8:27 AM, SAMPAD SAHA wrote: > Jason, > > Do we expect `simplify` ( a method under SingularityFunction class) to > give output like this: > >

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread Jason Moore
I think you'd want the user to input the loads on the beam as singularity functions or some higher level abstraction. If you require them to manually compute the bending moment then you are defeating the purpose of having a CAS do it for you. Jason moorepants.info +01 530-601-9791 On Sun, Mar

[sympy] Google SoC '16: Series expansions

2016-03-15 Thread Joseph Obiajulu
Hello All, My name is Joseph Obiajulu and I'm a junior studying mathematics and computer science at Princeton University. I was looking through the project ideas for potential GSoC projects on the Sage page, and I came across a project idea concerning "Series expansions." I have experience

Re: [sympy] Re: GSOC 2016 sympy-live-and-sympy-gamma-on-google-app-engine

2016-03-15 Thread mvnnn
@Aaron Meurer Can you describe more about which type of improvement i need to do in plots. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-15 Thread SAMPAD SAHA
Jason, Do we expect `simplify` ( a method under SingularityFunction class) to give output like this: In [ ] : F = singularityFunc(x, 0, 1) + singularityFunc(x, 3, 2) In [ ] : F 2 Out [ ] : + In [ ] : simplify(F) Out [ ] : 0 for x < 0

Re: [sympy] SymPy Live and SymPy Gamma | GSoC'16

2016-03-15 Thread Aaron Meurer
Using latex2sympy will be fine. In general, you can and should use whatever external things you need to make SymPy Gamma work, although restricting to things that are BSD open source would be the best. Aaron Meurer On Tue, Mar 15, 2016 at 6:04 AM, Ashutosh Saboo

Re: [symengine] Re: [sympy] Re: GSOC 2016: Classical Mechanics: Efficient Equation of Motion Generation with C++

2016-03-15 Thread Isuru Fernando
Hi, You have to figure out which methods from sympy core and matrices are called and check if SymEngine has implemented those. If not, then you can start implementing them in SymEngine. Isuru Fernando On Fri, Mar 11, 2016 at 4:18 PM, Aravind Reddy wrote: > Sir, I

[sympy] Gsoc Idea 2016 Series Expansion

2016-03-15 Thread Abhishek Verma
Hello everyone , I am abhishek Verma and series expansion will be idea for gsoc 2016. What is my present status 1. I have read the book On Computing Limits in a Symbolic Manipulation System by gruntz. and have probably understood code of gruntz.py and limits.py 2.I have read Power Series in

[sympy] Re: GSoc'16 Solver and Solveset

2016-03-15 Thread Shekhar Prasad Rajak
Hello, Student application for GSoc 2016 is already started.Because of the very tight schedule of the present and next week, I am trying to complete my proposal as soon as possible. So I have shared the draft of my application named `GSoc 2016 Application Shekhar Prasad Rajak: Solvers-

Re: [sympy] SymPy Live and SymPy Gamma | GSoC'16

2016-03-15 Thread Ashutosh Saboo
Hello, So, https://groups.google.com/d/msg/sympy/me0oxyjj1uw/9ZA7RsWkBQAJ - states that finally latex2sympy has MIT License, so is it fine if we use this directly for converting LaTeX to SymPy in SymPy Gamma as a part of the GSoC Project? Or will it be discouraged to use 'latex2sympy' ?

[sympy] Re: SymPy Paper

2016-03-15 Thread Ashutosh Saboo
Hi, I am interested in working for this. But actually, Aaron Sir, could you list the details that need to be provided in the paper with the relevant topics as well? So, that it'll be easier for us to work on those writing about those topics as well. Thanks! :) Ashutosh Saboo On Tuesday, 15

[sympy] Re: Mathpix - using sympy and deep learning to solve math from pictures of handwriting

2016-03-15 Thread Francesco Bonazzi
Hi Nicolas, are there any chance that you adapt your algorithm to extract formulae from PDF in a desktop computer? I'm currently aware of InftyReader , but it's extremely expensive, supports Windows only, and doesn't copy the formulae directly to

[sympy] Re: SymPy Paper

2016-03-15 Thread Francesco Bonazzi
I am also interested. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscr...@googlegroups.com. To post to this group, send email to sympy@googlegroups.com.

[sympy] Re: Regarding Code Generation with Sympy

2016-03-15 Thread Tanu Hari Dixit
Aaron, Thank you for the reply. Tanu Hari Dixit. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscr...@googlegroups.com. To post to this group, send

[sympy] Re: SymPy Paper

2016-03-15 Thread Shivam Vats
I am interested. Will we be focussing on practical applications of SymPy or its modules? For example, ring series tuned out to be a successful experiment and others may be interested in the idea. On Tuesday, 15 March 2016 02:39:59 UTC+5:30, Aaron Meurer wrote: > > Now that we have SymPy 1.0, it

Re: [sympy] Re: GSoC idea for a project: holonomic functions

2016-03-15 Thread Subham Tibra
Hi Ondrej, Regarding the conversion of holonomic to hypergeometric, approaches I have in mind: 1. If the ratio of terms can be found out directly using the recurrence relation then one can get the hypergeometric representation 2. Getting a closed form of the recurrence and thus