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.