MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: System of ODE

  • To: mathgroup at smc.vnet.net
  • Subject: [mg41987] Re: System of ODE
  • From: "Bill Bertram" <wkb at ansto.gov.au>
  • Date: Mon, 16 Jun 2003 03:56:39 -0400 (EDT)
  • Organization: Australian Nuclear Science and Technology Organisation
  • References: <bc7op7$6cb$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Amedeo" <wallpeer at libero.it> wrote in message
news:bc7op7$6cb$1 at smc.vnet.net...
> Hello everyone....
> I want to solve a sytem of ordinary differential equation....the
coefficent
> of this system are Matrices....I try to find in help but I don't find any
> result....
>
> the system is  in this form
>
>  A'[t] = D[t]*A[t]+2*C with a initial condition A[0] = {0,0}
> and t's gap {t,0,300}
>
> I try to write this with NDSolve but it return me a error
> NDSolve[{A'[t] = D[t]*A[t]+2*C,A[0] = {0,0}},A,{t,0,300}]

Have you tried "==" instead of "=" ?

Bill



  • Prev by Date: Re: Abs help
  • Next by Date: variogram
  • Previous by thread: System of ODE
  • Next by thread: Re: System of ODE