MathGroup Archive 1994

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

Search the Archive

Extracting DSolve[]'s solution

  • To: mathgroup at christensen.Cybernetics.NET
  • Subject: [mg359] Extracting DSolve[]'s solution
  • From: "Joseph G. McWilliams" <mcwilljg at euler.sfasu.edu>
  • Date: Mon, 26 Dec 1994 18:15:08 -0600 (CST)

How do you extract the solution for DSolve[] ?

---------------------------------------
In[1]:= DSolve[y'[t]==a y[t], y[t], t] 
                   a t
Out[1]= {{y[t] -> E    C[1]}}
---------------------------------------

I desire y[t_] := Some_MMA_Function[Out[1]] to be C[1] Exp[a t].

I know this is probably very simple and well known, so be gentle.

Joseph McWilliams                Wagner's music is better than it sounds.
Nacogdoches, TX                           -- Mark Twain --
mcwilljg at euler.sfasu.edu             




  • Prev by Date: Re: WYSIWYG text editor for Mathematica?
  • Next by Date: Mutiple delete in lists
  • Previous by thread: Re: Suggestions needed for Mathematica course
  • Next by thread: Re: Extracting DSolve[]'s solution