Re: multiple subscripted variables in NDSolve; dsfun
- To: mathgroup at smc.vnet.net
- Subject: [mg21991] Re: multiple subscripted variables in NDSolve; dsfun
- From: Brian Higgins <bghiggins at ucdavis.edu>
- Date: Thu, 10 Feb 2000 02:25:34 -0500 (EST)
- References: <87n211$88e@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Steven, Wrap your Table function with Flatten. The problem is that Table[exps,{i,1,n}] produces {{x[1][t], x[2][t],...}}. NDSolve is expecting {x[1][t], x[2][t],...} for the second argument. Cheers, Bri Sent via Deja.com http://www.deja.com/ Before you buy.