MathGroup Archive 2004

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

Search the Archive

Solution[[1,1,2]] Brackets

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46250] Solution[[1,1,2]] Brackets
  • From: "alan b" <alan4100 at comcast.net>
  • Date: Thu, 12 Feb 2004 22:46:10 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Let me know if it is appropriate for posting.

I have been trying to figure out what is inside the solution[1,1,2]. For the
problem below.

For example,
solution=DSolve[{n'[t]==kn[t], n[1]=500}, n[t],t]

population[t_]=solution[[1,1,2]]

I gather that the first item of the solution[[1,1,2]] is for the first and
only curly item:{n't[t]==kn[t],n[1]=500}.

I assume the second item of solution[[1,1,2] is the first subitem of the
first curly bracket. The third item of solution [[1,1,2]] which is two
suppose to be for 2nd item of the first curly brackets. But it appears to be
not.

Is there a way for me to see the contents visibly of the solution[[1,1,2]]
each item at a time.

-- 

alan



  • Prev by Date: Re: MultipleListPlot
  • Next by Date: Re: oo system for Mathematica
  • Previous by thread: AW: MultipleListPlot
  • Next by thread: Re: Solution[[1,1,2]] Brackets