Re: [sympy] GSoC Organization Application

2015-02-10 Thread Aaron Meurer
Yeah, it would. The report isn't there because it doesn't exist. We never got around to writing one last year. I suppose we can still do it. Ondrej and I did start something at the mentor summit, but it wasn't finished. Aaron Meurer On Tue, Feb 10, 2015 at 4:32 PM, Tim Lahey wrote: > Is the GSoC

Re: [sympy] GSoC Organization Application

2015-02-10 Thread Tim Lahey
Is the GSoC 2014 report on the wiki anywhere? It should be of use for the 2015 application. Tim. On 9 Feb 2015, at 17:58, Aaron Meurer wrote: The GSoC organization application period has started. The application deadline is February 20. Action items: - If you are a prospective student, you d

Re: [sympy] Re: You received a tip for your commit

2015-02-10 Thread Ondřej Čertík
On Thu, Jan 8, 2015 at 11:54 AM, Ondřej Čertík wrote: > I found our project: http://prime4commit.com/projects/156, logged in > and disabled tipping. According to: > > http://prime4commit.com/faq > > "...each new commit generates an "Undecided" tip and the authors are > not notified." So that shoul

Re: [sympy] Re: IndexeFunction

2015-02-10 Thread Aaron Meurer
Yes, I think pretty much all uses of Indexed can be replaced with a multiargument function, but it helps to think about some things as an index rather than an argument of a function, so I'm in support of improving Indexed to work better. Aaron Meurer On Tue, Feb 10, 2015 at 11:32 AM, Kalevi Suomi

Re: [sympy] Project on groups: Getting started with the implementation

2015-02-10 Thread Saurabh Jha
Hi Adithya, I suggest try to think of some subset that you can implement quickly (say in a week) and open a pull request. Implementing it will give you more ideas and our communication will be an order of magnitude better. If you are looking for inspiration, you might start fixing EasyToFix issue

[sympy] Project on groups: Getting started with the implementation

2015-02-10 Thread Adithya Murali
Hi , I am Adithya Murali, an Math and Computer Science undergrad from BITS Hyderabad, India. I have good background in Mathematics, and I have done courses in Linear Algebra, Groups and Rings, Fields and Modules and I have done a project in Representation Theory (Linear Representations of Group

[sympy] Re: IndexeFunction

2015-02-10 Thread Kalevi Suominen
Technically an index is just another argument, though it often takes only a finite number of values. Would it be possible to use functions like f(i, x)? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving

Re: [sympy] IndexeFunction

2015-02-10 Thread Aaron Meurer
I think it would be useful. Aaron Meurer On Tue, Feb 10, 2015 at 6:43 AM, Guillaume Anciaux wrote: > Dear all, > > I am interested in doing a small thing (perhaps). > > I wish to have an 'indexed function' > > The purpose would be to have something like > ** > f = symbols('f', cls=In

Re: [sympy] Hello everyone

2015-02-10 Thread Saurabh Jha
Hi Johanan, Welcome. Please have a look at this document to get started. https://github.com/sympy/sympy/wiki/introduction-to-contributing Don't hesitate to ask for further clarification either on mailing list or at gitter. Thanks, Saurabh On Tue, Feb 10, 2015 at 7:46 PM, Johanan Wahlang wrote

[sympy] indexed function

2015-02-10 Thread Guillaume Anciaux
Hi everyone I would like some help on, I guess, a small thing I would like to make a Function that is also indexed. Is that possible ? the purpose is to be able to write things like ** F = IndexedFunction('F') i = Idx('i') diff(F[i](x),x) **

[sympy] Hello everyone

2015-02-10 Thread Johanan Wahlang
Hi, My name is Johanan Wahlang, currently a student at IISER-Kolkata. I have just recently started (about 3 months or so) using SymPy and would like to contribute. Which would be the ideal place to start contributing? Thanks -- You received this message because you are subscribed to the Go

[sympy] IndexeFunction

2015-02-10 Thread Guillaume Anciaux
Dear all, I am interested in doing a small thing (perhaps). I wish to have an 'indexed function' The purpose would be to have something like ** f = symbols('f', cls=IndexedFunction) i = Idx('i') print diff(f[i](x),x) ** I cannot compute derivatives if the dependency to x

[sympy] Re: Integration - Risch Algorithm

2015-02-10 Thread AMiT Kumar
I have sent you the book. Please do also have a look at the thread mentioned by Aaron, that would be useful for reading Manuel Bronstein. On Tuesday, February 10, 2015 at 6:43:02 PM UTC+5:30, Luv Agarwal wrote: > > Amit, thanks a lot :-). That would be great. > Email - agarwal.i...@gmail.com > >

[sympy] Re: Integration - Risch Algorithm

2015-02-10 Thread Luv Agarwal
Amit, thanks a lot :-). That would be great. Email - agarwal.i...@gmail.com On Tuesday, February 10, 2015 at 4:35:37 PM UTC+5:30, AMiT Kumar wrote: > > > > On Tuesday, February 10, 2015 at 3:52:23 AM UTC+5:30, Luv Agarwal wrote: >> >> Hello, >> >> can someone please tell me how should I go on unde

[sympy] Re: Integration - Risch Algorithm

2015-02-10 Thread AMiT Kumar
On Tuesday, February 10, 2015 at 3:52:23 AM UTC+5:30, Luv Agarwal wrote: > > Hello, > > can someone please tell me how should I go on understanding the current > Risch Algorithm implementation. The docs doesn't explain the algorithmic > details and also in the free version of Manuel Bronstein

Re: [sympy] Equivalence test

2015-02-10 Thread Joachim Durchholz
Am 09.02.2015 um 20:40 schrieb Ondřej Čertík: We can call it "zero_numerical" or something like that ("test_numerically", ...). Mathematica calls this PossibleZeroQ "stochastically_zero", maybe? To highlight that it's a probabilistic test, not a guaranteed-to-be-correct one. -- You received

Re: [sympy] can't load stats module into live shell

2015-02-10 Thread Juergen Aschenbrenner
How did I screw up this one ... Probably doing different things at the same time ?! Anyway thanks for pointing me to my error Cheers -- 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, s

Re: [sympy] How to check if two terms are equal but not identical

2015-02-10 Thread Peter
Yes I did so... Meanwhile, I think my main problem is that I've to call sympy from a PHP site. When I try it via the shell , it will work for me now ... If I'm right, the problem will arise with the following part of the code: transformations=(standard_transformations + ( implicit_multiplicati

Re: [sympy] How to check if two terms are equal but not identical

2015-02-10 Thread Christophe Bal
Hello. Have you tried to simplify exp_1 - exp_2 to see if it is equal to zero ? *Christophe BAL* *Enseignant de mathématiques en Lycée **et développeur Python amateur* *---* *French math teacher in a "Lycée" **and **Python **amateur developer* 2015-02-10 9:20 GMT+01:00 Peter : > Hi everybody,

[sympy] How to check if two terms are equal but not identical

2015-02-10 Thread Peter
Hi everybody, for my recent project I have to check using sympy if two terms are equal or identical. *Example*: - x+2=5 and x+5=8 - these two terms are equal (equivalent) but they are not identical - x+2=5 and x+2=5 - these are equal and identical *Question*: Is it possible to dif