[sympy] Ipython notebook integration

2015-01-27 Thread Sahil Shekhawat
Inspiration is this question and this PR (this is a kind of hack and should not be merged) I want to implement ipython notebo

Re: [sympy] Substitution into a derivative

2015-01-27 Thread Aaron Meurer
Use expression.doit(). simplify() ought to be doing this as well ( https://github.com/sympy/sympy/pull/2936 and https://github.com/sympy/sympy/issues/6399). Aaron Meurer On Mon, Jan 26, 2015 at 10:58 PM, almog yalin wrote: > I'm trying apply the following substitution a(x) = c * b(x) into a'(x)

Re: [sympy] Substitution into a derivative

2015-01-27 Thread almog yalin
That's exactly what I needed. Thanks! On Tue, Jan 27, 2015 at 7:14 PM, Aaron Meurer wrote: > Use expression.doit(). simplify() ought to be doing this as well ( > https://github.com/sympy/sympy/pull/2936 and > https://github.com/sympy/sympy/issues/6399). > > Aaron Meurer > > On Mon, Jan 26, 2015

Re: [sympy] Ipython notebook integration

2015-01-27 Thread Aaron Meurer
I'm a little unclear on what you are suggesting to do here. Can you give a simple example of what it would look like? Aaron Meurer On Tue, Jan 27, 2015 at 6:27 AM, Sahil Shekhawat wrote: > Inspiration is this question >

Re: [sympy] Ipython notebook integration

2015-01-27 Thread Sahil Shekhawat
I want to implement a backend which will convert the result in ipython's notebook's format. We can convert python into the ipython notebook as this and we have a code generation backend from which we can

[sympy] Getting started with sympy

2015-01-27 Thread Satyam Zode
Hello everyone ! I am Satyam Zode , I am third year student and pursuing B.E degree major in Computer engineering from Pune Institute of Computer Technology , Pune (University of Pune ) India . My area of interest is mainly mathematics . I have a good programming skills in python scripting, C a

Re: [sympy] Getting started with sympy

2015-01-27 Thread Jason Moore
Satyam, Check out this document to get started: https://github.com/sympy/sympy/wiki/introduction-to-contributing Jason moorepants.info +01 530-601-9791 On Tue, Jan 27, 2015 at 6:44 PM, Satyam Zode wrote: > Hello everyone ! > > I am Satyam Zode , I am third year student and pursuing B.E degree

Re: [sympy] Re: Some Lie-Algebra Routines

2015-01-27 Thread Aaron Meurer
On Wed, Jan 21, 2015 at 2:03 PM, Francesco Bonazzi wrote: > > > On Wednesday, January 21, 2015 at 8:12:31 PM UTC+1, danle...@gmail.com > wrote: >> >> Hi Francesco, >> >> I'm sorry for my long latency time. >> >> Concerning a Lie algebra defined by the structure constants: keep in mind >>> this is