12 Dec
2008
12 Dec
'08
12:49 a.m.
Does odeint not support the integration of complex valued ODEs? -gideon
12 Dec
12 Dec
7:10 a.m.
New subject: [SciPy-user] complex odes
On Thu, 11 Dec 2008 19:49:50 -0500 Gideon Simpson <simpson@math.toronto.edu> wrote:
Does odeint not support the integration of complex valued ODEs?
-gideon
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-user
ode supports zvode
from scipy.integrate.ode import zvode
Nils
9:27 a.m.
New subject: [SciPy-user] complex odes
Fri, 12 Dec 2008 08:10:13 +0100, Nils Wagner wrote: [clip]
ode supports zvode
from scipy.integrate.ode import zvode
Actually, the zvode class is not supposed to be used directly. Instead, see
from scipy.integrate import ode help(ode)
5808
Age (days ago)
5808
Last active (days ago)
2 comments
3 participants
participants (3)
-
Gideon Simpson
-
Nils Wagner
-
Pauli Virtanen