MathGroup Archive 2000

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

Search the Archive

Q: NDSolve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg21536] Q: NDSolve
  • From: hello at pc237.mechanik.tu-darmstadt.de (Christoph Handel)
  • Date: Fri, 14 Jan 2000 02:43:54 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

   howdy,

is there a nice way to solve an equation like this:

x'[t] == aMatrix[t] . x[t]

where x ist a Vector.


I tried something like this:

NDSolve[{x'[t]== aMatrix[t] . x[t], x[0]=={1,2,3...}},x,{t,0,42}]



Greetings
	Christoph
-- 
the adress is valid
for faster reply use handel at the same host


  • Prev by Date: Q: Clear
  • Next by Date: Q: Preventing Subscripts from being interpreted as expressions?
  • Previous by thread: Re: Re[2]: Q: Clear
  • Next by thread: Re: Q: NDSolve