Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
ODE with complex coefficients
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Virgil Stokes  
View profile   Translate to Translated (View Original)
 More options 7 Nov, 11:55
Newsgroups: comp.soft-sys.math.mathematica
From: Virgil Stokes <v...@it.uu.se>
Date: Sat, 7 Nov 2009 11:55:14 +0000 (UTC)
Local: Sat 7 Nov 2009 11:55
Subject: ODE with complex coefficients
Does anyone have an example of a 1st order ordinary differential
equation (initial condition type) with complex coefficients that can
have oscillations?

--V. Stokes


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark McClure  
View profile   Translate to Translated (View Original)
 More options 8 Nov, 11:50
Newsgroups: comp.soft-sys.math.mathematica
From: Mark McClure <mcmcc...@unca.edu>
Date: Sun, 8 Nov 2009 11:50:54 +0000 (UTC)
Local: Sun 8 Nov 2009 11:50
Subject: Re: ODE with complex coefficients

On Sat, Nov 7, 2009 at 6:50 AM, Virgil Stokes <v...@it.uu.se> wrote:
> Does anyone have an example of a 1st order ordinary differential
> equation (initial condition type) with complex coefficients that can
> have oscillations?

Does this count:
Clear[y];
{sol} = DSolve[{y'[t] == I*y[t], y[0] == 1},
   y[t], t];
y[t_] = y[t] /. sol;
y[t] // InputForm
E^(I*t)

We could visualize it like so:
Graphics3D[Line[Table[{t, Re[y[t]], Im[y[t]]},
   {t, 0, 20, 0.1}]]]

Mark McClure


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google