Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.5K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Symbolic system of partial differential equations - in Mathematica?

Posted 11 years ago
POSTED BY: Richard Tarbell
2 Replies
POSTED BY: Nasser M. Abbasi

The equation for Y is easily solved

In[36]:= DSolve[Y'[t] == Y[t]^2 + 3, Y[t], t]

Out[36]= {{Y[t] -> Sqrt[3] Tan[Sqrt[3] t + Sqrt[3] C[1]]}}

Determine C[1] using the initial condition, say Y[0]. Then solve DE for X. You can then evaluate V.

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