[sage-support] Re: plot the solution obtained from desolve_system

2013-07-10 Thread kcrisman
I've opened http://trac.sagemath.org/sage_trac/ticket/14877 for the potential confusion of having the "wrong number of initial conditions". -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails

[sage-support] Re: plot the solution obtained from desolve_system

2013-07-10 Thread kcrisman
On Wednesday, July 10, 2013 4:26:02 PM UTC-4, Flavio Coelho wrote: > > Hi, > > I am trying to plot the solutions the following system of ODEs > > var('t') > A = function('A',t) > B = function('B',t) > de1 = diff(A,t) == -k1*A+k2*B > de2 = diff(B,t) == k1*A-k2*B > We're missing some info here. I