MathGroup Archive 1998

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

Search the Archive

Simple Diffeq question.




The first second order differential equation to you lear to solve is of
the form

y''[omega * t] + omega^2*y[omega * t]=0

How does one express that in Mathematica 3.0?

I tried:

In[1]:= DSolve[D[y[w t],{t,2}] + w^2 y[w t]==0, y[w t],t]

And received

In[2]:=
DSolve[ D[y[w t],{t,2}] + w^2 y[w t]==0,y[w t], t] DSolve::"nvld": 
    "The description of the equations appears to be ambiguous or
invalid." DSolve::"deqx": 
    "Supplied equations are not differential equations of the given
functions."

Out[2]=DSolve[w^2 y[t w] +w^2 y''[t w] ==0,y[t w],t]


??? So far mathematica has worked fairly obviously for the medium
difficult stuff I do (computation differential geometry) but this
surprised me.

-- 
----------------------------------------------------------------------
Craig P Earls                                       LT US Navy, MIT
Aero/Astro Engineering                 cpearls@mit.edu
----------------------------------------------------------------------



  • Prev by Date: RE: Re: FindRoot
  • Next by Date: Piecewise Continuous Functions.
  • Prev by thread: Re: RE: Re: FindRoot
  • Next by thread: Piecewise Continuous Functions.