[sage-support] Re: scipy+sympy=?

2010-03-27 Thread dabu
Hi, On Mar 27, 12:41 pm, Jason Grout wrote: > On 03/26/2010 11:40 PM, dabu wrote: > > > > > Hi, > > > On Mar 26, 10:00 pm, Minh Nguyen  wrote: > >> Hi, > > >> On Sat, Mar 27, 2010 at 3:47 AM, dabu  wrote: > > >> > > >

[sage-support] Re: scipy+sympy=?

2010-03-26 Thread dabu
Hi, On Mar 26, 10:00 pm, Minh Nguyen wrote: > Hi, > > On Sat, Mar 27, 2010 at 3:47 AM, dabu wrote: > > > > > It would be somehow more helpful if important sage components like > > simpy and scipy are compatible by default and one does not have to > > play

[sage-support] Re: scipy+sympy=?

2010-03-26 Thread dabu
lve the problem. > > Cheers, > Tobi > > On Fri, 26 Mar 2010 00:19:01 -0700 (PDT) > > dabu wrote: > > In sage if we use, > > > from sympy import * > > f=Function("f") > > x=Symbol('x') > > eqn=diff(f(x),x) > > &g

[sage-support] scipy+sympy=?

2010-03-26 Thread dabu
In sage if we use, from sympy import * f=Function("f") x=Symbol('x') eqn=diff(f(x),x) things work fine. However same thing with : from sympy import * from scipy import * f=Function("f") x=Symbol('x') eqn=diff(f(x),x) gives following stack trace: Traceback (most recent call last): File "",

[sage-support] Re: ndsolve??

2010-03-25 Thread dabu
Hi, Many thanks. I will try to have a look. best, Pallab On Mar 25, 1:05 pm, Jason Grout wrote: > On 03/25/2010 10:25 AM, dabu wrote: > > > > > Hi, > > > I am new in sage. I was wondering about Sage's capability to solve > > odes numerically. > > >

[sage-support] ndsolve??

2010-03-25 Thread dabu
Hi, I am new in sage. I was wondering about Sage's capability to solve odes numerically. I was expecting to find something which is like ndsolve of Mathematica. For example it should not only as for the first order equations, nor that one has to supply jacobians manually. It should also tackle bo