Group Abstract Group Abstract

Message Boards Message Boards

[?] Get symbolic solution expressions of Delay Differential Equations?

Posted 8 years ago
Attachments:
POSTED BY: Vamsi Meesala

I do not know why there is an error but not using Subscript it works :

 DSolve[{q[t] + omc*q[t] - omc*q[t - 1] + 2*sig*q'[t] + q''[t] == 0, 
 q[t /; t < 0] == 0}, q[t], {t, 0, 2}]

enter image description here

Another Example:

  DSolve[{q[t] + omc*q[t] - omc*q[t - 1] + 2*sig*q'[t] + q''[t] == 0, 
  q[t /; t < 0] == 1}, q[t], {t, 0, 1}]

enter image description here

Regards Mariusz.

Attachments:
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard