Fwd: [sympy] GSoC 2016: Singularity Functions

2016-03-14 Thread SAMPAD SAHA
-- Forwarded message -- From: *SAMPAD SAHA* Date: Monday, March 14, 2016 Subject: [sympy] GSoC 2016: Singularity Functions To: sympy@googlegroups.com Hi Jason, I have a confusion regarding the user inputs for the beam problems. I think that we should take only the Bending Momen

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

2016-03-14 Thread Francesco Bonazzi
Maybe you could ask for help on the IPython/Jupyter conversation. On Sunday, 13 March 2016 03:02:15 UTC+1, Aman Deep wrote: > > Hi Developers, > > After doing a lot of online research, *I was finally able to make a > widget of MathQuill input expression box for Jupyter notebook!!* > > Ipython wid

[sympy] Re: simplify works on expression but not on its negative

2016-03-14 Thread Francesco Bonazzi
A related issue: In [6]: m = Matrix([[0, theta], [-theta, 0]]) In [7]: exp(m) Out[7]: [ I*theta-I*theta I*theta -I*theta] [ e e I*e I*e] [ + -- -- + ---] [ 2 2 2

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

2016-03-14 Thread mvnnn
My first choice is "spacy". spacy is better then all other python NLP. But Spacy is new NLP and It have not good support online. -- 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

[sympy] Algorithm description in GSoC proposal

2016-03-14 Thread Gaurav Dhingra
Hi everyone, I will be submitting the Group Theory proposal, but i belive my question is valid to any Mathematics Project involving "Algorithm" coding part. I am skeptical about what part of algorithms like Todd Coxeter (a very useful algorithm in Group Theory) and Knuth Bendix Completion shoul

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

2016-03-14 Thread Ashutosh Saboo
Hello, So, in the Project Idea corresponding to SymPy Live and SymPy Gamma, like, Wolfram Alpha recently launched a recent update of saving search queries for it's paid users. How about if we also go about creating a user registration/login interface which provides several features like saving

Re: [sympy] Adding is_empty property

2016-03-14 Thread Aaron Meurer
Most matrix properties can be extended to empty matrices. You have to check the definitions carefully with vacuous truth in mind to see what they should be, though. On Tue, Mar 8, 2016 at 9:16 AM, Aravind Reddy wrote: > Sir, > > I found from issue 10701 that using is_nilpotent() function for chec

Re: [sympy] Re: simplify works on expression but not on its negative

2016-03-14 Thread Aaron Meurer
Definitely a bug. A workaround is to use (-I/2*exp(I*theta) + I/2*exp(-I*theta)).rewrite(sin), which will force the exponentials to be rewritten in terms of sin and cos. Aaron Meurer On Mon, Mar 14, 2016 at 4:10 AM, Francesco Bonazzi wrote: > A related issue: > > In [6]: m = Matrix([[0, theta],

Re: [sympy] GSOC - Natural Input Parser

2016-03-14 Thread Aaron Meurer
External dependencies are fine for SymPy Gamma, especially if it's something like an NLP framework, which we wouldn't want to rewrite ourselves. Aaron Meurer On Sun, Mar 13, 2016 at 9:45 PM, Jerry Li wrote: > Hi, > > I'm beginning to work on a proposal for this project, and I just had a > questi

[sympy] Re: Adding is_empty property

2016-03-14 Thread Aravind
Thanks sir for you valuable input. I have closed the issue with addition of the property is_empty() as Moore pointed that it will be redundant. And now I agree on the point to return true for the nil potent matrix though it doesn't have an eigen value

Re: [sympy] Re: Adding is_empty property

2016-03-14 Thread Aaron Meurer
Oh yeah, I forgot that "if A" will also be the same as "if A.is_empty". So it's not needed. Aaron Meurer On Mon, Mar 14, 2016 at 2:15 PM, Aravind wrote: > Thanks sir for you valuable input. I have closed the issue with addition of > the property is_empty() as Moore pointed that it will be redund

Re: [sympy] Re: Adding is_empty property

2016-03-14 Thread Aaron Meurer
Or rather, "if not A.is_empty" Aaron Meurer On Mon, Mar 14, 2016 at 3:03 PM, Aaron Meurer wrote: > Oh yeah, I forgot that "if A" will also be the same as "if > A.is_empty". So it's not needed. > > Aaron Meurer > > On Mon, Mar 14, 2016 at 2:15 PM, Aravind wrote: >> Thanks sir for you valuable in

[sympy] GSoC Student applications are open

2016-03-14 Thread Aaron Meurer
Students, you can now submit your applications for GSoC on Google's website (https://summerofcode.withgoogle.com/). The application period ends on March 25 (I couldn't find a time of day, if anyone knows the exact deadline, please let us know). Google has historically been very strict about the dea

Re: [sympy] GSoC Student applications are open

2016-03-14 Thread SAMPAD SAHA
Thanks Aaron I have registered for GSoC 2016 at the given program site. There it is showing the due date is March 26, 2016 at 00:30 (IST). --- Regards, Sampad Regards Sampad Kumar Saha Mathematics and Computing I.I.T. Kharagpur On Tue, Mar 15, 2016 at 12:43 AM, Aaron Meurer

Re: [sympy] GSoC Student applications are open

2016-03-14 Thread Harsh Gupta
You need to be more cautious this year because the website is new and I'm not sure if has been stress tested. I've heard in past melange crashed due to huge traffic. On 15 March 2016 at 00:56, SAMPAD SAHA wrote: > Thanks Aaron > > > I have registered for GSoC 2016 at the given program site. > Th

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

2016-03-14 Thread Ondřej Čertík
Hi Nico, On Sat, Mar 12, 2016 at 7:46 PM, Nicolas Jimenez wrote: > Hi all, > > I am the lead developer for Mathpix (http://mathpix.com/). We have > developed the word's first app that can solve math by simply taking pictures > of your handwriting. We use Sympy and SympyGamma as part of our stac

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

2016-03-14 Thread Aaron Meurer
There are two types of MathML, Presentation MathML and Content MathML. Presentation MathML is a markup for formatting expressions, similar to LaTeX. Content MathML has some knowledge of the mathematical expressions they represent. Content MathML is easier to parse to SymPy because it represents an

[sympy] SymPy Paper

2016-03-14 Thread Aaron Meurer
Now that we have SymPy 1.0, it is time to write a paper for SymPy (along the lines of these https://www.scipy.org/citing.html). If you are interested in being a co-author for this, please let me know by the end of the week. Aaron Meurer -- You received this message because you are subscribed to

Re: [sympy] SymPy Paper

2016-03-14 Thread Ondřej Čertík
On Mon, Mar 14, 2016 at 3:09 PM, Aaron Meurer wrote: > Now that we have SymPy 1.0, it is time to write a paper for SymPy > (along the lines of these https://www.scipy.org/citing.html). If you > are interested in being a co-author for this, please let me know by > the end of the week. I am interes

Re: [sympy] SymPy Paper

2016-03-14 Thread Sartaj Singh
On 15 March 2016 at 02:47, Ondřej Čertík wrote: > On Mon, Mar 14, 2016 at 3:09 PM, Aaron Meurer wrote: > > Now that we have SymPy 1.0, it is time to write a paper for SymPy > > (along the lines of these https://www.scipy.org/citing.html). If you > > are interested in being a co-author for this,

Re: [sympy] SymPy Paper

2016-03-14 Thread Aaron Meurer
https://github.com/asmeurer/sympy-paper. Aaron Meurer On Mon, Mar 14, 2016 at 5:17 PM, Ondřej Čertík wrote: > On Mon, Mar 14, 2016 at 3:09 PM, Aaron Meurer wrote: >> Now that we have SymPy 1.0, it is time to write a paper for SymPy >> (along the lines of these https://www.scipy.org/citing.html)

[sympy] current status of project

2016-03-14 Thread Prince Kumar
Can anyone please give a detailed information on the current status of project "*Classical Mechanics: Efficient Equation of Motion Generation with C++*" -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving

Re: [sympy] SymPy Paper

2016-03-14 Thread Anthony Scopatz
Me too, obviously :) On Mon, Mar 14, 2016 at 4:19 PM Aaron Meurer wrote: > https://github.com/asmeurer/sympy-paper. > > Aaron Meurer > > On Mon, Mar 14, 2016 at 5:17 PM, Ondřej Čertík > wrote: > > On Mon, Mar 14, 2016 at 3:09 PM, Aaron Meurer > wrote: > >> Now that we have SymPy 1.0, it is tim

[sympy] Re: current status of project

2016-03-14 Thread James Milam
Last I've heard mention of that project is in this message thread https://groups.google.com/forum/?fromgroups=#!topic/sympy/KFyfC4gQUSQ On Monday, March 14, 2016 at 5:21:01 PM UTC-4, Prince Kumar wrote: > > Can anyone please give a detailed information on the current status of > project "*Classi

[sympy] GSoC 2016: Multivariate polynomials and factorisation

2016-03-14 Thread Felipe Jacob
Hi, My name is Felipe Jacob and I'm on my last year of my Bsc in Mathematics at University College London. Next year I will be doing a masters in prime factorisation algorithms, focusing on sieving methods. I have experience with Commutative Algebra, Algebraic / Analytic Number Theory and some

Re: [sympy] GSoC 2016: Multivariate polynomials and factorisation

2016-03-14 Thread Aaron Meurer
You should start by cloning SymPy and playing around with it, and seeing what is and isn't already implemented. Aaron Meurer On Mon, Mar 14, 2016 at 6:56 PM, Felipe Jacob wrote: > Hi, > > My name is Felipe Jacob and I'm on my last year of my Bsc in Mathematics at > University College London. Nex

Re: [sympy] SymPy Paper

2016-03-14 Thread Harsh Gupta
I'm also interested. On 15-Mar-2016 3:21 am, "Anthony Scopatz" wrote: > Me too, obviously :) > > On Mon, Mar 14, 2016 at 4:19 PM Aaron Meurer wrote: > >> https://github.com/asmeurer/sympy-paper. >> >> Aaron Meurer >> >> On Mon, Mar 14, 2016 at 5:17 PM, Ondřej Čertík >> wrote: >> > On Mon, Mar 1

[sympy] Re: SymPy Paper

2016-03-14 Thread Fredrik Johansson
On Monday, March 14, 2016 at 10:09:59 PM UTC+1, Aaron Meurer wrote: > > Now that we have SymPy 1.0, it is time to write a paper for SymPy > (along the lines of these https://www.scipy.org/citing.html). If you > are interested in being a co-author for this, please let me know by > the end of the

[sympy] Re: SymPy Paper

2016-03-14 Thread AMiT Kumar
I am interested too. Amit Kumar -- 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@googleg

Re: [sympy] Re: SymPy Paper

2016-03-14 Thread Sumith 1896
I am in. I can help out with some sections. Sumith On Tue, Mar 15, 2016 at 8:41 AM Fredrik Johansson < fredrik.johans...@gmail.com> wrote: > On Monday, March 14, 2016 at 10:09:59 PM UTC+1, Aaron Meurer wrote: >> >> Now that we have SymPy 1.0, it is time to write a paper for SymPy >> (along the l

Re: [sympy] Re: SymPy Paper

2016-03-14 Thread Aaron Meurer
Is there a paper for mpmath that we can cite? Aaron Meurer On Mon, Mar 14, 2016 at 11:11 PM, Fredrik Johansson wrote: > On Monday, March 14, 2016 at 10:09:59 PM UTC+1, Aaron Meurer wrote: >> >> Now that we have SymPy 1.0, it is time to write a paper for SymPy >> (along the lines of these https:/

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

2016-03-14 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 computi