Re: [sympy] GSoC Midterm Results

2012-07-14 Thread Sai Nikhil
congrats to all, again :) -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group

Re: [sympy] online CAS based on sympy.

2012-06-05 Thread Sai Nikhil
I was able to open their page today and their online user interface looks just similar to that of Mathematica ... On 5 June 2012 13:54, krastanov.ste...@gmail.com wrote: > Their github page https://github.com/poeschko/mathics > > On 5 June 2012 10:19, krastanov.ste...@gmail.com > wrote: > > Hmm

Re: [sympy] GSoC Students Announced

2012-04-23 Thread Sai Nikhil
congrats, to the one's who got selected for GSOC - 2012 under sympy. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegro

Re: [sympy] Re: Formal Power Series Implementation in sympy

2012-04-21 Thread Sai Nikhil
excuse me! can you please ask me, which part I was not clear at. RE in the explanation stands for Recurrence Equation. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To uns

[sympy] is_bounded attribute

2012-04-05 Thread Sai Nikhil
**16).is_bounded returns true . also, (x**16).is_bounded returns nothing . c = not (1/(x**16+1)).is_bounded returns true . also, (1/(x**16+1)).is_bounded returns nothing . *-thanks,* *Sai Nikhil .T <http://www.tsndiffopera.in>* * * * * * * *1* -- You received this message b

Re: [sympy] Re: function to get 'power' of an expression wrt other

2012-04-02 Thread Sai Nikhil
I see . -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups

Re: [sympy] Re: function to get 'power' of an expression wrt other

2012-04-02 Thread Sai Nikhil
firstly one has to know under which category the function comes, in sympy eg. e=1/log(x)**2 the command, e.func gives sympy.core.power.Pow and so, its the core module one has to target at. I went there and opened power.py and searched through the class Pow, to get the attribute exp. therefore, th

[sympy] Re: function to get 'power' of an expression wrt other

2012-04-02 Thread Sai Nikhil
hello, sorry for asking this easy thing. anyways, I was able to find the answer myself. *-thanks,* *Sai Nikhil.T* <http://www.tsndiffopera.in> * * * * *1* On 2 April 2012 20:26, Sai Nikhil wrote: > Hello, > > I wanted to know if there is already, a func

[sympy] function to get 'power' of an expression wrt other

2012-04-02 Thread Sai Nikhil
Hello, I wanted to know if there is already, a function written in sympy to find the power of an expression wrt to another, just like in the following case: 1/f(x)**2 wrt to f(x), it should return the value ' -2 ' . and in the following case : 1/(f(x)*g(x)

[sympy] [GSOC 2012] Order term Arithmetic

2012-03-21 Thread Sai Nikhil
Order term Arithmetic in sympy . I want to improve the Order term Arithmetic (around a point that is not '0') ... can you please give me the references for completing this ... *-thanks,* *Sai Nikhil .T <http://www.tsndiffopera.in>* * * *1* -- You received this message b

[sympy] [GSOC 2012] Matrix Algebra

2012-03-17 Thread Sai Nikhil
Hi, Intro: Sai Nikhil, 3rd year Graduate Student. Has enough experience with python programming . I am following up from various topics list on Sympy-GSoC 2012 ideas page. I found Series, Matrices, Functions modules specifically interesting. I wanted to know which algorithm has been implemented

Re: [sympy] GSoC Acceptance

2012-03-16 Thread Sai Nikhil
Congrats to Sympy. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at ht

Re: [sympy] Terms in series expansion

2012-03-14 Thread Sai Nikhil
parameter 'n' was written to imply last exponent of 'x' in the expansion, I guess but, in second case, exp(x**2) = exp(v), where v = x**2 and so, exp(v) is calculated till, v**9 and substituting, v=x**2, we are getting the above result. this is obviously supposed to be an issue, and if Mr.Aaron p

[sympy] Sai Nikhil wants to chat

2012-03-10 Thread Sai Nikhil
--- Sai Nikhil wants to stay in touch better using some of Google's great new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-fc4ef710d3-c3e1db7437-sVNg42J-yZSDMloTuEmq3G7EBNw You&#x

Re: [sympy] (sympy) GSOC: completed ideas ...

2012-03-09 Thread Sai Nikhil
so, according to your advice, we are supposed to debug issues and push them @github, right ? *-thanks,* *Sai Nikhil.T * *1* -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@google

[sympy] (sympy) GSOC: completed ideas ...

2012-03-09 Thread Sai Nikhil
though I'm subscribed to this list from many days, I couldn't find someone completing many of the imp. ideas of GSOC 2012 or part of those ... please reply if you already completed or started on working on some ideas ... *-thanks,* *Sai Nikhil.T * * * *1* -- You rec