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

2016-03-10 Thread Joseph Morgan
Hi, I am Jaseph Morgan and I will be applying for GSoC 2016. I am interested in implementing "sympy-live-and-sympy-gamma-on-google-app-engine". what is status of this project ? howmuch work already done in this project ? -- You received this message because you are subscribed to the Google

[sympy] Gsoc using bessel function to solve ode

2016-03-10 Thread Surya Narayan
Hello, I am Surya Narayan. I want to work on Solving Differential Equations in Terms of Bessel Functions.Does this project has a willing menor Can you help me get started. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group

[sympy] gsoc implementation of besse funcion

2016-03-10 Thread Surya Narayan
Hello, I am Surya Narayan. I want to work on Solving Differential Equations in Terms of Bessel Functions Can you help me get started. -- 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,

[sympy] Re: GSoc'16 Solver and Solveset

2016-03-10 Thread Shekhar Prasad Rajak
we can't solve these using solveset ? solve_for_functions_derivatives https://github.com/sympy/sympy/blob/master/sympy/solvers/tests/test_solvers.py#L435 How to solve ordinary differential equations, partial differential equations using solveset ? I haven't found any testcase for that and not

Re: [sympy] simpify, lambify tutorail errors

2016-03-10 Thread Jason Moore
SymPy live doesn't support all functionality of SymPy due to various technical reasons. I recommend using SymPy locally or with something like SageMathCloud. Jason Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 5:54 PM, dzericak wrote: > Hopping to learn

[sympy] REGARDING GSOC 2016

2016-03-10 Thread parthparashar1647
Hi i am Parth Parashar and i am applying for GSOC2016 .I am interested in working for improving the python wrappers. I have been working on sage as well sympy and i have been understanding their functioning. please help me getting started so that i can contribute in the organization. -- You

[sympy] simpify, lambify tutorail errors

2016-03-10 Thread dzericak
Hopping to learn SymPy using the tutorial online but keep getting errors on SymPy Live shell when going trough simpify and lambify examples on this page. http://docs.sympy.org/latest/tutorial/basic_operations.html What goes wrong? Hope someone can clarify. -- You received this message

[sympy] GSoC 16: Ordinary Differential Equations

2016-03-10 Thread Imran Manzoor
Greetings, I am a GSoC aspirant and am interested in this particular idea and was wondering if there are any preliminary tasks I could work on. Yours, Imran -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop

Re: [sympy] GSoC 2016 idea

2016-03-10 Thread Jason Moore
Jason, Here is your starting point: https://github.com/sympy/sympy/wiki/GSoC-2016-Student-Instructions Let us know if you have any questions. Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 3:26 PM, Jason Chan wrote: > Hi, > > I am Jason and I will be

[sympy] GSoC 2016 idea

2016-03-10 Thread Jason Chan
Hi, I am Jason and I will be applying for GSoC 2016. I am interested in implementing bond graph object model into synpy and pydy. Jason -- 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,

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

2016-03-10 Thread mvnnn
> > > my ideas related to this project. > > 1) natural language queries > > ex."limit (1/x) when x goes to zero" in this case we need to output :: > "Did > > you mean: limit(1/x, x, 0)?" like this. > > It's something we would like to have. The question is how to implement > it. You could

Re: [sympy] related to gsoc project on coordinate systems

2016-03-10 Thread Aaron Meurer
I believe there have been other discussions on coordinate systems on this mailing list already. You should search for those and see if the information you need is there. Aaron Meurer On Thu, Mar 10, 2016 at 5:13 AM, wrote: > want to discuss the project on

[sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-10 Thread Aman Deep
I was able to use mathquill inside jupyter notebook using html & javascript. Here is the code. http://nbviewer.jupyter.org/gist/hiamandeep/52ccdce87c40fb021048 So, If I skip the latex part then what should be my approach to convert text in input area to sympy expression? Thanks. On Friday,

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

2016-03-10 Thread Jason Moore
See below. Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 7:16 AM, Ashutosh Saboo wrote: > Hello everyone. > > I am Ashutosh Saboo, a undergrad student from BITS Pilani, Goa Campus, > currently pursuing M.Sc(Hons.) Maths + B.Tech Computer Science. >

Re: [sympy] Re: GSOC 2016: Assumptions

2016-03-10 Thread Aaron Meurer
On Wed, Mar 9, 2016 at 12:56 PM, Anish Shah wrote: > Hi Aaron and Sudhanshu, > > > Past few days I have been reading the source code related to refine, logic, > sat handlers and all the pull requests (2508). > In issue 9714, you said that currently `to_cnf` uses a very

Re: [sympy] Re: Regarding Code Generation with Sympy

2016-03-10 Thread Aaron Meurer
Some of those optimizations are special cases of cse() (see also https://github.com/sympy/sympy/issues/10228). Regarding compilers, two things of note: first, compilers are generally very conservative unless you use --ffast-math. Second, sometimes code generated expressions are so large that you

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

2016-03-10 Thread Aaron Meurer
On Wed, Mar 9, 2016 at 4:04 PM, mvnnn wrote: > my ideas related to this project. > 1) natural language queries > ex."limit (1/x) when x goes to zero" in this case we need to output :: "Did > you mean: limit(1/x, x, 0)?" like this. It's something we would like to have. The

[sympy] Re: GSOC 2016: Assumptions

2016-03-10 Thread Anish Shah
ping -- 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. Visit this group

[sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-10 Thread Francesco Bonazzi
On Thursday, 10 March 2016 20:05:35 UTC+1, Aman Deep wrote: > > Here is something I have thought about the widget. > > 1. user will input the expression using mathquill > 2. and mathquill will generate the corresponding latex expression. > 3. latex expression should be then converted to sympy

Re: [sympy] Re: GSoC 2016: Group Theory

2016-03-10 Thread Gaurav Dhingra
Hey Ashutosh, i have added you to the gitter channel. This is the link https://gitter.im/gxyd/group_theory_implementation .x` On Thursday 10 March 2016 10:50 PM, Ashutosh Saboo wrote: Hi Gaurav, Please add me to the Group Theory Implementation - Gitter Channel. Thanks! :) On Tuesday, 8

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

2016-03-10 Thread Sudhanshu Mishra
Hi, I would suggest you to spend some time with both applications and figure out what's wrong with them and how they can be improved apart from the things mentioned on the ideas page. Regarding which application to choose, if at all, depends on how much you want to work on a particular app. It's

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

2016-03-10 Thread Ashutosh Saboo
It would be great if someone could clear me on my queries. Maybe, Mr. Meurer, Mr. Moore could you help me out on this? On Thursday, 10 March 2016 20:46:24 UTC+5:30, Ashutosh Saboo wrote: > > Hello everyone. > > I am Ashutosh Saboo, a undergrad student from BITS Pilani, Goa Campus, > currently

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

2016-03-10 Thread Aaron Meurer
For what it's worth, there are, in my opinion, better ways of hosting something like SymPy Live and SymPy Gamma than the App Engine. So if you are interested in a project like this, don't be afraid to look into and suggest alternatives. See for instance tmpnb.org. Aaron Meurer On Thu, Mar 10,

Re: [sympy] Re: How do you replace a function argument with a float?

2016-03-10 Thread Jason Moore
Thanks for explaining this. I'll try to look into pushing a fix for this. Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 11:12 AM, Aaron Meurer wrote: > That is the issue here. The problem is that undefined functions do > evalf name lookups. For example > >

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

2016-03-10 Thread mvnnn
> I don't see why plot() in SymPy Live couldn't produce the same kind of > plot as SymPy Gamma. > currently, sympy Live able to ascii-plot python-ascii-plots-in-terminal .in Sympy gamma Back end for svgFig, so that

Re: [sympy] Re: How do you replace a function argument with a float?

2016-03-10 Thread Aaron Meurer
That is the issue here. The problem is that undefined functions do evalf name lookups. For example In [9]: Function("sin")(1.0) Out[9]: 0.841470984807897 We should change it so that only direct subclasses of Function do this, not UndefinedFunctions. In the mean time, Jason, a workaround would

Re: [sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-10 Thread Jason Moore
If the software requires ANTLR4, then installing ANTLR3 is likely the issue. You need to figure out how to install ANTLR4. Maybe ask on their mailing list. Jason moorepants.info +01 530-601-9791 On Thu, Mar 10, 2016 at 11:05 AM, Aman Deep wrote: > Hi, Developers, > >

[sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-10 Thread Aman Deep
Hi, Developers, Thanks Francesco, for introducing me to 'mathquill' :) I found it very useful. I have been looking for something like this. I really liked the user friendly formatted input that it takes. Here is something I have thought about the widget. 1. user will input the expression

Re: [sympy] Re: How do you replace a function argument with a float?

2016-03-10 Thread Isuru Fernando
It is looking for mpmath's phi. See https://github.com/sympy/sympy/blob/master/sympy/core/function.py#L458 Isuru Fernando On Fri, Mar 11, 2016 at 12:33 AM, Aaron Meurer wrote: > Oh maybe it's just looking up the mpmath function named phi. We do have > > In [7]: import

Re: [sympy] Re: How do you replace a function argument with a float?

2016-03-10 Thread Sartaj Singh
Also type(phi) gives sympy.core.function.UndefinedFunction. This is confusing. On 11 March 2016 at 00:31, Aaron Meurer wrote: > Since this seems to break only when the function name is "phi", this > looks like an instance of https://github.com/sympy/sympy/issues/6938. > But

Re: [sympy] Re: How do you replace a function argument with a float?

2016-03-10 Thread Aaron Meurer
Oh maybe it's just looking up the mpmath function named phi. We do have In [7]: import mpmath In [8]: mpmath.phi Out[8]: Aaron Meurer On Thu, Mar 10, 2016 at 2:01 PM, Aaron Meurer wrote: > Since this seems to break only when the function name is "phi", this > looks like

Re: [sympy] Re: How do you replace a function argument with a float?

2016-03-10 Thread Aaron Meurer
Since this seems to break only when the function name is "phi", this looks like an instance of https://github.com/sympy/sympy/issues/6938. But I'm not quite sure what other SymPy function is named "phi". I didn't find any in a quick grep. Aaron Meurer On Thu, Mar 10, 2016 at 1:54 PM, Sartaj

[sympy] [GSoC '16] Series Expansion

2016-03-10 Thread Praveen Agrawal
Hi I wanted to participate in GSoC this year and found sympy apt as per my skills as I have sufficient past experience with python. I have been studying the sympy documentation and the series related source codes from the past few days so as to make myself a little comfortable with sympy. I

[sympy] [GSoC '16] Series Expansion

2016-03-10 Thread Praveen Agrawal
Hi I wanted to participate in GSoC this year and found SymPy to be suited to my skills. I have been studying the sympy documentation and the series expansion source codes from the past few days in order to make myself comfortable with sympy. Could you the exact status of this project topic

[sympy] How do you replace a function argument with a float?

2016-03-10 Thread Jason Moore
I don't understand this behavior: Python 3.5.1 |Continuum Analytics, Inc.| (default, Dec 7 2015, 11:16:01) Type "copyright", "credits" or "license" for more information. IPython 4.1.2 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref ->

Re: [sympy] GSOC 16 : implementation-of-vector-integration

2016-03-10 Thread parthparashar1647
can you direct so that i can help i want to contribute On Wednesday, March 2, 2016 at 10:22:44 PM UTC+5:30, Jason Moore wrote: > > This work has been started: > > https://github.com/sympy/sympy/pull/9937 > I'd recommend helping finish that PR. > > > Jason > moorepants.info > +01 530-601-9791 > >

[sympy] Re: GSoC 2016: Group Theory

2016-03-10 Thread Ashutosh Saboo
Hi Gaurav, Please add me to the Group Theory Implementation - Gitter Channel. Thanks! :) On Tuesday, 8 March 2016 22:04:49 UTC+5:30, Gaurav Dhingra wrote: > > I went through the manual way of finding the order of an FpGroup using the > Todd Coxeter Algorithm. I could not see as what to refer

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

2016-03-10 Thread mvnnn
6 ) Sympy Live is very different from Sympy gamma and wolframalpha. we need to plot python ASCII plots in terminal. i need to write the backend for ascii plots ? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop

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

2016-03-10 Thread Ashutosh Saboo
Hello everyone. I am Ashutosh Saboo, a undergrad student from BITS Pilani, Goa Campus, currently pursuing M.Sc(Hons.) Maths + B.Tech Computer Science. I have been contributing to SymPy since some time now, and several of my PR's have also got merged, and some of them are also under review

Re: [sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-10 Thread Ashutosh Saboo
Hi. I have been looking to work on this since some time now. I did some googling to find the best possible alternatives. For entering math equations input like the Wolfram Alpha equation input, I managed to find these free, open source alternatives-: 1. Stack Edit - https://stackedit.io/ -

[sympy] related to gsoc project on coordinate systems

2016-03-10 Thread parthparashar1647
want to discuss the project on coordinate system but no potential mentor alloted to it how can i contact the potential mentor because i am good with coordinate systems and really interested in that project -- You received this message because you are subscribed to the Google Groups "sympy"

[sympy] GSOC ode Bessel equation

2016-03-10 Thread Surya Narayan
Hello, I am Surya Narayan. I want to implement the Bessel's equation for solving the n th order differential equations. Presently the dsolve gives the series solution of the differential equation . Can you guide me for the project. -- You received this message because you are subscribed to

[sympy] Gsoc 2016 : Proposal to build assumption keys for SymEngine

2016-03-10 Thread Kush Singh
hello, I am keen to work on porting assumptions module . As of now i understand there is not much support available for the module , but it being an important functionality of SymPy ,i feel there needs to be a beginning to things . An important function of the assumptions module is ask(

[sympy] Re: Regarding Code Generation with Sympy

2016-03-10 Thread Tanu Hari Dixit
Bjorn, Thanks for the reply. > I would be inclined to think that a lot has happened to the optimizers in > compilers since 2007, one would need to replicate some of the experiments > on modern hardware/compilers. > As you say, testing this will be crucial. SymPy would need access to some

Re: [sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-10 Thread Francesco Bonazzi
I had some googling around. This one looks interesting: http://mathquill.com/ Their source code is on github: https://github.com/mathquill/mathquill They use the Mozilla Public License. What could be done: - integrate it in an IPython widget. - figure out a way to convert the

Re: [sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-10 Thread Francesco Bonazzi
On Thursday, 10 March 2016 00:20:14 UTC+1, Jason Moore wrote: > > I think that creating a formula input widget for Jupyter would be a solid > project to work on for GSoC. That would open up a lot of possibilities. > > I'd suggest to get in touch with the MathJax community and ask them

Re: [sympy] GSoC 16: Improve the plotting module

2016-03-10 Thread Prachi Agrawal
On Sunday, March 6, 2016 at 2:29:55 AM UTC+5:30, Jason Moore wrote: > > Prachi, > > Here are all the plotting issues: > https://github.com/sympy/sympy/issues?q=is%3Aopen+is%3Aissue+label%3Aplotting > > See if any interest you and you can try to fix one or more. > > > Jason > moorepants.info >