MathGroup Archive 2007

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

Search the Archive

Solving Differential Equations with Vectors

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83208] Solving Differential Equations with Vectors
  • From: "ram.rachum at gmail.com" <ram.rachum at gmail.com>
  • Date: Thu, 15 Nov 2007 05:33:49 -0500 (EST)

I'm working on simulations of physical systems, and I need to solve
DEs that include vectors. But DSolve won't let me input equations with
vectors! Here's an example:

DSolve[{x[t] == {5, 0}}, {x[t]}, t]

It generates Solve::eqf.

Anyone has any idea what to do?

Thanks,
Ram.



  • Prev by Date: Multiple Constants
  • Next by Date: Re: memory release problem in mathematica6.0
  • Previous by thread: Re: Multiple Constants
  • Next by thread: Re: Solving Differential Equations with Vectors