MathGroup Archive 2000

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

Search the Archive

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.


  • Prev by Date: Bode Plots
  • Next by Date: missing greek letters in ISO 8859-7
  • Previous by thread: Re: multiple subscripted variables in NDSolve; dsfun
  • Next by thread: Mapping of mapping functions in metadefinitons