MathGroup Archive 2000

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

Search the Archive

How can I assign variables

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22573] How can I assign variables
  • From: mark griggs <markgriggs at sc.rr.com>
  • Date: Sat, 11 Mar 2000 17:52:45 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

How can I do this

If I evaluate the following
   DSolve[B'[t]==(10-B-T) B,B[t],t]   I get {{B[t]-> t(10B -B^2 -Bt)
+C[1]}}

what must I do to have the answer on the right of the -> actually stored
in B[t] so that I may use it in further calculations without having to
cut and paste. 

regards 

mark G
mathematica 4.0 Linux
Mandrake 7.0


--
Heisenberg may have slept here
------------------------------


  • Prev by Date: Re: iterations, recursions and derivatives
  • Next by Date: Fonts problem
  • Previous by thread: Re: ScatterPlot3D with vertical lines
  • Next by thread: Re: How can I assign variables