Re: Solving Differential Equations with Vectors
- To: mathgroup at smc.vnet.net
- Subject: [mg83243] Re: Solving Differential Equations with Vectors
- From: "ram.rachum at gmail.com" <ram.rachum at gmail.com>
- Date: Fri, 16 Nov 2007 05:21:32 -0500 (EST)
- References: <fhh7j2$8q0$1@smc.vnet.net>
On Nov 15, 12:38 pm, "ram.rac... at gmail.com" <ram.rac... at gmail.com>
wrote:
> 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.
Got it, thanks.